The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-65513

CVE-2025-65513: Fetch Mcp Server SSRF Vulnerability

CVE-2025-65513 is a Server-Side Request Forgery flaw in Zcaceres Fetch Mcp Server that enables attackers to bypass IP validation and access internal networks. This article covers technical details, affected versions, and mitigation.

Updated: May 11, 2026

CVE-2025-65513 Overview

CVE-2025-65513 is a Server-Side Request Forgery (SSRF) vulnerability affecting fetch-mcp versions 1.0.2 and earlier. The flaw allows attackers to bypass private IP validation and force the Model Context Protocol (MCP) server to send requests to internal network resources. The vulnerability is tracked under CWE-918 and was published to the National Vulnerability Database on December 9, 2025.

Attackers can exploit this issue remotely without authentication or user interaction. Successful exploitation exposes internal services, cloud metadata endpoints, and other resources that should not be reachable from external networks.

Critical Impact

Unauthenticated remote attackers can bypass private IP filtering in fetch-mcp to probe and access internal network resources, including cloud metadata services and internal HTTP APIs.

Affected Products

  • zcaceres/fetch_mcp_server version 1.0.2
  • zcaceres/fetch_mcp_server all prior releases
  • Applications and agent workflows embedding fetch-mcp as an MCP tool

Discovery Timeline

  • 2025-12-09 - CVE-2025-65513 published to NVD
  • 2026-01-02 - Last updated in NVD database

Technical Details for CVE-2025-65513

Vulnerability Analysis

The fetch-mcp server exposes a Model Context Protocol tool that allows large language model (LLM) agents to fetch URLs on behalf of the user. To prevent abuse, the server implements a private IP validation routine intended to block requests to RFC1918 addresses, loopback addresses, and other reserved ranges.

The validation logic in versions 1.0.2 and earlier is insufficient. Attackers can craft URLs that bypass these checks and resolve to internal addresses at fetch time. The server then issues the outbound HTTP request and returns the response body to the caller.

This SSRF condition turns the MCP server into a proxy into the internal network. In cloud deployments, attackers can reach instance metadata services such as 169.254.169.254 to retrieve temporary credentials. In on-premises environments, attackers can enumerate internal HTTP services and read responses.

Root Cause

The root cause is incomplete validation of user-supplied URLs before issuing outbound requests. The server checks the hostname or initial IP form against a denylist of private ranges but does not consistently re-validate after DNS resolution or URL normalization. Techniques including DNS rebinding, decimal or hexadecimal IP encoding, IPv6 mapped addresses, and redirect chains can defeat the existing filter.

Attack Vector

An attacker with the ability to influence URLs passed to the fetch-mcp server submits a crafted URL through the MCP fetch tool. The server resolves the URL, fails to detect that it points to an internal address, and performs the request. The response is returned to the attacker through the MCP channel. No authentication is required when the MCP server is exposed without access controls.

The vulnerability mechanism is described in the GitHub CVE-2025-65513 Analysis and the Notion Fetch MCP Documentation. No verified proof-of-concept code is published at this time.

Detection Methods for CVE-2025-65513

Indicators of Compromise

  • Outbound HTTP requests from the fetch-mcp process to RFC1918 addresses such as 10.0.0.0/8, 172.16.0.0/12, or 192.168.0.0/16
  • Requests from the MCP host to cloud metadata endpoints including 169.254.169.254 or metadata.google.internal
  • MCP tool invocations containing URLs with encoded IPs, unusual IPv6 forms, or domains that resolve to internal addresses

Detection Strategies

  • Inspect MCP server logs for fetch tool calls whose target hostname resolves to a private, loopback, or link-local address
  • Correlate DNS resolutions made by the fetch-mcp process with outbound connection destinations to detect rebinding attempts
  • Alert on response payloads returned by fetch-mcp that contain markers of cloud credential responses or internal service banners

Monitoring Recommendations

  • Forward network flow data and process-level connection telemetry for the host running fetch-mcp to a central analytics platform
  • Baseline normal outbound destinations for the MCP server and alert on first-seen internal destinations
  • Monitor for unauthenticated access to the MCP server itself and require client authentication for all tool invocations

How to Mitigate CVE-2025-65513

Immediate Actions Required

  • Restrict network egress from the fetch-mcp host so it cannot reach internal subnets, loopback, or cloud metadata addresses
  • Place the MCP server behind authentication and limit which clients can invoke the fetch tool
  • Disable or remove fetch-mcp in environments where the agent does not require external URL fetching

Patch Information

No fixed version is listed in the NVD entry at publication. Operators should monitor the zcaceres/fetch-mcp repository for an updated release that addresses the SSRF validation gap, and review the GitHub CVE-2025-65513 Analysis for ongoing remediation guidance.

Workarounds

  • Run fetch-mcp inside a network namespace or container with an egress policy that denies private address ranges and IMDS endpoints
  • Front the MCP server with a forward proxy that performs strict URL validation, post-DNS-resolution IP checks, and disallows HTTP redirects to private targets
  • Use cloud provider controls such as IMDSv2 with hop-limit enforcement on AWS to reduce the impact of metadata access from SSRF
bash
# Example egress restriction using iptables to block private and metadata targets
iptables -A OUTPUT -m owner --uid-owner fetch-mcp -d 10.0.0.0/8 -j REJECT
iptables -A OUTPUT -m owner --uid-owner fetch-mcp -d 172.16.0.0/12 -j REJECT
iptables -A OUTPUT -m owner --uid-owner fetch-mcp -d 192.168.0.0/16 -j REJECT
iptables -A OUTPUT -m owner --uid-owner fetch-mcp -d 169.254.0.0/16 -j REJECT
iptables -A OUTPUT -m owner --uid-owner fetch-mcp -d 127.0.0.0/8 -j REJECT

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechZcaceres Fetch Mcp Server

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • GitHub CVE-2025-65513 Analysis

  • Notion Fetch MCP Documentation
  • Latest CVEs
  • CVE-2025-52479: HTTP.jl & URIs.jl CRLF Injection Flaw

  • CVE-2026-31740: Linux Kernel Race Condition Vulnerability

  • CVE-2026-31743: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31744: Linux Kernel NULL Pointer Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English