Description
The CubeWP Framework WordPress plugin through 1.1.30 does not perform a per-object read authorization check, nor restrict which metadata keys may be requested, on one of its REST API endpoints, allowing users with the Contributor role and above to read arbitrary post metadata (including that of other users' draft, pending, private, and password-protected posts) and arbitrary user metadata of any user, including administrators.
Published: 2026-08-10
Score: 4.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The CVE arises from a missing authorization check on a REST API endpoint in CubeWP Framework through v1.1.30. An authenticated user with Contributor privileges or higher can query that endpoint for metadata keys without per-object read restrictions, allowing them to read any post’s metadata—including draft, pending, private, and password‑protected content—and any user’s metadata, including administrators. The flaw results in information disclosure to roles that normally should not have access to such data.

Affected Systems

Affected systems are installations of CubeWP Framework version 1.1.30 or earlier. The vulnerability is present whenever the plugin is active, regardless of the specific WordPress installation, because the code path is always reachable as part of the default API set. No specific WordPress version constraints are indicated, so all sites that have upgraded to 1.1.30 or earlier and have not applied a newer version are potentially exposed.

Risk and Exploitability

The likelihood of exploitation is facilitated by the fact that the API requires only standard authentication and does not perform per-object checks. A Contributor or Administrator account can invoke the endpoint and obtain sensitive data. However, the EPSS score is <1 % and the CVSS score of 4.9 reflect moderate severity, and the vulnerability is not listed in the CISA KEV catalog, indicating that the overall risk to the broader community is low to moderate.

Generated by OpenCVE AI on August 13, 2026 at 11:29 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade CubeWP Framework to a version newer than 1.1.30.
  • Restrict access to the vulnerable REST API endpoint by firewall rules or .htaccess so that only trusted IP addresses can reach it, or block the endpoint entirely if it is not required.
  • Review and minimize user roles so that Contributors have no access to sensitive metadata, and remove unnecessary Contributor accounts if they are not needed.

Generated by OpenCVE AI on August 13, 2026 at 11:29 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 13 Aug 2026 10:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200
CWE-284

Tue, 11 Aug 2026 21:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-639
Metrics cvssV3_1

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

ssvc

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


Mon, 10 Aug 2026 07:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200
CWE-284

Mon, 10 Aug 2026 06:45:00 +0000

Type Values Removed Values Added
Description The CubeWP Framework WordPress plugin through 1.1.30 does not perform a per-object read authorization check, nor restrict which metadata keys may be requested, on one of its REST API endpoints, allowing users with the Contributor role and above to read arbitrary post metadata (including that of other users' draft, pending, private, and password-protected posts) and arbitrary user metadata of any user, including administrators.
Title CubeWP Framework <= 1.1.30 - Contributor+ Arbitrary Post and User Meta Disclosure via IDOR
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-11T20:18:50.184Z

Reserved: 2026-07-24T10:14:53.004Z

Link: CVE-2026-17018

cve-icon Vulnrichment

Updated: 2026-08-11T20:18:45.721Z

cve-icon NVD

Status : Deferred

Published: 2026-08-10T07:16:48.813

Modified: 2026-08-26T16:31:16.753

Link: CVE-2026-17018

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T11:30:16Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key