Skip to main content

WP Data Access CVE-2026-18032

| EUVDEUVD-2026-54895 HIGH
Information Exposure (CWE-200)
2026-08-09 contact@wpscan.com GHSA-chrp-6wq4-c4qg
7.5
CVSS 3.1 · Vendor: wpscan
Share

Severity by source

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

Network-reachable unauthenticated AJAX endpoint, no complexity beyond locating a public form; high confidentiality impact from hash exposure; no integrity or availability impact.

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

Primary rating from Vendor (wpscan).

CVSS VectorVendor: wpscan

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

Lifecycle Timeline

5
Analysis Generated
Aug 10, 2026 - 20:25 vuln.today
CVSS changed
Aug 10, 2026 - 20:22 NVD
7.5 (HIGH)
Patch available
Aug 09, 2026 - 07:16 EUVD
CVE Published
Aug 09, 2026 - 06:18 cve.org
UNKNOWN (no severity yet)
CVE Published
Aug 09, 2026 - 06:18 cve.org
HIGH 7.5

DescriptionCVE.org

The WP Data Access WordPress plugin before 5.5.79 does not validate the column names it accepts on one of its unauthenticated AJAX actions, and the nonce guarding that action does not cover them, allowing unauthenticated attackers to read arbitrary columns of the database table the affected front-end form is bound to, including user password hashes where that table is the users table.

AnalysisAI

Unauthenticated column enumeration in the WP Data Access WordPress plugin (all versions before 5.5.79) allows remote attackers to read arbitrary database column values from any table bound to a public front-end form, with the most critical exposure occurring when that table is the WordPress users table - enabling retrieval of all stored password hashes. The CVSS vector (AV:N/AC:L/PR:N/UI:N) confirms zero-barrier network exploitation with no authentication required. No public exploit has been identified at time of analysis, and the EPSS score of 0.14% (4th percentile) indicates negligible observed exploitation activity, though the attack surface is straightforward once a vulnerable form is located.

Technical ContextAI

WP Data Access is a WordPress plugin that allows administrators to bind WordPress database tables to configurable front-end data grids and AJAX-driven forms. The root cause is an unauthenticated AJAX action handler that accepts attacker-supplied column names as request parameters without validating them against a permitted allowlist. WordPress nonces serve as CSRF tokens to protect these actions, but in this case the nonce validation does not cover the column name parameter - meaning column names bypass the only access-control gate on the endpoint. An attacker can therefore inject arbitrary column names into a legitimate AJAX request and retrieve their values from whatever database table the form is configured to query. CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor) is the applicable root cause class: the application returns data that should be restricted because it does not enforce column-level access control before including query results in the response. The affected version range, per EUVD-2026-54895, is WP Data Access 0 through 5.5.78.

RemediationAI

The primary fix is to update WP Data Access to version 5.5.79 or later, which introduces server-side validation of column names against a permitted list. Administrators should apply this update immediately via the WordPress admin dashboard or via WP-CLI. The vendor patch is confirmed available per the advisory at https://wpscan.com/vulnerability/1b6c5935-c8e0-4b9b-9ba6-0f16a0e2cdae/. If immediate patching is not possible, the most effective compensating control is to deactivate or remove all public-facing front-end forms created with WP Data Access until the update can be applied - this eliminates the exposed AJAX endpoint entirely. Alternatively, a web application firewall rule blocking POST requests to wp-admin/admin-ajax.php that include unexpected column name parameters may reduce exposure, but this is fragile and highly configuration-dependent. Network-level blocking is not practical as the AJAX endpoint must remain accessible to legitimate users. There are no known side effects to upgrading to 5.5.79 reported at time of analysis.

CVE-2016-10033 CRITICAL POC
9.8 Dec 30

The mailSend function in the isMail transport in PHPMailer before 5.2.18 might allow remote attackers to pass extra para

CVE-2016-10045 CRITICAL POC
9.8 Dec 30

The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman

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

CVE-2024-5084 CRITICAL POC
9.8 May 23

The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil

CVE-2024-44000 CRITICAL POC
9.8 Oct 20

Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote

CVE-2024-8353 CRITICAL POC
9.8 Sep 28

The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all

CVE-2020-36847 CRITICAL POC
9.8 Jul 12

The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner

CVE-2025-11749 CRITICAL POC
9.8 Nov 05

The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint

CVE-2025-27007 CRITICAL POC
9.8 May 01

The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut

CVE-2016-1209 CRITICAL POC
9.8 May 14

The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via

CVE-2024-4443 CRITICAL POC
9.8 May 22

The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based

CVE-2026-63030 CRITICAL POC
9.8 Jul 17

Remote code execution in WordPress 6.9.x (before 6.9.5) and 7.0.x (before 7.0.2) arises from a REST API batch endpoint r

Share

CVE-2026-18032 vulnerability details – vuln.today

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