Orange Form <= 1.0.1 - Cross-Site Request Forgery

2021-12-29 00:00
Francesco Carlucci

Strategic Overview

Status
Unpatched
Affected PluginOrange Form
Affected Version<= 1.0.1
CVSS8.8High
CVECVE-2021-24704
View all Orange Form vulnerabilities

Vulnerability Overview

In the Orange Form WordPress plugin through 1.0.1, 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

Technical Analysis

REMEDIATION: No known patch available. Please review the vulnerability's details in depth and employ mitigations based on your organization's risk tolerance. It may be best to uninstall the affected software and find a replacement. --- IDENTIFIER: CWE-352 (Cross-Site Request Forgery (CSRF)) The web application does not, or cannot, sufficiently verify whether a request was intentionally provided by the user who sent the request, which could have originated from an unauthorized actor.

External References

Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C