<?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>F1202 1.2.0.20(408) — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/f1202-1.2.0.20408/</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 14:10:28 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/f1202-1.2.0.20408/feed.xml" rel="self" type="application/rss+xml"/><item><title>Tenda F1202 Stack-Based Buffer Overflow Vulnerability (CVE-2026-9431)</title><link>https://feed.craftedsignal.io/briefs/2026-05-tenda-buffer-overflow/</link><pubDate>Tue, 26 May 2026 14:10:28 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-tenda-buffer-overflow/</guid><description>A remote stack-based buffer overflow vulnerability (CVE-2026-9431) exists in the fromPptpUserAdd function of the /goform/PptpUserAdd file in Tenda F1202 firmware version 1.2.0.20(408), allowing unauthenticated attackers to potentially execute arbitrary code.</description><content:encoded><![CDATA[<p>A stack-based buffer overflow vulnerability, CVE-2026-9431, has been identified in Tenda F1202 router firmware version 1.2.0.20(408). The vulnerability resides in the <code>fromPptpUserAdd</code> function within the <code>/goform/PptpUserAdd</code> file. By manipulating the <code>opttype</code> argument, an attacker can trigger a buffer overflow, potentially leading to arbitrary code execution on the device. This vulnerability can be exploited remotely without authentication. Publicly available exploit code exists, increasing the risk of exploitation in the wild. This issue poses a significant threat to network security, potentially allowing attackers to gain control of vulnerable devices.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker identifies a Tenda F1202 router running firmware version 1.2.0.20(408).</li>
<li>Attacker sends a crafted HTTP POST request to the <code>/goform/PptpUserAdd</code> endpoint.</li>
<li>The POST request includes the <code>opttype</code> argument with a value exceeding the buffer size allocated in the <code>fromPptpUserAdd</code> function.</li>
<li>The <code>fromPptpUserAdd</code> function processes the malicious <code>opttype</code> argument without proper bounds checking.</li>
<li>The oversized <code>opttype</code> value overflows the stack buffer, overwriting adjacent memory locations.</li>
<li>The attacker crafts the overflow to overwrite the return address on the stack, redirecting execution flow.</li>
<li>The overwritten return address points to attacker-controlled code, which is injected into the overflow.</li>
<li>The attacker-controlled code executes with the privileges of the <code>fromPptpUserAdd</code> function, allowing the attacker to execute arbitrary commands on the router.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-9431 allows a remote, unauthenticated attacker to execute arbitrary code on the Tenda F1202 router. This can lead to complete device compromise, including modification of router settings, interception of network traffic, and use of the router as a botnet node. Given the publicly available exploit code, widespread exploitation is possible, potentially impacting numerous home and small business networks using the vulnerable Tenda F1202 model.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Monitor web server logs for suspicious POST requests to <code>/goform/PptpUserAdd</code> with unusually long <code>opttype</code> values to detect potential exploitation attempts.</li>
<li>Deploy the Sigma rule <code>Detect Tenda F1202 Buffer Overflow Attempt</code> to your SIEM to identify suspicious requests.</li>
<li>Consider deploying a web application firewall (WAF) rule to block requests with excessively long <code>opttype</code> values sent to <code>/goform/PptpUserAdd</code>.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">threat</category><category>cve</category><category>buffer-overflow</category><category>tenda</category><category>router</category><category>rce</category></item><item><title>Tenda F1202 Stack-Based Buffer Overflow Vulnerability (CVE-2026-9430)</title><link>https://feed.craftedsignal.io/briefs/2026-05-cve-2026-9430-tenda-overflow/</link><pubDate>Tue, 26 May 2026 14:10:07 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-cve-2026-9430-tenda-overflow/</guid><description>A stack-based buffer overflow vulnerability (CVE-2026-9430) exists in Tenda F1202 version 1.2.0.20(408) due to manipulation of the 'dips' argument in the 'formGstDhcpSetSer' function of '/goform/GstDhcpSetSerof', allowing remote code execution.</description><content:encoded><![CDATA[<p>A stack-based buffer overflow vulnerability, identified as CVE-2026-9430, affects Tenda F1202 router version 1.2.0.20(408). The vulnerability lies within the <code>formGstDhcpSetSer</code> function in the <code>/goform/GstDhcpSetSerof</code> file. By manipulating the <code>dips</code> argument, an attacker can trigger a buffer overflow. The vulnerability is remotely exploitable, and public exploits are available, increasing the risk of widespread exploitation. This poses a significant threat to users of the affected router model, potentially allowing attackers to gain unauthorized access and control over the device.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The attacker identifies a Tenda F1202 router running firmware version 1.2.0.20(408) accessible over the network.</li>
<li>The attacker sends a crafted HTTP POST request to the <code>/goform/GstDhcpSetSerof</code> endpoint.</li>
<li>The HTTP POST request includes a malicious payload within the <code>dips</code> argument, designed to overflow the buffer on the stack.</li>
<li>The <code>formGstDhcpSetSer</code> function processes the request without proper bounds checking on the <code>dips</code> argument.</li>
<li>The oversized <code>dips</code> value overwrites adjacent memory on the stack, including the return address.</li>
<li>When the <code>formGstDhcpSetSer</code> function returns, it jumps to the address overwritten by the attacker&rsquo;s payload.</li>
<li>The attacker&rsquo;s payload executes arbitrary code on the router, potentially granting shell access or modifying router configuration.</li>
<li>The attacker can then use this access to pivot to other devices on the network, establish a persistent backdoor, or disrupt network services.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-9430 allows a remote attacker to execute arbitrary code on the Tenda F1202 router. This can lead to complete compromise of the device, potentially enabling attackers to steal sensitive information, modify router settings, or use the router as a node in a botnet. Given the public availability of exploit code, unpatched devices are at high risk of compromise.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Apply any available firmware updates from Tenda to patch CVE-2026-9430 on affected F1202 routers.</li>
<li>Monitor web server logs for suspicious POST requests to <code>/goform/GstDhcpSetSerof</code> with unusually long <code>dips</code> arguments, using the provided Sigma rule.</li>
<li>Implement network intrusion detection system (IDS) rules to detect exploit attempts targeting the <code>formGstDhcpSetSer</code> function.</li>
<li>Restrict access to the router&rsquo;s web interface from the public internet to reduce the attack surface.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>cve</category><category>buffer-overflow</category><category>router</category><category>tenda</category></item><item><title>Tenda F1202 Stack-Based Buffer Overflow Vulnerability (CVE-2026-9429)</title><link>https://feed.craftedsignal.io/briefs/2026-05-tenda-stack-overflow/</link><pubDate>Tue, 26 May 2026 14:08:19 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-tenda-stack-overflow/</guid><description>A stack-based buffer overflow vulnerability (CVE-2026-9429) exists in Tenda F1202 version 1.2.0.20(408) within the formWrlExtraSet function of the /goform/WrlExtraSet file, allowing a remote attacker to execute arbitrary code by manipulating the delno argument; a public exploit is available.</description><content:encoded><![CDATA[<p>CVE-2026-9429 is a stack-based buffer overflow vulnerability affecting Tenda F1202 devices running firmware version 1.2.0.20(408). The vulnerability resides in the <code>formWrlExtraSet</code> function within the <code>/goform/WrlExtraSet</code> file. A remote attacker can exploit this vulnerability by crafting a malicious request that manipulates the <code>delno</code> argument, leading to arbitrary code execution on the affected device. This is particularly concerning as a public exploit is available, increasing the likelihood of exploitation. Successful exploitation allows attackers to compromise the router and potentially gain access to the local network.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The attacker identifies a Tenda F1202 router running firmware version 1.2.0.20(408).</li>
<li>The attacker crafts a malicious HTTP request targeting the <code>/goform/WrlExtraSet</code> endpoint.</li>
<li>Within the HTTP request, the attacker includes the <code>delno</code> argument with a value exceeding the buffer&rsquo;s capacity in the <code>formWrlExtraSet</code> function.</li>
<li>The vulnerable <code>formWrlExtraSet</code> function processes the <code>delno</code> argument without proper bounds checking.</li>
<li>The excessive data provided in the <code>delno</code> argument overwrites the stack.</li>
<li>The attacker injects malicious code into the overflowed buffer.</li>
<li>The injected code is executed, granting the attacker control over the device.</li>
<li>The attacker can then perform actions such as modifying router settings, intercepting network traffic, or establishing a backdoor for persistent access.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-9429 allows an attacker to gain complete control over the Tenda F1202 router. This can lead to a variety of malicious activities, including data theft, denial of service, and the establishment of a persistent foothold on the network. Given the availability of a public exploit, organizations and individuals using the affected Tenda F1202 router are at significant risk.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Apply available patches or firmware updates from Tenda to address CVE-2026-9429.</li>
<li>Monitor web server logs for suspicious POST requests to <code>/goform/WrlExtraSet</code> with abnormally long <code>delno</code> arguments, using the Sigma rule <code>Detect Suspiciously Long delno Parameter in Tenda Routers</code>.</li>
<li>Implement network intrusion detection systems (IDS) rules to detect and block exploitation attempts targeting CVE-2026-9429.</li>
<li>Review and restrict access to the router&rsquo;s management interface to trusted IP addresses only.</li>
<li>Enable logging on the Tenda router and forward logs to a SIEM for centralized monitoring and analysis.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>stack-based buffer overflow</category><category>router vulnerability</category><category>cve-2026-9429</category></item></channel></rss>