CVE-2024-12623: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in ivmartel DICOM Support
CVE-2024-12623 is a stored cross-site scripting (XSS) vulnerability in the ivmartel DICOM Support WordPress plugin versions up to 0. 10. 6. It arises from improper input sanitization and output escaping of user-supplied attributes in the 'dcm' shortcode. Authenticated users with contributor-level or higher privileges can inject malicious scripts that execute when any user views the affected page. This vulnerability does not require user interaction to trigger and can impact confidentiality and integrity by stealing session tokens or performing actions on behalf of users. The CVSS score is 6. 4 (medium severity), reflecting network exploitability with low attack complexity but requiring some privileges. No known exploits are currently reported in the wild. Organizations using this plugin should promptly update or apply mitigations to prevent exploitation, especially those with multiple contributors or public-facing sites.
AI Analysis
Technical Summary
CVE-2024-12623 is a stored cross-site scripting vulnerability classified under CWE-79 affecting the ivmartel DICOM Support plugin for WordPress, specifically in all versions up to and including 0.10.6. The vulnerability stems from insufficient sanitization and escaping of user-supplied attributes within the plugin's 'dcm' shortcode, which is used to embed DICOM medical imaging data in WordPress pages. Authenticated users with contributor-level or higher access can exploit this flaw by injecting arbitrary JavaScript code into pages via the shortcode attributes. When other users visit these pages, the malicious scripts execute in their browsers, potentially leading to session hijacking, privilege escalation, or unauthorized actions performed with the victim's credentials. The vulnerability requires authentication but no user interaction to trigger once the malicious content is stored and viewed. The CVSS 3.1 base score of 6.4 reflects a medium severity level, with network attack vector, low complexity, privileges required, no user interaction, and a scope change indicating that the vulnerability affects resources beyond the initially compromised component. Although no known exploits have been reported in the wild, the presence of this vulnerability in a plugin used to handle sensitive medical imaging data raises concerns about confidentiality and integrity of protected health information. The plugin’s widespread use in healthcare-related WordPress sites increases the attack surface. The lack of available patches at the time of publication necessitates immediate mitigation efforts by administrators.
Potential Impact
The primary impact of CVE-2024-12623 is the compromise of confidentiality and integrity of user sessions and data on affected WordPress sites. Attackers with contributor-level access can embed malicious scripts that execute in the context of other users, including administrators, enabling theft of authentication tokens, cookies, or other sensitive information. This can lead to unauthorized access, data leakage, or manipulation of site content. Since the vulnerability affects a plugin handling DICOM medical imaging data, there is an elevated risk of exposure or tampering with protected health information, which can have regulatory and reputational consequences for healthcare organizations. The vulnerability does not directly affect availability but can facilitate further attacks that degrade service or compromise system integrity. Organizations with multiple contributors or public-facing WordPress sites are at higher risk, as the attack requires authenticated access but no user interaction to trigger. The medium CVSS score reflects moderate risk, but the sensitive nature of the data involved and potential for privilege escalation elevate the overall impact. Failure to mitigate this vulnerability could lead to targeted attacks against healthcare providers, patient data breaches, and compliance violations under regulations such as HIPAA or GDPR.
Mitigation Recommendations
To mitigate CVE-2024-12623, organizations should first check for and apply any official patches or updates released by ivmartel for the DICOM Support plugin. If patches are not yet available, administrators should restrict contributor-level and higher access to trusted users only, minimizing the risk of malicious shortcode injection. Implementing a web application firewall (WAF) with rules to detect and block suspicious shortcode attribute patterns or script tags can help prevent exploitation. Site administrators should audit existing content for injected scripts and remove any suspicious shortcode usage. Employing Content Security Policy (CSP) headers can reduce the impact of XSS by restricting the execution of unauthorized scripts. Additionally, hardening WordPress security by enforcing strong authentication, limiting plugin usage, and regularly monitoring logs for unusual activity is recommended. For healthcare organizations, ensuring compliance with data protection standards and conducting security awareness training for contributors can further reduce risk. Finally, consider isolating or sandboxing the plugin’s output where feasible to limit script execution scope.
Affected Countries
United States, Germany, United Kingdom, Canada, Australia, France, Japan, South Korea, Netherlands, Sweden
CVE-2024-12623: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in ivmartel DICOM Support
Description
CVE-2024-12623 is a stored cross-site scripting (XSS) vulnerability in the ivmartel DICOM Support WordPress plugin versions up to 0. 10. 6. It arises from improper input sanitization and output escaping of user-supplied attributes in the 'dcm' shortcode. Authenticated users with contributor-level or higher privileges can inject malicious scripts that execute when any user views the affected page. This vulnerability does not require user interaction to trigger and can impact confidentiality and integrity by stealing session tokens or performing actions on behalf of users. The CVSS score is 6. 4 (medium severity), reflecting network exploitability with low attack complexity but requiring some privileges. No known exploits are currently reported in the wild. Organizations using this plugin should promptly update or apply mitigations to prevent exploitation, especially those with multiple contributors or public-facing sites.
AI-Powered Analysis
Technical Analysis
CVE-2024-12623 is a stored cross-site scripting vulnerability classified under CWE-79 affecting the ivmartel DICOM Support plugin for WordPress, specifically in all versions up to and including 0.10.6. The vulnerability stems from insufficient sanitization and escaping of user-supplied attributes within the plugin's 'dcm' shortcode, which is used to embed DICOM medical imaging data in WordPress pages. Authenticated users with contributor-level or higher access can exploit this flaw by injecting arbitrary JavaScript code into pages via the shortcode attributes. When other users visit these pages, the malicious scripts execute in their browsers, potentially leading to session hijacking, privilege escalation, or unauthorized actions performed with the victim's credentials. The vulnerability requires authentication but no user interaction to trigger once the malicious content is stored and viewed. The CVSS 3.1 base score of 6.4 reflects a medium severity level, with network attack vector, low complexity, privileges required, no user interaction, and a scope change indicating that the vulnerability affects resources beyond the initially compromised component. Although no known exploits have been reported in the wild, the presence of this vulnerability in a plugin used to handle sensitive medical imaging data raises concerns about confidentiality and integrity of protected health information. The plugin’s widespread use in healthcare-related WordPress sites increases the attack surface. The lack of available patches at the time of publication necessitates immediate mitigation efforts by administrators.
Potential Impact
The primary impact of CVE-2024-12623 is the compromise of confidentiality and integrity of user sessions and data on affected WordPress sites. Attackers with contributor-level access can embed malicious scripts that execute in the context of other users, including administrators, enabling theft of authentication tokens, cookies, or other sensitive information. This can lead to unauthorized access, data leakage, or manipulation of site content. Since the vulnerability affects a plugin handling DICOM medical imaging data, there is an elevated risk of exposure or tampering with protected health information, which can have regulatory and reputational consequences for healthcare organizations. The vulnerability does not directly affect availability but can facilitate further attacks that degrade service or compromise system integrity. Organizations with multiple contributors or public-facing WordPress sites are at higher risk, as the attack requires authenticated access but no user interaction to trigger. The medium CVSS score reflects moderate risk, but the sensitive nature of the data involved and potential for privilege escalation elevate the overall impact. Failure to mitigate this vulnerability could lead to targeted attacks against healthcare providers, patient data breaches, and compliance violations under regulations such as HIPAA or GDPR.
Mitigation Recommendations
To mitigate CVE-2024-12623, organizations should first check for and apply any official patches or updates released by ivmartel for the DICOM Support plugin. If patches are not yet available, administrators should restrict contributor-level and higher access to trusted users only, minimizing the risk of malicious shortcode injection. Implementing a web application firewall (WAF) with rules to detect and block suspicious shortcode attribute patterns or script tags can help prevent exploitation. Site administrators should audit existing content for injected scripts and remove any suspicious shortcode usage. Employing Content Security Policy (CSP) headers can reduce the impact of XSS by restricting the execution of unauthorized scripts. Additionally, hardening WordPress security by enforcing strong authentication, limiting plugin usage, and regularly monitoring logs for unusual activity is recommended. For healthcare organizations, ensuring compliance with data protection standards and conducting security awareness training for contributors can further reduce risk. Finally, consider isolating or sandboxing the plugin’s output where feasible to limit script execution scope.
Technical Details
- Data Version
- 5.1
- Assigner Short Name
- Wordfence
- Date Reserved
- 2024-12-13T15:31:40.539Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 699f6e46b7ef31ef0b59c257
Added to database: 2/25/2026, 9:48:54 PM
Last enriched: 2/26/2026, 3:15:01 AM
Last updated: 2/26/2026, 8:29:22 AM
Views: 1
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Related Threats
CVE-2026-1698: CWE-644 Improper Neutralization of HTTP Headers for Scripting Syntax in arcinfo PcVue
MediumCVE-2026-1697: CWE-614 Sensitive Cookie in HTTPS Session Without 'Secure' Attribute in arcinfo PcVue
MediumCVE-2026-1696: CWE-79 Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') in arcinfo PcVue
LowCVE-2026-1695: CWE-79 Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') in arcinfo PcVue
MediumCVE-2026-1694: CWE-201 Insertion of Sensitive Information into Sent Data in arcinfo PcVue
LowActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console in Console -> Billing for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.