A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-45727

CVE-2026-45727: CloakBrowser Path Traversal Vulnerability

CVE-2026-45727 is a path traversal flaw in CloakBrowser that enables arbitrary directory deletion through crafted fingerprint parameters. This article covers technical details, affected versions, and mitigation strategies.

Published: June 4, 2026

CVE-2026-45727 Overview

CVE-2026-45727 is a path traversal vulnerability [CWE-22] in CloakBrowser, a tool designed to bypass bot detection tests. The flaw affects the cloakserve Chrome DevTools Protocol (CDP) multiplexer in versions prior to 0.3.28. The component uses the user-supplied fingerprint query parameter directly as a filesystem path component when creating Chrome profile directories. An unauthenticated attacker can supply crafted traversal sequences to resolve user_data_dir outside the configured data_dir. When Chrome fails to start or the process is cleaned up, shutil.rmtree() deletes the traversed path, causing arbitrary directory deletion. The service binds to 0.0.0.0 by default, exposing it to the network.

Critical Impact

Unauthenticated network attackers can trigger deletion of arbitrary directories on the host running cloakserve, causing data loss and service disruption.

Affected Products

  • CloakBrowser cloakserve CDP multiplexer prior to version 0.3.28
  • Deployments using default 0.0.0.0 bind configuration
  • Any host running CloakBrowser with network-reachable cloakserve ports

Discovery Timeline

  • 2026-06-01 - CVE CVE-2026-45727 published to NVD
  • 2026-06-02 - Last updated in NVD database

Technical Details for CVE-2026-45727

Vulnerability Analysis

The vulnerability resides in the cloakserve CDP multiplexer component of CloakBrowser. The service accepts a fingerprint query parameter from clients and uses that value directly when constructing the path for user_data_dir, the Chrome profile directory. Because the parameter undergoes no normalization or containment check against the configured data_dir, traversal sequences such as ../ resolve outside the intended base directory.

The deletion primitive triggers during cleanup. When Chrome fails to launch or the session terminates, cloakserve calls shutil.rmtree() against the path it previously computed. Because the resolved path can point anywhere the service process has write access, the cleanup routine recursively removes attacker-chosen directories. The default network exposure on 0.0.0.0 removes any requirement for local access or authentication.

Root Cause

The root cause is missing input validation on the fingerprint parameter combined with unsafe path composition. The code path concatenates user input into a filesystem path without canonicalizing the result or verifying it stays within data_dir. A secondary contributing factor is the insecure default bind address, which exposes the management interface beyond the local host.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker reachable to the cloakserve port issues a request with a fingerprint value containing path traversal sequences. The attacker then forces the Chrome launch to fail or waits for normal cleanup. The subsequent shutil.rmtree() call deletes the traversed directory tree under the privileges of the cloakserve process.

No verified public exploit code was identified at publication. See the GitHub Security Advisory for vendor technical details.

Detection Methods for CVE-2026-45727

Indicators of Compromise

  • HTTP requests to cloakserve containing .., %2e%2e, or encoded traversal sequences in the fingerprint query parameter
  • Unexpected disappearance of directories on hosts running CloakBrowser
  • cloakserve process logs showing Chrome launch failures followed by rmtree activity on paths outside the configured data_dir
  • Inbound connections to cloakserve ports from non-trusted source addresses

Detection Strategies

  • Inspect web access logs for fingerprint query parameters containing path separators or relative traversal tokens
  • Monitor filesystem audit events for unlink and rmdir operations originating from the cloakserve process on paths outside data_dir
  • Correlate Chrome process spawn failures with subsequent recursive deletion activity by the parent service

Monitoring Recommendations

  • Enable filesystem auditing on directories adjacent to and above the configured data_dir
  • Capture and retain HTTP request logs for the cloakserve listener, including full query strings
  • Alert on cloakserve binding to non-loopback interfaces in production inventories

How to Mitigate CVE-2026-45727

Immediate Actions Required

  • Upgrade CloakBrowser to version 0.3.28 or later on all hosts running cloakserve
  • Restrict the cloakserve bind address to 127.0.0.1 or a trusted management interface
  • Place network ACLs or host firewall rules in front of cloakserve ports to deny untrusted sources
  • Audit the host for unexpected directory deletions that may indicate prior exploitation

Patch Information

The maintainers patched the vulnerability in CloakBrowser 0.3.28. The fix addresses both the path traversal in the fingerprint parameter and the default network exposure. Refer to the GitHub Security Advisory GHSA-mf33-gv72-w2h5 for the authoritative fix description.

Workarounds

  • Bind cloakserve to 127.0.0.1 instead of 0.0.0.0 until the upgrade is complete
  • Run cloakserve under a dedicated low-privilege account whose filesystem access is limited to data_dir
  • Place cloakserve behind a reverse proxy that strips or validates the fingerprint parameter against an allowlist
bash
# Configuration example: restrict bind address and isolate data directory
# Example only - consult vendor documentation for current flags
cloakserve --host 127.0.0.1 --port 9223 --data-dir /var/lib/cloakbrowser/profiles

# Host firewall example (Linux nftables) to block external access
nft add rule inet filter input tcp dport 9223 iifname != "lo" 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/TechCloakbrowser

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.11%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-22
  • Technical References
  • GitHub Security Advisory
  • Latest CVEs
  • CVE-2026-50263: X.org X Server Use-After-Free Flaw

  • CVE-2026-21033: Samsung Assistant RCE Vulnerability

  • CVE-2026-21032: Samsung Assistant RCE Vulnerability

  • CVE-2026-50260: X.org X Server Use-After-Free Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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