CVE-2026-6455
Cross-Site Request Forgery to Arbitrary File Deletion in WP Contact Form 7 DB Handler
Publication date: 2026-05-28
Last updated on: 2026-05-28
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| wp_contact_form_7_db_handler | plugin | to 3.0 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-352 | 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. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
The WP Contact Form 7 DB Handler plugin for WordPress has a vulnerability in versions up to and including 3.0 that allows Cross-Site Request Forgery (CSRF) leading to Arbitrary File Deletion. This happens because the plugin's process_bulk_action() function lacks proper nonce verification when the _wpnonce field is missing from the POST request, allowing attackers to bypass security checks.
An attacker can exploit this by tricking a logged-in administrator into triggering a SQL injection payload that returns malicious serialized PHP data. This data is then unsafely deserialized, and file paths extracted from it are used without validation to delete arbitrary files on the server, such as wp-config.php or other system files.
How can this vulnerability impact me? :
This vulnerability can have severe impacts including the deletion of critical files on the server hosting the WordPress site. An attacker can delete important configuration files or system files, potentially causing site downtime, data loss, or complete compromise of the website.
Since the attack requires tricking an administrator into performing an action, it can lead to unauthorized file deletions without the administrator's knowledge, resulting in significant operational disruption and security risks.