CVE-2025-68849
Published: 22 January 2026
Summary
CVE-2025-68849 is a high-severity Cross-site Scripting (CWE-79) vulnerability. Its CVSS base score is 7.1 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Malicious Link (T1204.001); ranked at the 20.3th 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).
Deeper analysis
CVE-2025-68849 is an Improper Neutralization of Input During Web Page Generation vulnerability, classified as CWE-79, enabling Reflected Cross-Site Scripting (XSS) in the Quote Master WordPress plugin developed by Frank Corso. This issue affects all versions of the quote-master plugin up to and including 7.1.1, with no specified lower bound. The vulnerability 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, low attack complexity, lack of required privileges, and scope change.
Attackers can exploit this vulnerability remotely without authentication by crafting malicious input that is reflected in web page generation, tricking users into interacting via a malicious link or payload (UI:R). Successful exploitation allows limited impacts including low confidentiality (e.g., session token theft), integrity (e.g., script injection), and availability disruptions within the context of the victim's browser, leveraging the changed scope (S:C) for cross-origin effects.
Patchstack advisories document this Reflected XSS vulnerability in Quote Master version 7.1.1 and provide details on the issue via their database entry at https://patchstack.com/database/Wordpress/Plugin/quote-master/vulnerability/wordpress-quote-master-plugin-7-1-1-reflected-cross-site-scripting-xss-vulnerability?_s_id=cve. Security practitioners should update to a patched version if available or monitor for vendor remediation guidance.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-3984
Vulnerability details
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Frank Corso Quote Master quote-master allows Reflected XSS.This issue affects Quote Master: from n/a through <= 7.1.1.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Reflected XSS directly enables malicious link delivery for user execution (T1204.001) and client-side script execution for stealing web session cookies (T1539) and browser session hijacking (T1185).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Requires validation and neutralization of all inputs before web page generation, directly blocking the reflected XSS payload in Quote Master.
Mandates filtering of outputs to remove or encode untrusted script content, preventing reflected XSS from executing in the victim's browser.
Provides malicious code inspection and blocking mechanisms that can identify and stop common XSS script patterns delivered via plugin input.