<?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>Lmdeploy's OpenAI-Compatible API Server - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/lmdeploys-openai-compatible-api-server/</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:20:46 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/lmdeploys-openai-compatible-api-server/feed.xml" rel="self" type="application/rss+xml"/><item><title>CVE-2026-63764: Server-Side Request Forgery in lmdeploy OpenAI-Compatible API Server</title><link>https://feed.craftedsignal.io/briefs/2026-07-cve-2026-63764-lmdeploy-ssrf/</link><pubDate>Tue, 21 Jul 2026 21:20:46 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-cve-2026-63764-lmdeploy-ssrf/</guid><description>An unauthenticated server-side request forgery (SSRF) vulnerability, CVE-2026-63764, exists in lmdeploy's OpenAI-compatible API server, allowing attackers to access internal services and cloud metadata by submitting a crafted image_url that redirects to internal targets.</description><content:encoded><![CDATA[<p>CVE-2026-63764 describes a critical server-side request forgery (SSRF) vulnerability within <code>lmdeploy</code>'s OpenAI-compatible API server. This flaw permits unauthenticated attackers to bypass URL safety checks and gain unauthorized access to internal services and sensitive cloud metadata. The exploitation occurs when an attacker sends a POST request to the chat completions endpoint with a specially crafted <code>image_url</code> parameter. This <code>image_url</code> points to an attacker-controlled server, which then issues an HTTP 302 redirect. Crucially, the <code>lmdeploy</code> server follows this redirect to internal network addresses, such as loopback interfaces or cloud instance-metadata endpoints, without re-validating the redirected URL against its initial safety guard. This bypass allows for the exfiltration of sensitive information or interaction with internal resources, posing a significant risk to the integrity and confidentiality of the affected systems.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker identifies an exposed <code>lmdeploy</code> OpenAI-compatible API server instance.</li>
<li>The attacker crafts a malicious POST request targeting the <code>/v1/chat/completions</code> endpoint of the <code>lmdeploy</code> server.</li>
<li>The crafted request includes an <code>image_url</code> parameter set to a URL pointing to an attacker-controlled web server.</li>
<li>The <code>lmdeploy</code> server initiates a request to the attacker-controlled server specified in the <code>image_url</code>.</li>
<li>The attacker-controlled server responds with an HTTP 302 (Found) redirect, where the <code>Location</code> header specifies an internal target, such as <code>http://169.254.169.254/latest/meta-data/</code> for AWS EC2 metadata or a local loopback address.</li>
<li>The <code>lmdeploy</code> server follows this 302 redirect without performing subsequent URL validation on the redirected internal target.</li>
<li>The server accesses the specified internal service or cloud metadata endpoint as if it were a legitimate request originating from within the trusted network.</li>
<li>The attacker receives the response from the internal service or cloud metadata, gaining unauthorized access to sensitive information or internal functionalities.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-63764 allows unauthenticated attackers to access internal services and cloud metadata endpoints. This can lead to the exposure of sensitive cloud credentials, internal network topology, configuration data, and potentially enable further lateral movement or privilege escalation within the compromised environment. The vulnerability carries a CVSS v3.1 base score of 9.3, indicating a critical severity and high potential for widespread damage, including severe confidentiality breaches and service disruption if internal systems are manipulated.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Patch CVE-2026-63764 immediately by updating <code>lmdeploy's OpenAI-compatible API server</code> to a version where this vulnerability is resolved.</li>
<li>Deploy the Sigma rule &quot;Detect CVE-2026-63764 Exploitation Attempt - SSRF via image_url&quot; to your SIEM to identify attempts at exploiting this vulnerability.</li>
<li>Monitor webserver logs for unusual POST requests to the chat completions endpoint containing <code>image_url</code> parameters with suspicious IP addresses or internal domain patterns.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category><category>server-side-request-forgery</category><category>ssrf</category><category>vulnerability</category><category>api</category><category>cloud-security</category></item></channel></rss>