Skip to main content

Contact Form Entries CVE-2026-9843

| EUVDEUVD-2026-38104 HIGH
Path Traversal (CWE-22)
2026-06-20 Wordfence GHSA-m735-jrv9-j3fc
8.1
CVSS 3.1 · Vendor: Wordfence
Share

Severity by source

Vendor (Wordfence) PRIMARY
8.1 HIGH
AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H
vuln.today AI
8.1 HIGH

Network-reachable form submission with no auth (AV:N/PR:N), but deletion only fires when an admin views the entry (UI:R); arbitrary file deletion yields I:H/A:H with no direct read (C:N).

3.1 AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H
4.0 AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (Wordfence).

CVSS VectorVendor: Wordfence

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
High

Lifecycle Timeline

2
Analysis Generated
Jun 20, 2026 - 02:00 vuln.today
CVE Published
Jun 20, 2026 - 01:27 cve.org
HIGH 8.1

DescriptionCVE.org

The Database for Contact Form 7, WPforms, Elementor forms plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the view_page function in all versions up to, and including, 1.5.1. This makes it possible for unauthenticated attackers to delete arbitrary files on the server, which can easily lead to remote code execution when the right file is deleted (such as wp-config.php). Successful exploitation requires an administrator to view or edit the poisoned form entry, at which point PHP's bracket parser reshapes the attacker-crafted JSON key to bypass the stored-path isset check and trigger deletion of the traversal-specified file.

AnalysisAI

Arbitrary file deletion in the Database for Contact Form 7, WPforms, Elementor forms WordPress plugin (versions ≤1.5.1) allows remote unauthenticated attackers to poison form entries with traversal payloads that, when later viewed by an administrator, delete arbitrary server files and can be escalated to remote code execution by removing wp-config.php. Reported by Wordfence with publicly available exploit code exists via the Wordfence advisory; no public exploit identified at time of analysis as weaponized in-the-wild attacks, and the issue is not in CISA KEV.

Technical ContextAI

The plugin (CPE cpe:2.3:a:crmperks:database_for_contact_form_7,_wpforms,_elementor_forms) stores user-submitted form entries and exposes a view_page handler that calls a file deletion routine on entry attachments. The root cause is CWE-22 (Path Traversal) compounded by a PHP-specific parser quirk: PHP's bracket notation in $_POST/$_GET keys (e.g. names containing '[' or '.') is normalized into nested arrays, so an attacker-crafted JSON key reshapes into a structure that bypasses the isset() check on the stored sanitized path while still resolving to a traversal-controlled filesystem path inside the unlink() call. Affected source paths include includes/plugin-pages.php:1197, contact-form-entries.php:747 and :435, includes/data.php:539, and templates/view.php:559.

RemediationAI

Upstream fix available (changeset 3578556); released patched version not independently confirmed beyond '> 1.5.1', so administrators should update the Contact Form Entries plugin to the latest available release from the WordPress.org plugin repository as soon as it is published and verify the installed version is greater than 1.5.1. Until the update is applied, deactivate the plugin or restrict the wp-admin entry-viewing screens (the view_page handler) via web-server ACLs or a WAF rule that blocks form submissions containing bracket characters or '../' sequences in field names, accepting the trade-off that legitimate admins cannot triage entries while the rule is active; additionally, take a full backup of wp-config.php and the webroot so that an attacker-triggered deletion cannot be silently followed by a re-installation hijack. Review the Wordfence advisory (https://www.wordfence.com/threat-intel/vulnerabilities/id/4169b390-0972-4aa9-ae04-f5f67afe15ef?source=cve) and the patched code at https://plugins.trac.wordpress.org/changeset/3578556/contact-form-entries for indicators of compromise in stored form entries.

More in PHP

View all
CVE-2019-11043 CRITICAL POC
9.8 Oct 28

In PHP versions 7.1.x below 7.1.33, 7.2.x below 7.2.24 and 7.3.x below 7.3.11 in certain configurations of FPM setup it

CVE-2012-1823 CRITICAL POC
9.8 May 11

sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not

CVE-2016-1555 CRITICAL POC
9.8 Apr 21

(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear

CVE-2018-11138 CRITICAL POC
9.8 May 31

The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by

CVE-2024-11680 CRITICAL POC
9.8 Nov 26

ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C

CVE-2025-49113 CRITICAL POC
9.9 Jun 02

Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au

CVE-2017-9841 CRITICAL POC
9.8 Jun 27

Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c

CVE-2025-0108 HIGH POC
8.8 Feb 12

Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers

CVE-2021-25298 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2021-25296 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2013-4983 CRITICAL POC
10.0 Sep 10

The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

Share

CVE-2026-9843 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy