CVE-2026-33168
Rails has a possible XSS vulnerability in its Action View tag helpers
Summary
Remediation
Upgrade to the fixed version using your package manager.
gem install actionview -v 7.2.3.1
gem install actionview -v 8.0.4.1
gem install actionview -v 8.1.2.1
After upgrading, run your dependency scanner again to confirm the vulnerability is resolved.
Affected Packages (3)
| Package | Ecosystem | Affected | Fixed In |
|---|---|---|---|
| actionview | rubygems | 4.1.0, 4.1.0.beta1, 4.1.0.beta2, 4.1.0.rc1 (+282 more) | 7.2.3.1 |
| actionview | rubygems | 8.0.0, 8.0.0.1, 8.0.0.beta1, 8.0.0.rc1 (+6 more) | 8.0.4.1 |
| actionview | rubygems | 8.1.0, 8.1.0.beta1, 8.1.0.rc1, 8.1.1 (+1 more) | 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) 5.0 score means for each attack dimension.
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N
References
- https://github.com/rails/rails/security/advisories/GHSA-v55j-83pf-r9cqWEB
- https://nvd.nist.gov/vuln/detail/CVE-2026-33168ADVISORY
- https://github.com/rails/rails/commit/0b6f8002b52b9c606fd6be9e7915d9f944cf539cWEB
- https://github.com/rails/rails/commit/63f5ad83edaa0b976f82d46988d745426aa4a42dWEB
- https://github.com/rails/rails/commit/c79a07df1e88738df8f68cb0ee759ad6128ca924WEB
- https://github.com/rails/railsPACKAGE
- https://github.com/rails/rails/releases/tag/v7.2.3.1WEB
- https://github.com/rails/rails/releases/tag/v8.0.4.1WEB
- https://github.com/rails/rails/releases/tag/v8.1.2.1WEB
- https://github.com/rubysec/ruby-advisory-db/blob/master/gems/actionview/CVE-2026-33168.ymlWEB
Frequently Asked Questions
- What is CVE-2026-33168?
- Rails has a possible XSS vulnerability in its Action View tag helpers This vulnerability has been assigned a severity rating of LOW (CVSS score: 5.0/10).
- How do I check if my project is affected by CVE-2026-33168?
- CVE-2026-33168 affects actionview. Use GeekWala's free vulnerability scanner to check your dependencies against CVE-2026-33168 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-2020-8163HIGH
Remote code execution via user-provided local names in ActionView
- CVE-2019-5419HIGH
Denial of Service Vulnerability in Action View
- CVE-2016-0752HIGH
Directory traversal vulnerability in Action View in Ruby on Rails
- CVE-2022-27777MEDIUM
XSS Vulnerability in Action View tag helpers
- CVE-2016-6316MEDIUM
actionview Cross-site Scripting vulnerability
- CVE-2016-2097MEDIUM
actionview contains Path Traversal vulnerability
- CVE-2023-23913MEDIUM
rails-ujs vulnerable to DOM Based Cross-site Scripting contenteditable HTML Elements
- CVE-2026-54620LOW
sqlite3-ruby has Use-After-Free in SQLite Aggregate Function Callbacks
Check if you're affected
Scan your dependencies to see if this vulnerability affects your projects.
Scan Your Dependencies