CVE-2026-6455
Last modified
CVE-2026-6455 is a high-severity vulnerability rated 8.1/10 on the CVSS scale. The WP Contact Form 7 DB Handler plugin for WordPress is vulnerable to Cross-Site Request Forgery leading to Arbitrary File Deletion via SQL Injection and PHP Object Injection in versions up to and including 3.0. This is due to a missing nonce verification in the process_bulk_action() function, the nonce check is only executed when _wpnonce is present in the POST body, allowing it to be trivially bypassed by omitting the field, combined with the use of an unsanitized, unparameterized user-supplied value in a numeric SQL context (WHERE ID = $ID) and the unsafe deserialization of the query result's post_content field. EPSS estimates a 0.25% chance of exploitation in the next 30 days.
Description
The WP Contact Form 7 DB Handler plugin for WordPress is vulnerable to Cross-Site Request Forgery leading to Arbitrary File Deletion via SQL Injection and PHP Object Injection in versions up to and including 3.0. This is due to a missing nonce verification in the process_bulk_action() function, the nonce check is only executed when _wpnonce is present in the POST body, allowing it to be trivially bypassed by omitting the field, combined with the use of an unsanitized, unparameterized user-supplied value in a numeric SQL context (WHERE ID = $ID) and the unsafe deserialization of the query result's post_content field. An attacker can craft a CSRF page that tricks a logged-in administrator into triggering a UNION-based SQL injection payload (using CHAR() to avoid esc_sql quote-escaping) that returns a malicious serialized PHP array as post_content; upon deserialization, array values associated with keys containing 'ys_cfdbh_file' are used as file paths appended to the uploads directory path without any path traversal validation, and then passed to wp_delete_file(), allowing the attacker to delete arbitrary files on the server (e.g., wp-config.php, system files).
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-6455?
How severe is CVE-2026-6455?
How do I fix CVE-2026-6455?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-64544In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64545In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-64546In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-64547In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-64548In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-64549In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64550In the Linux kernel, the following vulnerability has been re…7.3
- CVE-2026-64551In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-64552In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-64553In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64554In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-64555In the Linux kernel, the following vulnerability has been re…8.8
Are you affected by CVE-2026-6455?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
