PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-75110 MemTensor CVE debrief

AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-08-17T21:16:50.043Z and has not been modified since then. The NVD entry is currently Deferred. MemOS administrators, security teams, and teams responsible for LLMs and AI agents should assess exposure and prioritize remediation due to the critical severity and potential for unauthenticated admin access. The vulnerability allows unauthenticated remote attackers to access admin API key management endpoints when the INTERNAL_SERVICE_SECRET environment variable is unset.

Vendor
MemTensor
Product
MemOS
CVSS
CRITICAL 9.3
CISA KEV
Not listed in stored evidence
Original CVE published
2026-08-17
Original CVE updated
2026-09-24
Advisory published
2026-08-17
Advisory updated
2026-09-24

Who should care

MemOS administrators, security teams, and teams responsible for LLMs and AI agents should assess exposure and prioritize remediation due to the critical severity and potential for unauthenticated admin access.

Why it matters

CVE-2026-75110 is a critical authentication bypass vulnerability in MemOS that allows unauthenticated remote attackers to access admin API key management endpoints when the INTERNAL_SERVICE_SECRET environment variable is unset. MemOS administrators and security teams should prioritize verifying authentication configurations, checking for exposure, and restricting access to affected endpoints until INTERNAL_SERVICE_SECRET is set.

  • Unauthenticated access to admin API key management endpoints.
  • Potential for API key minting, enumeration, revocation, and master key generation.
  • Bypass of authentication mechanisms when INTERNAL_SERVICE_SECRET is unset.
  • Possible persistent privileged access via master key generation.

Technical summary

The MemOS memory operating system for LLMs and AI agents has a critical vulnerability (CVE-2026-75110) when authentication is enabled but the INTERNAL_SERVICE_SECRET environment variable is unset. This allows an unauthenticated remote attacker to access admin API key management endpoints, mint API keys, enumerate keys, revoke keys, and generate a master key for persistent privileged access. The vulnerability is caused by the is_internal_request() check in src/memos/api/middleware/auth.py failing open when INTERNAL_SERVICE_SECRET is unset, treating the request as a trusted internal principal and granting scopes: [all].

Defensive priority

MemOS administrators and security teams should prioritize verifying authentication configurations and checking for exposure to unauthenticated admin API key management endpoints.

Recommended defensive actions

  • Verify MemOS deployments for authentication configurations and INTERNAL_SERVICE_SECRET settings.
  • Check for exposure to unauthenticated admin API key management endpoints.
  • Restrict access to admin API key management endpoints until INTERNAL_SERVICE_SECRET is set.
  • Monitor for unauthorized API key creation, enumeration, revocation, and master key generation.
  • Review compensating controls for exposed systems while remediation is scheduled and verified.
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented.
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.

Evidence notes

The CVE record and NVD entry provide details on the authentication bypass vulnerability in MemOS when the INTERNAL_SERVICE_SECRET environment variable is unset. Official source references include GitHub repositories and a Vulncheck advisory.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-75110 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-75110

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-75110 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-75110

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.