Description
The Category Dropdown List plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the `$_SERVER['PHP_SELF']` variable in all versions up to, and including, 1.0 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link.
Published: 2025-12-12
Score: 6.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Reflected Cross‑Site Scripting (XSS)
Action: Update Plugin
AI Analysis

Impact

Category Dropdown List is a WordPress plugin that can reflect arbitrary user‑supplied input via the $_SERVER['PHP_SELF'] variable. The plugin does not sanitize or escape the value before output, allowing unauthenticated attackers to inject malicious JavaScript into the web page. If a user follows a crafted link, the injected script can run in the victim's browser, potentially stealing session cookies, defacing the site, or performing further malicious actions.

Affected Systems

The vulnerability affects the Category Dropdown List plugin for WordPress supplied by the contributor pandikamal03. All releases up to and including version 1.0 are vulnerable. Users running the plugin on their WordPress sites with these versions are exposed to the risk.

Risk and Exploitability

The CVSS score of 6.1 indicates moderate severity. The EPSS score is less than 1%, suggesting a low current exploitation probability. The vulnerability is not listed in CISA’s KEV catalog, and exploitation requires only that an unauthenticated user be tricked into clicking a malicious URL; no authentication or administrative privileges are needed. The risk to the host and its visitors is therefore moderate, but with a low likelihood of real‑world exploitation at present.

Generated by OpenCVE AI on April 21, 2026 at 00:54 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Category Dropdown List plugin to a version newer than 1.0 once it becomes available.
  • If no update is available, deactivate or uninstall the plugin to eliminate the vulnerable code.
  • Manually modify the plugin’s settings.php file to escape the $_SERVER['PHP_SELF'] variable before output (e.g., using esc_url or esc_html) and validate the input to prevent user‑supplied data from being reflected.
  • Implement strong content‑security‑policy (CSP) headers and other XSS mitigations to reduce risk if the plugin remains in use.

Generated by OpenCVE AI on April 21, 2026 at 00:54 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 18 Dec 2025 21:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Fri, 12 Dec 2025 09:00:00 +0000

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

Fri, 12 Dec 2025 03:45:00 +0000

Type Values Removed Values Added
Description The Category Dropdown List plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the `$_SERVER['PHP_SELF']` variable in all versions up to, and including, 1.0 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link.
Title Category Dropdown List <= 1.0 - Reflected Cross-Site Scripting via $_SERVER['PHP_SELF']
Weaknesses CWE-79
References
Metrics cvssV3_1

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


Subscriptions

Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-04-08T17:18:18.024Z

Reserved: 2025-12-05T17:06:11.819Z

Link: CVE-2025-14132

cve-icon Vulnrichment

Updated: 2025-12-18T20:37:34.480Z

cve-icon NVD

Status : Deferred

Published: 2025-12-12T04:15:47.720

Modified: 2026-04-15T00:35:42.020

Link: CVE-2025-14132

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-21T01:00:12Z

Weaknesses