Description
The WPC Admin Columns WordPress plugin before 2.3.4 does not have authorisation checks in one of its AJAX actions, allowing users with a role as low as subscriber to read arbitrary user, post and term metadata, including data belonging to administrators.
Published: 2026-08-12
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in the WPC Admin Columns WordPress plugin version prior to 2.3.4, where an AJAX action lacks proper authorization checks. Users as low as subscribers can trigger this action and read any user, post, or taxonomy term metadata, including sensitive data belonging to administrators. This results in an information disclosure that could reveal confidential configuration, personal data, or administrative credentials.

Affected Systems

WordPress sites that have the WPC Admin Columns plugin installed before version 2.3.4 are impacted. All user roles, including subscribers and lower, can exploit the vulnerable AJAX endpoint to access metadata of any user, post, or term on the platform. The issue applies regardless of site configuration; it is not limited to specific plugins or themes.

Risk and Exploitability

Based on the description, it is inferred that the attacker only needs to be authenticated as a subscriber to exploit the vulnerability, with no additional privileges or complex setup required. The lack of a published EPSS score or KEV listing suggests that widespread exploitation has not been observed yet, but the technical severity remains high due to potential exposure of sensitive data. The risk is elevated for sites where confidential metadata is stored and could lead to privacy violations or aid in further compromise.

Generated by OpenCVE AI on August 12, 2026 at 13:02 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the WPC Admin Columns plugin to version 2.3.4 or later, which adds the missing authorization checks to the vulnerable AJAX action.
  • If an immediate upgrade is not feasible, block or restrict access to the AJAX endpoint (e.g., "/wp-admin/admin-ajax.php?action=WPC_AC_LIST...") using a web‑application firewall, .htaccess rules, or site‑wide SSL redirect so that only administrators or privileged users can invoke it.
  • Review and reduce the capabilities assigned to the default subscriber role to the minimum required, ensuring that low‑privilege accounts cannot perform actions that could be abused.

Generated by OpenCVE AI on August 12, 2026 at 13:02 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 12 Aug 2026 13:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200
CWE-284
CWE-862
Metrics cvssV3_1

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

ssvc

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


Wed, 12 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Description The WPC Admin Columns WordPress plugin before 2.3.4 does not have authorisation checks in one of its AJAX actions, allowing users with a role as low as subscriber to read arbitrary user, post and term metadata, including data belonging to administrators.
Title WPC Admin Columns < 2.3.4 - Subscriber+ Arbitrary User/Post/Term Meta Disclosure
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-12T12:30:10.927Z

Reserved: 2026-08-05T13:27:27.558Z

Link: CVE-2026-18943

cve-icon Vulnrichment

Updated: 2026-08-12T12:29:51.623Z

cve-icon NVD

Status : Received

Published: 2026-08-12T06:20:46.903

Modified: 2026-08-12T13:17:20.867

Link: CVE-2026-18943

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-12T13:15:04Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-284

    Improper Access Control

  • CWE-862

    Missing Authorization