Vulnerability 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 Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Zed | Zed | < 0.224.4 |
Related Weaknesses (CWE)
References
- https://github.com/zed-industries/zed/security/advisories/GHSA-59p4-3mhm-qm3rVendor AdvisoryExploitMitigation
FAQ
What is CVE-2026-27976?
CVE-2026-27976 is a vulnerability with a CVSS score of 8.8 (HIGH). 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 validatio...
How severe is CVE-2026-27976?
CVE-2026-27976 has been rated HIGH with a CVSS base score of 8.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-27976?
Check the references section above for vendor advisories and patch information. Affected products include: Zed Zed.