<?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>HyperDX - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/hyperdx/</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>Mon, 20 Jul 2026 19:23:45 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/hyperdx/feed.xml" rel="self" type="application/rss+xml"/><item><title>Server-Side Request Forgery in HyperDX via ClickHouse Proxy Test Endpoint</title><link>https://feed.craftedsignal.io/briefs/2026-07-hyperdx-ssrf/</link><pubDate>Mon, 20 Jul 2026 19:23:45 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-hyperdx-ssrf/</guid><description>An authenticated attacker can exploit a Server-Side Request Forgery (SSRF) vulnerability, CVE-2026-63731, in HyperDX before version 2.31.0 by manipulating the `host` parameter of the ClickHouse proxy test endpoint, leading to disclosure of internal service response bodies and potential access to internal APIs, container services, and cloud provider metadata.</description><content:encoded><![CDATA[<p>A critical Server-Side Request Forgery (SSRF) vulnerability, identified as CVE-2026-63731, affects HyperDX versions prior to 2.31.0. This flaw permits authenticated team members to direct the HyperDX server to arbitrary internal destinations. The vulnerability lies within the ClickHouse proxy test endpoint, which lacks proper URL validation and allowlist enforcement for the user-supplied <code>host</code> parameter. Exploiting this vulnerability allows attackers to read reflected error responses, which can contain sensitive internal service response bodies. This enables malicious actors to discover and potentially access internal APIs, container services, and cloud provider metadata endpoints, significantly increasing the risk of data exfiltration and further network compromise. Organizations using HyperDX should prioritize updating to version 2.31.0 or newer to mitigate this risk.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An authenticated team member (attacker) logs into the HyperDX platform, establishing an authorized session.</li>
<li>The attacker crafts a malicious HTTP request specifically targeting the vulnerable ClickHouse proxy test endpoint within the HyperDX application, typically located at a path like <code>/api/proxy/clickhouse/test</code>.</li>
<li>Within the request, the attacker injects an arbitrary internal IP address or domain (e.g., <code>169.254.169.254</code> for AWS EC2 metadata, <code>10.0.0.1</code> for an internal service) into the <code>host</code> parameter.</li>
<li>The HyperDX server, without proper validation, attempts to establish a connection to the attacker-specified internal host or service.</li>
<li>During this connection attempt, the server receives a response (or error) from the internal target, and this response body is reflected back to the attacker as part of the HyperDX application's HTTP response.</li>
<li>The attacker analyzes the reflected data, which may contain sensitive information such as cloud provider credentials, internal API keys, or details about running container services.</li>
<li>This disclosed information facilitates internal network reconnaissance, allowing the attacker to map the internal infrastructure and potentially gain access to further sensitive internal resources.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-63731 can lead to significant information disclosure and internal network reconnaissance. Attackers can access sensitive data such as cloud provider metadata (e.g., AWS EC2 instance metadata containing temporary credentials), internal API endpoints, and details about container services running within the organization's infrastructure. While the vulnerability is authenticated, it allows an insider threat or an attacker who has compromised a legitimate user's credentials to escalate privileges and expand their foothold within the network. The CVSS v3.1 Base Score for this vulnerability is 7.7, indicating a high severity risk.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Patch CVE-2026-63731 immediately by updating HyperDX to version 2.31.0 or newer on all affected instances.</li>
<li>Deploy the Sigma rule &quot;Detects CVE-2026-63731 Exploitation - HyperDX SSRF&quot; to your SIEM and tune for your environment to detect exploitation attempts.</li>
<li>Enable comprehensive web server logging for all HyperDX instances to ensure <code>cs-uri-stem</code> and <code>cs-uri-query</code> fields are captured for the webserver category log source.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>ssrf</category><category>vulnerability</category><category>webserver</category></item></channel></rss>