Skip to main content

DataWorks MCP Server EUVDEUVD-2026-54908

| CVE-2026-19339 LOW
Server-Side Request Forgery (SSRF) (CWE-918)
2026-08-09 VulDB GHSA-jgm8-jqmm-5rc5
2.1
CVSS 4.0 · Vendor: VulDB

Severity by source

Vendor (VulDB) PRIMARY
2.1 MEDIUM
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
vuln.today AI
6.4 MEDIUM

Network-reachable SSRF with low-privilege auth (PR:L); scope changed (S:C) because the server proxies requests to other systems; no availability impact.

3.1 AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N
4.0 AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:N/SC:L/SI:N/SA:N

Primary rating from Vendor (VulDB).

CVSS VectorVendor: VulDB

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

Lifecycle Timeline

3
Severity Changed
Aug 09, 2026 - 07:22 NVD
MEDIUM LOW
CVSS changed
Aug 09, 2026 - 07:22 NVD
5.3 (MEDIUM) 2.1 (LOW)
Analysis Generated
Aug 09, 2026 - 07:05 vuln.today

DescriptionCVE.org

A security flaw has been discovered in aliyun alibabacloud-dataworks-mcp-server up to 1.0.43. The impacted element is the function ReadResourceRequestSchema of the file src/resources/initResources.ts. The manipulation of the argument request.params.uri results in server-side request forgery. The attack may be launched remotely. The project was informed of the problem early through an issue report but has not responded yet.

AnalysisAI

Server-Side Request Forgery in Alibaba Cloud's alibabacloud-dataworks-mcp-server (versions up to 1.0.43) enables authenticated remote attackers to manipulate the server into issuing arbitrary HTTP requests to internal or external targets. The vulnerability resides in the ReadResourceRequestSchema function within src/resources/initResources.ts, where the request.params.uri argument is accepted without sufficient validation or restriction. A proof-of-concept exploit exists (CVSS 4.0 E:P), no vendor patch has been released as of disclosure, and the project maintainer had not responded to the issue report at time of filing.

Technical ContextAI

The affected component is the Model Context Protocol (MCP) server implementation for Alibaba Cloud DataWorks, a cloud-based data integration and analytics platform. MCP servers expose resources and tools to LLM-based AI agents. The vulnerable function, ReadResourceRequestSchema, processes resource URIs supplied by the caller at request.params.uri - a parameter path that feeds directly into downstream HTTP or resource-fetch logic without proper allowlist validation or scheme restriction. CWE-918 (Server-Side Request Forgery) describes exactly this class of flaw: unsanitized user-controlled URIs that cause the server to act as a proxy, potentially reaching internal services, metadata endpoints (e.g., cloud IMDSv1), or other intranet hosts inaccessible to the attacker directly. The CPE string cpe:2.3:a:aliyun:alibabacloud-dataworks-mcp-server identifies the affected software as the aliyun npm package.

RemediationAI

No vendor-released patch has been identified at time of analysis - the project maintainer had not responded to the responsible disclosure issue. As a compensating control, restrict which principals can invoke the MCP server's ReadResource endpoint; if the server operates behind an API gateway or proxy, apply an allowlist of permitted URI schemes (e.g., allow only https:// and specific hostnames) at the network layer before the request reaches the application. Disable or firewall access to cloud instance metadata services (e.g., block 169.254.169.254 at the host or container network level) to prevent credential theft via SSRF, noting this may break legitimate IMDS-dependent functionality. Additionally, deploy egress filtering on the host running the MCP server to restrict outbound connections to known DataWorks service endpoints only. Monitor the GitHub repository at https://github.com/aliyun/alibabacloud-dataworks-mcp-server for patch availability and apply as soon as a fixed release is published.

Share

EUVD-2026-54908 vulnerability details – vuln.today

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