Skip to main content

mysql-mcp-server EUVD-2026-35108

| CVE-2026-11529 LOW
SQL Injection (CWE-89)
2026-06-08 VulDB GHSA-mvq4-39wx-6h5g
2.1
CVSS 4.0 · NVD

Severity by source

NVD PRIMARY
2.1 LOW
CVSS:4.0/AV:N/AC:L/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 NVD · only source for this CVE.

CVSS VectorNVD

CVSS:4.0/AV:N/AC:L/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
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
X

Lifecycle Timeline

5
Severity Changed
Jun 08, 2026 - 16:22 NVD
MEDIUM LOW
CVSS changed
Jun 08, 2026 - 16:22 NVD
6.3 (MEDIUM) 2.1 (LOW)
Source Code Evidence Fetched
Jun 08, 2026 - 16:19 vuln.today
Analysis Generated
Jun 08, 2026 - 16:19 vuln.today
CVE Published
Jun 08, 2026 - 15:30 nvd
MEDIUM 6.3

DescriptionCVE.org

A vulnerability was determined in designcomputer mysql-mcp-server up to 0.2.2. The impacted element is the function read_resource of the file src/mysql_mcp_server/server.py of the component mysql URI Handler. This manipulation of the argument uri_str causes sql injection. Remote exploitation of the attack is possible. The exploit has been publicly disclosed and may be utilized. Upgrading to version 0.3.0 is sufficient to resolve this issue. Patch name: 080bef9a96d625ce0dfbde573a08b93497871981. Upgrading the affected component is advised.

AnalysisAI

SQL injection in designcomputer mysql-mcp-server (versions up to 0.2.2) allows authenticated remote attackers to execute arbitrary SQL via a crafted mysql:// URI passed to the read_resource function in server.py. The vulnerability stems from insufficient validation of the table-name segment in mysql://database/<name> URIs before interpolation into MySQL queries. …

Unlock full vulnerability intelligence

  • Risk assessment & exploitation conditions
  • Attack chain visualization
  • Remediation with exact patch versions
  • Threat intelligence from 22 sources
  • Personal watchlist & email alerts

Free forever · No credit card required

Attack ChainAIDerived

Hypothetical attack flow derived from CVE metadata

Access
Obtain low-privilege MCP client access
Delivery
Craft malicious mysql://database/<SQLi_payload> URI
Exploit
Submit URI to read_resource endpoint
Execution
Bypass absent table-name validation
Persist
Execute injected SQL against backend MySQL
Impact
Exfiltrate or manipulate database contents

Vulnerability AssessmentAI

Exploitation The attacker must hold low-privilege authenticated access to the mysql-mcp-server instance (CVSS PR:L confirmed). … Additional conditions and limiting factors are described in the full assessment.
Risk Assessment The CVSS 3.1 base score of 6.3 reflects a network-reachable (AV:N), low-complexity (AC:L) attack requiring low privileges (PR:L) with no user interaction (UI:N) and unchanged scope (S:U), with partial confidentiality, integrity, and availability impact (C:L/I:L/A:L). … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in.
Exploit Scenario An authenticated MCP client - such as an AI agent or developer tool with configured access to the mysql-mcp-server - sends a read_resource request with a crafted mysql://database/<payload> URI where the table name segment contains SQL metacharacters or subqueries. The unvalidated table name is interpolated directly into a MySQL query, allowing the attacker to extract data from unauthorized tables, modify records, or enumerate the database schema. …
Remediation Upgrade to mysql-mcp-server version 0.3.0 (or at minimum 0.2.3), available via pip: pip install --upgrade mysql-mcp-server. … Detailed patch versions, workarounds, and compensating controls in full report.

Threat intelligence, references, and detailed analysis are available after sign-in.

Share

EUVD-2026-35108 vulnerability details – vuln.today

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