CVE-2026-19770
Received Received - Intake

Server-Side Request Forgery in feedmob fm-mcp-servers

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

Publication date: 2026-08-14

Last updated on: 2026-08-14

Assigner: VulDB

Description

A vulnerability was identified in feedmob fm-mcp-servers 0.0.3. Affected by this vulnerability is the function downloadReport of the file src/smadex-reporting/src/index.ts of the component Download Endpoint. The manipulation of the argument downloadUrl leads to server-side request forgery. The attack can only be performed from a local environment. The exploit is publicly available and might be used. 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-14
Last Modified
2026-08-14
Generated
2026-08-14
AI Q&A
2026-08-14
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
feedmob fms-mcp-servers 0.0.3

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 the feedmob fm-mcp-servers 0.0.3 component. It occurs in the downloadReport function of src/smadex-reporting/src/index.ts. The issue allows manipulation of the downloadUrl parameter to force the server to send HTTP requests to arbitrary internal or external targets, including localhost or private network services. The vulnerability exists because the downloadUrl is not properly validated as a URL or restricted to allowed destinations before being passed to the fetch() function.

Detection Guidance

Check for unusual outbound network requests from the feedmob fm-mcp-servers process, especially to localhost or private IP ranges. Monitor logs for the downloadReport function being called with suspicious downloadUrl parameters. Use network traffic analysis tools like tcpdump or Wireshark to inspect requests originating from the server.

Impact Analysis

An attacker could exploit this to access internal network services, read sensitive data from internal systems, or interact with services not intended to be exposed. Since the attack can be performed from a local environment and the exploit is publicly available, the risk is elevated. The vulnerability could lead to unauthorized data exfiltration or internal service probing if the server is running in a network with other services.

Compliance Impact

This SSRF vulnerability could lead to unauthorized access to sensitive data, violating GDPR's data protection principles or HIPAA's security requirements for protected health information. Organizations may face compliance violations if this vulnerability results in data breaches or unauthorized data exposure. The lack of proper network boundary validation increases the risk of non-compliance with data protection regulations.

Mitigation Strategies

Disable or restrict access to the downloadReport function in the fm-mcp-servers. Implement strict URL validation for the downloadUrl parameter, including allowlisting of permitted domains and blocking localhost or private IP addresses. Update to a patched version if available or apply network-level restrictions to prevent SSRF attacks.

Chat Assistant

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

EPSS Chart