Possible XSS vulnerability in ActionView
CVE-2020-5267
4MEDIUM
Key Information:
- Vendor
Rails
- Status
- Vendor
- CVE Published:
- 19 March 2020
Badges
👾 Exploit Exists🟡 Public PoC
What is CVE-2020-5267?
In ActionView before versions 6.0.2.2 and 5.2.4.2, there is a possible XSS vulnerability in ActionView's JavaScript literal escape helpers. Views that use the j
or escape_javascript
methods may be susceptible to XSS attacks. The issue is fixed in versions 6.0.2.2 and 5.2.4.2.
Affected Version(s)
actionview < 5.2.4.2 < 5.2.4.2
actionview >= 6.0.0, < 6.0.2.2 < 6.0.0, 6.0.2.2
Exploit Proof of Concept (PoC)
PoC code is written by security researchers to demonstrate the vulnerability can be exploited. PoC code is also a key component for weaponization which could lead to ransomware.