What the vulnerability does
01Description
The WP Data Access plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to, and including, 5.5.68 via the 'check_app_access' function due to missing validation on a user controlled key. This makes it possible for unauthenticated attackers to access data from protected app containers by exploiting a mismatch between the authorization check (performed against app_id) and data retrieval (performed using cnt_id without verifying container ownership).
Explanation of Vulnerability in Simple Terms
02Summary
WP Data Access versions up to 5.5.68 contain an authorization bypass vulnerability that allows unauthenticated attackers to read sensitive data by manipulating user-controlled keys. The vulnerability does not require user interaction or special network conditions. Site administrators should update to a version newer than 5.5.68 to prevent unauthorized data access.
What an attacker can do
03Attacker Capabilities
Read sensitive data from the site without authentication by manipulating access keys.
Potential impact on your site
04Site Impact
Unauthorized users can access confidential information stored in WP Data Access tables, forms, and dashboards.
Conditions required to exploit
05Prerequisites
Network access only; no authentication or user interaction required.
Key dates
06Disclosure timeline
August 26, 2026
CVE published
August 28, 2026
Record updated