Approved changes feed: RSS · Atom

cpe:2.3:a:rubyonrails:rails:3.0.14:*:*:*:*:*:*:*

part: a version: 3.0.14 update: *

VendorRubyonrails (a0962337-0e2d-518c-b84b-f2864721d062)
ProductRails (4bc463b7-a5fc-5e2f-aea1-023dcfc59b73)
Edition*
Language*
Software edition*
Target software*
Target hardware*
Other*
NotesImported from NVD CPE 2.0 feed

PURL mappings

PURLSourceLast updated
pkg:gem/rails purl2cpe 2026-06-01 10:11:28.274135
pkg:github/rails/rails purl2cpe 2026-06-01 10:11:28.274136

Vulnerability references

IdentifiercpeApplicabilitySubmitteddb.gcve.eu detailsRationale
CVE:CVE-2016-6316 vulnerable 2026-06-03 14:35:57.536327 Details available
Cross-site scripting (XSS) vulnerability in Action View in Ruby on Rails 3.x before 3.2.22.3, 4.x before 4.2.7.1, and 5.x before 5.0.0.1 might allow remote attackers to inject arbitrary web script or HTML via text declared as "HTML safe" and used as attribute values in tag handlers.
Published: 2016-09-07T19:00:00.000Z
Updated: 2024-08-06T01:29:18.216Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2014-7829 vulnerable 2026-06-03 14:34:16.352231 Details available
Directory traversal vulnerability in actionpack/lib/action_dispatch/middleware/static.rb in Action Pack in Ruby on Rails 3.x before 3.2.21, 4.0.x before 4.0.12, 4.1.x before 4.1.8, and 4.2.x before 4.2.0.beta4, when serve_static_assets is enabled, allows remote attackers to determine the existence of files outside the application root via vectors involving a \ (backslash) character, a similar issue to CVE-2014-7818.
Published: 2014-11-18T23:00:00.000Z
Updated: 2024-08-06T13:03:26.957Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2014-7818 vulnerable 2026-06-03 14:34:16.266184 Details available
Directory traversal vulnerability in actionpack/lib/action_dispatch/middleware/static.rb in Action Pack in Ruby on Rails 3.x before 3.2.20, 4.0.x before 4.0.11, 4.1.x before 4.1.7, and 4.2.x before 4.2.0.beta3, when serve_static_assets is enabled, allows remote attackers to determine the existence of files outside the application root via a /..%2F sequence.
Published: 2014-11-08T11:00:00.000Z
Updated: 2024-08-06T13:03:27.154Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2014-3482 vulnerable 2026-06-03 14:33:54.739777 Details available
SQL injection vulnerability in activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb in the PostgreSQL adapter for Active Record in Ruby on Rails 2.x and 3.x before 3.2.19 allows remote attackers to execute arbitrary SQL commands by leveraging improper bitstring quoting.
Published: 2014-07-07T10:00:00.000Z
Updated: 2024-08-06T10:43:06.174Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2014-0082 vulnerable 2026-06-03 14:33:36.732451 Details available
actionpack/lib/action_view/template/text.rb in Action View in Ruby on Rails 3.x before 3.2.17 converts MIME type strings to symbols during use of the :text option to the render method, which allows remote attackers to cause a denial of service (memory consumption) by including these strings in headers.
Published: 2014-02-20T11:00:00.000Z
Updated: 2024-08-06T09:05:37.065Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2014-0081 vulnerable 2026-06-03 14:33:36.690347 Details available
Multiple cross-site scripting (XSS) vulnerabilities in actionview/lib/action_view/helpers/number_helper.rb in Ruby on Rails before 3.2.17, 4.0.x before 4.0.3, and 4.1.x before 4.1.0.beta2 allow remote attackers to inject arbitrary web script or HTML via the (1) format, (2) negative_format, or (3) units parameter to the (a) number_to_currency, (b) number_to_percentage, or (c) number_to_human helper.
Published: 2014-02-20T11:00:00.000Z
Updated: 2024-08-06T09:05:38.984Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2013-6417 vulnerable 2026-06-03 14:33:26.133562 Details available
actionpack/lib/action_dispatch/http/request.rb in Ruby on Rails before 3.2.16 and 4.x before 4.0.2 does not properly consider differences in parameter handling between the Active Record component and the JSON implementation, which allows remote attackers to bypass intended database-query restrictions and perform NULL checks or trigger missing WHERE clauses via a crafted request that leverages (1) third-party Rack middleware or (2) custom Rack middleware. NOTE: this vulnerability exists because of an incomplete fix for CVE-2013-0155.
Published: 2013-12-07T00:00:00.000Z
Updated: 2024-08-06T17:39:01.423Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2013-6415 vulnerable 2026-06-03 14:33:26.130047 Details available
Cross-site scripting (XSS) vulnerability in the number_to_currency helper in actionpack/lib/action_view/helpers/number_helper.rb in Ruby on Rails before 3.2.16 and 4.x before 4.0.2 allows remote attackers to inject arbitrary web script or HTML via the unit parameter.
Published: 2013-12-07T00:00:00.000Z
Updated: 2024-08-06T17:39:01.258Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2013-6414 vulnerable 2026-06-03 14:33:26.126796 Details available
actionpack/lib/action_view/lookup_context.rb in Action View in Ruby on Rails 3.x before 3.2.16 and 4.x before 4.0.2 allows remote attackers to cause a denial of service (memory consumption) via a header containing an invalid MIME type that leads to excessive caching.
Published: 2013-12-07T00:00:00.000Z
Updated: 2024-08-06T17:39:01.307Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2013-4491 vulnerable 2026-06-03 14:33:17.241850 Details available
Cross-site scripting (XSS) vulnerability in actionpack/lib/action_view/helpers/translation_helper.rb in the internationalization component in Ruby on Rails 3.x before 3.2.16 and 4.x before 4.0.2 allows remote attackers to inject arbitrary web script or HTML via a crafted string that triggers generation of a fallback string by the i18n gem.
Published: 2013-12-07T00:00:00.000Z
Updated: 2024-08-06T16:45:14.928Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2013-3221 vulnerable 2026-06-03 14:33:06.257428 Details available
The Active Record component in Ruby on Rails 2.3.x, 3.0.x, 3.1.x, and 3.2.x does not ensure that the declared data type of a database column is used during comparisons of input values to stored values in that column, which makes it easier for remote attackers to conduct data-type injection attacks against Ruby on Rails applications via a crafted value, as demonstrated by unintended interaction between the "typed XML" feature and a MySQL database.
Published: 2013-04-22T01:00:00.000Z
Updated: 2024-08-06T16:00:10.162Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2013-1857 vulnerable 2026-06-03 14:32:52.250256 Details available
The sanitize helper in lib/action_controller/vendor/html-scanner/html/sanitizer.rb in the Action Pack component in Ruby on Rails before 2.3.18, 3.0.x and 3.1.x before 3.1.12, and 3.2.x before 3.2.13 does not properly handle encoded : (colon) characters in URLs, which makes it easier for remote attackers to conduct cross-site scripting (XSS) attacks via a crafted scheme name, as demonstrated by including a : sequence.
Published: 2013-03-19T22:00:00.000Z
Updated: 2024-08-06T15:20:35.190Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2013-1855 vulnerable 2026-06-03 14:32:52.245143 Details available
The sanitize_css method in lib/action_controller/vendor/html-scanner/html/sanitizer.rb in the Action Pack component in Ruby on Rails before 2.3.18, 3.0.x and 3.1.x before 3.1.12, and 3.2.x before 3.2.13 does not properly handle \n (newline) characters, which makes it easier for remote attackers to conduct cross-site scripting (XSS) attacks via crafted Cascading Style Sheets (CSS) token sequences.
Published: 2013-03-19T22:00:00.000Z
Updated: 2024-08-06T15:20:35.175Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2013-0333 vulnerable 2026-06-03 14:32:42.927194 Details available
lib/active_support/json/backends/yaml.rb in Ruby on Rails 2.3.x before 2.3.16 and 3.0.x before 3.0.20 does not properly convert JSON data to YAML data for processing by a YAML parser, which allows remote attackers to execute arbitrary code, conduct SQL injection attacks, or bypass authentication via crafted data that triggers unsafe decoding, a different vulnerability than CVE-2013-0156.
Published: 2013-01-30T11:00:00.000Z
Updated: 2024-08-06T14:25:09.069Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2013-0277 vulnerable 2026-06-03 14:32:42.617695 Details available
ActiveRecord in Ruby on Rails before 2.3.17 and 3.x before 3.1.0 allows remote attackers to cause a denial of service or execute arbitrary code via crafted serialized attributes that cause the +serialize+ helper to deserialize arbitrary YAML.
Published: 2013-02-13T01:00:00.000Z
Updated: 2024-08-06T14:18:09.560Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2012-6496 vulnerable 2026-06-03 14:32:34.178329 Details available
SQL injection vulnerability in the Active Record component in Ruby on Rails before 3.0.18, 3.1.x before 3.1.9, and 3.2.x before 3.2.10 allows remote attackers to execute arbitrary SQL commands via a crafted request that leverages incorrect behavior of dynamic finders in applications that can use unexpected data types in certain find_by_ method calls.
Published: 2013-01-04T02:00:00.000Z
Updated: 2024-08-06T21:28:39.807Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2012-3465 vulnerable 2026-06-03 14:31:58.506626 Details available
Cross-site scripting (XSS) vulnerability in actionpack/lib/action_view/helpers/sanitize_helper.rb in the strip_tags helper in Ruby on Rails before 3.0.17, 3.1.x before 3.1.8, and 3.2.x before 3.2.8 allows remote attackers to inject arbitrary web script or HTML via malformed HTML markup.
Published: 2012-08-10T10:00:00.000Z
Updated: 2024-08-06T20:05:12.646Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2012-3464 vulnerable 2026-06-03 14:31:58.494562 Details available
Cross-site scripting (XSS) vulnerability in activesupport/lib/active_support/core_ext/string/output_safety.rb in Ruby on Rails before 3.0.17, 3.1.x before 3.1.8, and 3.2.x before 3.2.8 might allow remote attackers to inject arbitrary web script or HTML via vectors involving a ' (quote) character.
Published: 2012-08-10T10:00:00.000Z
Updated: 2024-08-06T20:05:12.658Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2012-3463 vulnerable 2026-06-03 14:31:58.456581 Details available
Cross-site scripting (XSS) vulnerability in actionpack/lib/action_view/helpers/form_tag_helper.rb in Ruby on Rails 3.x before 3.0.17, 3.1.x before 3.1.8, and 3.2.x before 3.2.8 allows remote attackers to inject arbitrary web script or HTML via the prompt field to the select_tag helper.
Published: 2012-08-10T10:00:00.000Z
Updated: 2024-08-06T20:05:12.614Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2012-3424 vulnerable 2026-06-03 14:31:58.206469 Details available
The decode_credentials method in actionpack/lib/action_controller/metal/http_authentication.rb in Ruby on Rails 3.x before 3.0.16, 3.1.x before 3.1.7, and 3.2.x before 3.2.7 converts Digest Authentication strings to symbols, which allows remote attackers to cause a denial of service by leveraging access to an application that uses a with_http_digest helper method, as demonstrated by the authenticate_or_request_with_http_digest method.
Published: 2012-08-08T10:00:00.000Z
Updated: 2024-08-06T20:05:12.401Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2007-6077 not_vulnerable 2026-06-03 14:28:28.528695 Details available
The session fixation protection mechanism in cgi_process.rb in Rails 1.2.4, as used in Ruby on Rails, removes the :cookie_only attribute from the DEFAULT_SESSION_OPTIONS constant, which effectively causes cookie_only to be applied only to the first instantiation of CgiRequest, which allows remote attackers to conduct session fixation attacks. NOTE: this is due to an incomplete fix for CVE-2007-5380.
Published: 2007-11-21T21:00:00.000Z
Updated: 2024-08-07T15:54:26.389Z
Reference links
Imported from gcve-enriched-dumps CVE data

Contribute

You can submit an edit proposal for this CPE entry or suggest a related product/vendor addition using the action button above.