Show filters
159 Total Results
Displaying 41-50 of 159
Sort by:
Attacker Value
Unknown
CVE-2022-23634
Disclosure Date: February 11, 2022 (last updated October 07, 2023)
Puma is a Ruby/Rack web server built for parallelism. Prior to `puma` version `5.6.2`, `puma` may not always call `close` on the response body. Rails, prior to version `7.0.2.2`, depended on the response body being closed in order for its `CurrentAttributes` implementation to work correctly. The combination of these two behaviors (Puma not closing the body + Rails' Executor implementation) causes information leakage. This problem is fixed in Puma versions 5.6.2 and 4.3.11. This problem is fixed in Rails versions 7.02.2, 6.1.4.6, 6.0.4.6, and 5.2.6.2. Upgrading to a patched Rails _or_ Puma version fixes the vulnerability.
0
Attacker Value
Unknown
CVE-2022-23633
Disclosure Date: February 11, 2022 (last updated October 07, 2023)
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.
0
Attacker Value
Unknown
CVE-2021-44528
Disclosure Date: January 10, 2022 (last updated October 07, 2023)
A open redirect vulnerability exists in Action Pack >= 6.0.0 that could allow an attacker to craft a "X-Forwarded-Host" headers in combination with certain "allowed host" formats can cause the Host Authorization middleware in Action Pack to redirect users to a malicious website.
0
Attacker Value
Unknown
CVE-2021-41263
Disclosure Date: November 15, 2021 (last updated February 23, 2025)
rails_multisite provides multi-db support for Rails applications. In affected versions this vulnerability impacts any Rails applications using `rails_multisite` alongside Rails' signed/encrypted cookies. Depending on how the application makes use of these cookies, it may be possible for an attacker to re-use cookies on different 'sites' within a multi-site Rails application. The issue has been patched in v4 of the `rails_multisite` gem. Note that this upgrade will invalidate all previous signed/encrypted cookies. The impact of this invalidation will vary based on the application architecture.
0
Attacker Value
Unknown
CVE-2011-1497
Disclosure Date: October 19, 2021 (last updated February 23, 2025)
A cross-site scripting vulnerability flaw was found in the auto_link function in Rails before version 3.0.6.
0
Attacker Value
Unknown
CVE-2021-22942
Disclosure Date: October 18, 2021 (last updated February 23, 2025)
A possible open redirect vulnerability in the Host Authorization middleware in Action Pack >= 6.0.0 that could allow attackers to redirect users to a malicious website.
0
Attacker Value
Unknown
CVE-2021-22902
Disclosure Date: June 11, 2021 (last updated February 22, 2025)
The actionpack ruby gem (a framework for handling and responding to web requests in Rails) before 6.0.3.7, 6.1.3.2 suffers from a possible denial of service vulnerability in the Mime type parser of Action Dispatch. Carefully crafted Accept headers can cause the mime type parser in Action Dispatch to do catastrophic backtracking in the regular expression engine.
0
Attacker Value
Unknown
CVE-2021-22903
Disclosure Date: June 11, 2021 (last updated February 22, 2025)
The actionpack ruby gem before 6.1.3.2 suffers from a possible open redirect vulnerability. Specially crafted Host headers in combination with certain "allowed host" formats can cause the Host Authorization middleware in Action Pack to redirect users to a malicious website. This is similar to CVE-2021-22881. Strings in config.hosts that do not have a leading dot are converted to regular expressions without proper escaping. This causes, for example, `config.hosts << "sub.example.com"` to permit a request with a Host header value of `sub-example.com`.
0
Attacker Value
Unknown
CVE-2021-22904
Disclosure Date: June 11, 2021 (last updated February 22, 2025)
The actionpack ruby gem before 6.1.3.2, 6.0.3.7, 5.2.4.6, 5.2.6 suffers from a possible denial of service vulnerability in the Token Authentication logic in Action Controller due to a too permissive regular expression. Impacted code uses `authenticate_or_request_with_http_token` or `authenticate_with_http_token` for request authentication.
0
Attacker Value
Unknown
CVE-2021-22885
Disclosure Date: May 27, 2021 (last updated February 22, 2025)
A possible information disclosure / unintended method execution vulnerability in Action Pack >= 2.0.0 when using the `redirect_to` or `polymorphic_url`helper with untrusted user input.
0