Approved changes feed: RSS · Atom

cpe:2.3:a:rubyonrails:rails:3.1.9:*:*:*:*:*:*:*

part: a version: 3.1.9 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.274322
pkg:github/rails/rails purl2cpe 2026-06-01 10:11:28.274323

Vulnerability references

IdentifiercpeApplicabilitySubmitteddb.gcve.eu detailsRationale
CVE:CVE-2016-6316 vulnerable 2026-06-03 14:35:57.551793 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.352742 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.281857 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.755319 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.732962 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.705924 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.134124 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.130643 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.127363 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.257047 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.273638 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.250784 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-1856 vulnerable 2026-06-03 14:32:52.246849 Details available
The ActiveSupport::XmlMini_JDOM backend in lib/active_support/xml_mini/jdom.rb in the Active Support component in Ruby on Rails 3.0.x and 3.1.x before 3.1.12 and 3.2.x before 3.2.13, when JRuby is used, does not properly restrict the capabilities of the XML parser, which allows remote attackers to read arbitrary files or cause a denial of service (resource consumption) via vectors involving (1) an external DTD or (2) an external entity declaration in conjunction with an entity reference.
Published: 2013-03-19T22:00:00.000Z
Updated: 2024-08-06T15:20:35.152Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2013-1855 vulnerable 2026-06-03 14:32:52.245777 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-1854 vulnerable 2026-06-03 14:32:52.203617 Details available
The Active Record component in Ruby on Rails 2.3.x before 2.3.18, 3.1.x before 3.1.12, and 3.2.x before 3.2.13 processes certain queries by converting hash keys to symbols, which allows remote attackers to cause a denial of service via crafted input to a where method.
Published: 2013-03-19T22:00:00.000Z
Updated: 2024-08-06T15:20:36.703Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2013-0276 vulnerable 2026-06-03 14:32:42.588204 Details available
ActiveRecord in Ruby on Rails before 2.3.17, 3.1.x before 3.1.11, and 3.2.x before 3.2.12 allows remote attackers to bypass the attr_protected protection mechanism and modify protected model attributes via a crafted request.
Published: 2013-02-13T01:00:00.000Z
Updated: 2024-08-06T14:18:09.823Z
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.