CVE-2025-22760
Published: 15 January 2025
Summary
CVE-2025-22760 is a high-severity Cross-site Scripting (CWE-79) vulnerability in Codebard Codebard Help Desk. Its CVSS base score is 7.1 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Browser Session Hijacking (T1185); ranked at the 37.5th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-15 (Information Output Filtering).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Directly addresses reflected XSS by requiring filtering of web page output to neutralize injected scripts before rendering.
Prevents exploitation by validating and sanitizing user inputs to block malicious script payloads in the CodeBard Help Desk plugin.
Mitigates the specific flaw in versions <=1.1.2 by requiring timely remediation through patching the vulnerable WordPress plugin.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Reflected XSS enables arbitrary script injection in user browsers, directly facilitating browser session hijacking (T1185) and stealing web session cookies (T1539); exploitation typically involves malicious links consistent with spearphishing (T1566.002).
NVD Description
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.
Deeper analysisAI
CVE-2025-22760 is an Improper Neutralization of Input During Web Page Generation vulnerability, classified as Reflected Cross-site Scripting (XSS) under CWE-79, in the CodeBard Help Desk WordPress plugin (codebard-help-desk). This issue affects all versions from n/a through 1.1.2 inclusive. The vulnerability was published on 2025-01-15 and carries a CVSS v3.1 base score of 7.1 (AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L), indicating high severity due to its network accessibility and scope change.
Attackers can exploit this Reflected XSS over the network with low attack complexity, requiring no privileges but user interaction, such as clicking a malicious link. Exploitation changes the security scope, enabling limited impacts on confidentiality, integrity, and availability. In practice, this allows injection of arbitrary scripts into web pages viewed by users, potentially leading to session hijacking, data theft, or further phishing within the victim's browser context.
The Patchstack advisory documents this vulnerability in the CodeBard Help Desk WordPress plugin version 1.1.2 and provides further technical details: https://patchstack.com/database/Wordpress/Plugin/codebard-help-desk/vulnerability/wordpress-codebard-help-desk-plugin-1-1-2-reflected-cross-site-scripting-xss-vulnerability?_s_id=cve.
Details
- CWE(s)