CVE-2026-34476

7.1

Apache · SkyWalking MCP

A Server-Side Request Forgery vulnerability in Apache SkyWalking MCP allows authenticated attackers to perform unauthorized requests via the SW-URL header.

Executive summary

A Server-Side Request Forgery vulnerability in Apache SkyWalking MCP version 0.1.0 exposes internal systems to unauthorized requests from authenticated attackers.

Vulnerability

This vulnerability involves an improper implementation of the SW-URL header, which allows an authenticated user to force the application to make arbitrary server-side requests. The flaw is categorized as CWE-918: Server-Side Request Forgery (SSRF).

Business impact

Successful exploitation of this SSRF vulnerability could allow an attacker to interact with internal network resources that are otherwise protected from external access. Given the CVSS score of 7.1, this is a High severity issue that may lead to the exfiltration of sensitive configuration data or the scanning of internal infrastructure, potentially resulting in unauthorized access to backend services.

Remediation

Immediate Action: Upgrade Apache SkyWalking MCP to version 0.2.0 or later to apply the necessary security fix.

Proactive Monitoring: Review web server access logs for unusual requests containing the SW-URL header or requests targeting internal network IP addresses or local services.

Compensating Controls: Implement strict network egress filtering on the host running the SkyWalking MCP instance to prevent the application from making unauthorized outbound connections to internal segments.

Exploitation status

Public Exploit Available: No — there is no confirmed public exploit in the available data.

Analyst recommendation

This vulnerability presents a significant risk to the integrity of internal network segmentation. Organizations currently running Apache SkyWalking MCP version 0.1.0 are urged to prioritize the update to version 0.2.0 immediately. Failure to patch may allow attackers to bypass perimeter security and probe internal services, significantly increasing the risk of further compromise.

More Apache CVEs

Sources

Originally found and disclosed by Andrea Cosentino <ancosen@gmail.com>, per the CVE Program record.