<?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>BR-6675nD 1.12 — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/br-6675nd-1.12/</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:48:10 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/br-6675nd-1.12/feed.xml" rel="self" type="application/rss+xml"/><item><title>Edimax BR-6675nD Remote Buffer Overflow Vulnerability (CVE-2026-9381)</title><link>https://feed.craftedsignal.io/briefs/2026-05-edimax-br-6675nd-buffer-overflow/</link><pubDate>Tue, 26 May 2026 13:48:10 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-edimax-br-6675nd-buffer-overflow/</guid><description>A remote buffer overflow vulnerability (CVE-2026-9381) exists in the `formPPPoESetup` function of the Edimax BR-6675nD 1.12 router's web management interface, allowing unauthenticated attackers to potentially execute arbitrary code by manipulating the `pppUserName` argument in a POST request.</description><content:encoded><![CDATA[<p>A buffer overflow vulnerability, identified as CVE-2026-9381, has been discovered in Edimax BR-6675nD version 1.12. The vulnerability resides within the <code>formPPPoESetup</code> function located in the <code>/goform/formPPPoESetup</code> file, which handles POST requests to the device&rsquo;s web interface. An attacker can trigger a buffer overflow by manipulating the <code>pppUserName</code> argument passed to this function. The vulnerability is remotely exploitable and, due to the publication of a public exploit, poses an elevated risk. The vendor, Edimax, has reportedly not responded to vulnerability disclosure attempts.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker identifies an Edimax BR-6675nD router running firmware version 1.12.</li>
<li>The attacker crafts a malicious HTTP POST request targeting the <code>/goform/formPPPoESetup</code> endpoint.</li>
<li>The POST request includes the <code>pppUserName</code> parameter with a value exceeding the expected buffer size.</li>
<li>The router&rsquo;s web server processes the POST request and passes the oversized <code>pppUserName</code> value to the <code>formPPPoESetup</code> function.</li>
<li>The <code>formPPPoESetup</code> function attempts to copy the attacker-controlled <code>pppUserName</code> value into a fixed-size buffer without proper bounds checking.</li>
<li>The buffer overflow occurs, overwriting adjacent memory regions on the stack or heap.</li>
<li>The attacker leverages the overflow to overwrite critical data such as return addresses, potentially hijacking control flow.</li>
<li>Upon function return, the overwritten return address redirects execution to attacker-controlled code, achieving remote code execution.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-9381 can lead to arbitrary code execution on the affected Edimax BR-6675nD router. This can allow an attacker to gain complete control of the device, potentially enabling them to intercept network traffic, modify router configurations, or use the router as a pivot point for further attacks within the network. Given the widespread use of Edimax routers in home and small business environments, a large number of devices are potentially vulnerable.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Monitor web server logs for suspicious POST requests to <code>/goform/formPPPoESetup</code> with unusually long <code>pppUserName</code> values to detect potential exploitation attempts (see Sigma rule <code>Detect CVE-2026-9381 Exploitation Attempt via Long pppUserName</code>).</li>
<li>Implement rate limiting on POST requests to the <code>/goform/formPPPoESetup</code> endpoint to mitigate potential brute-force exploitation attempts.</li>
<li>Deploy the Sigma rule <code>Detect CVE-2026-9381 Exploitation Success via Shell Spawn</code> to identify command execution following successful exploitation.</li>
<li>Contact Edimax support and request a security patch for CVE-2026-9381 to address the underlying vulnerability.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>buffer overflow</category><category>remote code execution</category><category>cve</category></item></channel></rss>