Approved changes feed: RSS · Atom

cpe:2.3:a:rails:rails:*:*:*:*:*:*:*:*

part: a version: * update: *

VendorRails (c2f75d8c-3de5-5ca8-bae8-6b2589edf586)
ProductRails (c550dc15-32d4-5062-ba2b-62c66671481c)
Edition*
Language*
Software edition*
Target software*
Target hardware*
Other*
NotesImported from gcve-enriched-dumps CVE data

PURL mappings

PURLSourceLast updated
No PURL mappings for this CPE yet.

Vulnerability references

IdentifiercpeApplicabilitySubmitteddb.gcve.eu detailsRationale
CVE:CVE-2025-55193 vulnerable 2026-06-08 07:33:14.343260 Active Record logging vulnerable to ANSI escape injection
Active Record connects classes to relational database tables. Prior to versions 7.1.5.2, 7.2.2.2, and 8.0.2.1, the ID passed to find or similar methods may be logged without escaping. If this is directly to the terminal it may include unescaped ANSI sequences. This issue has been patched in versions 7.1.5.2, 7.2.2.2, and 8.0.2.1.
Published: 2025-08-13T22:41:41.890Z
Updated: 2025-08-14T14:51:11.284Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2024-54133 vulnerable 2026-06-08 06:54:16.084183 Possible Content Security Policy bypass in Action Dispatch
Action Pack is a framework for handling and responding to web requests. There is a possible Cross Site Scripting (XSS) vulnerability in the `content_security_policy` helper starting in version 5.2.0 of Action Pack and prior to versions 7.0.8.7, 7.1.5.1, 7.2.2.1, and 8.0.0.1. Applications which set Content-Security-Policy (CSP) headers dynamically from untrusted user input may be vulnerable to carefully crafted inputs being able to inject new directives into the CSP. This could lead to a bypass of the CSP and its protection against XSS and other attacks. Versions 7.0.8.7, 7.1.5.1, 7.2.2.1, and 8.0.0.1 contain a fix. As a workaround, applications can avoid setting CSP headers dynamically from untrusted input, or can validate/sanitize that input.
Published: 2024-12-10T22:52:04.633Z
Updated: 2025-03-07T00:10:45.315Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2024-47889 vulnerable 2026-06-08 06:48:13.394174 Action Mailer has possible ReDoS vulnerability in block_format
Action Mailer is a framework for designing email service layers. Starting in version 3.0.0 and prior to versions 6.1.7.9, 7.0.8.5, 7.1.4.1, and 7.2.1.1, there is a possible ReDoS vulnerability in the block_format helper in Action Mailer. Carefully crafted text can cause the block_format helper to take an unexpected amount of time, possibly resulting in a DoS vulnerability. All users running an affected release should either upgrade to versions 6.1.7.9, 7.0.8.5, 7.1.4.1, or 7.2.1.1 or apply the relevant patch immediately. As a workaround, users can avoid calling the `block_format` helper or upgrade to Ruby 3.2. Ruby 3.2 has mitigations for this problem, so Rails applications using Ruby 3.2 or newer are unaffected. Rails 8.0.0.beta1 requires Ruby 3.2 or greater so is unaffected.
Published: 2024-10-16T20:55:33.958Z
Updated: 2024-10-17T16:31:00.794Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2024-47888 vulnerable 2026-06-08 06:48:13.393750 Action Text has possible ReDoS vulnerability in plain_text_for_blockquote_node
Action Text brings rich text content and editing to Rails. Starting in version 6.0.0 and prior to versions 6.1.7.9, 7.0.8.5, 7.1.4.1, and 7.2.1.1, there is a possible ReDoS vulnerability in the `plain_text_for_blockquote_node helper` in Action Text. Carefully crafted text can cause the `plain_text_for_blockquote_node` helper to take an unexpected amount of time, possibly resulting in a DoS vulnerability. All users running an affected release should either upgrade to versions 6.1.7.9, 7.0.8.5, 7.1.4.1, or 7.2.1.1 or apply the relevant patch immediately. As a workaround, users can avoid calling `plain_text_for_blockquote_node` or upgrade to Ruby 3.2. Ruby 3.2 has mitigations for this problem, so Rails applications using Ruby 3.2 or newer are unaffected. Rails 8.0.0.beta1 depends on Ruby 3.2 or greater so is unaffected.
Published: 2024-10-16T20:31:06.037Z
Updated: 2024-10-16T20:52:22.728Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2024-47887 vulnerable 2026-06-08 06:48:13.393298 Action Controller has possible ReDoS vulnerability in HTTP Token authentication
Action Pack is a framework for handling and responding to web requests. Starting in version 4.0.0 and prior to versions 6.1.7.9, 7.0.8.5, 7.1.4.1, and 7.2.1.1, there is a possible ReDoS vulnerability in Action Controller's HTTP Token authentication. For applications using HTTP Token authentication via `authenticate_or_request_with_http_token` or similar, a carefully crafted header may cause header parsing to take an unexpected amount of time, possibly resulting in a DoS vulnerability. All users running an affected release should either upgrade to versions 6.1.7.9, 7.0.8.5, 7.1.4.1, or 7.2.1.1 or apply the relevant patch immediately. One may choose to use Ruby 3.2 as a workaround.Ruby 3.2 has mitigations for this problem, so Rails applications using Ruby 3.2 or newer are unaffected. Rails 8.0.0.beta1 depends on Ruby 3.2 or greater so is unaffected.
Published: 2024-10-16T20:02:34.722Z
Updated: 2024-10-17T16:36:00.367Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2024-41128 vulnerable 2026-06-08 06:43:54.037041 Action Dispatch has possible ReDoS vulnerability in query parameter filtering
Action Pack is a framework for handling and responding to web requests. Starting in version 3.1.0 and prior to versions 6.1.7.9, 7.0.8.5, 7.1.4.1, and 7.2.1.1, there is a possible ReDoS vulnerability in the query parameter filtering routines of Action Dispatch. Carefully crafted query parameters can cause query parameter filtering to take an unexpected amount of time, possibly resulting in a DoS vulnerability. All users running an affected release should either upgrade to version 6.1.7.9, 7.0.8.5, 7.1.4.1, or 7.2.1.1 or apply the relevant patch immediately. One may use Ruby 3.2 as a workaround. Ruby 3.2 has mitigations for this problem, so Rails applications using Ruby 3.2 or newer are unaffected. Rails 8.0.0.beta1 depends on Ruby 3.2 or greater so is unaffected.
Published: 2024-10-16T18:04:42.501Z
Updated: 2024-10-17T17:11:51.031Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2024-32464 vulnerable 2026-06-08 06:35:33.165541 ActionText ContentAttachment can Contain Unsanitized HTML
MEDIUM (6.1)
Action Text brings rich text content and editing to Rails. Instances of ActionText::Attachable::ContentAttachment included within a rich_text_area tag could potentially contain unsanitized HTML. This vulnerability is fixed in 7.1.3.4 and 7.2.0.beta2.
Published: 2024-06-04T19:53:59.774Z
Updated: 2024-08-02T02:13:39.964Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2024-28103 vulnerable 2026-06-08 06:33:26.472714 Action Pack is missing security headers on non-HTML responses
MEDIUM (5.4)
Action Pack is a framework for handling and responding to web requests. Since 6.1.0, the application configurable Permissions-Policy is only served on responses with an HTML related Content-Type. This vulnerability is fixed in 6.1.7.8, 7.0.8.2, and 7.1.3.3.
Published: 2024-06-04T19:47:44.199Z
Updated: 2024-12-06T13:09:28.269Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2024-26144 vulnerable 2026-06-08 06:31:24.888294 Possible Sensitive Session Information Leak in Active Storage
MEDIUM (5.3)
Rails is a web-application framework. Starting with version 5.2.0, there is a possible sensitive session information leak in Active Storage. By default, Active Storage sends a Set-Cookie header along with the user's session cookie when serving blobs. It also sets Cache-Control to public. Certain proxies may cache the Set-Cookie, leading to an information leak. The vulnerability is fixed in 7.0.8.1 and 6.1.7.7.
Published: 2024-02-27T15:44:04.166Z
Updated: 2025-02-13T17:41:06.989Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2024-26143 vulnerable 2026-06-08 06:31:24.887674 Rails Possible XSS Vulnerability in Action Controller
MEDIUM (6.1)
Rails is a web-application framework. There is a possible XSS vulnerability when using the translation helpers in Action Controller. Applications using translation methods like translate, or t on a controller, with a key ending in "_html", a :default key which contains untrusted user input, and the resulting string is used in a view, may be susceptible to an XSS vulnerability. The vulnerability is fixed in 7.1.3.1 and 7.0.8.1.
Published: 2024-02-27T15:33:54.643Z
Updated: 2025-02-13T17:41:06.380Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2024-26142 vulnerable 2026-06-08 06:31:24.882999 Rails possible ReDoS vulnerability in Accept header parsing in Action Dispatch
HIGH (7.5)
Rails is a web-application framework. Starting in version 7.1.0, there is a possible ReDoS vulnerability in the Accept header parsing routines of Action Dispatch. This vulnerability is patched in 7.1.3.1. Ruby 3.2 has mitigations for this problem, so Rails applications using Ruby 3.2 or newer are unaffected.
Published: 2024-02-27T15:25:44.103Z
Updated: 2025-02-13T17:41:05.743Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-23633 vulnerable 2026-06-08 05:40:58.078517 Exposure of sensitive information in Action Pack
HIGH (7.4)
Action Pack is a framework for handling and responding to web requests. Under certain circumstances response bodies will not be closed. In the event a response is *not* notified of a `close`, `ActionDispatch::Executor` will not know to reset thread local state for the next request. This can lead to data being leaked to subsequent requests.This has been fixed in Rails 7.0.2.1, 6.1.4.5, 6.0.4.5, and 5.2.6.1. Upgrading is highly recommended, but to work around this problem a middleware described in GHSA-wh98-p28r-vrc9 can be used.
Published: 2022-02-11T00:00:00.000Z
Updated: 2024-08-03T03:51:44.739Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2010-3299 vulnerable 2026-06-08 04:55:14.057609 Details available
The encrypt/decrypt functions in Ruby on Rails 2.3 are vulnerable to padding oracle attacks.
Published: 2019-11-12T20:55:04.000Z
Updated: 2024-08-07T03:03:18.926Z
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.