Files
CVEs-PoC/2021/CVE-2021-24704.md
2025-09-29 21:09:30 +02:00

1.0 KiB

CVE-2021-24704

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

Github