Skip to main content

Weaviate EUVDEUVD-2026-35034

| CVE-2026-11500 LOW
Authorization Bypass Through User-Controlled Key (CWE-639)
2026-06-08 VulDB GHSA-jqpm-wf57-qx5c
1.3
CVSS 4.0 · Vendor: VulDB

Severity by source

Vendor (VulDB) PRIMARY
1.3 LOW
CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/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

Primary rating from Vendor (VulDB) · only source for this CVE.

CVSS VectorVendor: VulDB

Attack Vector
Network
Attack Complexity
High
Privileges Required
Low
User Interaction
None
Scope
X

Lifecycle Timeline

4
Source Code Evidence Fetched
Jun 08, 2026 - 13:42 vuln.today
Analysis Generated
Jun 08, 2026 - 13:42 vuln.today
Severity Changed
Jun 08, 2026 - 10:22 NVD
MEDIUM LOW
CVSS changed
Jun 08, 2026 - 10:22 NVD
5.0 (MEDIUM) 1.3 (LOW)

DescriptionCVE.org

A vulnerability was identified in Weaviate up to 1.37.7. This vulnerability affects the function validateConfig of the file usecases/auth/authentication/apikey/client.go of the component Static API Key Handler. The manipulation of the argument StaticApiKey leads to authorization bypass. It is possible to initiate the attack remotely. The complexity of an attack is rather high. It is stated that the exploitability is difficult. The exploit is publicly available and might be used. Upgrading to version 1.38.0-rc.0 is able to resolve this issue. The identifier of the patch is 40f2cc32279f0f8a51016c3c6870a2c0c808e6c0. You should upgrade the affected component.

AnalysisAI

Authorization bypass in Weaviate's Static API Key Handler (versions 1.37.0-1.37.7) stems from the validateConfig function failing to reject duplicate API keys mapped to distinct users, allowing key-to-user resolution to resolve ambiguously. An authenticated low-privilege attacker holding a duplicated key can authenticate to Weaviate and be resolved as an unintended user identity, bypassing user-level authorization controls. Publicly available exploit code exists (GitHub issue #11392), though the CVSS 4.0 score of 1.3 reflects high attack complexity and the authenticated, misconfiguration-dependent nature of the attack - no public exploitation or CISA KEV listing has been identified at time of analysis.

Technical ContextAI

Weaviate is an open-source vector database that supports Static API Key authentication via a configuration-driven handler in usecases/auth/authentication/apikey/client.go. The StaticApiKey component maps parallel arrays - AllowedKeys and Users - to associate API key values with user identities. The root cause (CWE-639: Authorization Bypass Through User-Controlled Key) arises because validateConfig did not enforce uniqueness across AllowedKeys: the same key value could be assigned to two different user entries (e.g., AllowedKeys: ['secret-key', 'secret-key'], Users: ['jane', 'jessica']). The commit diff at 40f2cc32279f0f8a51016c3c6870a2c0c808e6c0 shows the fix adds a seenKeys map to detect and reject duplicate entries with the error 'keys must be unique'. When duplicates exist, key lookup can resolve to an unintended user identity, effectively bypassing the intended per-user authorization boundary. CPE: cpe:2.3:a:n/a:weaviate:*:*:*:*:*:*:*:*.

RemediationAI

Upgrade Weaviate to version 1.38.0-rc.0 or later, which incorporates the fix at commit 40f2cc32279f0f8a51016c3c6870a2c0c808e6c0 (https://github.com/weaviate/weaviate/commit/40f2cc32279f0f8a51016c3c6870a2c0c808e6c0). Note that v1.38.0-rc.0 is a release candidate; organizations with strict stability requirements should monitor for a stable v1.38.x GA release before deploying in production and evaluate release candidate risk accordingly. As an immediate compensating control prior to patching, audit the Static API Key configuration and ensure no duplicate values exist in the AllowedKeys array - each user must have a unique key value. Removing duplicate keys eliminates the exploitable condition entirely, as the fix enforces exactly this invariant. If the Static API Key feature is not actively in use, disabling it removes all exposure from this vulnerability without impacting OIDC or other authentication mechanisms Weaviate supports.

More in N A

View all
CVE-2024-51092 CRITICAL POC
9.1 May 08

LibreNMS before 24.10.0 allows a remote attacker to execute arbitrary code via OS command injection involving AboutContr

CVE-2025-15684 MEDIUM POC
5.5 Aug 12

Reachable assertion in Open5GS up to version 2.7.6 allows remote unauthenticated attackers to crash the Diameter CER han

CVE-2024-45257 HIGH POC
7.3 May 08

A Command Injection issue in the payload build page in BYOB (Build Your Own Botnet) 2.0 allows attackers to execute arbi

CVE-2025-15687 LOW POC
2.1 Aug 12

Denial of service in Open5GS 2.7.6 and earlier allows network-adjacent attackers with low-privilege Diameter Gx peer acc

CVE-2025-15686 LOW POC
2.1 Aug 12

Denial of service in Open5GS HSS (Home Subscriber Server) versions 2.7.0 through 2.7.6 is triggered remotely by manipula

CVE-2025-67888 HIGH POC
7.3 May 08

Remote command injection in Control Web Panel allows unauthenticated attackers to execute arbitrary OS commands as root

CVE-2024-53326 HIGH POC
7.3 May 08

LINQPad before 5.52.01 Pro edition is vulnerable to Unsafe Deserialization in LINQPad.AutoRefManager::PopulateFromCache(

CVE-2026-38360 CRITICAL POC
9.8 May 08

Remote code execution in dash-uploader (Python package for Plotly Dash) versions 0.1.0 through 0.7.0a2 allows unauthenti

CVE-2026-30623 CRITICAL POC
9.8 Jul 15

Command injection in LiteLLM 1.18.10 lets attackers who can configure MCP (Model Context Protocol) servers supply arbitr

CVE-2026-67917 CRITICAL POC
9.8 Aug 17

SQL injection in AzuraCast's backup restore flow (versions up to and including 0.23.7) lets an attacker achieve privileg

CVE-2026-75337 CRITICAL POC
9.8 Aug 27

Arbitrary file read in Yu AI Code Mother v4.3 lets anonymous, remote attackers retrieve files outside the intended previ

CVE-2026-31072 CRITICAL POC
9.8 May 19

Remote code execution in APScheduler (all versions through 3.10.x and 4.0.0a5) is achievable when applications deseriali

Share

EUVD-2026-35034 vulnerability details – vuln.today

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