<?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>Whois 3.11 — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/whois-3.11/</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>Mon, 01 Jun 2026 22:18:20 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/whois-3.11/feed.xml" rel="self" type="application/rss+xml"/><item><title>CVE-2018-25432: Arm Whois 3.11 Buffer Overflow Vulnerability</title><link>https://feed.craftedsignal.io/briefs/2026-06-cve-2018-25432-arm-whois-buffer-overflow/</link><pubDate>Mon, 01 Jun 2026 22:18:20 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-06-cve-2018-25432-arm-whois-buffer-overflow/</guid><description>Arm Whois 3.11 contains a buffer overflow vulnerability (CVE-2018-25432) that allows local attackers to execute arbitrary code by overwriting the structured exception handler via a crafted input file.</description><content:encoded><![CDATA[<p>Arm Whois 3.11 is vulnerable to a buffer overflow (CVE-2018-25432) that can be exploited by local attackers. The vulnerability stems from insufficient bounds checking when processing input files. An attacker can leverage this flaw to overwrite the structured exception handler (SEH), enabling arbitrary code execution. The vulnerability was reported in 2026 and affects version 3.11 of Arm Whois. Successful exploitation requires the attacker to have local access to the system and the ability to supply a malicious input file to the vulnerable application. This poses a significant risk to systems running Arm Whois 3.11, as it allows for privilege escalation and potential system compromise.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker gains local access to a system running Arm Whois 3.11.</li>
<li>Attacker crafts a malicious input file containing a buffer overflow payload. This payload includes a 672-byte offset designed to overwrite the nSEH and SEH pointers.</li>
<li>The attacker executes Arm Whois 3.11, providing the malicious input file as an argument or through other input mechanisms.</li>
<li>Due to the lack of proper bounds checking, the input file is processed without validation.</li>
<li>The 672-byte offset in the malicious input overwrites the nSEH and SEH pointers in memory.</li>
<li>An exception is triggered within Arm Whois 3.11.</li>
<li>The overwritten SEH is invoked, redirecting execution flow to attacker-controlled code.</li>
<li>The attacker executes arbitrary code with the privileges of the Arm Whois process, potentially escalating privileges and compromising the system.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this vulnerability (CVE-2018-25432) allows a local attacker to execute arbitrary code on the target system. This can lead to privilege escalation, allowing the attacker to gain elevated access and control over the affected machine. The impact includes potential data theft, system compromise, and the installation of malware. The vulnerability poses a significant risk to any system running the vulnerable version of Arm Whois.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Monitor process execution for instances of <code>arm-whois.exe</code> and consider blocking execution until patched (reference affected products).</li>
<li>Deploy the Sigma rules provided to detect potential exploitation attempts by monitoring process creation events related to <code>arm-whois.exe</code>.</li>
<li>Apply any available patches or updates for Arm Whois 3.11 to remediate the buffer overflow vulnerability (CVE-2018-25432) as provided by the vendor.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>buffer overflow</category><category>seh overwrite</category><category>cve-2018-25432</category></item><item><title>Arm Whois 3.11 Stack-Based Buffer Overflow Vulnerability (CVE-2018-25427)</title><link>https://feed.craftedsignal.io/briefs/2026-06-arm-whois-overflow/</link><pubDate>Mon, 01 Jun 2026 22:17:07 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-06-arm-whois-overflow/</guid><description>Arm Whois 3.11 is vulnerable to a stack-based buffer overflow (CVE-2018-25427) allowing remote attackers to execute arbitrary code by providing oversized input to the IP address or domain field.</description><content:encoded><![CDATA[<p>Arm Whois 3.11 is susceptible to a stack-based buffer overflow vulnerability. This flaw allows a remote attacker to execute arbitrary code on a vulnerable system. The vulnerability, identified as CVE-2018-25427, arises from insufficient input validation when processing the IP address or domain field. By supplying an oversized input string exceeding 658 bytes, an attacker can overwrite the structured exception handler (SEH) and gain control of program execution. This vulnerability was disclosed on June 1, 2026. Successful exploitation leads to arbitrary code execution within the context of the application.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker identifies a vulnerable Arm Whois 3.11 instance.</li>
<li>Attacker crafts a malicious input string exceeding 658 bytes. This string includes shellcode designed to execute arbitrary commands on the target system.</li>
<li>The attacker sends the malicious input to the Arm Whois application, targeting the IP address or domain field.</li>
<li>The Arm Whois application receives the input and attempts to process it without proper bounds checking.</li>
<li>The oversized input overflows the stack buffer, overwriting the Structured Exception Handler (SEH) pointer.</li>
<li>When an exception occurs (triggered intentionally or unintentionally), the application attempts to use the overwritten SEH pointer.</li>
<li>The execution flow is redirected to the attacker-controlled shellcode.</li>
<li>The shellcode executes, granting the attacker arbitrary code execution within the context of the Arm Whois application, potentially leading to full system compromise.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2018-25427 allows remote attackers to execute arbitrary code on systems running Arm Whois 3.11. This could lead to complete system compromise, data theft, or denial of service. Given the severity of the vulnerability (CVSS 9.8), it poses a significant risk to organizations using the affected software. The attacker gains full control of the vulnerable host.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Apply available patches or upgrade to a supported version of Arm Whois to remediate CVE-2018-25427.</li>
<li>Deploy the Sigma rule <code>Detect Arm Whois Buffer Overflow Attempt</code> to detect attempts to exploit this vulnerability via oversized input.</li>
<li>Monitor network traffic for unusually long strings being sent to Arm Whois services, which could indicate exploitation attempts.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category><category>buffer-overflow</category><category>rce</category><category>CVE-2018-25427</category></item></channel></rss>