<?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>WN570H - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/wn570h/</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>Mon, 03 Aug 2026 18:06:09 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/wn570h/feed.xml" rel="self" type="application/rss+xml"/><item><title>Remote Stack-Based Buffer Overflow in Wavlink Networking Devices</title><link>https://feed.craftedsignal.io/briefs/2026-08-wavlink-buffer-overflow/</link><pubDate>Mon, 03 Aug 2026 18:06:09 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-wavlink-buffer-overflow/</guid><description>Multiple Wavlink networking devices are vulnerable to a remote stack-based buffer overflow in the lighttpd component due to insecure use of strcpy in the upload.cgi script via the HTTP_COOKIE header.</description><content:encoded><![CDATA[<p>A critical security vulnerability, tracked as CVE-2026-18607, affects numerous Wavlink networking devices including the WN572, WN570H, WN573, WN529, WN530, WN531, WN535, WN536, WN551, WN557, and NU516 series. The vulnerability is located within the 'upload.cgi' script utilized by the embedded lighttpd web server. An unauthenticated remote attacker can trigger a stack-based buffer overflow by sending a specially crafted 'HTTP_COOKIE' header to the device. The issue stems from the unsafe implementation of the 'strcpy' function when processing this cookie input. Publicly available proof-of-concept exploits exist, increasing the risk of exploitation by threat actors targeting embedded devices.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker performs network reconnaissance to identify vulnerable Wavlink devices exposed to the internet.</li>
<li>Attacker crafts a malicious HTTP request targeting the /upload.cgi endpoint on the target device.</li>
<li>Attacker embeds an oversized string within the 'HTTP_COOKIE' header of the malicious request.</li>
<li>The lighttpd component receives the request and invokes the vulnerable 'upload.cgi' script.</li>
<li>The 'strcpy' function copies the excessive cookie data into an undersized stack buffer.</li>
<li>The stack-based buffer overflow results in memory corruption, overwriting return addresses.</li>
<li>The attacker redirects control flow to injected shellcode or payload.</li>
<li>Remote Code Execution (RCE) is achieved on the affected device.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-18607 allows an attacker to achieve remote code execution on affected Wavlink networking devices. This compromises the integrity and availability of the network appliance. Given the nature of these devices, such a compromise could facilitate man-in-the-middle attacks, credential harvesting, or lateral movement into the protected internal network environment.</p>
<h2 id="recommendation">Recommendation</h2>
<ol>
<li>Identify and inventory all Wavlink networking devices within the enterprise network to determine if any of the affected models are in use.</li>
<li>Restrict access to the web management interface of these devices by limiting access to trusted IP ranges via firewall rules.</li>
<li>Implement strict monitoring of HTTP requests targeting '/upload.cgi' endpoints, particularly looking for anomalous or oversized 'Cookie' headers.</li>
<li>Engage with the vendor to obtain firmware updates that resolve the unsafe use of 'strcpy' in 'upload.cgi'.</li>
<li>If patching is not immediately available and the device is exposed to the internet, disable the web-based management interface or isolate the device from external network access.</li>
</ol>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>vulnerability</category><category>rce</category><category>network-infrastructure</category></item></channel></rss>