cve/2024/CVE-2024-13096.md
2025-09-29 16:08:36 +00:00

19 lines
897 B
Markdown

### [CVE-2024-13096](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-13096)
![](https://img.shields.io/static/v1?label=Product&message=WP%20Finance&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 WP Finance WordPress plugin through 1.3.6 does not have CSRF check in some places, and is missing sanitisation as well as escaping, which could allow attackers to make logged in admin add Stored XSS payloads via a CSRF attack.
### POC
#### Reference
- https://wpscan.com/vulnerability/ca65c478-30bf-4109-93e0-3aedbf4a8264/
#### Github
No PoCs found on GitHub currently.