Description
The APCu Manager WordPress plugin before 4.5.0 does not escape APCu object-cache keys before rendering them in an admin-area page, leading to a Stored Cross-Site Scripting vulnerability. When a persistent object cache is enabled, cache keys derived from unsanitised user input (e.g. a transient name created by another APCu Manager WordPress plugin before 4.5.0 from an unauthenticated request) are output without escaping and execute arbitrary JavaScript in the session of an administrator viewing the page.
Published: 2026-06-29
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The APCu Manager WordPress plugin, versions prior to 4.5.0, fails to escape cache keys before displaying them in an admin page. This flaw permits a stored cross‑site scripting vulnerability. A malicious user can inject arbitrary JavaScript by creating an unsanitized cache key—typically through a transient name generated by an unauthenticated request—and when an administrator later views the affected admin‑area page, the injected script executes in the administrator's browser session.

Affected Systems

WordPress sites running the APCu Manager plugin older than version 4.5.0 with a persistent APC object‑cache enabled are affected. Any site that uses another instance of the APCu Manager plugin or any plugin that can create transient names without sanitization before 4.5.0 also falls within the risk, because the unsanitized cache key can be stored and later rendered by the vulnerable plugin.

Risk and Exploitability

The vulnerability requires an attacker to supply an unsanitized cache key that will be stored in a persistent object cache and later rendered on an admin‑area page. Exploitation therefore is feasible only when an attacker can influence the cache key and an administrator visits the page. The EPSS score of <1% and CVSS score of 7.5 indicate a high severity level but a low likelihood of exploitation. Nevertheless, the ability to execute arbitrary JavaScript in an administrator's browser presents a moderate to high risk for affected installations. Since the vulnerability is not listed in the CISA KEV catalog, there is currently no evidence of widespread exploitation, but the flaw remains a serious concern for any WordPress site relying on the vulnerable plugin.

Generated by OpenCVE AI on June 29, 2026 at 16:52 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade APCu Manager to version 4.5.0 or later.
  • Clear the persistent APC object‑cache to remove any unsanitized keys.
  • Disable persistent APC cache on the WordPress site if it is not required for performance.
  • Apply a Web Application Firewall rule that blocks or sanitizes unsanitized cache‑key input from unauthenticated users.
  • Verify the plugin configuration and audit other plugins that may create transient names for unsanitized values.

Generated by OpenCVE AI on June 29, 2026 at 16:52 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 29 Jun 2026 20:45:00 +0000

Type Values Removed Values Added
First Time appeared Apcu Manager
Apcu Manager apcu Manager
Wordpress
Wordpress wordpress
Vendors & Products Apcu Manager
Apcu Manager apcu Manager
Wordpress
Wordpress wordpress

Mon, 29 Jun 2026 17:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-79

Mon, 29 Jun 2026 15:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-79

Mon, 29 Jun 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

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


Mon, 29 Jun 2026 08:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-79

Mon, 29 Jun 2026 07:00:00 +0000

Type Values Removed Values Added
Description The APCu Manager WordPress plugin before 4.5.0 does not escape APCu object-cache keys before rendering them in an admin-area page, leading to a Stored Cross-Site Scripting vulnerability. When a persistent object cache is enabled, cache keys derived from unsanitised user input (e.g. a transient name created by another APCu Manager WordPress plugin before 4.5.0 from an unauthenticated request) are output without escaping and execute arbitrary JavaScript in the session of an administrator viewing the page.
Title APCu Manager < 4.5.0 - Unauthenticated Stored XSS via Cache Key Pollution
References

Subscriptions

Apcu Manager Apcu Manager
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-06-29T12:44:58.839Z

Reserved: 2026-05-29T11:32:45.577Z

Link: CVE-2026-10083

cve-icon Vulnrichment

Updated: 2026-06-29T12:43:08.732Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-29T20:05:38Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')