<?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>Adafap - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/adafap/</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>Sun, 09 Aug 2026 23:49:04 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/adafap/feed.xml" rel="self" type="application/rss+xml"/><item><title>SSRF Vulnerability in adafap api-mcp (CVE-2026-19374)</title><link>https://feed.craftedsignal.io/briefs/2026-08-ssrf-adafap-api-mcp/</link><pubDate>Sun, 09 Aug 2026 23:49:04 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-ssrf-adafap-api-mcp/</guid><description>An unauthenticated remote server-side request forgery (SSRF) vulnerability in the 'customAxios' function of adafap api-mcp allows attackers to make unauthorized requests from the server environment.</description><content:encoded><![CDATA[<p>The adafap api-mcp component is susceptible to server-side request forgery (SSRF) via improper validation of the 'url' argument within the 'customAxios' function located in 'app/api/proxy/route.ts'. This vulnerability exists in versions up to the commit hash 92b9a5d04acfec165c7d4ef852496593aa87be06. Because the product follows a continuous, rolling-release delivery model, there are no defined version numbers to track for patching. An unauthenticated remote attacker can supply a malicious URL to the proxy endpoint, forcing the application to perform requests to internal services or external targets on behalf of the server. This can lead to unauthorized information disclosure or interaction with restricted internal infrastructure. As of the time of reporting, the maintainers have not issued a response or a patch for this finding.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows remote attackers to perform SSRF, potentially gaining unauthorized access to internal resources, cloud metadata services, or auxiliary network infrastructure. The impact is elevated by the lack of input sanitization in the proxy function, which provides a direct vector for internal network scanning and data exfiltration from private endpoints.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Implement strict URL allowlisting or validation in 'app/api/proxy/route.ts' to ensure the 'url' argument passed to 'customAxios' corresponds to approved, non-sensitive domains.</li>
<li>Apply network-level egress filtering on the server hosting the affected application to restrict outbound requests to only necessary and known-safe destinations.</li>
<li>Review web access logs for requests to 'app/api/proxy/route.ts' where the 'url' parameter contains internal IP addresses (e.g., 169.254.169.254, 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16).</li>
<li>Monitor for anomalous outbound traffic from the affected service container or host to prevent exfiltration or internal probing.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category></item></channel></rss>