<?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>Network Inventory Explorer — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/network-inventory-explorer/</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:37:57 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/network-inventory-explorer/feed.xml" rel="self" type="application/rss+xml"/><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>