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-2024-9309

CVE-2024-9309: Hliu Llava SSRF Vulnerability

CVE-2024-9309 is a Server-Side Request Forgery flaw in Hliu Llava v1.2.0 that lets attackers exploit the Controller API Server to access unauthorized resources. This article covers technical details, impact, and mitigation.

Published: April 15, 2026

CVE-2024-9309 Overview

A Server-Side Request Forgery (SSRF) vulnerability has been identified in the POST /worker_generate_stream API endpoint of the Controller API Server in haotian-liu/llava version v1.2.0 (LLaVA-1.6). This critical vulnerability enables attackers to exploit the victim Controller API Server's credentials to perform unauthorized web actions or access unauthorized web resources, potentially leading to significant data breaches and lateral movement within internal networks.

Critical Impact

Attackers can leverage the server's trusted position to access internal services, bypass firewall restrictions, and potentially exfiltrate sensitive data from protected network segments.

Affected Products

  • Hliu LLaVA version 1.2.0 (LLaVA-1.6)
  • Controller API Server component
  • POST /worker_generate_stream API endpoint

Discovery Timeline

  • 2025-03-20 - CVE-2024-9309 published to NVD
  • 2025-07-15 - Last updated in NVD database

Technical Details for CVE-2024-9309

Vulnerability Analysis

This Server-Side Request Forgery (SSRF) vulnerability resides within the Controller API Server component of the LLaVA multimodal AI framework. The vulnerability allows unauthenticated remote attackers to induce the server to make arbitrary HTTP requests to internal or external destinations.

The affected endpoint (/worker_generate_stream) processes user-supplied input without adequate validation of the target URL or resource. When the server processes requests through this endpoint, it uses its own credentials and network position to make outbound requests. This trusted position can be weaponized by attackers to bypass network security controls that would otherwise block external access to internal resources.

The scope of this vulnerability extends beyond the vulnerable component itself, as successful exploitation can impact other systems and services accessible from the Controller API Server's network position.

Root Cause

The root cause of this vulnerability is improper input validation in the /worker_generate_stream endpoint (CWE-918: Server-Side Request Forgery). The application fails to adequately validate, filter, or sanitize user-supplied URL parameters before using them to construct outbound HTTP requests. This allows attackers to manipulate the destination of server-initiated requests, effectively turning the Controller API Server into a proxy for malicious activities.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker can craft malicious requests to the vulnerable endpoint, specifying internal network addresses or cloud metadata endpoints as targets. The server will then initiate requests to these destinations using its own credentials and network privileges.

Typical attack scenarios include:

  • Accessing cloud instance metadata services (e.g., AWS IMDSv1 at 169.254.169.254)
  • Scanning internal network services and ports
  • Accessing internal APIs and administrative interfaces
  • Bypassing IP-based access controls
  • Exfiltrating sensitive data from internal services

For detailed technical information about this vulnerability, refer to the Huntr Security Bounty report.

Detection Methods for CVE-2024-9309

Indicators of Compromise

  • Unusual outbound HTTP requests from the Controller API Server to internal IP ranges (e.g., 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16)
  • Requests to cloud metadata endpoints such as 169.254.169.254 or fd00:ec2::254
  • High volume of requests to the /worker_generate_stream endpoint from external sources
  • Server-initiated connections to unexpected internal services or ports
  • Anomalous response sizes or patterns from the /worker_generate_stream endpoint

Detection Strategies

  • Implement network monitoring to detect and alert on outbound requests from the LLaVA Controller API Server to internal network ranges
  • Deploy web application firewall (WAF) rules to inspect and block requests containing internal IP addresses or cloud metadata URLs
  • Enable comprehensive logging on the /worker_generate_stream endpoint to capture request parameters and destinations
  • Configure intrusion detection systems (IDS) to identify SSRF attack patterns in API traffic

Monitoring Recommendations

  • Monitor outbound connections from the Controller API Server for connections to private IP ranges and localhost
  • Track API request patterns for anomalous behavior, particularly requests with URL-like parameters pointing to internal resources
  • Set up alerts for failed authentication attempts to internal services originating from the LLaVA server
  • Review server logs regularly for requests containing suspicious URL schemes or encoded IP addresses

How to Mitigate CVE-2024-9309

Immediate Actions Required

  • Restrict network access to the Controller API Server, limiting exposure to trusted networks only
  • Implement allowlist-based URL validation to restrict outbound requests to known, trusted destinations
  • Deploy network segmentation to isolate the LLaVA server from sensitive internal resources
  • Apply egress filtering rules to block outbound requests to internal IP ranges and metadata endpoints
  • Review and audit recent logs for evidence of exploitation attempts

Patch Information

At the time of publication, no official vendor patch has been confirmed for this vulnerability. Organizations should monitor the Huntr Security Bounty page and the LLaVA GitHub repository for security updates. Until a patch is available, implement the workarounds and mitigations described below.

Workarounds

  • Implement a strict allowlist of permitted destination URLs for the /worker_generate_stream endpoint
  • Deploy a reverse proxy or WAF in front of the Controller API Server to filter malicious requests
  • Use network-level controls to prevent the server from initiating connections to internal resources
  • Disable or restrict access to the vulnerable endpoint if not required for operations
  • Consider running the LLaVA service in an isolated network segment with no access to sensitive internal resources
bash
# Example iptables rules to block SSRF to internal networks
# Apply to the server running LLaVA Controller API

# Block outbound to private IPv4 ranges
iptables -A OUTPUT -d 10.0.0.0/8 -m owner --uid-owner llava-user -j DROP
iptables -A OUTPUT -d 172.16.0.0/12 -m owner --uid-owner llava-user -j DROP
iptables -A OUTPUT -d 192.168.0.0/16 -m owner --uid-owner llava-user -j DROP

# Block access to cloud metadata services
iptables -A OUTPUT -d 169.254.169.254 -m owner --uid-owner llava-user -j DROP

# Block localhost connections (adjust as needed)
iptables -A OUTPUT -d 127.0.0.0/8 -m owner --uid-owner llava-user -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/TechHliu Llava

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.12%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • Huntr Security Bounty
  • 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