CVE-2026-27976
HIGH EPSS 38.5%
Published Feb 26, 20264mo ago · Modified Jun 17, 20261w ago
8.8 CVSS 3.1
Published Feb 26, 2026 4mo ago
Last Modified Jun 17, 2026 1w ago
Description
Zed, a code editor, has an extension installer allows tar/gzip downloads. Prior to version 0.224.4, the tar extractor (`async_tar::Archive::unpack`) creates symlinks from the archive without validation, and the path guard (`writeable_path_from_extension`) only performs lexical prefix checks without resolving symlinks. An attacker can ship a tar that first creates a symlink inside the extension workdir pointing outside (e.g., `escape -> /`), then writes files through the symlink, causing writes to arbitrary host paths. This escapes the extension sandbox and enables code execution. Version 0.224.4 patches the issue.
CVSS Details
Base Score
Exploitability
Impact
Vector string
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H Attack Vector Network
Attack Complexity Low
Privileges Required None
User Interaction Required
Scope Unchanged
Confidentiality High
Integrity High
Availability High
Threat Intelligence
EPSS Exploit Probability
38.5% percentile
Exploit & Patch Status
Public Exploit Known
No Patch Available
Weaknesses 1
CWE-61
Affected Products 1
| Vendor | Product | Version | Range |
|---|---|---|---|
| zed | zed | * | <0.224.4 |
References 1
- github.com https://github.com/zed-industries/zed/security/advisories/GHSA-59p4-3mhm-qm3r
Remediation
No remediation data recorded yet
Check vendor advisories and the NVD entry for patch availability.