### [CVE-2021-24704](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-24704) ![](https://img.shields.io/static/v1?label=Product&message=Orange%20Form&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=1.0%3C%3D%201.0%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-89%20SQL%20Injection&color=brighgreen) ### Description In the Orange Form WordPress plugin through 1.0, the process_bulk_action() function in "admin/orange-form-email.php" performs an unprepared SQL query with an unsanitized parameter ($id). Only admin can access the page that invokes the function, but because of lack of CSRF protection, it is actually exploitable and could allow attackers to make a logged in admin delete arbitrary posts for example ### POC #### Reference - https://wpscan.com/vulnerability/60843022-fe43-4608-8859-9c9109b35b42 #### Github No PoCs found on GitHub currently.