OFFSITE.DARK
← Signals

Jun 25, 2026

2 min

Sploitus

  • anthropic
  • claude
  • local
  • persistence
  • cve
  • vm

news

Claude Desktop Cowork VM Integrity Bypass (CVE-2026-7574)

Sploitus-indexed local flaw: Cowork trusts rootfs.img existence/version without hash or signature, enabling VM persistence.

Summary

CVE-2026-7574 is a local VM image integrity bypass in Anthropic Claude Desktop Cowork (versions v1.1348.0 – v1.2278.0 on macOS per indexed advisory). The application verifies only that rootfs.img exists and matches version metadata before booting the Cowork VM — it does not cryptographically validate image contents. A local attacker with low privileges can replace or tamper with rootfs.img to achieve persistent code execution inside the Cowork VM across restarts. Documented on Sploitus with CVSS 8.7.

OFFSITE.DARK cites Sploitus as index source; this is a post-compromise persistence issue, not remote pre-auth exploitation.

Technical Details

AspectDetail
CVECVE-2026-7574
ProductClaude Desktop Cowork
Affectedv1.1348.0 – v1.2278.0 (macOS confirmed in index)
CWECWE-353 (Missing Support for Integrity Check)
Attack vectorLocal
PrivilegesLow (local user)
ScopeChanged (VM boundary)

Checks performed vs missing:

✓ File exists
✓ Version metadata matches
✗ SHA-256 / signature verification
✗ Secure boot / trust chain

CVE

FieldValue
CVECVE-2026-7574
CVSS8.7 High
ExploitationPost-compromise persistence
Sploitus date2026-06-25
Public disclosure2026-06-24

Impact

Attackers with local foothold can maintain execution inside the Cowork VM, access host-VM shared mounts, and survive application reinstalls if the tampered image persists. Relevant to shared workstations and insider-threat scenarios rather than internet-wide scanning.

Mitigation

  1. Apply Anthropic updates when vendor ships integrity verification.
  2. Restrict local user access to Claude Desktop hosts handling sensitive data.
  3. Monitor rootfs.img modification times and unexpected startup scripts inside the VM.
  4. Recreate Cowork VM images from known-good sources after suspected tampering.
  5. Vendor recommendation (indexed): SHA-256 validation, signatures, secure boot, runtime integrity checks.

Sources

→ Source