Softneta MedDream PACS Server Premium Directory Traversal Vulnerability (CVE-2018-25374)
Softneta MedDream PACS Server Premium 6.7.1.1 contains a directory traversal vulnerability, tracked as CVE-2018-25374, allowing unauthenticated attackers to read arbitrary files by manipulating the path parameter in requests to nocache.php.
CVE-2018-25374 is a directory traversal vulnerability affecting Softneta MedDream PACS Server Premium version 6.7.1.1. This vulnerability allows unauthenticated attackers to read arbitrary files on the server. By manipulating the path parameter in requests to the nocache.php endpoint with encoded backslash sequences, attackers can bypass directory traversal protections and access sensitive files, potentially including system configuration files and password files. The vulnerability was reported on 2026-05-25 and poses a significant risk as it allows unauthorized access to sensitive information without requiring authentication. Exploitation is straightforward, increasing the likelihood of successful attacks.
Attack Chain
- An unauthenticated attacker identifies a MedDream PACS Server Premium 6.7.1.1 instance.
- The attacker crafts a malicious HTTP GET request targeting the
nocache.phpendpoint. - The attacker injects a directory traversal payload into the
pathparameter using encoded backslash sequences (e.g.,%2E%2E%2Ffor../). - The server processes the request without proper sanitization of the
pathparameter. - The server attempts to read the file specified by the manipulated path, traversing directories outside of the intended web root.
- If successful, the server returns the contents of the targeted file in the HTTP response.
- The attacker retrieves sensitive information, such as configuration files or password hashes.
Impact
Successful exploitation of CVE-2018-25374 allows unauthenticated attackers to read arbitrary files on the affected server. This can lead to the disclosure of sensitive information, including system credentials, configuration details, and patient data. The vulnerability affects Softneta MedDream PACS Server Premium 6.7.1.1, potentially impacting healthcare organizations that rely on this software for medical image archiving and communication. Compromise of such data can lead to regulatory fines, reputational damage, and potential legal liabilities.
Recommendation
- Deploy the Sigma rule
Detect MedDream PACS Directory Traversal via nocache.phpto identify exploitation attempts targeting CVE-2018-25374 by monitoring for encoded backslash sequences in requests tonocache.php. - Apply appropriate input validation and sanitization to the
pathparameter innocache.phpto prevent directory traversal, as outlined in the CVE-2018-25374 description. - Review the vendor’s website for potential patches or mitigation steps for CVE-2018-25374.
Detection coverage 1
Detect MedDream PACS Directory Traversal via nocache.php
highDetects CVE-2018-25374 exploitation — attempts to exploit directory traversal in Softneta MedDream PACS Server Premium via the nocache.php endpoint with encoded directory traversal sequences.
Detection queries are available on the platform. Get full rules →