<?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>F456 — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/f456/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata — refreshed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Mon, 27 Apr 2026 04:16:09 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/f456/feed.xml" rel="self" type="application/rss+xml"/><item><title>Tenda F456 Router Buffer Overflow Vulnerability</title><link>https://feed.craftedsignal.io/briefs/2026-04-tenda-f456-bo/</link><pubDate>Mon, 27 Apr 2026 04:16:09 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-04-tenda-f456-bo/</guid><description>A buffer overflow vulnerability exists in Tenda F456 version 1.0.0.5 in the `fromGstDhcpSetSer` function, allowing remote attackers to execute arbitrary code by manipulating the 'dips' argument via a crafted HTTP request to `/goform/GstDhcpSetSer`.</description><content:encoded><![CDATA[<p>A critical buffer overflow vulnerability, identified as CVE-2026-7081, affects Tenda F456 router version 1.0.0.5. The vulnerability resides in the <code>fromGstDhcpSetSer</code> function within the <code>/goform/GstDhcpSetSer</code> file, a component of the device&rsquo;s httpd service. Successful exploitation allows a remote attacker to execute arbitrary code on the device. Publicly available exploit code increases the risk of widespread exploitation. This vulnerability poses a significant threat as it can lead to complete compromise of the affected device, potentially allowing attackers to gain unauthorized access to the network, steal sensitive information, or use the device as part of a botnet.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The attacker identifies a vulnerable Tenda F456 router (version 1.0.0.5) exposed to the internet.</li>
<li>The attacker crafts a malicious HTTP POST request targeting the <code>/goform/GstDhcpSetSer</code> endpoint.</li>
<li>The HTTP request includes the <code>dips</code> argument, which is intentionally oversized to trigger the buffer overflow.</li>
<li>The vulnerable <code>fromGstDhcpSetSer</code> function processes the request without proper bounds checking.</li>
<li>The oversized <code>dips</code> argument overwrites adjacent memory regions on the stack.</li>
<li>The attacker carefully crafts the overflow to overwrite the return address with an address pointing to attacker-controlled code.</li>
<li>The <code>fromGstDhcpSetSer</code> function returns, causing execution to jump to the attacker&rsquo;s code.</li>
<li>The attacker&rsquo;s code executes with the privileges of the httpd process, potentially leading to full device compromise.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this vulnerability allows a remote attacker to execute arbitrary code on the affected Tenda F456 router. This can result in complete device compromise, including the ability to modify device settings, intercept network traffic, and potentially use the compromised device as a pivot point for further attacks within the network. Given the widespread use of Tenda routers, a large number of devices could be vulnerable, making this a significant security concern.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Monitor web server logs for suspicious POST requests to <code>/goform/GstDhcpSetSer</code> with unusually long <code>dips</code> parameter values to detect potential exploitation attempts.</li>
<li>Deploy the provided Sigma rule <code>Detect Tenda F456 Buffer Overflow Attempt</code> to identify malicious HTTP requests.</li>
<li>Since no patch is available, consider replacing the affected Tenda F456 routers (version 1.0.0.5) with more secure alternatives.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category><category>cve</category><category>buffer_overflow</category><category>router</category></item><item><title>Tenda F456 Remote Buffer Overflow Vulnerability</title><link>https://feed.craftedsignal.io/briefs/2024-01-tenda-f456-buffer-overflow/</link><pubDate>Tue, 02 Jan 2024 12:00:00 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2024-01-tenda-f456-buffer-overflow/</guid><description>A remote buffer overflow vulnerability exists in Tenda F456 version 1.0.0.5 via manipulation of the 'page' argument in the fromDhcpListClient function of the /goform/DhcpListClient component, potentially leading to arbitrary code execution.</description><content:encoded><![CDATA[<p>A critical buffer overflow vulnerability, identified as CVE-2026-7098, has been discovered in Tenda F456 router version 1.0.0.5. The vulnerability resides within the <code>fromDhcpListClient</code> function of the <code>/goform/DhcpListClient</code> component&rsquo;s <code>httpd</code> service. An attacker can exploit this flaw by remotely manipulating the <code>page</code> argument, leading to a buffer overflow. Publicly available exploit code exists, increasing the risk of widespread exploitation. Successful exploitation could allow an attacker to execute arbitrary code on the device, potentially gaining full control of the router and the network it serves. This poses a significant threat to home and small business users relying on these routers.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker identifies a vulnerable Tenda F456 router (version 1.0.0.5) accessible over the network.</li>
<li>The attacker crafts a malicious HTTP request targeting the <code>/goform/DhcpListClient</code> endpoint.</li>
<li>The crafted request includes a <code>page</code> argument with a payload designed to overflow the buffer in the <code>fromDhcpListClient</code> function.</li>
<li>The <code>httpd</code> service processes the request and calls the <code>fromDhcpListClient</code> function.</li>
<li>Due to insufficient bounds checking, the oversized payload overwrites the buffer, potentially overwriting adjacent memory regions.</li>
<li>The attacker&rsquo;s payload overwrites the return address on the stack with a pointer to attacker-controlled code.</li>
<li>The <code>fromDhcpListClient</code> function returns, causing execution to jump to the attacker-controlled code.</li>
<li>The attacker-controlled code executes with the privileges of the <code>httpd</code> service, potentially allowing for full control of the device.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this vulnerability can allow a remote attacker to execute arbitrary code on the Tenda F456 router. This could lead to a complete compromise of the device, allowing the attacker to modify router settings, intercept network traffic, or use the router as a pivot point for further attacks within the network. Given the ease of exploitation and public availability of exploit code, a large number of Tenda F456 users are at risk.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Monitor web server logs for suspicious requests to <code>/goform/DhcpListClient</code> with unusually long <code>page</code> parameters to detect potential exploitation attempts (see Sigma rule &ldquo;Detect Tenda F456 Buffer Overflow Attempt&rdquo;).</li>
<li>Implement rate limiting on requests to the <code>/goform/DhcpListClient</code> endpoint to mitigate the impact of potential attacks.</li>
<li>Deploy the Sigma rule &ldquo;Detect Tenda F456 Buffer Overflow Response&rdquo; to identify successful exploitation attempts based on server response codes.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category><category>cve-2026-7098</category><category>buffer-overflow</category><category>router</category></item></channel></rss>