Skip to main content

Taxonomy Manager Plugin CVE-2026-15231

| EUVDEUVD-2026-52172 LOW
Authorization Bypass Through User-Controlled Key (CWE-639)
2026-08-03 WPScan GHSA-2fw4-4h2j-gcmv
2.7
CVSS 3.1 · Vendor: WPScan

Severity by source

Vendor (WPScan) PRIMARY
2.7 LOW
AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:N
vuln.today AI
4.3 MEDIUM

Contributor is a low-privilege authenticated role in WordPress, making PR:L more accurate than the official PR:H; no integrity or availability impact applies.

3.1 AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
4.0 AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N

Primary rating from Vendor (WPScan).

CVSS VectorVendor: WPScan

Attack Vector
Network
Attack Complexity
Low
Privileges Required
High
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
None
Availability
None

Lifecycle Timeline

5
Analysis Generated
Aug 04, 2026 - 18:25 vuln.today
CVSS changed
Aug 04, 2026 - 18:22 NVD
2.7 (LOW)
Patch available
Aug 03, 2026 - 07:01 EUVD
CVE Published
Aug 03, 2026 - 06:00 cve.org
UNKNOWN (no severity yet)
CVE Published
Aug 03, 2026 - 06:00 cve.org
LOW 2.7

DescriptionCVE.org

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.

AnalysisAI

Insecure Direct Object Reference (IDOR) in the Tag, Category, and Taxonomy Manager WordPress plugin before 3.51.0 allows authenticated contributors to disclose content from private or draft posts they do not own. The plugin fails to verify post ownership before processing a referenced post ID and returning derived data, enabling a contributor to enumerate and extract information from restricted content authored by other users. No public exploitation in the wild has been confirmed (no CISA KEV listing), though WPScan has published a publicly available proof-of-concept.

Technical ContextAI

The vulnerability is rooted in CWE-639 (Authorization Through User-Controlled Key), a class of IDOR flaw where an application accepts a user-supplied identifier - in this case, a post ID - and performs backend processing without verifying that the requesting user is authorized to access the referenced resource. The affected product is the 'Tag, Category, and Taxonomy Manager' WordPress plugin (CPE: cpe:2.3:a:unknown:tag,_category,_and_taxonomy_manager:*:*:*:*:*:*:*:*), all versions before 3.51.0. In WordPress, the Contributor role is permitted to create posts in draft form but cannot publish or view others' private/draft content - this plugin bypasses that boundary by trusting the client-supplied post ID without an authorization check, effectively leaking controlled content through the plugin's data-processing response.

RemediationAI

Update the Tag, Category, and Taxonomy Manager plugin to version 3.51.0 or later, which resolves the missing authorization check on post ID references. The fix is confirmed available from the vendor per the WPScan report (https://wpscan.com/vulnerability/5980ab15-bc6e-4298-9d0c-92c17217ec2c/). As a compensating control prior to patching, site administrators can restrict the Contributor role from being assigned to untrusted users, effectively raising the bar for exploitation; however, this does not eliminate the flaw and carries the trade-off of reducing editorial workflow capability. Disabling the plugin entirely is a zero-risk workaround if taxonomy management features are not actively needed, with the obvious trade-off of losing that functionality. Monitoring for anomalous requests to plugin endpoints referencing post IDs not owned by the authenticated user may assist in detection.

Share

CVE-2026-15231 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy