<?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>Keep (Commit 91c75e0) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/keep-commit-91c75e0/</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 21:22:00 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/keep-commit-91c75e0/feed.xml" rel="self" type="application/rss+xml"/><item><title>CVE-2026-65057 Server-Side Request Forgery in Keep Healthcheck Endpoint</title><link>https://feed.craftedsignal.io/briefs/2026-07-cve-2026-65057-keep-ssrf/</link><pubDate>Tue, 21 Jul 2026 21:22:00 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-cve-2026-65057-keep-ssrf/</guid><description>An unauthenticated server-side request forgery (SSRF) vulnerability in Keep (commit 91c75e0) allows attackers to exploit an unprotected healthcheck endpoint by supplying crafted JSON payloads with malicious host values, forcing the backend to issue arbitrary HTTP requests to internal services or cloud metadata endpoints for internal network reconnaissance and theft of cloud credentials.</description><content:encoded><![CDATA[<p>CVE-2026-65057 describes a critical server-side request forgery (SSRF) vulnerability affecting Keep (specifically commit 91c75e0). Unauthenticated attackers can exploit this flaw by sending a specially crafted JSON payload to an unprotected healthcheck endpoint. The payload contains a malicious <code>host</code> parameter, which the vulnerable Keep backend then uses to initiate arbitrary HTTP requests. This allows attackers to compel the server to communicate with internal network services or critical cloud metadata endpoints. Successful exploitation facilitates internal network reconnaissance, mapping an organization's network infrastructure, and more critically, the theft of sensitive cloud credentials, potentially leading to widespread compromise of cloud resources. This vulnerability was published on July 21, 2026, and its CVSS v3.1 base score of 9.3 highlights its severe potential impact.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An unauthenticated attacker identifies a vulnerable instance of Keep (commit 91c75e0) exposed to the internet.</li>
<li>The attacker crafts a malicious JSON payload containing a <code>host</code> parameter with a value pointing to an internal service IP address (e.g., <code>10.0.0.1</code>) or a cloud metadata service endpoint (e.g., <code>169.254.169.254/latest/meta-data</code>).</li>
<li>The attacker sends this crafted JSON payload as an HTTP request to the unprotected <code>/healthcheck</code> endpoint of the vulnerable Keep application.</li>
<li>The Keep backend processes the request, and due to the SSRF vulnerability, it initiates an arbitrary outbound HTTP request using the attacker-controlled <code>host</code> value.</li>
<li>The backend application attempts to connect to the specified internal service or cloud metadata endpoint, fetching its response.</li>
<li>The response from the internal service or metadata endpoint is returned to the attacker through the vulnerable Keep application, enabling internal network reconnaissance by mapping reachable services.</li>
<li>If targeting cloud metadata services, the attacker extracts temporary cloud credentials, API keys, or other sensitive configuration data from the responses.</li>
<li>The attacker can then use the stolen cloud credentials to gain unauthorized access to cloud resources and further compromise the environment.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-65057 can lead to severe consequences for organizations utilizing the affected Keep software. Attackers can perform extensive internal network reconnaissance, mapping out private network segments and identifying other vulnerable systems or services that are typically not exposed externally. The most critical impact is the potential theft of cloud credentials from metadata services, granting attackers unauthorized access to an organization's cloud environment. This could result in data exfiltration, service disruption, or further lateral movement within cloud infrastructure, leading to significant financial and reputational damage.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li><strong>Patch CVE-2026-65057 immediately</strong> by updating Keep to a patched version beyond commit 91c75e0, if available, or applying vendor-provided mitigation steps.</li>
<li>Deploy the Sigma rule &quot;Detect CVE-2026-65057 Exploitation - Keep SSRF Attempt&quot; to your SIEM to detect attempts to exploit the <code>/healthcheck</code> endpoint using internal IP addresses or cloud metadata service hostnames.</li>
<li>Enable comprehensive web server logging for the <code>webserver</code> category to ensure <code>cs-uri-stem</code> and <code>cs-uri-query</code> fields are captured, which are crucial for the detection rule.</li>
<li>Implement strict network segmentation and egress filtering to prevent internal systems from making arbitrary outbound connections, especially to private IP ranges or metadata service IPs, even if a server-side application is compromised.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category><category>SSRF</category><category>vulnerability</category><category>cloud</category><category>web-vulnerability</category><category>credential-theft</category></item></channel></rss>