<?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>Zevorn - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/zevorn/</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>Sat, 18 Jul 2026 17:18:59 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/zevorn/feed.xml" rel="self" type="application/rss+xml"/><item><title>Server-Side Request Forgery in zevorn rt-claw (CVE-2026-16128)</title><link>https://feed.craftedsignal.io/briefs/2026-07-zevorn-rt-claw-ssrf/</link><pubDate>Sat, 18 Jul 2026 17:18:59 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-zevorn-rt-claw-ssrf/</guid><description>A server-side request forgery (SSRF) vulnerability, identified as CVE-2026-16128, exists in zevorn rt-claw versions up to and including 0.2.0. The flaw is located within the `receiver_thread` function of the `http_request` component in `claw/services/swarm/swarm.c`. This critical vulnerability allows remote attackers to perform server-side request forgery, and a public exploit is available, increasing the urgency for detection and mitigation efforts.</description><content:encoded><![CDATA[<p>A severe server-side request forgery (SSRF) vulnerability, tracked as CVE-2026-16128, has been identified in <code>zevorn rt-claw</code> software, specifically affecting versions up to and including 0.2.0. The flaw resides within the <code>receiver_thread</code> function in the <code>http_request</code> component of <code>claw/services/swarm/swarm.c</code>. This vulnerability allows a remote unauthenticated attacker to manipulate HTTP requests, compelling the vulnerable <code>rt-claw</code> application to make arbitrary requests to internal or external systems from the server's perspective. An exploit for CVE-2026-16128 has been publicly released, increasing the risk of widespread attacks. The project maintainers were notified via an issue report but have not yet responded or released a patch, leaving affected systems exposed to potential data exfiltration, internal network reconnaissance, or further compromise.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>A remote attacker crafts a malicious HTTP request targeting a <code>zevorn rt-claw</code> instance running a vulnerable version (up to 0.2.0).</li>
<li>The malicious request exploits a flaw in the <code>receiver_thread</code> function within the <code>http_request</code> component.</li>
<li>The <code>rt-claw</code> application processes the manipulated request, leading it to initiate an arbitrary HTTP request to a target specified by the attacker.</li>
<li>This server-side request forgery (SSRF) allows the attacker to leverage the <code>rt-claw</code> server as a proxy to access internal network resources (e.g., administrative interfaces, cloud metadata services, other internal APIs) that are otherwise inaccessible from outside.</li>
<li>The <code>rt-claw</code> server returns the response from the internal or external target to the attacker, facilitating information disclosure or potential interaction with these services.</li>
<li>The attacker can use the gained information or access to pivot further into the internal network, exfiltrate sensitive data, or potentially achieve remote code execution depending on the accessed services.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-16128 can lead to significant information disclosure and network access within the victim's environment. Attackers can perform internal network reconnaissance, access sensitive internal services, retrieve credentials from cloud metadata services, and potentially interact with internal APIs or databases. Given that a public exploit is available and the vendor has not yet responded with a patch, organizations running <code>zevorn rt-claw</code> are at high risk of compromise, which could result in data breaches, further system compromise, and operational disruption.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Organizations using <code>zevorn rt-claw</code> should immediately assess their deployments for versions up to 0.2.0, as these are affected by CVE-2026-16128.</li>
<li>Isolate affected systems from critical internal networks to minimize the blast radius of potential SSRF exploitation of CVE-2026-16128.</li>
<li>Monitor web server logs (category <code>webserver</code>) for unusual HTTP requests to <code>zevorn rt-claw</code> endpoints, specifically looking for crafted parameters that might indicate SSRF attempts related to CVE-2026-16128.</li>
<li>Implement egress filtering on network devices to prevent the <code>zevorn rt-claw</code> application from making outbound requests to unauthorized internal IP ranges or sensitive external services.</li>
<li>As the vendor has not yet provided a patch for CVE-2026-16128, consider implementing web application firewall (WAF) rules to detect and block requests attempting to exploit this vulnerability by sanitizing or blocking suspicious URL parameters.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>ssrf</category><category>vulnerability</category><category>webserver</category><category>remote-code-execution</category><category>information-disclosure</category></item><item><title>CVE-2026-16125: Server-Side Request Forgery in zevorn rt-claw</title><link>https://feed.craftedsignal.io/briefs/2026-07-cve-2026-16125-rt-claw-ssrf/</link><pubDate>Sat, 18 Jul 2026 16:18:39 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-cve-2026-16125-rt-claw-ssrf/</guid><description>A critical server-side request forgery (SSRF) vulnerability, identified as CVE-2026-16125, affects zevorn rt-claw versions up to and including 0.2.0, residing in the claw_net_get/claw_net_post functions within the http_request component, allowing remote attackers to manipulate the URL argument and access internal resources or perform port scanning.</description><content:encoded><![CDATA[<p>A significant server-side request forgery (SSRF) vulnerability, tracked as CVE-2026-16125, has been identified in zevorn rt-claw software, specifically impacting versions up to and including 0.2.0. This flaw exists within the <code>claw_net_get</code> and <code>claw_net_post</code> functions located in the <code>claw/services/tools/net.c</code> file, part of the application's <code>http_request</code> component. Attackers can remotely exploit this vulnerability by manipulating the <code>url</code> argument, leading to the application making requests to arbitrary internal or external destinations. This allows adversaries to bypass network access controls, gather sensitive information, or interact with services not intended for public exposure. An exploit for CVE-2026-16125 has been publicly released, increasing the urgency for users to address this vulnerability to prevent potential compromise of internal systems.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker identifies an internet-facing zevorn rt-claw application instance running version 0.2.0 or earlier.</li>
<li>Attacker crafts a specially formed HTTP request targeting the vulnerable <code>claw_net_get</code> or <code>claw_net_post</code> functions.</li>
<li>The crafted request includes a manipulated <code>url</code> argument containing an arbitrary internal IP address, hostname, or sensitive service endpoint.</li>
<li>The zevorn rt-claw application processes this malicious <code>url</code> parameter without adequate validation or sanitization.</li>
<li>The application's <code>http_request</code> component then makes an unintended, server-side outbound connection to the attacker-specified internal or external resource.</li>
<li>This server-side request forgery (SSRF) allows the attacker to bypass network segmentation, probe internal services, or access metadata services (e.g., cloud instance metadata).</li>
<li>The final objective can range from internal network reconnaissance and information disclosure to potential further exploitation of discovered internal services or exfiltration of sensitive data.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>A successful exploitation of CVE-2026-16125 can have severe consequences, rated with a CVSS v3.1 Base Score of 7.3 (High). The primary impact includes unauthorized access to internal network resources, bypassing network firewalls and segmentation. Attackers can use this vulnerability to perform port scanning of internal hosts, access sensitive web services, or retrieve cloud provider metadata, which often contains credentials or configuration details. This can lead to significant information disclosure, lateral movement within the network, and potentially complete system compromise, enabling further sophisticated attacks against the organization's infrastructure.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Patch CVE-2026-16125 immediately by updating zevorn rt-claw to a version greater than 0.2.0, once released by the vendor.</li>
<li>Monitor your webserver logs for the <code>rt-claw</code> application for unusual <code>url</code> parameters containing internal IP addresses, non-standard ports, or suspicious domain names.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>server-side-request-forgery</category><category>vulnerability</category><category>web-application</category><category>ssrf</category><category>exploitation</category></item></channel></rss>