Description
The Tag, Category, and Taxonomy Manager WordPress plugin before 3.51.0 does not verify that a user is authorized to access a referenced post before processing it and returning derived data, allowing users with contributor privileges to disclose data from private or draft posts they do not own.
Published: 2026-08-03
Score: 2.7 Low
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is an IDOR that allows a contributor to view private or draft posts that they do not own. The Tag, Category, and Taxonomy Manager plugin does not verify that the current user has permission to access the referenced post before returning derived data, leading to unauthorized data disclosure. This flaw reflects CWE-639 (Privilege Confusion) and can expose confidential or proprietary content to users who are not trusted with it.

Affected Systems

WordPress sites that have the Tag, Category, and Taxonomy Manager plugin installed in a version older than 3.51.0 are affected. The issue applies to any installation where contributors have been granted the default or custom contributor role and is not limited by site configuration.

Risk and Exploitability

The CVSS score of 2.7 indicates a low severity. The flaw requires the attacker to possess a contributor role and to know or guess the ID of a private or draft post. No technical barrier prevents exploitation beyond the usual plugin interface, so a skilled user can obtain the data via simple HTTP requests to the plugin’s endpoints. The EPSS score of < 1% indicates a low exploitation probability, and it is not listed in KEV. Based on the available data, it is inferred that the data disclosure could be problematic for sites that rely on strict authorship controls.

Generated by OpenCVE AI on August 5, 2026 at 00:35 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Tag, Category, and Taxonomy Manager plugin to version 3.51.0 or later.
  • Reconfigure WordPress contributor permissions to remove abilities that allow access to private or draft posts, such as the 'read_private_pages' capability.
  • Review and audit plugin usage on all WordPress sites, ensuring that only trusted users have contributor privileges and that access logs are monitored for unauthorized content access.

Generated by OpenCVE AI on August 5, 2026 at 00:35 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 04 Aug 2026 23:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-285

Tue, 04 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

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


Mon, 03 Aug 2026 09:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-285
CWE-639

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

Type Values Removed Values Added
Description The Tag, Category, and Taxonomy Manager WordPress plugin before 3.51.0 does not verify that a user is authorized to access a referenced post before processing it and returning derived data, allowing users with contributor privileges to disclose data from private or draft posts they do not own.
Title TaxoPress < 3.51.0 - Contributor+ Private Post Disclosure via IDOR
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-04T17:41:26.594Z

Reserved: 2026-07-09T11:17:18.418Z

Link: CVE-2026-15231

cve-icon Vulnrichment

Updated: 2026-08-04T15:44:35.438Z

cve-icon NVD

Status : Received

Published: 2026-08-03T07:16:39.877

Modified: 2026-08-04T18:16:44.227

Link: CVE-2026-15231

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T00:45:03Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key