CVE-2026-19751
Received Received - Intake

Server-Side Request Forgery in EnzoVezzaro mcp-dominican-layer

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

Publication date: 2026-08-13

Last updated on: 2026-08-13

Assigner: VulDB

Description

A flaw has been found in EnzoVezzaro mcp-dominican-layer up to 39dd373786712650097ad31db27d5c477c8f9c82. The affected element is the function axios.get of the file src/index.ts of the component parse-csv tool. This manipulation of the argument csvUrl causes server-side request forgery. The attack is possible to be carried out remotely. The exploit has been published and may be used. This product adopts a rolling release strategy to maintain continuous delivery. Therefore, version details for affected or updated releases cannot be specified. 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-13
Last Modified
2026-08-13
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
enzovezzaro mcp-dominican-layer to 39dd373786712650097ad31db27d5c477c8f9c82 (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 vulnerability is a server-side request forgery (SSRF) flaw in the EnzoVezzaro mcp-dominican-layer component up to a specific commit hash. It occurs in the axios.get function of src/index.ts, where manipulating the csvUrl argument allows an attacker to make unauthorized server-side requests remotely. The project uses a rolling release strategy, so exact affected or fixed versions are unspecified.

Detection Guidance

Detecting this SSRF vulnerability requires checking for unusual outbound requests from the affected component. Monitor network traffic for unexpected connections to internal or external systems initiated by the parse-csv tool. Review logs for axios.get calls with suspicious csvUrl parameters pointing to internal IPs or sensitive endpoints. Since the project uses a rolling release, ensure your version is updated to the latest commit.

Impact Analysis

An attacker could exploit this to send crafted requests from your server to internal or external systems, potentially accessing sensitive data or services. This could lead to data breaches, unauthorized actions, or further network compromise depending on the server's configuration and network access.

Compliance Impact

This SSRF vulnerability could lead to unauthorized data access or exfiltration, violating GDPR's data protection principles or HIPAA's security requirements for protected health information. Non-compliance risks include fines, legal penalties, and reputational damage due to potential breaches of confidentiality and integrity.

Mitigation Strategies

Immediately update the mcp-dominican-layer component to the latest commit to patch the axios.get SSRF flaw. If no update is available, disable the parse-csv tool or restrict network access for the component. Implement input validation for csvUrl parameters to block internal or unauthorized URLs. Monitor for exploitation attempts in logs.

Chat Assistant

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

EPSS Chart