Approved changes feed: RSS · Atom

cpe:2.3:a:rubyonrails:rails:1.1.0:*:*:*:*:*:*:*

part: a version: 1.1.0 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.273902
pkg:github/rails/rails purl2cpe 2026-06-01 10:11:28.273904

Vulnerability references

IdentifiercpeApplicabilitySubmitteddb.gcve.eu detailsRationale
CVE:CVE-2014-0081 vulnerable 2026-06-03 14:33:36.650764 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-1857 vulnerable 2026-06-03 14:32:52.248723 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.224260 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-2012-3465 vulnerable 2026-06-03 14:31:58.505353 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.477823 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-2009-4214 vulnerable 2026-06-03 14:29:56.823926 Details available
Cross-site scripting (XSS) vulnerability in the strip_tags function in Ruby on Rails before 2.2.s, and 2.3.x before 2.3.5, allows remote attackers to inject arbitrary web script or HTML via vectors involving non-printing ASCII characters, related to HTML::Tokenizer and actionpack/lib/action_controller/vendor/html-scanner/html/node.rb.
Published: 2009-12-07T17:00:00.000Z
Updated: 2024-08-07T06:54:09.938Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2008-5189 vulnerable 2026-06-03 14:29:08.122689 Details available
CRLF injection vulnerability in Ruby on Rails before 2.0.5 allows remote attackers to inject arbitrary HTTP headers and conduct HTTP response splitting attacks via a crafted URL to the redirect_to function.
Published: 2008-11-21T11:00:00.000Z
Updated: 2024-08-07T10:40:17.237Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2008-4094 vulnerable 2026-06-03 14:28:56.961748 Details available
Multiple SQL injection vulnerabilities in Ruby on Rails before 2.1.1 allow remote attackers to execute arbitrary SQL commands via the (1) :limit and (2) :offset parameters, related to ActiveRecord, ActiveSupport, ActiveResource, ActionPack, and ActionMailer.
Published: 2008-09-30T17:00:00.000Z
Updated: 2024-08-07T10:00:42.864Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2007-6077 not_vulnerable 2026-06-03 14:28:28.489840 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
CVE:CVE-2006-4112 vulnerable 2026-06-03 14:27:36.751289 Details available
Unspecified vulnerability in the "dependency resolution mechanism" in Ruby on Rails 1.1.0 through 1.1.5 allows remote attackers to execute arbitrary Ruby code via a URL that is not properly handled in the routing code, which leads to a denial of service (application hang) or "data loss," a different vulnerability than CVE-2006-4111.
Published: 2006-08-14T21:00:00.000Z
Updated: 2024-08-07T18:57:45.869Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2006-4111 vulnerable 2026-06-03 14:27:36.743262 Details available
Ruby on Rails before 1.1.5 allows remote attackers to execute Ruby code with "severe" or "serious" impact via a File Upload request with an HTTP header that modifies the LOAD_PATH variable, a different vulnerability than CVE-2006-4112.
Published: 2006-08-14T21:00:00.000Z
Updated: 2024-08-07T18:57:45.989Z
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.