CVE-2025-58088: CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in MedDream MedDream PACS Premium
CVE-2025-58088 is a medium severity reflected cross-site scripting (XSS) vulnerability in MedDream PACS Premium version 7. 3. 6. 870, specifically in the config. php functionality affecting the 'archivedir' parameter. An attacker can craft malicious URLs that, when visited by a user, execute arbitrary JavaScript code in the victim’s browser. This vulnerability requires user interaction (clicking the malicious link) but does not require authentication. The vulnerability impacts confidentiality and integrity by potentially stealing session tokens or manipulating web content. No known exploits are currently reported in the wild. European healthcare organizations using this PACS software are at risk, especially in countries with significant deployments of MedDream PACS.
AI Analysis
Technical Summary
CVE-2025-58088 identifies a reflected cross-site scripting (XSS) vulnerability in MedDream PACS Premium version 7.3.6.870, a medical imaging software widely used for managing and viewing medical images. The vulnerability resides in the config.php script, specifically in the handling of the 'archivedir' parameter. Improper neutralization of input allows attackers to inject malicious JavaScript code via specially crafted URLs. When a user clicks such a URL, the injected script executes in the context of the victim’s browser session, potentially allowing theft of session cookies, manipulation of displayed content, or redirection to malicious sites. The vulnerability does not require authentication but does require user interaction, such as clicking a malicious link. The CVSS v3.1 base score is 6.1 (medium severity), reflecting network attack vector, low attack complexity, no privileges required, but requiring user interaction, and impacting confidentiality and integrity with no impact on availability. No public exploits have been reported yet, but the vulnerability poses a risk to confidentiality and integrity of sensitive medical data and user sessions. The reflected XSS can be leveraged in phishing campaigns targeting healthcare personnel. The vulnerability affects a specific version of MedDream PACS Premium, emphasizing the need for version management and patching. The lack of current patches or exploit code suggests mitigation should focus on input validation, output encoding, and user awareness until vendor fixes are released.
Potential Impact
The primary impact of CVE-2025-58088 on European organizations lies in the potential compromise of sensitive medical data confidentiality and integrity. MedDream PACS Premium is used in healthcare environments to manage patient imaging data, which is highly sensitive and subject to strict data protection regulations such as GDPR. Exploitation could allow attackers to hijack user sessions, steal credentials, or manipulate displayed medical information, potentially leading to misdiagnosis or unauthorized data disclosure. The reflected XSS vulnerability could also be used as a vector for delivering further malware or phishing attacks targeting healthcare staff. Given the critical nature of healthcare services, any disruption or data breach could have severe consequences for patient safety and organizational reputation. The requirement for user interaction means social engineering is a likely exploitation method, increasing the risk in environments with less cybersecurity awareness. European healthcare providers with deployments of MedDream PACS Premium 7.3.6.870 are particularly at risk, and the vulnerability could also affect third-party integrations relying on this software. The medium severity score indicates a moderate but non-negligible risk that should be addressed promptly to avoid escalation.
Mitigation Recommendations
1. Apply vendor patches immediately once they become available for MedDream PACS Premium 7.3.6.870 to remediate the XSS vulnerability. 2. Until patches are released, implement web application firewall (WAF) rules to detect and block malicious payloads targeting the 'archivedir' parameter. 3. Enforce strict input validation and output encoding on all user-controllable inputs, especially URL parameters, to prevent script injection. 4. Conduct user awareness training focused on recognizing phishing attempts and suspicious URLs to reduce the risk of user interaction with malicious links. 5. Review and restrict access to the config.php functionality to trusted users and networks where possible. 6. Monitor web server logs for unusual requests containing suspicious scripts or payloads targeting the vulnerable parameter. 7. Employ Content Security Policy (CSP) headers to limit the execution of unauthorized scripts in the browser context. 8. Regularly audit and update all medical software components to ensure they are running supported and patched versions. 9. Coordinate with healthcare IT security teams to integrate vulnerability scanning and penetration testing focused on web application security.
Affected Countries
Germany, France, United Kingdom, Italy, Spain, Netherlands, Belgium, Sweden, Switzerland, Austria
CVE-2025-58088: CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in MedDream MedDream PACS Premium
Description
CVE-2025-58088 is a medium severity reflected cross-site scripting (XSS) vulnerability in MedDream PACS Premium version 7. 3. 6. 870, specifically in the config. php functionality affecting the 'archivedir' parameter. An attacker can craft malicious URLs that, when visited by a user, execute arbitrary JavaScript code in the victim’s browser. This vulnerability requires user interaction (clicking the malicious link) but does not require authentication. The vulnerability impacts confidentiality and integrity by potentially stealing session tokens or manipulating web content. No known exploits are currently reported in the wild. European healthcare organizations using this PACS software are at risk, especially in countries with significant deployments of MedDream PACS.
AI-Powered Analysis
Technical Analysis
CVE-2025-58088 identifies a reflected cross-site scripting (XSS) vulnerability in MedDream PACS Premium version 7.3.6.870, a medical imaging software widely used for managing and viewing medical images. The vulnerability resides in the config.php script, specifically in the handling of the 'archivedir' parameter. Improper neutralization of input allows attackers to inject malicious JavaScript code via specially crafted URLs. When a user clicks such a URL, the injected script executes in the context of the victim’s browser session, potentially allowing theft of session cookies, manipulation of displayed content, or redirection to malicious sites. The vulnerability does not require authentication but does require user interaction, such as clicking a malicious link. The CVSS v3.1 base score is 6.1 (medium severity), reflecting network attack vector, low attack complexity, no privileges required, but requiring user interaction, and impacting confidentiality and integrity with no impact on availability. No public exploits have been reported yet, but the vulnerability poses a risk to confidentiality and integrity of sensitive medical data and user sessions. The reflected XSS can be leveraged in phishing campaigns targeting healthcare personnel. The vulnerability affects a specific version of MedDream PACS Premium, emphasizing the need for version management and patching. The lack of current patches or exploit code suggests mitigation should focus on input validation, output encoding, and user awareness until vendor fixes are released.
Potential Impact
The primary impact of CVE-2025-58088 on European organizations lies in the potential compromise of sensitive medical data confidentiality and integrity. MedDream PACS Premium is used in healthcare environments to manage patient imaging data, which is highly sensitive and subject to strict data protection regulations such as GDPR. Exploitation could allow attackers to hijack user sessions, steal credentials, or manipulate displayed medical information, potentially leading to misdiagnosis or unauthorized data disclosure. The reflected XSS vulnerability could also be used as a vector for delivering further malware or phishing attacks targeting healthcare staff. Given the critical nature of healthcare services, any disruption or data breach could have severe consequences for patient safety and organizational reputation. The requirement for user interaction means social engineering is a likely exploitation method, increasing the risk in environments with less cybersecurity awareness. European healthcare providers with deployments of MedDream PACS Premium 7.3.6.870 are particularly at risk, and the vulnerability could also affect third-party integrations relying on this software. The medium severity score indicates a moderate but non-negligible risk that should be addressed promptly to avoid escalation.
Mitigation Recommendations
1. Apply vendor patches immediately once they become available for MedDream PACS Premium 7.3.6.870 to remediate the XSS vulnerability. 2. Until patches are released, implement web application firewall (WAF) rules to detect and block malicious payloads targeting the 'archivedir' parameter. 3. Enforce strict input validation and output encoding on all user-controllable inputs, especially URL parameters, to prevent script injection. 4. Conduct user awareness training focused on recognizing phishing attempts and suspicious URLs to reduce the risk of user interaction with malicious links. 5. Review and restrict access to the config.php functionality to trusted users and networks where possible. 6. Monitor web server logs for unusual requests containing suspicious scripts or payloads targeting the vulnerable parameter. 7. Employ Content Security Policy (CSP) headers to limit the execution of unauthorized scripts in the browser context. 8. Regularly audit and update all medical software components to ensure they are running supported and patched versions. 9. Coordinate with healthcare IT security teams to integrate vulnerability scanning and penetration testing focused on web application security.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- talos
- Date Reserved
- 2025-08-22T16:31:20.728Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 696f99d94623b1157c3aa4b7
Added to database: 1/20/2026, 3:06:01 PM
Last enriched: 1/27/2026, 8:05:16 PM
Last updated: 2/4/2026, 3:20:41 PM
Views: 25
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-0873: CWE-79 Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') in Ercom Cryptobox
MediumCVE-2026-22548: CWE-362 Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition') in F5 BIG-IP
MediumCVE-2026-20732: CWE-451: User Interface (UI) Misrepresentation of Critical Information in F5 BIG-IP
LowCVE-2026-20730: CWE-200 Exposure of Sensitive Information to an Unauthorized Actor in F5 BIG-IP Edge Client
LowCVE-2026-1642: CWE-349: Acceptance of Extraneous Untrusted Data With Trusted Data in F5 NGINX Open Source
MediumActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
External Links
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.