CVE-2026-33167
Rails has a possible XSS vulnerability in its Action Pack debug exceptions
Summary
Remediation
Upgrade to the fixed version using your package manager.
gem install actionpack -v 8.1.2.1
After upgrading, run your dependency scanner again to confirm the vulnerability is resolved.
Affected Packages (1)
| Package | Ecosystem | Affected | Fixed In |
|---|---|---|---|
| actionpack | rubygems | 8.1.0, 8.1.1, 8.1.2 | 8.1.2.1 |
Vulnerability Classification
Common Weakness Enumeration (CWE) identifiers for this vulnerability type.
- CWE-79Cross-site Scripting (XSS)MITRE
CVSS Score Breakdown
What the CVSS (Common Vulnerability Scoring System) 6.1 score means for each attack dimension.
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/E:U
References
- https://github.com/rails/rails/security/advisories/GHSA-pgm4-439c-5jp6WEB
- https://nvd.nist.gov/vuln/detail/CVE-2026-33167ADVISORY
- https://github.com/rails/rails/commit/6752711c8c31d79ba50d13af6a6698a3b85415e0WEB
- https://github.com/rails/railsPACKAGE
- https://github.com/rails/rails/releases/tag/v8.1.2.1WEB
- https://github.com/rubysec/ruby-advisory-db/blob/master/gems/actionpack/CVE-2026-33167.ymlWEB
Frequently Asked Questions
- What is CVE-2026-33167?
- Rails has a possible XSS vulnerability in its Action Pack debug exceptions This vulnerability has been assigned a severity rating of LOW (CVSS score: 6.1/10).
- How do I check if my project is affected by CVE-2026-33167?
- CVE-2026-33167 affects actionpack. Use GeekWala's free vulnerability scanner to check your dependencies against CVE-2026-33167 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-2020-8164HIGH
Possible Strong Parameters Bypass in ActionPack
- CVE-2016-0752HIGH
Directory traversal vulnerability in Action View in Ruby on Rails
- CVE-2021-22903MEDIUM
Possible Open Redirect Vulnerability in Action Pack
- 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