Files
CVEs-PoC/2021/CVE-2021-24543.md
T
2024-06-18 02:51:15 +02:00

19 lines
970 B
Markdown

### [CVE-2021-24543](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-24543)
![](https://img.shields.io/static/v1?label=Product&message=jQuery%20Reply%20to%20Comment&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=1.31%3C%3D%201.31%20&color=brighgreen)
![](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 jQuery Reply to Comment WordPress plugin through 1.31 does not have any CSRF check when saving its settings, nor sanitise or escape its 'Quote String' and 'Reply String' settings before outputting them in Comments, leading to a Stored Cross-Site Scripting issue.
### POC
#### Reference
- https://wpscan.com/vulnerability/aa23f743-811b-4fd1-81a9-42916342e312
#### Github
No PoCs found on GitHub currently.