CVE-2026-19339
Received Received - Intake

Server-Side Request Forgery in Alibaba Cloud DataWorks MCP Server

Vulnerability report for CVE-2026-19339, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-09

Last updated on: 2026-08-09

Assigner: VulDB

Description

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-09
Last Modified
2026-08-09
Generated
2026-08-09
AI Q&A
2026-08-09
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
aliyun alibabacloud-dataworks-mcp-server to 1.0.43 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-918 The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a Server-Side Request Forgery (SSRF) vulnerability in aliyun alibabacloud-dataworks-mcp-server up to version 1.0.43. It exists in the ReadResourceRequestSchema function of src/resources/initResources.ts. The flaw allows attackers to manipulate the request.params.uri parameter to force the server to make HTTP requests to arbitrary internal or restricted resources like localhost or private networks. The server fetches content from any HTTP URL without proper validation, enabling potential exposure of sensitive information.

Detection Guidance

To detect this SSRF vulnerability, monitor network traffic for unexpected outbound requests from the aliyun alibabacloud-dataworks-mcp-server process. Check logs for fetch API calls to internal or restricted resources like localhost, private IPs, or metadata endpoints. Use tools like tcpdump or Wireshark to capture outbound connections from the server. Verify if the ReadResource handler accepts arbitrary URIs without validation.

  • Check server logs for fetch API calls to unexpected URLs or internal resources.
  • Use tcpdump -i any -w output.pcap to capture network traffic from the server process.
  • Inspect the src/resources/initResources.ts file for URI parameter handling logic.
Impact Analysis

An attacker could exploit this to access internal services, retrieve sensitive data, or interact with restricted endpoints. This might lead to unauthorized information disclosure, internal network reconnaissance, or further attacks against internal systems. The impact depends on the server's network configuration and the data it can access.

Compliance Impact

This SSRF vulnerability could potentially violate compliance with GDPR and HIPAA by enabling unauthorized access to internal systems or sensitive data. GDPR requires protecting personal data, and HIPAA mandates securing protected health information. The flaw allows attackers to access internal resources, metadata endpoints, or private networks, which may expose sensitive information and lead to non-compliance with these regulations.

Mitigation Strategies

Immediately update to a patched version of aliyun alibabacloud-dataworks-mcp-server if available. If not, restrict the ReadResource handler to only allow URIs from expected domains. Block loopback, private, and non-public IP ranges. Validate DNS resolutions and avoid using arbitrary HTTP URLs. Disable the MCP ReadResource handler if not essential.

  • Restrict URI fetching to allowlisted domains only.
  • Block access to localhost, private IPs, and metadata endpoints.
  • Validate DNS resolutions before fetching resources.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-19339. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart