CVE-2026-7574 Details
Description
Anthropic Claude Desktop Cowork VM image handling (confirmed across v1.1348.0 through v1.2278.0, including v1.1348.0, v1.1617.0, and v1.2278.0) validates only file presence and a version marker string before booting rootfs.img, but does not verify image content integrity at time-of-use. A local attacker with unprivileged code execution as the victim macOS user can modify the VM root filesystem image and have it trusted on subsequent Cowork VM boots, enabling persistent arbitrary code execution in the VM and access to host-mounted directories. The estimated CWE mapping is CWE-353 (Missing Support for Integrity Check).
A vulnerability exists in Anthropic Claude Desktop Cowork VM image handling, specifically in versions 1.1348.0 through 1.2278.0. The issue arises because the application only checks for the presence of the VM image file and a version marker string before booting the root filesystem image. It fails to verify the integrity of the image content at the time of use. This flaw allows a local attacker with unprivileged code execution as the victim macOS user to modify the VM root filesystem image, which is then trusted on subsequent Cowork VM boots. Exploitation of this vulnerability enables persistent arbitrary code execution within the VM and access to directories mounted from the host.
To address this vulnerability, it is recommended to implement a verification process that computes and checks the SHA256 hash of 'rootfs.img' before each boot, comparing it to an expected value. Additionally, integrating in-VM integrity enforcement measures, such as dm-verity or fs-verity, and making the root filesystem read-only at the virtualization framework layer while using an overlay for writes can enhance security. Using signed VM images and storing them in a macOS-protected location where unprivileged users cannot modify them are also advisable steps.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Jun 24, 2026CNA
Assessed Jan 1, 1References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-353 | Missing Support for Integrity Check | [email protected] |
Affected Products
No affected product data is available for this CVE.
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 24, 2026 | CVE Modified | CISA-ADP |
| Jun 24, 2026 | New CVE Received | [email protected] |