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

CVE-2024-0649: Zhiyun-tech Zhihuiyun SSRF Vulnerability

CVE-2024-0649 is a critical server-side request forgery flaw in Zhiyun-tech Zhihuiyun up to version 4.4.13 that allows remote attackers to exploit the download_network_image function. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: April 8, 2026

CVE-2024-0649 Overview

A critical Server-Side Request Forgery (SSRF) vulnerability has been identified in ZhiHuiYun versions up to 4.4.13. This vulnerability affects the download_network_image function within the /app/Http/Controllers/ImageController.php file of the Search component. Through manipulation of the url argument, attackers can initiate unauthorized server-side requests to arbitrary destinations, potentially compromising internal network resources and sensitive data.

Critical Impact

This SSRF vulnerability allows unauthenticated remote attackers to force the vulnerable server to make requests to internal or external systems, potentially exposing sensitive internal services, bypassing network access controls, and enabling further attacks on backend infrastructure.

Affected Products

  • ZhiHuiYun versions up to and including 4.4.13
  • Zhiyun-tech ZhiHuiYun web application

Discovery Timeline

  • 2024-01-17 - CVE-2024-0649 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-0649

Vulnerability Analysis

This vulnerability is classified as CWE-918 (Server-Side Request Forgery). The SSRF flaw exists in the image downloading functionality of ZhiHuiYun, where the application fails to properly validate and sanitize user-supplied URLs before making server-side HTTP requests.

The download_network_image function in ImageController.php accepts a url parameter from user input and uses it to fetch remote images. Without proper validation, an attacker can manipulate this parameter to make the server send requests to arbitrary destinations, including internal network resources that would otherwise be inaccessible from external networks.

The exploit has been publicly disclosed, increasing the risk of widespread exploitation. Technical details have been documented in external references including the VulDB vulnerability database.

Root Cause

The root cause of this vulnerability is insufficient input validation in the download_network_image function. The application does not implement adequate URL validation, scheme restrictions, or allowlisting mechanisms before processing the user-supplied url parameter. This allows attackers to specify arbitrary URLs, including those pointing to internal network resources, cloud metadata endpoints, or other sensitive services.

The lack of URL scheme validation means attackers may be able to use various protocols beyond HTTP/HTTPS, potentially including file://, dict://, gopher://, or other schemes depending on the underlying HTTP library configuration.

Attack Vector

The attack can be initiated remotely without authentication. An attacker sends a crafted request to the vulnerable endpoint with a malicious url parameter. The server then makes a request to the attacker-specified destination on behalf of the application.

Common SSRF attack scenarios for this vulnerability include:

  • Accessing internal services on localhost or private IP ranges (e.g., 127.0.0.1, 10.x.x.x, 192.168.x.x)
  • Retrieving cloud instance metadata from services like AWS (169.254.169.254), GCP, or Azure
  • Port scanning internal network infrastructure
  • Bypassing firewall restrictions to access protected resources
  • Potential for chained attacks leading to remote code execution if internal services have additional vulnerabilities

The vulnerability is exploitable via the Search component's image functionality, where the attacker manipulates the URL parameter to point to internal resources or sensitive endpoints. For detailed technical information, refer to the Zhaoj blog post documenting the vulnerability.

Detection Methods for CVE-2024-0649

Indicators of Compromise

  • Unusual outbound requests from the ZhiHuiYun server to internal IP ranges or localhost
  • HTTP requests to cloud metadata endpoints (e.g., 169.254.169.254)
  • Requests to the ImageController.php endpoint with suspicious URL parameters containing internal addresses
  • Failed or unusual DNS resolutions originating from the web server
  • Access logs showing requests with encoded or obfuscated internal URLs in the url parameter

Detection Strategies

  • Monitor web application logs for requests to /app/Http/Controllers/ImageController.php with suspicious url parameters
  • Implement network-level monitoring for outbound connections from web servers to internal IP ranges or metadata endpoints
  • Deploy Web Application Firewall (WAF) rules to detect and block SSRF patterns in URL parameters
  • Configure intrusion detection systems (IDS) to alert on requests containing internal IP addresses or cloud metadata URLs

Monitoring Recommendations

  • Enable detailed logging for the ZhiHuiYun application, particularly for image download operations
  • Set up alerts for any outbound connections from the application server to RFC 1918 private address ranges
  • Monitor for DNS queries from the web server for internal hostnames or suspicious domains
  • Review access logs periodically for patterns indicative of SSRF exploitation attempts

How to Mitigate CVE-2024-0649

Immediate Actions Required

  • Upgrade ZhiHuiYun to the latest available version if a patched release is available
  • Implement URL validation and allowlisting for the image download functionality
  • Restrict outbound network connections from the web server to only necessary external resources
  • Deploy a Web Application Firewall (WAF) with SSRF protection rules
  • Consider disabling the download_network_image functionality if not critical to operations

Patch Information

No official vendor patch information is currently available in the CVE data. Organizations using ZhiHuiYun should contact Zhiyun-tech directly for security updates and monitor the VulDB entry for additional mitigation guidance. The vulnerability affects all versions up to and including 4.4.13.

Workarounds

  • Implement server-side URL validation to restrict requests to approved external domains only
  • Block requests to private IP ranges (127.0.0.0/8, 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) and cloud metadata IPs
  • Use network segmentation to limit the web server's access to internal resources
  • Deploy egress filtering at the network level to prevent unauthorized outbound connections
  • Consider placing the application behind a reverse proxy with request filtering capabilities
bash
# Example network-level mitigation using iptables
# Block outbound connections to internal networks from web server
iptables -A OUTPUT -d 127.0.0.0/8 -m owner --uid-owner www-data -j DROP
iptables -A OUTPUT -d 10.0.0.0/8 -m owner --uid-owner www-data -j DROP
iptables -A OUTPUT -d 172.16.0.0/12 -m owner --uid-owner www-data -j DROP
iptables -A OUTPUT -d 192.168.0.0/16 -m owner --uid-owner www-data -j DROP
iptables -A OUTPUT -d 169.254.169.254 -m owner --uid-owner www-data -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/TechZhiyun Tech

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-918
  • Technical References
  • Zhaoj Blog Post

  • VulDB CTI ID #251375

  • VulDB #251375
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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