<?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>Cpe:2.3:a:langflow:langflow:1.4.2:-:*:*:*:*:*:* - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/cpes/cpe2.3alangflowlangflow1.4.2-/</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, 21 Jul 2026 15:00:30 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/cpes/cpe2.3alangflowlangflow1.4.2-/feed.xml" rel="self" type="application/rss+xml"/><item><title>DD-WRT Stack-Based Buffer Overflow Vulnerability (CVE-2021-27137)</title><link>https://feed.craftedsignal.io/briefs/2026-07-ddwrt-cve-2021-27137/</link><pubDate>Tue, 21 Jul 2026 15:00:30 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-ddwrt-cve-2021-27137/</guid><description>CVE-2021-27137 is a stack-based buffer overflow vulnerability in DD-WRT's UPnP component that allows an unauthenticated attacker to trigger remote code execution on affected router devices.</description><content:encoded><![CDATA[<p>CVE-2021-27137 identifies a critical stack-based buffer overflow vulnerability within the UPnP service of DD-WRT firmware, potentially allowing unauthenticated remote code execution. This flaw enables attackers to overflow an internal buffer by sending specially crafted network packets, leading to the execution of arbitrary code on vulnerable DD-WRT devices. The vulnerability, first disclosed in 2021, has been added to CISA's Known Exploited Vulnerabilities Catalog, indicating active exploitation in the wild. Given DD-WRT's widespread use in consumer and small business networking equipment, successful exploitation can lead to full compromise of the router, potentially enabling network surveillance, traffic redirection, or further access to internal networks.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An unauthenticated attacker identifies a DD-WRT device with the vulnerable UPnP service exposed.</li>
<li>The attacker crafts and sends specially malformed network packets to the UPnP service listening on the target DD-WRT device.</li>
<li>The malformed packets are designed to exceed the bounds of an internal stack buffer within the UPnP service's processing routine.</li>
<li>This crafted input triggers a stack-based buffer overflow condition in the UPnP service.</li>
<li>The overflow corrupts memory, including critical return addresses on the stack.</li>
<li>The attacker's injected shellcode, included in the crafted packets, gains control of the execution flow.</li>
<li>The shellcode is executed in the context of the UPnP service, achieving unauthenticated remote code execution on the DD-WRT device.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2021-27137 grants unauthenticated remote code execution capabilities on vulnerable DD-WRT firmware devices. This allows an attacker to gain full control over the router, potentially leading to unauthorized access to the network, manipulation of network traffic, or establishment of persistent footholds. Given that DD-WRT is deployed in various environments, including homes and small businesses, the impact can range from personal data breaches to compromise of organizational networks. CISA's inclusion of this CVE in its KEV catalog indicates that this vulnerability has been actively exploited by threat actors, posing a significant and immediate risk to affected organizations and individuals.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Apply available vendor mitigations for CVE-2021-27137 as documented by DD-WRT and other vendors utilizing affected components.</li>
<li>If mitigations for CVE-2021-27137 are unavailable, discontinue use of the affected product immediately.</li>
<li>Ensure compliance with CISA’s BOD 26-04 guidance regarding prioritizing security updates based on risk, especially for internet-facing DD-WRT devices.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">threat</category><category>vulnerability-exploitation</category><category>firmware</category><category>router</category><category>rce</category><category>buffer-overflow</category></item><item><title>Langflow 1.3.0 Remote Code Execution Vulnerability</title><link>https://feed.craftedsignal.io/briefs/2026-05-langflow-rce/</link><pubDate>Fri, 29 May 2026 08:21:41 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-langflow-rce/</guid><description>Langflow 1.3.0 contains a remote code execution vulnerability (CVE-2026-0770) due to untrusted input in the exec_globals parameter at the validate endpoint, allowing remote attackers to execute arbitrary code as root without authentication, as demonstrated by a public exploit.</description><content:encoded><![CDATA[<p>A remote code execution (RCE) vulnerability exists in Langflow version 1.3.0, tracked as CVE-2026-0770. This flaw stems from the inclusion of functionality from an untrusted control sphere within the <code>exec_globals</code> parameter located at the <code>/api/v1/validate/code</code> endpoint. The vulnerability allows unauthenticated remote attackers to execute arbitrary code with root privileges on affected systems. Exploit-DB has published a working exploit (EDB-52597) for this vulnerability, which exacerbates the risk for organizations using unpatched instances of Langflow. Version 1.2.0 is also affected.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The attacker sends an HTTP GET request to <code>/api/v1/auto_login</code> to obtain an access token.</li>
<li>The server responds with a JSON object containing an <code>access_token</code>.</li>
<li>The attacker crafts a malicious HTTP POST request to <code>/api/v1/validate/code</code> endpoint.</li>
<li>The attacker sets the <code>Authorization</code> header with a <code>Bearare {access_token}</code> string.</li>
<li>The request body contains a JSON object with a <code>code</code> parameter. This <code>code</code> parameter contains a Python script that leverages the <code>subprocess</code> module to execute arbitrary commands.</li>
<li>The Python script within the <code>code</code> parameter utilizes <code>__import__('subprocess').run('%s', shell=True, capture_output=True, text=True)</code> to execute the attacker-controlled command.</li>
<li>The server executes the attacker-supplied command with root privileges.</li>
<li>The output of the command is returned to the attacker via the API response, confirming code execution.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this vulnerability allows an unauthenticated attacker to execute arbitrary code with root privileges on the Langflow server. This can lead to complete system compromise, data theft, denial of service, or further lateral movement within the network. Given the nature of Langflow as a low-code framework designed for building flows with Large Language Models, such a compromise could lead to the exposure of sensitive LLM configurations, API keys, and data used within these flows.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Apply the patch or upgrade to a secure version of Langflow to remediate CVE-2026-0770.</li>
<li>Deploy the Sigma rule <code>Detect Langflow RCE via Validate Endpoint</code> to detect exploitation attempts in web server logs.</li>
<li>Monitor network traffic for unusual POST requests to the <code>/api/v1/validate/code</code> endpoint containing shell metacharacters in the <code>code</code> parameter.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category><category>remote-code-execution</category><category>webapps</category><category>langflow</category></item></channel></rss>