<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Softneta — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/softneta/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Tue, 26 May 2026 14:15:51 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/softneta/feed.xml" rel="self" type="application/rss+xml"/><item><title>Softneta MedDream PACS Server Premium Directory Traversal Vulnerability (CVE-2018-25374)</title><link>https://feed.craftedsignal.io/briefs/2026-05-meddream-directory-traversal/</link><pubDate>Tue, 26 May 2026 14:15:51 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-meddream-directory-traversal/</guid><description>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.</description><content:encoded><![CDATA[<p>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 <code>path</code> parameter in requests to the <code>nocache.php</code> 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.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An unauthenticated attacker identifies a MedDream PACS Server Premium 6.7.1.1 instance.</li>
<li>The attacker crafts a malicious HTTP GET request targeting the <code>nocache.php</code> endpoint.</li>
<li>The attacker injects a directory traversal payload into the <code>path</code> parameter using encoded backslash sequences (e.g., <code>%2E%2E%2F</code> for <code>../</code>).</li>
<li>The server processes the request without proper sanitization of the <code>path</code> parameter.</li>
<li>The server attempts to read the file specified by the manipulated path, traversing directories outside of the intended web root.</li>
<li>If successful, the server returns the contents of the targeted file in the HTTP response.</li>
<li>The attacker retrieves sensitive information, such as configuration files or password hashes.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>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.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Deploy the Sigma rule <code>Detect MedDream PACS Directory Traversal via nocache.php</code> to identify exploitation attempts targeting CVE-2018-25374 by monitoring for encoded backslash sequences in requests to <code>nocache.php</code>.</li>
<li>Apply appropriate input validation and sanitization to the <code>path</code> parameter in <code>nocache.php</code> to prevent directory traversal, as outlined in the CVE-2018-25374 description.</li>
<li>Review the vendor&rsquo;s website for potential patches or mitigation steps for CVE-2018-25374.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">threat</category><category>directory-traversal</category><category>web-application</category><category>CVE-2018-25374</category></item></channel></rss>