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-28442

CVE-2026-28442: ZimaOS Path Traversal Vulnerability

CVE-2026-28442 is a path traversal flaw in ZimaOS that allows attackers to bypass restrictions and delete critical system files via API manipulation. This article covers technical details, affected versions, and mitigation.

Published: March 6, 2026

CVE-2026-28442 Overview

CVE-2026-28442 is a high-severity vulnerability affecting ZimaOS, a fork of CasaOS designed for Zima devices and x86-64 systems with UEFI. The vulnerability exists in version 1.5.2-beta3 and involves improper input validation combined with broken access control on sensitive filesystem operations.

While the ZimaOS application interface restricts users from deleting internal system files or folders, these protections can be bypassed when interacting directly with the API. By manipulating the path parameter in delete requests, attackers can successfully remove internal OS files and directories. The backend processes these manipulated requests without validating whether the targeted path belongs to restricted system locations.

Critical Impact

Authenticated attackers can bypass access controls to delete critical system files and directories, potentially leading to complete system compromise, denial of service, or privilege escalation through the destruction of security configurations.

Affected Products

  • ZimaOS version 1.5.2-beta3
  • Systems running ZimaOS on x86-64 hardware with UEFI
  • Installations derived from CasaOS fork architecture

Discovery Timeline

  • 2026-03-05 - CVE-2026-28442 published to NVD
  • 2026-03-05 - Last updated in NVD database

Technical Details for CVE-2026-28442

Vulnerability Analysis

This vulnerability is classified under CWE-73 (External Control of File Name or Path), which occurs when software allows user input to control or influence paths used in filesystem operations. The fundamental security flaw lies in the disconnect between the UI-level access controls and the API-level enforcement.

The ZimaOS application implements restrictions at the user interface layer to prevent deletion of system-critical files and directories. However, these restrictions are not mirrored at the API level. When a user or attacker sends requests directly to the backend API—bypassing the application interface—the server processes these requests without performing adequate validation on the requested file paths.

This architectural weakness allows path traversal attacks where an attacker can manipulate the path parameter to target directories outside of the intended user-accessible scope. The impact is particularly severe because successful exploitation can result in the deletion of critical operating system files, security configurations, or authentication databases.

Root Cause

The root cause of CVE-2026-28442 is a combination of two security weaknesses:

  1. Improper Input Validation: The API does not properly validate or sanitize the path parameter in delete requests. This allows attackers to include path traversal sequences or specify absolute paths to system directories.

  2. Broken Access Control: Security restrictions implemented in the frontend application are not enforced at the backend API level. The system trusts that all requests come through the controlled application interface, violating the principle of defense in depth.

The backend appears to process file deletion requests without checking whether the target path resides within allowed user directories or protected system locations.

Attack Vector

The attack leverages direct API interaction to bypass frontend restrictions. An authenticated attacker with low privileges can craft malicious API requests that target system-critical paths.

The attack flow involves:

  1. The attacker authenticates to the ZimaOS system to obtain valid API credentials or session tokens
  2. Instead of using the application interface, the attacker sends crafted HTTP requests directly to the file deletion API endpoint
  3. The path parameter is manipulated to target system files, potentially using path traversal techniques such as ../ sequences or absolute paths
  4. The backend processes the request without validating path restrictions, executing the deletion operation
  5. Critical system files are removed, potentially causing system instability, denial of service, or security compromise

Since no verified code examples are available, refer to the GitHub Security Advisory for additional technical details on the exploitation mechanism.

Detection Methods for CVE-2026-28442

Indicators of Compromise

  • Unexpected deletions of system files or directories in ZimaOS logs
  • API requests to file deletion endpoints containing path traversal sequences like ../ or absolute system paths
  • Authentication logs showing direct API access without corresponding application interface activity
  • System instability or missing configuration files following suspicious API activity

Detection Strategies

  • Monitor API endpoints for file operations and flag requests targeting paths outside of user home directories
  • Implement alerting on path parameters containing traversal sequences such as .., /etc/, /var/, or other system-critical directories
  • Audit authentication and authorization logs for direct API access patterns that bypass the application interface
  • Deploy web application firewall (WAF) rules to detect and block path traversal attempts in API requests

Monitoring Recommendations

  • Enable comprehensive logging for all file deletion API endpoints, including full request parameters and authenticated user context
  • Implement file integrity monitoring (FIM) on critical system directories to detect unauthorized modifications or deletions
  • Configure alerts for any API requests that receive successful responses while targeting restricted paths
  • Review ZimaOS access logs regularly for anomalous patterns indicating API abuse

How to Mitigate CVE-2026-28442

Immediate Actions Required

  • Restrict direct API access by implementing network-level controls such as firewall rules limiting API endpoint exposure
  • Review and audit user accounts with API access, removing unnecessary privileges
  • Implement additional authentication requirements for sensitive file operations if possible through reverse proxy configurations
  • Consider taking affected ZimaOS systems offline if they are exposed to untrusted networks until a patch is available

Patch Information

No known public patch is currently available for CVE-2026-28442. Users should monitor the GitHub Security Advisory for updates from the ZimaOS development team regarding security fixes.

Until an official patch is released, organizations should implement the workarounds and mitigations described below to reduce exposure to this vulnerability.

Workarounds

  • Place a reverse proxy in front of ZimaOS that validates path parameters and blocks requests containing path traversal patterns
  • Restrict network access to ZimaOS API endpoints to trusted IP addresses or VPN connections only
  • Implement read-only file system permissions on critical system directories at the OS level where operationally feasible
  • Consider running ZimaOS in a containerized or sandboxed environment to limit the impact of successful exploitation
bash
# Example: Restrict API access via iptables to trusted network only
# Adjust interface and IP ranges according to your environment
iptables -A INPUT -p tcp --dport 80 -s 192.168.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -s 192.168.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 80 -j DROP
iptables -A INPUT -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
  • TypePath Traversal

  • Vendor/TechZimaos

  • SeverityHIGH

  • CVSS Score8.5

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-73
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-28798: ZimaOS Proxy Endpoint SSRF Vulnerability

  • CVE-2025-64427: Zimaspace ZimaOS SSRF 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