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: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a classic IDOR that allows a contributor to view private or draft posts that are not owned by them. The plugin does not check if the current user has permission to access the referenced post before returning data generated from it, leading to unauthorized data disclosure. This flaw 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 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 lack of an EPSS score and KEV listing means exploitation probability is uncertain, but the CVE’s nature suggests moderate to high risk for sites that rely on strict authorship controls. No mitigations other than updating the plugin are listed in the CNA documentation, so the vulnerability remains available to any authenticated contributor.

Generated by OpenCVE AI on August 3, 2026 at 08:40 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 3, 2026 at 08:40 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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-03T06:00:12.337Z

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

Link: CVE-2026-15231

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T08:45:03Z

Weaknesses
  • CWE-285

    Improper Authorization

  • CWE-639

    Authorization Bypass Through User-Controlled Key