Full Report
1. EXECUTIVE SUMMARY CVSS v3 9.8 ATTENTION: Exploitable remotely/low attack complexity Vendor: Softneta Equipment: MedDream PACS Vulnerabilities: Exposed Dangerous Method or Function, Plaintext Storage of a Password 2. RISK EVALUATION Successful exploitation of these vulnerabilities could allow an attacker to obtain and leak plaintext credentials or remotely execute arbitrary code. 3. TECHNICAL DETAILS 3.1 AFFECTED PRODUCTS The following Softneta products are affected: MedDream PACS: v7.2.8.810 and prior 3.2 VULNERABILITY OVERVIEW 3.2.1 EXPOSED DANGEROUS METHOD OR FUNCTION CWE-749 The affected product does not perform an authentication check and performs some dangerous functionality, which could result in unauthenticated remote code execution. CVE-2023-40150 has been assigned to this vulnerability. A CVSS v3 base score of 9.8 has been calculated; the CVSS vector string is (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H). 3.2.2 PLAINTEXT STORAGE OF A PASSWORD CWE-256 The affected product stores usernames and passwords in plaintext. The plaintext storage could be abused by attackers to leak legitimate user’s credentials. CVE-2023-39227 has been assigned to this vulnerability. A CVSS v3 base score of 6.1 has been calculated; the CVSS vector string is (AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N). 3.3 BACKGROUND CRITICAL INFRASTRUCTURE SECTORS: Healthcare and Public Health COUNTRIES/AREAS DEPLOYED: Worldwide COMPANY HEADQUARTERS LOCATION: Lithuania 3.4 RESEARCHER Noam Moshe of Claroty Research reported these vulnerabilities to CISA. 4. MITIGATIONS Softneta recommends users update to v7.2.9.820 of MedDream PACS Server or patch their current system using Fix-v230712. For assistance or additional information about installing the software, please contact Softneta directly. CISA recommends users take defensive measures to minimize the risk of exploitation of these vulnerabilities. Specifically, users should: Minimize network exposure for all control system devices and/or systems, and ensure they are not accessible from the Internet. Locate control system networks and remote devices behind firewalls and isolate them from business networks. When remote access is required, use secure methods, such as virtual private networks (VPNs), recognizing VPNs may have vulnerabilities and should be updated to the most current version available. Also recognize VPN is only as secure as its connected devices. CISA reminds organizations to perform proper impact analysis and risk assessment prior to deploying defensive measures. CISA also provides a section for control systems security recommended practices on the ICS webpage at cisa.gov/ics. Several CISA products detailing cyber defense best practices are available for reading and download, including Improving Industrial Control Systems Cybersecurity with Defense-in-Depth Strategies. Additional mitigation guidance and recommended practices are publicly available on the ICS webpage at cisa.gov/ics in the technical information paper, ICS-TIP-12-146-01B--Targeted Cyber Intrusion Detection and Mitigation Strategies. Organizations observing suspected malicious activity should follow established internal procedures and report findings to CISA for tracking and correlation against other incidents. No known public exploitation specifically targeting these vulnerabilities has been reported to CISA at this time.
Analysis Summary
# Vulnerability: Exposed Dangerous Function and Plaintext Password Storage in MedDream PACS
## CVE Details
- CVE ID: CVE-2023-40150 (Exposed Dangerous Method/Function)
- CVSS Score: 9.8 (Critical)
- CWE: CWE-749 (Exposed Dangerous Method or Function)
- CVE ID: CVE-2023-39227 (Plaintext Storage of a Password)
- CVSS Score: 6.1 (Medium)
- CWE: CWE-256 (Plaintext Storage of a Password)
## Affected Systems
- Products: Softneta MedDream PACS Server
- Versions: v7.2.8.810 and prior
- Configurations: N/A
## Vulnerability Description
The advisory details two separate vulnerabilities:
1. **CVE-2023-40150 (RCE)**: The product exposes a dangerous function that does not perform proper authentication checks, leading to potential **unauthenticated Remote Code Execution (RCE)**.
2. **CVE-2023-39227 (Credential Leakage)**: The product stores usernames and passwords in **plaintext**, allowing attackers to leak legitimate user credentials if they gain access to the storage location.
## Exploitation
- Status: PoC available (Implied by the severity of CVE-2023-40150, though the text only explicitly notes no *public* exploitation reported to CISA)
- Complexity: Low (For RCE: Attack Vector: Network, Low Complexity, No Privileges Required)
- Attack Vector: Network (for RCE); Local (for credential leakage, per CVSS vector)
## Impact
| Impact | CVE-2023-40150 (RCE) | CVE-2023-39227 (Plaintext) |
| :--- | :--- | :--- |
| Confidentiality | High | High |
| Integrity | High | Low |
| Availability | High | None |
## Remediation
### Patches
- **Recommended Update:** Upgrade to MedDream PACS Server **v7.2.9.820**.
- **Alternative Patch:** Apply the fix package **Fix-v230712** to the current system.
### Workarounds
CISA recommends defensive measures to minimize network exposure:
1. Minimize network exposure for all control system devices and ensure they are **not accessible from the Internet**.
2. Locate control system networks behind firewalls and **isolate them from business networks**.
3. When remote access is necessary, use secure methods, such as **Virtual Private Networks (VPNs)**, ensuring the VPN software is up to date.
## Detection
- **Indicators of Compromise (IOCs):** Not specified in the summary, but attempts to trigger unauthenticated external functions or unusual activity related to credential file access would be relevant.
- **Detection Methods and Tools:** Monitor network traffic for suspicious requests directed at the MedDream application endpoints that normally require complex authentication, especially if resulting in system changes or code execution.
## References
- Vendor Advisory: Softneta (Contact directly for assistance)
- CISA Advisory: ICS-ALERT-10-301-01 (Defanged link: cisa-gov/uscert/ics/alerts/ICS-ALERT-10-301-01)
- CISA General Practices: cisa-gov/ics/Recommended-Practices
- CISA Tip: ICS-TIP-12-146-01B (Defanged link: cisa-gov/uscert/ics/tips/ICS-TIP-12-146-01B)