CSIRTS // UNIFIED SECURITY ADVISORY FEEDSYS ● ONLINE · POWERED BY INTELFUSIONS.COM

CVE-2026-75110

criticalCVSS 9.8covered by 1 sourcefirst seen 2026-08-17
MemOS is a memory operating system for LLMs and AI agents. In deployments where authentication is enabled (AUTH_ENABLED=true) but the undocumented, defaultless INTERNAL_SERVICE_SECRET environment variable is unset, the is_internal_request() check in src/memos/api/middleware/auth.py fails open: os.getenv("INTERNAL_SERVICE_SECRET") returns None and a request omitting the X-Internal-Service header also yields None, so the comparison None == None evaluates true. The request is then treated as a trusted internal principal and granted scopes: ["all"]. As a result, an unauthenticated remote attacker can reach the admin API-key management endpoints to mint API keys for any user, enumerate keys, revoke keys, and generate a master key for persistent privileged access, as well as all data endpoints.

⚡ Watch CVE-2026-75110

Get an email if CVE-2026-75110 is added to CISA KEV, gains public exploit code, or a new advisory cites it — max one per day, one-click unsubscribe.

Exploitation outlook

Advisory coverage (1)

External references

NVD record for CVE-2026-75110

CVE.org record

Embed the live status

CVE-2026-75110 live status badge — this badge updates automatically when the KEV or exploit status changes. How to embed it →

[![CVE-2026-75110 status](https://www.csirts.com/badge/CVE-2026-75110)](https://www.csirts.com/cve/CVE-2026-75110)