CVE-2026-41383: OpenClaw Arbitrary Directory Deletion Flaw Exposes Remote Data

CVE-2026-41383: OpenClaw Arbitrary Directory Deletion Flaw Exposes Remote Data

The National Vulnerability Database has detailed CVE-2026-41383, a critical arbitrary directory deletion vulnerability impacting OpenClaw versions prior to 2026.4.2. Attackers can exploit this flaw in mirror mode by manipulating remoteWorkspaceDir and remoteAgentWorkspaceDir configuration settings. This manipulation allows them to delete unintended directories on remote systems, replacing their contents with uploaded workspace data.

The CVSS score of 8.1 highlights the severity, with the vector CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H indicating a High impact for Integrity and Availability, accessible over the network with low complexity and requiring only low privileges. This is a classic CWE-22 path traversal vulnerability, but with a destructive twist.

Defenders must prioritize patching OpenClaw instances to version 2026.4.2 or later. For organizations unable to patch immediately, rigorous auditing of OpenClaw configurations, particularly remote directory settings, is paramount. Limiting administrative access to these configurations and monitoring for unusual file deletion or synchronization activities on remote workspaces will be key to early detection.

What This Means For You

  • If your organization uses OpenClaw, verify that you are running version 2026.4.2 or higher. If not, schedule an immediate upgrade. Review your `remoteWorkspaceDir` and `remoteAgentWorkspaceDir` configurations for any suspicious or unauthorized changes and implement stricter access controls on these settings.

Related ATT&CK Techniques

🛡️ Detection Rules

3 rules · 6 SIEM formats

3 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.

critical T1070.004 Defense Evasion

CVE-2026-41383: OpenClaw Mirror Mode Arbitrary Directory Deletion

Sigma YAML — free preview
title: CVE-2026-41383: OpenClaw Mirror Mode Arbitrary Directory Deletion
id: scw-2026-04-28-ai-1
status: experimental
level: critical
description: |
  Detects the execution of OpenClaw in mirror or sync mode, which is the core functionality exploited by CVE-2026-41383. This rule aims to identify potential attempts to trigger the arbitrary directory deletion vulnerability by observing the specific command-line arguments used by OpenClaw.
author: SCW Feed Engine (AI-generated)
date: 2026-04-28
references:
  - https://shimiscyberworld.com/posts/nvd-CVE-2026-41383/
tags:
  - attack.defense_evasion
  - attack.t1070.004
logsource:
    category: process_creation
detection:
  selection:
      Image|contains:
          - 'OpenClaw.exe'
      CommandLine|contains:
          - 'mirror'
          - 'sync'
      condition: selection
falsepositives:
  - Legitimate administrative activity

Source: Shimi's Cyber World · License & reuse

✓ Sigma · Splunk SPL Sentinel KQL Elastic QRadar AQL Wazuh Get rules for your SIEM →

Indicators of Compromise

IDTypeIndicator
CVE-2026-41383 Arbitrary Directory Deletion OpenClaw before 2026.4.2
CVE-2026-41383 Misconfiguration Manipulation of remoteWorkspaceDir and remoteAgentWorkspaceDir configuration values in OpenShell
Source & Attribution
Source PlatformNVD
ChannelNational Vulnerability Database
PublishedApril 28, 2026 at 22:37 UTC

This content was AI-rewritten and enriched by Shimi's Cyber World based on the original source. All intellectual property rights remain with the original author.

Believe this infringes your rights? Submit a takedown request.

Related coverage

Featured

Daily Security Digest — 2026-04-28

80 vulnerability disclosures (20 Critical, 60 High) and 25 curated intelligence stories from 9 sources.

daily-digestvulnerabilityCVEcriticalhigh-severitycommand-injectioncwe-77cwe-78privilege-escalationcwe-269
/SCW Daily Digest /CRITICAL

CVE-2026-42431: OpenClaw Vulnerability Allows Persistent Browser Profile Mutation

CVE-2026-42431 — OpenClaw before 2026.4.8 contains a security bypass vulnerability in node.invoke(browser.proxy) that allows mutation of persistent browser profiles. Attackers can exploit this path to...

vulnerabilityCVEhigh-severitycwe-863
/SCW Vulnerability Desk /HIGH /8.1 /⚑ 3 IOCs /⚙ 2 Sigma

OpenClaw CVE-2026-42426: Improper Authorization Allows Node Pairing Bypass

CVE-2026-42426 — OpenClaw before 2026.4.8 contains an improper authorization vulnerability where the node.pair.approve method accepts operator.write scope instead of the narrower operator.pairing scope, allowing unprivileged...

vulnerabilityCVEhigh-severitycwe-863
/SCW Vulnerability Desk /HIGH /8.8 /⚑ 1 IOC /⚙ 2 Sigma