CVE-2026-77776
Last modified
CVE-2026-77776 is a critical-severity vulnerability rated 9.1/10 on the CVSS scale. Headroom's LLM proxy derives the memory owner from the x-headroom-user-id request header. The header is read directly at several points in headroom/proxy/handlers/openai.py, including the chat completion and websocket paths, and nothing binds the value to the caller.
Description
Headroom's LLM proxy derives the memory owner from the x-headroom-user-id request header. The header is read directly at several points in headroom/proxy/handlers/openai.py, including the chat completion and websocket paths, and nothing binds the value to the caller. A client can therefore name another user's identifier and read or write that user's stored LLM memory. The fix introduces a single resolve_memory_identity seam in headroom/proxy/identity.py that honors the header only for loopback or allowlisted callers and otherwise binds the identity to the proxy-token fingerprint or the operating system user. The pip console script binds 127.0.0.1 by default, but the reference docker-compose.yml ships --host 0.0.0.0 with published ports and no required HEADROOM_PROXY_TOKEN, which the server itself warns about at startup, so a deployment following the shipped compose exposes the affected data-plane routes to the network without authentication.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Headroom Labs | Headroom | < 0.36.1 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-77776?
How severe is CVE-2026-77776?
How do I fix CVE-2026-77776?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-77761A parser state isolation vulnerability in misp-stix could ca…6.3
- CVE-2026-77763The filestore backend in pkg/object/file.go, used for file:/…6.5
- CVE-2026-77767Reconmap's API applies a fallback authorization policy in ap…7.5
- CVE-2026-77768The report.get procedure in packages/trpc/src/routers/report…6.5
- CVE-2026-77769The report.list procedure in packages/trpc/src/routers/repor…6.5
- CVE-2026-77775Headroom's LLM proxy lets a client choose the upstream desti…8.6
- CVE-2026-7778An issue that could allow a dashboard configuration to be vi…5
- CVE-2026-77780Authorization Bypass Through User-Controlled Key in the tran…5.3
- CVE-2026-77781Tie::Hash::Regex versions before 2.0.0 for Perl will throw a…7.5
- CVE-2026-77786The Rank Math SEO WordPress plugin before 1.0.277 does not …4.9
- CVE-2026-77789The Stripe Payment Forms by WP Full Pay WordPress plugin be…4.3
- CVE-2026-7779A security flaw has been discovered in Open5GS up to 2.7.7. …4.3
Are you affected by CVE-2026-77776?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
