cve/2021/CVE-2021-24558.md

19 lines
914 B
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2021-24558](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-24558)
![](https://img.shields.io/static/v1?label=Product&message=Project%20Status&color=blue)
2025-09-29 21:09:30 +02:00
![](https://img.shields.io/static/v1?label=Version&message=1.6%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 pspin_duplicate_post_save_as_new_post function of the Project Status WordPress plugin through 1.6 does not sanitise, validate or escape the post GET parameter passed to it before outputting it in an error message when the related post does not exist, leading to a reflected XSS issue
### POC
#### Reference
- https://codevigilant.com/disclosure/2021/wp-plugin-project-status/
- https://wpscan.com/vulnerability/ca5f2152-fcfd-492d-a552-f9604011beff
#### Github
2025-09-29 21:09:30 +02:00
- https://github.com/20142995/nuclei-templates
2024-05-25 21:48:12 +02:00