Description
The Custom Admin Menu WordPress plugin through 1.0.0 does not sanitise and escape a parameter before outputting it back in the page, leading to a Reflected Cross-Site Scripting which could be used against high privilege users such as admin.
Published: 2025-12-09
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: Reflected Cross‑Site Scripting affecting high‑privilege users
Action: Update Plugin
AI Analysis

Impact

The Custom Admin Menu plugin for WordPress releases up to 1.0.0 fails to sanitize and escape a request parameter before echoing it back into the page. This omission creates a reflected XSS vulnerability that can be triggered by an attacker constructing a malicious URL. High‑privilege users, such as site administrators, visiting such a URL could have arbitrary scripts executed in their browser session, potentially leading to session hijacking, theft of credentials, or injection of malicious content.

Affected Systems

WordPress sites using the Custom Admin Menu plugin with a version less than or equal to 1.0.0 are affected. No specific version list beyond the cap of 1.0.0 is provided.

Risk and Exploitability

The CVSS score of 7.1 indicates a high severity impact. The EPSS score of <1% suggests that, as of the latest data, the probability of exploitation is low, and the vulnerability is not currently recorded in the CISA KEV catalog. The likely attack vector is a crafted URL accessed by an authenticated administrator; the attacker need not have site access but must lure the admin to the vulnerable link.

Generated by OpenCVE AI on April 28, 2026 at 10:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Custom Admin Menu plugin to the latest released version (≥1.0.1).
  • Implement server‑side output encoding or input validation for the vulnerable parameter to neutralize any script content, addressing CWE‑79.
  • Deploy a strict Content Security Policy that blocks inline scripts and restricts script sources, reducing the impact of any residual reflected payloads.

Generated by OpenCVE AI on April 28, 2026 at 10:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 09 Jan 2026 20:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-79

Thu, 11 Dec 2025 17:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

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


Wed, 10 Dec 2025 18:00:00 +0000

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

Tue, 09 Dec 2025 06:15:00 +0000

Type Values Removed Values Added
Description The Custom Admin Menu WordPress plugin through 1.0.0 does not sanitise and escape a parameter before outputting it back in the page, leading to a Reflected Cross-Site Scripting which could be used against high privilege users such as admin.
Title Custom Admin Menu <= 1.0.0 - Reflected XSS
References

Subscriptions

Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-04-02T12:39:53.907Z

Reserved: 2025-11-12T14:45:05.083Z

Link: CVE-2025-13071

cve-icon Vulnrichment

Updated: 2025-12-11T16:46:02.501Z

cve-icon NVD

Status : Deferred

Published: 2025-12-09T16:17:35.200

Modified: 2026-06-17T08:33:27.270

Link: CVE-2025-13071

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-28T10:30:29Z

Weaknesses
  • CWE-79

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