Live Exposure Defense: From CVE to Confirmed Exposure in 12 Hours – See more

New CVE Detected

CVE-2026-77775 – SSRF / Internal Network & Metadata Exposure – Headroom Proxy < 0.36.1

Be the first to know when new zero-days emerge:

Summary

CVE-2026-77775 is a Server-Side Request Forgery (SSRF) vulnerability in the Headroom LLM proxy (headroom-ai). The proxy trusts a client-supplied x-headroom-base-url request header to determine the upstream destination for OpenAI-compatible and passthrough API calls, without restricting that destination to safe, external hosts. This allows an unauthenticated network attacker to force the proxy to issue requests to internal services, loopback addresses, and cloud metadata endpoints, and to have the responses — along with forwarded Authorization headers — relayed back to them. The issue is rated HIGH severity (CVSS 3.1 base score 8.6).

Technical details

  • Root cause: The functions _resolve_openai_upstream_base and _select_passthrough_base_url (in headroom/proxy/handlers/openai.py and headroom/providers/proxy_routes.py) accept an attacker-controlled upstream base URL from the x-headroom-base-url header.
  • Validation gap: The code only checks that the supplied URL has a valid HTTP/HTTPS scheme and a hostname — it does not reject loopback (127.0.0.1), link-local (169.254.0.0/16), or RFC 1918 private address ranges as upstream targets.
  • Credential leakage: The Authorization header supplied by the legitimate client is forwarded unchanged to the attacker-designated host, allowing token/credential theft by redirecting requests to an attacker-controlled or internal endpoint.
  • Attack vector: Network-based, no privileges or user interaction required — an attacker simply sends a crafted request with a malicious x-headroom-base-url header to a reachable Headroom proxy instance.
  • Impact: Disclosure of internal service responses, cloud instance metadata (e.g., IMDS credentials), and forwarded authorization tokens; the vulnerability is amplified in deployments using Headroom’s reference Docker Compose configuration, which by default binds the proxy to 0.0.0.0 with published ports and no required authentication token.

Affected software

  • Headroom (headroom-ai, PyPI package) versions >= 0, < 0.36.1

Severity

  • CVSS 3.1 Base Score: 8.6 (High)
  • Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N

Mitigation and recommended actions

  • Immediate: Upgrade Headroom to version 0.36.1 or later, which introduces an is_safe_upstream_url guard (upstream_guard.py) to block requests to loopback, link-local, and private address ranges.
  • If unable to patch immediately:
    • Do not expose the Headroom proxy directly to untrusted networks; bind it to localhost or an internal interface rather than 0.0.0.0.
    • Enforce authentication tokens on all proxy routes rather than relying on default reference deployment configurations.
    • Use network-level egress controls (firewall rules) to block the proxy host from reaching internal RFC 1918 ranges, link-local addresses, and cloud metadata endpoints (e.g., 169.254.169.254).
    • Strip or ignore client-supplied Authorization headers when relaying to arbitrary upstream hosts, and audit logs for anomalous x-headroom-base-url values.

References

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

How IONIX’s External Exposure Management Platform Detects and Validates
Zero-Days to Shrink MTTR

1

Map your entire attack surface (continously)

IONIX uses multi-factor discovery methods, including DNS analysis, certificate mapping, metadata inspection, and more, to automatically map every internet-facing asset across your environment. This includes cloud instances, third-party platforms, shadow IT, and even forgotten infrastructure that traditional tools miss.

2

Monitor for new CVEs

Dozens of threat intel feeds using agentic technology are continuously analyzed to detect the appearance of proof-of-concept code, exploit kits, and indicators of active targeting. IONIX goes further by applying AI to proactively evaluate whether emerging vulnerabilities are likely to be exploited, even before PoCs go public.

3

Identify Potential External Exposures

Not all CVEs matter. IONIX filters vulnerabilities by asking attacker-centric questions: Can it be reached from the internet? Does it require authentication? Is it being exploited in the wild? This dramatically reduces noise and focuses teams on threats that can actually be weaponized.

4

Create Safe, Scalable Exploit Validations

IONIX transforms real-world PoCs into safe, non-intrusive test payloads that can be run in production environments without disruption. These simulations are precisely targeted to the systems that are vulnerable, ensuring rapid validation without unnecessary load.

5

Execute Exploit Validations

By combining context about software stack, versioning, exposure status, and reachability, IONIX ensures that only the right payloads are executed against the right assets, maximizing efficiency and minimizing risk.

6

Drive Fast and Actionable Remediation

Results are routed through integrations with ticketing, SOAR, and SIEM tools. Issues are written in plain language, bundled into remediation clusters, and prioritized based on asset criticality, exploitability, and blast radius. This shortens mean time to remediation (MTTR) and empowers teams to act with confidence.

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

Subscribe to Threat Center RSS

Copy/paste the link below into your preferred RSS reader or follow these instructions to subscribe to Slack alerts.

Get Real-Time CVE Alerts to Your Email

Be the first to know when new zero-days emerge