cve/2021/CVE-2021-24879.md

18 lines
964 B
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2021-24879](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-24879)
![](https://img.shields.io/static/v1?label=Product&message=SupportCandy%20%E2%80%93%20Helpdesk%20%26%20Support%20Ticket%20System&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=2.2.7%3C%202.2.7%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-352%20Cross-Site%20Request%20Forgery%20(CSRF)&color=brighgreen)
### Description
The SupportCandy WordPress plugin before 2.2.7 does not have CSRF check in the wpsc_tickets AJAX action, nor has any sanitisation or escaping in some of the filter fields which could allow attackers to make a logged in user having access to the ticket lists dashboard set an arbitrary filter (stored in their cookies) with an XSS payload in it.
### POC
#### Reference
- https://wpscan.com/vulnerability/6dfb4f61-c8cb-40ad-812f-139482be0fb4
#### Github
No PoCs found on GitHub currently.