<?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>10-Strike — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/10-strike/</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 13:38:29 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/10-strike/feed.xml" rel="self" type="application/rss+xml"/><item><title>10-Strike Network Scanner 3.0 Buffer Overflow Leading to Remote Code Execution</title><link>https://feed.craftedsignal.io/briefs/2026-05-10-strike-rce/</link><pubDate>Tue, 26 May 2026 13:38:29 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-10-strike-rce/</guid><description>A buffer overflow vulnerability exists in 10-Strike Network Scanner 3.0, allowing attackers to bypass SafeSEH protections and execute arbitrary code by crafting a malicious payload in the host name or address field and triggering the vulnerability through the Trace route or System information functions.</description><content:encoded><![CDATA[<p>10-Strike Network Scanner 3.0 is susceptible to a buffer overflow vulnerability (CVE-2018-25345) within the host name field. Successful exploitation of this vulnerability allows an attacker to bypass SafeSEH protections and execute arbitrary code within the context of the application. The vulnerability can be triggered via the Trace route or System information functions when processing a crafted host name or address field. This poses a significant risk to organizations utilizing this software, as it could lead to unauthorized access, data breaches, or complete system compromise. The vulnerable version is 3.0.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The attacker identifies a vulnerable instance of 10-Strike Network Scanner 3.0.</li>
<li>The attacker crafts a malicious payload designed to exploit the buffer overflow in the host name or address field. The payload is crafted to bypass SafeSEH.</li>
<li>The attacker inputs the malicious payload into the host name or address field within the application&rsquo;s interface.</li>
<li>The attacker initiates either the &ldquo;Trace route&rdquo; or &ldquo;System information&rdquo; function targeting the input containing the malicious payload.</li>
<li>The application attempts to process the input, triggering the buffer overflow.</li>
<li>The crafted payload overwrites the return address on the stack, bypassing SafeSEH protection.</li>
<li>Control is redirected to the attacker-controlled code within the payload.</li>
<li>The attacker achieves arbitrary code execution within the context of the Network Scanner application.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2018-25345 can lead to arbitrary code execution, potentially granting an attacker full control over the affected system. This could result in data breaches, malware installation, or further lateral movement within the network. Given the nature of network scanners, successful exploitation could provide attackers with valuable network reconnaissance capabilities, compounding the impact.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Monitor process execution for the creation of child processes from the 10-Strike Network Scanner executable, indicating potential exploitation (see Sigma rule &ldquo;Detect 10-Strike Network Scanner Suspicious Child Process&rdquo;).</li>
<li>Implement network segmentation to limit the potential impact of a successful exploit.</li>
<li>While no patch is available, consider migrating to an alternative solution that provides similar functionality without the vulnerability.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">threat</category><category>buffer-overflow</category><category>rce</category><category>windows</category></item><item><title>10-Strike Network Inventory Explorer Stack-Based Buffer Overflow (CVE-2018-25344)</title><link>https://feed.craftedsignal.io/briefs/2026-05-network-inventory-explorer-overflow/</link><pubDate>Tue, 26 May 2026 13:37:57 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-network-inventory-explorer-overflow/</guid><description>10-Strike Network Inventory Explorer 8.54 contains a stack-based buffer overflow vulnerability in the registration key input field that allows local attackers to execute arbitrary code via SEH overwrite.</description><content:encoded><![CDATA[<p>10-Strike Network Inventory Explorer version 8.54 is vulnerable to a stack-based buffer overflow. A local attacker can exploit this vulnerability (CVE-2018-25344) by providing a specially crafted registration key to the application. This crafted input overflows a buffer on the stack, allowing the attacker to overwrite the Structured Exception Handler (SEH) chain and gain arbitrary code execution with the privileges of the running application. The attacker must have local access to the system where the application is installed to exploit this vulnerability. Successful exploitation allows for arbitrary code execution.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The attacker crafts a malicious registration key string.</li>
<li>The malicious string contains 4188 bytes of padding to reach the buffer overflow point.</li>
<li>After the padding, the string includes carefully chosen SEH chain values (a pointer to the next handler and a pointer to the handler itself).</li>
<li>The crafted string also contains shellcode designed to perform malicious actions.</li>
<li>The attacker opens 10-Strike Network Inventory Explorer 8.54.</li>
<li>The attacker navigates to the registration dialog.</li>
<li>The attacker pastes the malicious registration key string into the registration key input field.</li>
<li>When the application attempts to process the overly long registration key, a stack buffer overflow occurs, overwriting the SEH chain.</li>
<li>When an exception is triggered (likely due to the memory corruption), the overwritten SEH handler is invoked, leading to execution of the attacker-supplied shellcode.</li>
<li>The attacker achieves arbitrary code execution with the privileges of the Network Inventory Explorer application.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this buffer overflow vulnerability allows a local attacker to execute arbitrary code on the affected system. Since the code is executed with the privileges of the 10-Strike Network Inventory Explorer application, the attacker can perform actions such as installing malware, accessing sensitive data, or modifying system settings. The CVSS v3.1 base score for this vulnerability is 8.4, indicating a high level of severity.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Deploy the Sigma rule <code>Detect Network Inventory Explorer SEH Overwrite</code> to identify attempts to exploit the buffer overflow by detecting suspicious SEH overwrites in process creation logs.</li>
<li>Deploy the Sigma rule <code>Detect Network Inventory Explorer Suspicious Registration</code> to detect suspicious process creation related to Network Inventory Explorer after a registration attempt.</li>
<li>Consider migrating to a different network inventory solution, or isolating the vulnerable application from sensitive data and critical system processes.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>buffer-overflow</category><category>seh-overwrite</category><category>privilege-escalation</category><category>execution</category><category>cve-2018-25344</category><category>windows</category></item></channel></rss>