<?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>TEW-432BRP 3.10B20 — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/tew-432brp-3.10b20/</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>Sat, 30 May 2026 16:24:25 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/tew-432brp-3.10b20/feed.xml" rel="self" type="application/rss+xml"/><item><title>TRENDnet TEW-432BRP Stack-Based Buffer Overflow Vulnerability (CVE-2026-10123)</title><link>https://feed.craftedsignal.io/briefs/2026-05-trendnet-buffer-overflow/</link><pubDate>Sat, 30 May 2026 16:24:25 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-trendnet-buffer-overflow/</guid><description>A stack-based buffer overflow vulnerability (CVE-2026-10123) exists in TRENDnet TEW-432BRP version 3.10B20 within the formSetDomainFilter function, allowing a remote attacker to execute arbitrary code by manipulating specific arguments in a request to /goform/formSetDomainFilter.</description><content:encoded><![CDATA[<p>A stack-based buffer overflow vulnerability, identified as CVE-2026-10123, has been discovered in TRENDnet TEW-432BRP router, version 3.10B20. The vulnerability resides in the <code>formSetDomainFilter</code> function within the <code>/goform/formSetDomainFilter</code> file. This flaw allows a remote attacker to execute arbitrary code on the device by carefully crafting malicious input to the <code>blocked_domain</code>, <code>permitted_domain</code>, <code>blocked_domain_list</code>, or <code>permitted_domain_list</code> arguments. The vendor has stated that the affected product has been end-of-life (EOL) since 2009 and will not be providing a fix. This vulnerability poses a significant risk to users who are still operating this outdated and unsupported device, as it could be easily exploited due to the public availability of the exploit.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The attacker identifies a vulnerable TRENDnet TEW-432BRP router running firmware version 3.10B20.</li>
<li>The attacker crafts a malicious HTTP POST request targeting the <code>/goform/formSetDomainFilter</code> endpoint.</li>
<li>Within the POST request, the attacker manipulates the <code>blocked_domain</code>, <code>permitted_domain</code>, <code>blocked_domain_list</code>, or <code>permitted_domain_list</code> parameters.</li>
<li>The crafted input exceeds the buffer size allocated for these parameters within the <code>formSetDomainFilter</code> function.</li>
<li>The overflow overwrites adjacent memory on the stack, including the return address.</li>
<li>The overwritten return address is replaced with the address of malicious code controlled by the attacker.</li>
<li>The <code>formSetDomainFilter</code> function completes its execution and attempts to return.</li>
<li>Instead of returning to the intended location, the execution jumps to the attacker-controlled malicious code, achieving remote code execution.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this vulnerability (CVE-2026-10123) allows a remote attacker to execute arbitrary code on the vulnerable TRENDnet TEW-432BRP device. This could lead to complete compromise of the router, allowing the attacker to eavesdrop on network traffic, modify router settings, or use the device as a bot in a larger attack. Given that the product has been EOL since 2009, users still running this device are unlikely to receive security updates, leaving them permanently vulnerable. The impact is considered high due to the ease of exploitation and the potential for significant damage.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Implement network segmentation to isolate vulnerable TRENDnet TEW-432BRP devices if they cannot be decommissioned.</li>
<li>Deploy the Sigma rule <code>Detect TRENDnet TEW-432BRP Buffer Overflow Attempt</code> to identify suspicious requests to the <code>/goform/formSetDomainFilter</code> endpoint.</li>
<li>Monitor web server logs for abnormally long values in the <code>blocked_domain</code>, <code>permitted_domain</code>, <code>blocked_domain_list</code>, and <code>permitted_domain_list</code> parameters within requests to <code>/goform/formSetDomainFilter</code>.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>cve</category><category>buffer overflow</category><category>remote code execution</category><category>network device</category></item><item><title>TRENDnet TEW-432BRP Stack-Based Buffer Overflow Vulnerability (CVE-2026-10062)</title><link>https://feed.craftedsignal.io/briefs/2026-05-trendnet-stack-overflow/</link><pubDate>Fri, 29 May 2026 15:18:07 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-trendnet-stack-overflow/</guid><description>TRENDnet TEW-432BRP version 3.10B20 is vulnerable to a stack-based buffer overflow via manipulation of the ip/mask/gateway arguments in the formSetRoute function of the /goform/formSetRoute file, enabling remote attackers to potentially execute arbitrary code.</description><content:encoded><![CDATA[<p>CVE-2026-10062 describes a stack-based buffer overflow vulnerability affecting TRENDnet TEW-432BRP router, version 3.10B20. The vulnerability resides within the <code>formSetRoute</code> function of the <code>/goform/formSetRoute</code> file. By manipulating the <code>ip</code>, <code>mask</code>, and <code>gateway</code> arguments, a remote attacker can trigger a buffer overflow, potentially leading to arbitrary code execution. This vulnerability is remotely exploitable and has a public exploit available. However, TRENDnet has stated that the affected product has been End-of-Life (EOL) since 2009 and will not be patched. Defenders need to identify and isolate instances of this legacy hardware.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The attacker identifies a vulnerable TRENDnet TEW-432BRP router running firmware version 3.10B20.</li>
<li>The attacker sends a crafted HTTP POST request to the <code>/goform/formSetRoute</code> endpoint.</li>
<li>The POST request includes oversized values for the <code>ip</code>, <code>mask</code>, and/or <code>gateway</code> parameters.</li>
<li>The <code>formSetRoute</code> function processes the request without proper bounds checking.</li>
<li>The oversized input overflows a stack buffer allocated for these parameters.</li>
<li>The buffer overflow overwrites adjacent memory on the stack, including the return address.</li>
<li>The function returns, transferring control to the attacker-controlled address.</li>
<li>The attacker executes arbitrary code on the router, potentially gaining complete control.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this vulnerability allows a remote attacker to execute arbitrary code on the affected TRENDnet TEW-432BRP router. Given the device&rsquo;s End-of-Life status since 2009, a patch is not available. Compromise of the router could lead to network disruption, data theft, or the router being used as a botnet node. While the precise number of vulnerable devices is unknown, any organization still using this model is at significant risk.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Identify and isolate any TRENDnet TEW-432BRP 3.10B20 devices on your network (see affected products).</li>
<li>If these devices are business-critical, consider placing them behind a firewall with strict access control lists and intrusion prevention systems.</li>
<li>Deploy the Sigma rules to detect potential exploitation attempts against the <code>/goform/formSetRoute</code> endpoint.</li>
<li>Monitor web server logs (category: webserver) for unusual activity targeting the <code>/goform/formSetRoute</code> path.</li>
<li>Consider network segmentation to limit the potential impact of a compromised device.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>cve</category><category>buffer-overflow</category><category>router</category></item></channel></rss>