cve/2021/CVE-2021-24346.md
2024-06-18 02:51:15 +02:00

19 lines
894 B
Markdown

### [CVE-2021-24346](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-24346)
![](https://img.shields.io/static/v1?label=Product&message=Stock%20in%20%26%20out&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=1.0.4%3C%3D%201.0.4%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-79%20Cross-site%20Scripting%20(XSS)&color=brighgreen)
### Description
The Stock in & out WordPress plugin through 1.0.4 has a search functionality, the lowest accessible level to it being contributor. The srch POST parameter is not validated, sanitised or escaped before using it in the echo statement, leading to a reflected XSS issue
### POC
#### Reference
- https://codevigilant.com/disclosure/2021/wp-plugin-stock-in/
- https://wpscan.com/vulnerability/c25146fd-4143-463c-8c85-05dd33e9a77b
#### Github
No PoCs found on GitHub currently.