CVE-2026-75110
Last modified
CVE-2026-75110 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. 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.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/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 |
|---|---|---|
| MemTensor | MemOS | <= 2.0.30 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-75110?
How severe is CVE-2026-75110?
How do I fix CVE-2026-75110?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- 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-75105phpIPAM through 1.8.1 fails to verify that a requested IP ad…7.5
- CVE-2026-75106OpnForm derives editable-submission secrets from sequential …9.1
- CVE-2026-75107Grav Form Plugin before 9.1.19 fails to escape field-definit…5.4
- CVE-2026-75108Next Terminal fails to enforce per-asset authorization check…5.4
- CVE-2026-75109Determined fails to authorize requests on the generic task k…7.1
- CVE-2026-7511PKCS7_verify signer confusion allows forged signatures, wher…7.5
- CVE-2026-75111Evidently UI fails to properly validate the filename paramet…7.5
- CVE-2026-75112A security issue exists within OTTO® Fleet Manager. The vuln…6.9
- CVE-2026-75114Joomla Extension - yootheme.com - Open redirect in CommentCo…5.1
- CVE-2026-75115Joomla Extension - yootheme.com - Authenticated, privileged …7
- CVE-2026-7512A flaw has been found in UTT HiPER 1200GW up to 2.5.3-1703. …8.8
- CVE-2026-7513A vulnerability has been found in UTT HiPER 1200GW up to 2.5…8.8
Are you affected by CVE-2026-75110?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
