
CVE-2026-7574
An integrity validation weakness allowing modification of the Claude Desktop Cowork VM filesystem image (rootfs.img), enabling persistent code execution inside the VM environment.
CVE-2026-7574 is a high-severity vulnerability affecting Anthropic Claude Desktop Cowork.
The issue arises because the application validates only the existence and version metadata of the virtual machine filesystem image (rootfs.img) before booting the VM. The image contents themselves are not cryptographically verified.
This allows an attacker with local access to replace or modify the VM image and maintain persistent execution capabilities inside the Cowork virtual machine.
| Product | Status |
|---|---|
| Claude Desktop Cowork | Vulnerable |
| macOS Deployments | Affected |
| Linux Deployments | Not Confirmed |
| Windows Deployments | Not Confirmed |
v1.1348.0 – v1.2278.0
The application performs:
✓ File Exists
✓ Version Matches
✗ Integrity Validation
✗ Cryptographic Signature Verification
✗ Secure Hash Validation
As a result, a modified VM filesystem image is trusted during subsequent launches.
┌──────────────────────┐
│ Local User Access │
└──────────┬───────────┘
│
▼
┌──────────────────────┐
│ Modify rootfs.img │
└──────────┬───────────┘
│
▼
┌──────────────────────┐
│ Claude Starts VM │
└──────────┬───────────┘
│
▼
┌──────────────────────┐
│ Malicious Image │
│ Trusted & Executed │
└──────────┬───────────┘
│
▼
┌──────────────────────┐
│ Persistent Access │
│ Inside Cowork VM │
└──────────────────────┘
Attackers can maintain code execution across VM restarts.
Access to directories mounted between the host and VM.
Useful for maintaining footholds after initial compromise.
Modified environments may execute attacker-controlled services and scripts.
Educational representation only.
# Locate VM image
rootfs.img
# Modify filesystem image
# Replace startup scripts
# Restart Claude Desktop Cowork
# Modified image executes automatically
rootfs.imgImplement:
SHA-256 Validation
Cryptographic Signatures
Secure Boot Verification
Image Trust Chains
Runtime Integrity Checks
| Event | Date |
|---|---|
| CVE Reserved | 2026-05-01 |
| Public Disclosure | 2026-06-24 |
| CVE Published | 2026-06-24 |
CWE-353
Missing Support for Integrity Check
This repository is intended for:
Do not use this information to attack systems without explicit authorization.
Persistence Through Trust Without Verification
| Field | Value |
|---|
| CVE | CVE-2026-7574 |
| Severity | High |
| CVSS Score | 8.7 |
| CWE | CWE-353 |
| Attack Vector | Local |
| Privileges Required | Low |
| User Interaction | None |
| Scope | Changed |
| Exploitation | Post-Compromise |