Skip to main content

Cors Misconfiguration CVE-2026-33010

| EUVDEUVD-2026-13766 HIGH
Permissive Cross-domain Security Policy with Untrusted Domains (CWE-942)
2026-03-20 GitHub_M GHSA-g9rg-8vq5-mpwm
8.1
CVSS 3.1 · GitHub Advisory
Share

Severity by source

GitHub Advisory PRIMARY
8.1 HIGH
AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N

Primary rating from GitHub Advisory · only source for this CVE.

CVSS VectorGitHub Advisory

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
None

Lifecycle Timeline

4
Patch released
Mar 31, 2026 - 21:13 nvd
Patch available
EUVD ID Assigned
Mar 20, 2026 - 18:46 euvd
EUVD-2026-13766
Analysis Generated
Mar 20, 2026 - 18:46 vuln.today
CVE Published
Mar 20, 2026 - 18:33 nvd
HIGH 8.1

DescriptionGitHub Advisory

mcp-memory-service is an open-source memory backend for multi-agent systems. Prior to version 10.25.1, when the HTTP server is enabled (MCP_HTTP_ENABLED=true), the application configures FastAPI's CORSMiddleware with allow_origins=['*'], allow_credentials=True, allow_methods=["*"], and allow_headers=["*"]. The wildcard Access-Control-Allow-Origin: * header permits any website to read API responses cross-origin. When combined with anonymous access (MCP_ALLOW_ANONYMOUS_ACCESS=true) - the simplest way to get the HTTP dashboard working without OAuth - no credentials are needed, so any malicious website can silently read, modify, and delete all stored memories. This issue has been patched in version 10.25.1.

AnalysisAI

A CORS misconfiguration vulnerability in mcp-memory-service allows any malicious website to perform cross-origin requests to the HTTP API. Versions prior to 10.25.1 of mcp-memory-service from doobidoo are affected, particularly when the HTTP server is enabled with anonymous access, allowing attackers to read, modify, and delete all stored memories without authentication. No KEV listing or public exploitation indicators are currently reported, though the vulnerability's simplicity and the availability of a GitHub security advisory suggest proof-of-concept development would be straightforward.

Technical ContextAI

The vulnerability affects mcp-memory-service (CPE: cpe:2.3:a:doobidoo:mcp-memory-service:*:*:*:*:*:*:*:*), an open-source memory backend for multi-agent systems. The root cause is CWE-942 (Permissive Cross-domain Policy with Untrusted Domains), where the FastAPI application configures CORSMiddleware with wildcard origins (allow_origins=['*']) combined with allow_credentials=True. This violates the CORS security model, as browsers should not honor credentials with wildcard origins, but the misconfiguration becomes critical when paired with anonymous access mode (MCP_ALLOW_ANONYMOUS_ACCESS=true). The FastAPI framework's CORS middleware allows all HTTP methods and headers, effectively removing cross-origin security boundaries entirely when the HTTP dashboard is enabled via MCP_HTTP_ENABLED=true.

RemediationAI

Upgrade mcp-memory-service to version 10.25.1 or later, which patches the CORS misconfiguration as documented in the GitHub security advisory at https://github.com/doobidoo/mcp-memory-service/security/advisories/GHSA-g9rg-8vq5-mpwm. As immediate workarounds prior to patching, disable the HTTP server by setting MCP_HTTP_ENABLED=false if the dashboard is not required, or implement authentication by disabling anonymous access (set MCP_ALLOW_ANONYMOUS_ACCESS=false) and configuring OAuth properly. Deploy a reverse proxy with strict CORS policies that whitelist only trusted domains, and implement network-level access controls to restrict the service to trusted IP ranges. Review and rotate any sensitive data stored in the memory service, as previous exposure cannot be ruled out for vulnerable deployments.

CVE-2024-41657 HIGH POC
8.8 Aug 20

Casdoor is a UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform. Rated high severity (CVSS 8.

CVE-2021-34435 HIGH POC
8.8 Sep 01

In Eclipse Theia 0.3.9 to 1.8.1, the "mini-browser" extension allows a user to preview HTML files in an iframe inside th

CVE-2025-30354 HIGH POC
8.7 Apr 01

Bruno is an open source IDE for exploring and testing APIs. Rated high severity (CVSS 8.7), this vulnerability is no aut

CVE-2024-41659 HIGH POC
8.1 Aug 20

memos is a privacy-first, lightweight note-taking service. Rated high severity (CVSS 8.1), this vulnerability is remotel

CVE-2024-37131 CRITICAL
9.8 Jun 13

SCG Policy Manager, all versions, contains an overly permissive Cross-Origin Resource Policy (CORP) vulnerability. Rated

CVE-2022-26969 CRITICAL
9.8 Dec 26

In Directus before 9.7.0, the default settings of CORS_ORIGIN and CORS_ENABLED are true. Rated critical severity (CVSS 9

CVE-2022-31736 CRITICAL
9.8 Dec 22

A malicious website could have learned the size of a cross-origin resource that supported Range requests. Rated critical

CVE-2026-34449 CRITICAL
9.6 Mar 31

Remote code execution in SiYuan desktop application (versions prior to 3.6.2) allows unauthenticated remote attackers to

CVE-2026-6662 MEDIUM POC
5.5 Apr 20

Permissive CORS policy in ericc-ch copilot-api up to version 0.7.0 allows remote attackers to access the Token Endpoint

CVE-2026-9739 CRITICAL
9.4 May 27

Cross-origin data exposure in Google's MCP Toolbox for Databases stems from the SSE initialization handler unconditional

CVE-2026-61736 CRITICAL
9.3 Jul 15

Cross-origin data theft in LightRAG server versions prior to 1.5.4 allows any malicious website to make authenticated, c

CVE-2026-8948 CRITICAL
9.1 May 19

Same-origin policy bypass in the DOM: Networking component. This vulnerability was fixed in Firefox 151.

Share

CVE-2026-33010 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy