CVE-2024-13052
Published: 27 January 2025
Summary
CVE-2024-13052 is a high-severity Cross-site Scripting (CWE-79) vulnerability in Healthygrid Dental Optimizer Patient Generator App. Its CVSS base score is 7.1 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 29.7th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-15 (Information Output Filtering).
Deeper analysis
CVE-2024-13052 is a reflected cross-site scripting (XSS) vulnerability in the Dental Optimizer Patient Generator App WordPress plugin through version 1.0. The plugin does not sanitize and escape a parameter before outputting it back in the page, enabling attackers to inject malicious scripts. Published on 2025-01-27, it 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) and maps to CWE-79.
The vulnerability can be exploited remotely by unauthenticated attackers with no privileges required, though it demands user interaction. An attacker crafts a malicious link containing an XSS payload in the vulnerable parameter and tricks a high-privilege user, such as an admin, into accessing it via the browser. Successful exploitation executes the script in the victim's session context, potentially allowing session hijacking, data theft, or unauthorized actions, with low impacts on confidentiality, integrity, and availability but changed scope.
Mitigation details are available in the WPScan advisories at https://wpscan.com/vulnerability/671d5eef-c496-4047-9d01-8ab8a94cdc72/.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-51308
Vulnerability details
The Dental Optimizer Patient Generator App WordPress plugin through 1.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…
more
admin.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Reflected XSS in public-facing WordPress plugin directly enables remote exploitation of web app (T1190); payload delivery via crafted malicious links aligns with spearphishing (T1566.002); successful script execution in victim browser context facilitates session hijacking (T1185).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly prevents reflected XSS by filtering malicious scripts from unsanitized parameters before output in web pages.
Validates and sanitizes input parameters to block injection of malicious XSS payloads into the WordPress plugin.
Remediates the specific flaw in the Dental Optimizer Patient Generator App plugin through timely patching or replacement.