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
    • 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-64427

CVE-2025-64427: Zimaspace ZimaOS SSRF Vulnerability

CVE-2025-64427 is a server-side request forgery flaw in Zimaspace ZimaOS that lets authenticated users access internal services via crafted requests. This article covers technical details, affected versions, and mitigation.

Published: March 6, 2026

CVE-2025-64427 Overview

CVE-2025-64427 is a Server-Side Request Forgery (SSRF) vulnerability affecting ZimaOS, a fork of CasaOS designed for Zima devices and x86-64 systems with UEFI. The vulnerability stems from insufficient validation or restriction of target URLs, allowing an authenticated local user to craft malicious requests targeting internal IP addresses such as 127.0.0.1, localhost, or private network ranges. This enables attackers to interact with internal HTTP/HTTPS services that are not intended to be exposed externally or to local users.

Critical Impact

Authenticated attackers can access internal services and potentially exfiltrate sensitive information from protected network resources that should not be accessible.

Affected Products

  • ZimaSpace ZimaOS version 1.5.0 and prior
  • Systems running ZimaOS on Zima devices
  • x86-64 systems with UEFI running ZimaOS

Discovery Timeline

  • 2026-03-02 - CVE-2025-64427 published to NVD
  • 2026-03-05 - Last updated in NVD database

Technical Details for CVE-2025-64427

Vulnerability Analysis

This SSRF vulnerability exists due to the application's failure to properly validate or restrict user-supplied URLs before making server-side requests. When an authenticated user submits a request containing a URL, the ZimaOS application processes it without adequately checking whether the target address points to internal network resources. The vulnerability is classified under CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor), as it can lead to unauthorized information disclosure from internal services.

The attack requires network access and low-privilege authentication, meaning an attacker must first have valid credentials to the ZimaOS system. Once authenticated, the attacker can craft requests that redirect the server to make connections to internal endpoints, effectively using the ZimaOS server as a proxy to reach otherwise inaccessible resources.

Root Cause

The root cause of CVE-2025-64427 lies in the absence of proper URL validation and filtering mechanisms within ZimaOS version 1.5.0 and earlier. The application fails to implement allowlists for permitted external domains or blocklists for internal IP ranges. This oversight allows user-controlled input to directly influence the destination of server-side HTTP/HTTPS requests without sanitization.

Specifically, the application does not:

  • Validate that target URLs resolve to external, public IP addresses
  • Block requests to loopback addresses (127.0.0.1, ::1, localhost)
  • Prevent access to private network ranges (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16)
  • Implement URL scheme restrictions to prevent unexpected protocol usage

Attack Vector

The attack is executed over the network by an authenticated user with low privileges. The attacker leverages legitimate application functionality that accepts URL parameters to redirect requests to internal services. By targeting internal IP addresses, the attacker can:

  1. Probe internal network infrastructure to discover active services
  2. Access internal APIs or administrative interfaces not exposed to the network
  3. Retrieve sensitive configuration data or credentials from internal services
  4. Potentially pivot to other internal systems using the ZimaOS server as an intermediary

The vulnerability allows the attacker to interact with any HTTP/HTTPS service reachable from the ZimaOS server, including services bound only to localhost or internal network interfaces. For detailed technical information, refer to the GitHub Security Advisory GHSA-m8hj-7xg5-p375.

Detection Methods for CVE-2025-64427

Indicators of Compromise

  • Unusual outbound requests from ZimaOS server to internal IP ranges (127.0.0.1, 10.x.x.x, 172.16.x.x, 192.168.x.x)
  • HTTP/HTTPS requests to localhost ports from the ZimaOS application process
  • Access logs showing requests to internal service endpoints originating from the ZimaOS server
  • Unexpected connections to administrative interfaces or sensitive internal APIs

Detection Strategies

  • Monitor network traffic for connections from the ZimaOS server to internal IP addresses that deviate from normal operational patterns
  • Implement application-level logging to capture all URL parameters submitted by users and flag those targeting internal addresses
  • Deploy network intrusion detection rules to alert on SSRF-like patterns such as requests to RFC 1918 addresses from web applications
  • Review authentication logs for accounts making suspicious requests targeting internal resources

Monitoring Recommendations

  • Enable verbose logging for all HTTP/HTTPS requests made by the ZimaOS application
  • Set up alerts for any requests containing localhost, 127.0.0.1, or private IP ranges in URL parameters
  • Implement network segmentation monitoring to detect unauthorized cross-segment traffic originating from ZimaOS
  • Regularly audit access logs for patterns indicative of internal service enumeration or data exfiltration attempts

How to Mitigate CVE-2025-64427

Immediate Actions Required

  • Restrict access to the ZimaOS interface to trusted users only until a patch is available
  • Implement network-level controls to limit the ZimaOS server's ability to connect to internal services
  • Review and audit user accounts with access to ZimaOS, removing unnecessary privileges
  • Consider placing ZimaOS in a network segment with limited access to sensitive internal resources

Patch Information

No known patch is publicly available at this time. Users should monitor the ZimaOS GitHub Security Advisory for updates regarding security fixes. Until an official patch is released, implementing the workarounds below is strongly recommended.

Workarounds

  • Deploy a web application firewall (WAF) or reverse proxy in front of ZimaOS to filter and block requests containing internal IP addresses
  • Implement network segmentation to isolate the ZimaOS server from sensitive internal services
  • Use firewall rules to prevent the ZimaOS server from initiating connections to internal network ranges
  • Limit user authentication to only essential personnel who require access to the system
bash
# Example iptables rules to restrict ZimaOS server outbound connections to internal networks
# Replace eth0 with your interface and adjust as needed for your environment

# Block connections to loopback from the ZimaOS process
iptables -A OUTPUT -d 127.0.0.0/8 -m owner --uid-owner zimaos -j DROP

# Block connections to private network ranges
iptables -A OUTPUT -d 10.0.0.0/8 -m owner --uid-owner zimaos -j DROP
iptables -A OUTPUT -d 172.16.0.0/12 -m owner --uid-owner zimaos -j DROP
iptables -A OUTPUT -d 192.168.0.0/16 -m owner --uid-owner zimaos -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/TechZimaos

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-200
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-28798: ZimaOS Proxy Endpoint SSRF Vulnerability

  • CVE-2026-28442: ZimaOS Path Traversal Vulnerability

  • CVE-2026-28286: ZimaOS Privilege Escalation Vulnerability

  • CVE-2026-21891: ZimaOS Authentication Bypass 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