Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-33626

CVE-2026-33626: Internlm Lmdeploy SSRF Vulnerability

CVE-2026-33626 is a Server-Side Request Forgery flaw in Internlm Lmdeploy that enables attackers to access cloud metadata services and internal networks. This article covers the technical details, affected versions, and patches.

Published: April 23, 2026

CVE-2026-33626 Overview

CVE-2026-33626 is a Server-Side Request Forgery (SSRF) vulnerability affecting LMDeploy, a toolkit for compressing, deploying, and serving large language models. The vulnerability exists in the vision-language module where the load_image() function in lmdeploy/vl/utils.py fetches arbitrary URLs without validating internal or private IP addresses. This allows attackers to access cloud metadata services, internal networks, and other sensitive resources that should not be externally accessible.

Critical Impact

Attackers can exploit this SSRF vulnerability to access internal cloud metadata services, potentially compromising cloud credentials, accessing internal network resources, and exfiltrating sensitive data from systems that are not meant to be publicly accessible.

Affected Products

  • LMDeploy versions prior to 0.12.3
  • InternLM LMDeploy vision-language module
  • Systems running LMDeploy with vision-language features enabled

Discovery Timeline

  • 2026-04-20 - CVE-2026-33626 published to NVD
  • 2026-04-23 - Last updated in NVD database

Technical Details for CVE-2026-33626

Vulnerability Analysis

This SSRF vulnerability stems from insufficient URL validation in LMDeploy's vision-language processing pipeline. When processing image URLs for vision-language model operations, the load_image() function in lmdeploy/vl/utils.py accepts and fetches arbitrary URLs without implementing proper safeguards against internal network access. An attacker can supply specially crafted URLs pointing to internal IP addresses, localhost, or cloud metadata endpoints (such as http://169.254.169.254/ on AWS) to access resources that should be restricted to internal network traffic only.

The vulnerability is particularly dangerous in cloud-deployed LMDeploy instances where attackers could potentially retrieve cloud provider metadata containing temporary credentials, instance configuration details, and other sensitive information that could lead to broader infrastructure compromise.

Root Cause

The root cause of this vulnerability is the absence of URL validation and IP address filtering in the load_image() function. The function directly processes user-supplied URLs without:

  • Validating the URL scheme (allowing file://, gopher://, and other dangerous protocols)
  • Checking if the resolved IP address belongs to private or internal ranges (10.x.x.x, 172.16.x.x-172.31.x.x, 192.168.x.x, 127.x.x.x)
  • Blocking access to cloud metadata endpoints
  • Implementing allow-list based URL filtering

Attack Vector

The attack vector is network-based, requiring no authentication or user interaction. An attacker can exploit this vulnerability by submitting malicious image URLs to any LMDeploy endpoint that processes vision-language requests. The server will attempt to fetch the resource at the specified URL, effectively making requests on behalf of the attacker from inside the target network.

The security patch addresses multiple issues including safer type resolution. Below is an example from the actual fix:

python
            torch_dtype = torch_dtype if torch_dtype in ['float16', 'bfloat16'] else 'float16'
        else:
            torch_dtype = dtype

    resolved_dtype = getattr(torch, torch_dtype, None)
    if not isinstance(resolved_dtype, torch.dtype):
        raise ValueError(f'Invalid torch dtype "{torch_dtype}" resolved from model config; '
                         'expected a torch.dtype attribute on torch.')
    config.dtype = resolved_dtype

    return config

Source: GitHub Commit Details

The fix replaces an unsafe eval() call with safer getattr() usage and includes explicit type validation to prevent arbitrary code execution through malicious dtype strings.

Detection Methods for CVE-2026-33626

Indicators of Compromise

  • Unusual outbound requests from LMDeploy instances to internal IP ranges (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, 127.0.0.0/8)
  • HTTP requests to cloud metadata endpoints (169.254.169.254, metadata.google.internal, etc.) from vision-language processing services
  • Log entries showing image URL processing with file://, gopher://, or dict:// protocol schemes
  • Unexpected network connections from LMDeploy containers to internal services

Detection Strategies

  • Implement network monitoring to detect outbound requests from LMDeploy instances to RFC 1918 private IP ranges and cloud metadata services
  • Configure web application firewalls to inspect and log all image URL parameters submitted to vision-language endpoints
  • Enable detailed logging for the lmdeploy/vl/utils.py module to capture all URL fetch attempts
  • Deploy intrusion detection signatures that alert on SSRF patterns targeting cloud metadata endpoints

Monitoring Recommendations

  • Monitor network egress from LMDeploy deployments for connections to internal services that should not be accessed
  • Implement alerting for any requests to cloud provider metadata IP addresses from application containers
  • Review LMDeploy access logs for suspicious image URLs containing internal IP addresses or localhost references
  • Track LMDeploy version deployments across your infrastructure to ensure all instances are updated

How to Mitigate CVE-2026-33626

Immediate Actions Required

  • Upgrade LMDeploy to version 0.12.3 or later immediately
  • Audit existing deployments to identify any instances running vulnerable versions prior to 0.12.3
  • Review network logs for evidence of SSRF exploitation attempts against LMDeploy services
  • Implement network segmentation to limit the blast radius if exploitation has occurred

Patch Information

The vulnerability has been patched in LMDeploy version 0.12.3. The fix implements proper URL validation and IP address filtering to prevent SSRF attacks. Organizations should update to the patched version immediately by following the vendor's upgrade instructions.

For detailed patch information, refer to:

  • GitHub Security Advisory GHSA-6w67-hwm5-92mq
  • GitHub Pull Request #4447
  • GitHub Release v0.12.3

Workarounds

  • Deploy network-level controls to block outbound connections from LMDeploy instances to internal IP ranges and cloud metadata services
  • Implement a reverse proxy or web application firewall that validates and filters image URLs before they reach LMDeploy
  • Use network segmentation to isolate LMDeploy services from sensitive internal resources
  • Configure cloud provider instance metadata service to require IMDSv2 with session tokens to mitigate SSRF-based credential theft
bash
# Example: Block metadata endpoint access using iptables
iptables -A OUTPUT -d 169.254.169.254 -j DROP
iptables -A OUTPUT -d 169.254.169.253 -j DROP

# Upgrade LMDeploy to patched version
pip install --upgrade lmdeploy>=0.12.3

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechInternlm Lmdeploy

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.03%

  • 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 Release v0.12.3
  • Vendor Resources
  • GitHub Commit Details

  • GitHub Pull Request #4447

  • GitHub Security Advisory GHSA-6w67-hwm5-92mq
  • Latest CVEs
  • CVE-2026-25874: LeRobot RCE Vulnerability

  • CVE-2026-41272: Flowise LLM Builder SSRF Vulnerability

  • CVE-2026-41268: Flowise RCE Vulnerability

  • CVE-2026-41265: Flowise Airtable Agent RCE 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