Skip to main content

CloakBrowser cloakserve CVE-2026-45727

HIGH
Path Traversal (CWE-22)
2026-05-18 https://github.com/CloakHQ/CloakBrowser GHSA-mf33-gv72-w2h5
Share

Lifecycle Timeline

2
Source Code Evidence Fetched
May 18, 2026 - 18:30 vuln.today
Analysis Generated
May 18, 2026 - 18:30 vuln.today

DescriptionNVD

The cloakserve CDP multiplexer uses the user-supplied fingerprint query parameter directly as a filesystem path component when creating Chrome profile directories. An unauthenticated attacker who can reach the cloakserve port can supply a crafted fingerprint value containing path 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, resulting in arbitrary directory deletion.

Additionally, cloakserve bound to 0.0.0.0 by default, making it network-exposed.

Impact

An attacker with network access to the cloakserve port can delete arbitrary directories accessible to the service user.

Patches

Fixed in v0.3.28.

Mitigations

  • Upgrade to v0.3.28 or later
  • Restrict network access to the cloakserve port

AnalysisAI

Arbitrary directory deletion in CloakBrowser's cloakserve CDP multiplexer (pip package cloakbrowser <= 0.3.27) allows remote unauthenticated attackers to traverse out of the configured data_dir via a crafted fingerprint query parameter, causing shutil.rmtree() to delete directories owned by the service user. The default 0.0.0.0 bind exposes the service to any reachable network, amplifying impact. …

Sign in for full analysis, threat intelligence, and remediation guidance.

RemediationAI

Within 24 hours: Identify all systems running cloakbrowser ≤0.3.27 and immediately disable cloakserve service or isolate from untrusted networks. Within 7 days: Implement network-layer controls-restrict access via firewall to trusted IP ranges only, or reconfigure cloakserve binding from 0.0.0.0 to 127.0.0.1 if only local access is required. …

Sign in for detailed remediation steps.

Share

CVE-2026-45727 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy