CVE-2025-22760: WordPress CodeBard Help Desk plugin <= 1.1.2 - Reflected Cross Site Scripting (XSS) vulnerability
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in CodeBard CodeBard Help Desk codebard-help-desk allows Reflected XSS.This issue affects CodeBard Help Desk: from n/a through <= 1.1.2.
Security readout for executives and security teams
Plain-English summary
CVE-2025-22760 affects the WordPress CodeBard Help Desk plugin through version 1.1.2. It is a reflected cross-site scripting issue, meaning an attacker could trick a user into opening a crafted link that runs script in the user’s browser. Business impact is highest for sites using this plugin with authenticated administrators or support staff.
Executive priority
Prioritize remediation for any public WordPress site using this plugin, especially where help desk data or administrator accounts are exposed. The issue is high severity but requires user interaction, so urgency is meaningful but not equivalent to unauthenticated server takeover.
Technical view
The issue is CWE-79: improper input neutralization during web page generation in codebard-help-desk. The CVSS 3.1 score is 7.1, with network access, low attack complexity, no privileges required, and user interaction required. Scope is changed, with low confidentiality, integrity, and availability impact. Sources identify affected versions as <= 1.1.2.
Likely exposure
Exposure is limited to WordPress sites with the CodeBard Help Desk plugin installed at version 1.1.2 or earlier. The source bundle does not identify affected WordPress core versions, hosting platforms, or other CodeBard products.
Exploitation context
The CVSS vector indicates exploitation requires user interaction, typically a targeted click or visit. The source bundle does not show CISA KEV listing or cite active exploitation. Treat this as a phishing-assisted browser-side risk, especially for privileged WordPress users.
Researcher notes
Available sources provide the vulnerability class, affected plugin, version range, and CVSS vector, but not proof-of-concept details, patched version, or vendor advisory text. Avoid assuming exploit availability or a specific remediation release without confirming current vendor or Patchstack guidance.
Mitigation direction
Inventory WordPress sites for the CodeBard Help Desk plugin.
Check installed plugin versions and flag version 1.1.2 or earlier.
Review the vendor or Patchstack page for fixed-version guidance.
If no fix is available, consider disabling the plugin until guidance is published.
Prioritize sites with administrator or support-agent access to sensitive tickets.
Validation and detection
Confirm whether codebard-help-desk is installed on each WordPress site.
Record plugin version and compare against affected range <= 1.1.2.
Review web logs for suspicious requests targeting plugin pages or parameters.
Check security monitoring for unusual admin-session activity after link clicks.
Document compensating controls if the plugin remains enabled.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-79: User-session and phishing behavior lookup
Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-79 · source CWE mapping
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.