Description
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).
Published: 2026-08-26
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Unauthenticated direct object reference leading to unauthorized data disclosure
Action: Apply Patch
AI Analysis

Impact

The WP Data Access plugin contains an insecure direct object reference flaw that allows unauthenticated actors to read data from protected application containers. The bug arises because the source of the authorization check uses the app_id parameter while data retrieval relies on a different container ID, and the plugin does not verify that the container belongs to the authenticated user. The result is that any attacker can request data from any container by supplying an arbitrary identifier, exposing sensitive information without hitting any privilege escalation or code execution barriers.

Affected Systems

WordPress sites running the peterschulznl WP Data Access – App Builder for Tables, Forms, Charts, Maps & Dashboards plugin through version 5.5.68, inclusive. The vulnerability affects all releases up to that version due to the same faulty access logic.

Risk and Exploitability

The CVSS score of 5.3 indicates medium severity, but the lack of an EPSS score means no current public exploitation data is available, and the issue is not listed in the CISA KEV catalog. Because the attack requires no authentication and relies on straightforward crafted HTTP requests to the plugin’s API, the likelihood of exploitation is moderate. An attacker can enumerate container identifiers and harvest data from containers that belong to other users, leading to confidential data leakage.

Generated by OpenCVE AI on August 26, 2026 at 13:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update WP Data Access to version 5.5.69 or later, where the check_app_access function validates container ownership.
  • Restrict the visibility of app containers so that only authorized users can list or retrieve them, thereby limiting the risk of accidental disclosure.
  • Monitor and rate‑limit the plugin’s API endpoints for abnormal activity to detect and mitigate automated data harvesting attempts.

Generated by OpenCVE AI on August 26, 2026 at 13:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 28 Aug 2026 21:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 26 Aug 2026 11:15:00 +0000

Type Values Removed Values Added
Description 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).
Title WP Data Access – No-Code App Builder with Tables, Forms, Charts & Maps <= 5.5.68 - Unauthenticated Insecure Direct Object Reference to Data Access
Weaknesses CWE-639
References
Metrics cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-08-28T18:35:57.502Z

Reserved: 2026-02-26T00:20:37.077Z

Link: CVE-2026-3235

cve-icon Vulnrichment

Updated: 2026-08-28T18:30:15.176Z

cve-icon NVD

Status : Deferred

Published: 2026-08-26T11:16:38.073

Modified: 2026-08-28T20:17:29.007

Link: CVE-2026-3235

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-26T14:00:06Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key