cve/2024/CVE-2024-3903.md

19 lines
935 B
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2024-3903](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-3903)
![](https://img.shields.io/static/v1?label=Product&message=Add%20Custom%20CSS%20and%20JS&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-352%20Cross-Site%20Request%20Forgery%20(CSRF)&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-79%20Cross-Site%20Scripting%20(XSS)&color=brighgreen)
### Description
The Add Custom CSS and JS WordPress plugin through 1.20 does not have CSRF check in some places, and is missing sanitisation as well as escaping, which could allow attackers to make logged in as author and above add Stored XSS payloads via a CSRF attack
### POC
#### Reference
- https://wpscan.com/vulnerability/0a0e7bd4-948d-47c9-9219-380bda9f3034/
#### Github
No PoCs found on GitHub currently.