<?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>LBT-T300-HW1 (&lt;= 1.2.8) — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/lbt-t300-hw1--1.2.8/</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>Sun, 03 May 2026 03:16:15 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/lbt-t300-hw1--1.2.8/feed.xml" rel="self" type="application/rss+xml"/><item><title>Shenzhen Libituo Technology LBT-T300-HW1 Buffer Overflow Vulnerability</title><link>https://feed.craftedsignal.io/briefs/2026-05-lbt-t300-hw1-buffer-overflow/</link><pubDate>Sun, 03 May 2026 03:16:15 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-lbt-t300-hw1-buffer-overflow/</guid><description>A buffer overflow vulnerability exists in Shenzhen Libituo Technology LBT-T300-HW1 version 1.2.8 and earlier, allowing remote attackers to execute arbitrary code by manipulating the Channel/ApCliSsid argument in the start_lan function of the /apply.cgi file.</description><content:encoded><![CDATA[<p>A buffer overflow vulnerability, identified as CVE-2026-7675, affects Shenzhen Libituo Technology LBT-T300-HW1 devices with firmware versions up to 1.2.8. The vulnerability resides in the <code>start_lan</code> function within the <code>/apply.cgi</code> file. By manipulating the <code>Channel/ApCliSsid</code> argument, a remote attacker can trigger a buffer overflow, potentially leading to arbitrary code execution. Publicly available exploit code exists for this vulnerability. The vendor was notified about the vulnerability, but there has been no response. This vulnerability is considered critical due to the potential for remote exploitation and the availability of exploit code.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The attacker identifies a vulnerable Shenzhen Libituo Technology LBT-T300-HW1 device running firmware version 1.2.8 or earlier.</li>
<li>The attacker crafts a malicious HTTP request targeting the <code>/apply.cgi</code> endpoint.</li>
<li>The HTTP request includes a specially crafted <code>Channel/ApCliSsid</code> argument designed to overflow the buffer in the <code>start_lan</code> function.</li>
<li>The vulnerable <code>start_lan</code> function receives the malicious input and attempts to process it without proper bounds checking.</li>
<li>The buffer overflow occurs, overwriting adjacent memory regions, including potentially the return address on the stack.</li>
<li>The attacker gains control of the program execution flow by overwriting the return address with the address of malicious code.</li>
<li>The injected code executes with the privileges of the web server process.</li>
<li>The attacker achieves arbitrary code execution, potentially gaining full control of the device.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this vulnerability allows a remote attacker to execute arbitrary code on the affected device. Given that this is a router, this could lead to complete compromise of the device, including the ability to intercept and manipulate network traffic, install malware, or use the device as part of a botnet. Due to the public availability of the exploit, widespread exploitation is possible.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Apply network intrusion detection system (NIDS) rules to detect and block malicious HTTP requests targeting <code>/apply.cgi</code> with excessively long <code>Channel/ApCliSsid</code> values.</li>
<li>Deploy the Sigma rule <code>Detect-LBT-T300-HW1-applycgi-buffer-overflow</code> to your SIEM and tune for your environment to identify exploitation attempts.</li>
<li>Monitor web server logs for suspicious POST requests to <code>/apply.cgi</code> and analyze the length of the <code>Channel/ApCliSsid</code> parameter.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">threat</category><category>buffer overflow</category><category>remote code execution</category><category>web application vulnerability</category></item><item><title>Shenzhen Libituo Technology LBT-T300-HW1 Buffer Overflow Vulnerability</title><link>https://feed.craftedsignal.io/briefs/2026-05-lbt-t300-hw1-bo/</link><pubDate>Sun, 03 May 2026 02:17:12 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-lbt-t300-hw1-bo/</guid><description>A buffer overflow vulnerability (CVE-2026-7674) exists in the Web Management Interface of Shenzhen Libituo Technology LBT-T300-HW1 devices, allowing remote attackers to execute arbitrary code by manipulating the vpn_pptp_server or vpn_l2tp_server arguments in the start_single_service function.</description><content:encoded><![CDATA[<p>A buffer overflow vulnerability, identified as CVE-2026-7674, affects Shenzhen Libituo Technology LBT-T300-HW1 devices up to version 1.2.8. The vulnerability resides within the Web Management Interface, specifically in the <code>start_single_service</code> function. By sending a crafted request to the device and manipulating the <code>vpn_pptp_server</code> or <code>vpn_l2tp_server</code> arguments, an attacker can trigger a buffer overflow, potentially leading to arbitrary code execution. This vulnerability can be exploited remotely, making it a significant threat to affected devices. The vendor was notified but did not respond, increasing the risk of exploitation.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The attacker identifies a vulnerable LBT-T300-HW1 device with version 1.2.8 or earlier.</li>
<li>The attacker crafts a malicious HTTP request targeting the Web Management Interface.</li>
<li>The malicious request includes a payload designed to overflow the buffer when processing the <code>vpn_pptp_server</code> or <code>vpn_l2tp_server</code> arguments.</li>
<li>The crafted request is sent to the <code>start_single_service</code> function.</li>
<li>The <code>start_single_service</code> function attempts to process the overly long input without proper bounds checking.</li>
<li>The buffer overflow overwrites adjacent memory regions, including potentially executable code or critical data structures.</li>
<li>The attacker gains control of the device by redirecting execution flow to attacker-controlled code injected into the buffer.</li>
<li>The attacker executes arbitrary code on the device, potentially gaining persistent access or causing denial of service.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this vulnerability allows a remote attacker to execute arbitrary code on the affected LBT-T300-HW1 device. This could lead to complete system compromise, including data theft, modification of device settings, or use of the device as a bot in a larger attack. Given the lack of vendor response, many devices could be vulnerable if exposed to the internet.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Deploy the Sigma rule <code>Detect Suspicious VPN Server Configuration via Web Interface</code> to detect potential exploitation attempts targeting the vulnerable <code>start_single_service</code> function in web server logs.</li>
<li>Monitor network traffic for unusually long strings passed as values for <code>vpn_pptp_server</code> and <code>vpn_l2tp_server</code> parameters in HTTP requests to the device&rsquo;s web interface.</li>
<li>Apply any available patches or firmware updates released by Shenzhen Libituo Technology to address CVE-2026-7674.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">threat</category><category>buffer-overflow</category><category>web-management-interface</category><category>cve-2026-7674</category></item></channel></rss>