CVE-2021-22903
Possible Open Redirect Vulnerability in Action Pack
Summary
Remediation
Upgrade to the fixed version using your package manager.
gem install actionpack -v 6.1.3.2
After upgrading, run your dependency scanner again to confirm the vulnerability is resolved.
Affected Packages (1)
| Package | Ecosystem | Affected | Fixed In |
|---|---|---|---|
| actionpack | rubygems | 6.1.0, 6.1.0.rc2, 6.1.1, 6.1.2 (+3 more) | 6.1.3.2 |
Vulnerability Classification
Common Weakness Enumeration (CWE) identifiers for this vulnerability type.
- CWE-601Open RedirectMITRE
CVSS Score Breakdown
What the CVSS (Common Vulnerability Scoring System) 6.1 score means for each attack dimension.
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
References
- https://nvd.nist.gov/vuln/detail/CVE-2021-22903ADVISORY
- https://hackerone.com/reports/1148025WEB
- https://discuss.rubyonrails.org/t/cve-2021-22903-possible-open-redirect-vulnerability-in-action-pack/77867WEB
- https://github.com/rails/rails/releases/tag/v6.1.3.2WEB
- https://github.com/rubysec/ruby-advisory-db/blob/master/gems/actionpack/CVE-2021-22903.ymlWEB
- https://groups.google.com/g/rubyonrails-security/c/8TxqXEtgSF0WEB
Frequently Asked Questions
- What is CVE-2021-22903?
- Possible Open Redirect Vulnerability in Action Pack This vulnerability has been assigned a severity rating of MEDIUM (CVSS score: 6.1/10).
- How do I check if my project is affected by CVE-2021-22903?
- CVE-2021-22903 affects actionpack. Use GeekWala's free vulnerability scanner to check your dependencies against CVE-2021-22903 and 200,000+ other known vulnerabilities.
Severity & Exploitability
Exploitation requires specific conditions or has limited impact. Remediate within weeks.
Also Known As
Related CVEs
- CVE-2016-2098HIGH
actionpack allows remote code execution via application's unrestricted use of render method
- CVE-2021-22904HIGH
Possible DoS Vulnerability in Action Controller Token Authentication
- CVE-2016-0752HIGH
Directory traversal vulnerability in Action View in Ruby on Rails
- CVE-2021-44528MEDIUM
actionpack Open Redirect in Host Authorization Middleware
- CVE-2024-47887MEDIUM
Possible ReDoS vulnerability in HTTP Token authentication in Action Controller
- CVE-2016-2097MEDIUM
actionview contains Path Traversal vulnerability
- CVE-2024-41128MEDIUM
Possible ReDoS vulnerability in query parameter filtering in Action Dispatch
- CVE-2024-54133LOW
Possible Content Security Policy bypass in Action Dispatch
Check if you're affected
Scan your dependencies to see if this vulnerability affects your projects.
Scan Your Dependencies