Show filters
164 Total Results
Displaying 51-60 of 164
Sort by:
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
Attacker Value
Unknown
CVE-2019-25025
Disclosure Date: March 05, 2021 (last updated February 22, 2025)
The activerecord-session_store (aka Active Record Session Store) component through 1.1.3 for Ruby on Rails does not use a constant-time approach when delivering information about whether a guessed session ID is valid. Consequently, remote attackers can leverage timing discrepancies to achieve a correct guess in a relatively short amount of time. This is a related issue to CVE-2019-16782.
0
Attacker Value
Unknown
CVE-2021-22881
Disclosure Date: February 11, 2021 (last updated February 22, 2025)
The Host Authorization middleware in Action Pack before 6.1.2.1, 6.0.3.5 suffers from an 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. Impacted applications will have allowed hosts with a leading dot. When an allowed host contains a leading dot, a specially crafted `Host` header can be used to redirect to a malicious website.
0
Attacker Value
Unknown
CVE-2021-22880
Disclosure Date: February 11, 2021 (last updated February 22, 2025)
The PostgreSQL adapter in Active Record before 6.1.2.1, 6.0.3.5, 5.2.4.5 suffers from a regular expression denial of service (REDoS) vulnerability. Carefully crafted input can cause the input validation in the `money` type of the PostgreSQL adapter in Active Record to spend too much time in a regular expression, resulting in the potential for a DoS attack. This only impacts Rails applications that are using PostgreSQL along with money type columns that take user input.
0
Attacker Value
Unknown
CVE-2020-36190
Disclosure Date: January 12, 2021 (last updated February 22, 2025)
RailsAdmin (aka rails_admin) before 1.4.3 and 2.x before 2.0.2 allows XSS via nested forms.
0
Attacker Value
Unknown
CVE-2020-8264
Disclosure Date: January 06, 2021 (last updated February 22, 2025)
In actionpack gem >= 6.0.0, a possible XSS vulnerability exists when an application is running in development mode allowing an attacker to send or embed (in another page) a specially crafted URL which can allow the attacker to execute JavaScript in the context of the local application. This vulnerability is in the Actionable Exceptions middleware.
0
Attacker Value
Unknown
CVE-2020-8166
Disclosure Date: July 02, 2020 (last updated February 21, 2025)
A CSRF forgery vulnerability exists in rails < 5.2.5, rails < 6.0.4 that makes it possible for an attacker to, given a global CSRF token such as the one present in the authenticity_token meta tag, forge a per-form CSRF token.
0