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-2026-34753

CVE-2026-34753: vLLM SSRF Vulnerability

CVE-2026-34753 is a server-side request forgery flaw in vLLM versions 0.16.0 to 0.19.0 that enables attackers to issue arbitrary HTTP requests to internal services. This article covers technical details, affected versions, and fixes.

Published: April 10, 2026

CVE-2026-34753 Overview

CVE-2026-34753 is a Server-Side Request Forgery (SSRF) vulnerability in vLLM, an inference and serving engine for large language models (LLMs). The vulnerability exists in the download_bytes_from_url function from versions 0.16.0 to before 0.19.0, allowing any actor who can control batch input JSON to make the vLLM batch runner issue arbitrary HTTP/HTTPS requests from the server without any URL validation or domain restrictions.

Critical Impact

Attackers can exploit this SSRF vulnerability to target internal services such as cloud metadata endpoints or internal HTTP APIs reachable from the vLLM host, potentially leading to information disclosure and unauthorized access to internal resources.

Affected Products

  • vLLM versions 0.16.0 to before 0.19.0

Discovery Timeline

  • 2026-04-06 - CVE CVE-2026-34753 published to NVD
  • 2026-04-07 - Last updated in NVD database

Technical Details for CVE-2026-34753

Vulnerability Analysis

This vulnerability is classified as CWE-918 (Server-Side Request Forgery). The flaw resides in the download_bytes_from_url function within the vLLM batch processing subsystem. When processing batch input JSON, the function accepts user-supplied URLs and fetches content from those URLs without implementing proper validation or domain restrictions.

The lack of URL validation means that an attacker with the ability to control batch input parameters can craft malicious requests that cause the vLLM server to make HTTP/HTTPS requests to arbitrary destinations. This is particularly dangerous in cloud environments where internal metadata services (such as AWS EC2 metadata at 169.254.169.254) can be queried to extract sensitive credentials and configuration data.

Root Cause

The root cause of this vulnerability is the absence of URL validation and domain allowlisting in the download_bytes_from_url function. The function directly processes user-supplied URLs from batch input JSON without checking whether the destination is an internal network address, localhost, or a restricted cloud metadata endpoint. This permissive design allows external attackers to pivot through the vLLM server to access resources that would otherwise be unreachable from outside the network.

Attack Vector

The attack vector is network-based and requires low-privileged access. An attacker must be able to submit batch processing requests to the vLLM server with controlled input JSON. By embedding a malicious URL in the batch input, the attacker can instruct the server to make requests to:

  • Cloud metadata endpoints (e.g., http://169.254.169.254/latest/meta-data/)
  • Internal HTTP APIs not exposed to the internet
  • Localhost services running on the vLLM host
  • Other internal network resources

The attacker can then observe the server's response or behavior to extract sensitive information from these internal services. For detailed technical information about the exploitation mechanism, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-34753

Indicators of Compromise

  • Unusual outbound HTTP/HTTPS requests from the vLLM server to internal IP ranges (e.g., 10.x.x.x, 172.16.x.x, 192.168.x.x)
  • Requests targeting cloud metadata endpoints such as 169.254.169.254
  • Batch processing jobs containing URLs pointing to internal services or localhost
  • Unexpected network connections from the vLLM process to non-standard ports or internal hosts

Detection Strategies

  • Monitor batch input JSON payloads for suspicious URL patterns including internal IP addresses, localhost references, and cloud metadata endpoints
  • Implement network-level monitoring to detect outbound requests from vLLM servers to internal network ranges
  • Configure web application firewalls to flag requests containing SSRF payload patterns
  • Enable verbose logging for the vLLM batch runner to capture all URL fetch operations

Monitoring Recommendations

  • Deploy network segmentation rules to restrict vLLM server outbound connectivity to only necessary external services
  • Implement egress filtering to block requests to cloud metadata IP ranges from application servers
  • Use SentinelOne Singularity to monitor for anomalous network behavior from vLLM processes
  • Set up alerting for any batch jobs that reference internal network addresses or restricted domains

How to Mitigate CVE-2026-34753

Immediate Actions Required

  • Upgrade vLLM to version 0.19.0 or later immediately
  • Audit existing batch processing configurations for any suspicious or untrusted URL inputs
  • Implement network-level controls to restrict outbound HTTP/HTTPS requests from vLLM servers
  • If cloud-hosted, configure instance metadata service (IMDS) to require session tokens (IMDSv2 on AWS)

Patch Information

The vulnerability is fixed in vLLM version 0.19.0. Users should upgrade to this version or later to remediate the SSRF vulnerability. Review the GitHub Security Advisory for complete patch details and upgrade instructions.

Workarounds

  • Implement a reverse proxy or web application firewall in front of the vLLM service to validate and sanitize incoming batch input URLs
  • Deploy network egress rules to block outbound requests to internal IP ranges and cloud metadata endpoints from the vLLM host
  • Restrict access to the vLLM batch processing endpoint to trusted users only through authentication and authorization controls
  • If upgrading is not immediately possible, consider disabling the batch processing functionality until the patch can be applied
bash
# Network-level mitigation: Block outbound requests to cloud metadata endpoints
# Example iptables rules to block common SSRF targets from the vLLM host
iptables -A OUTPUT -d 169.254.169.254 -j DROP
iptables -A OUTPUT -d 127.0.0.0/8 -p tcp --dport 80 -j DROP
iptables -A OUTPUT -d 127.0.0.0/8 -p tcp --dport 443 -j DROP

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechVllm

  • SeverityMEDIUM

  • CVSS Score5.4

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-918
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-25960: vLLM SSRF Bypass Vulnerability

  • CVE-2026-24779: vLLM SSRF Vulnerability

  • CVE-2026-34755: vLLM Engine DoS Vulnerability

  • CVE-2026-34756: vLLM OpenAI API Server DoS 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