cve/2021/CVE-2021-24346.md

19 lines
894 B
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [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)
2025-09-29 21:09:30 +02:00
![](https://img.shields.io/static/v1?label=Version&message=1.0.4%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-79%20Cross-site%20Scripting%20(XSS)&color=brightgreen)
2024-05-25 21:48:12 +02:00
### 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
2025-09-29 21:09:30 +02:00
- https://github.com/20142995/nuclei-templates
2024-05-25 21:48:12 +02:00