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.
INFO
Published Date :
2026-02-25T23:34:40.103Z
Last Modified :
2026-02-27T04:55:52.466Z
Source :
GitHub_M
AFFECTED PRODUCTS
The following products are affected by CVE-2026-27976 vulnerability.
| Vendors | Products |
|---|---|
| Zed |
|
| Zed-industries |
|
REFERENCES
Here, you will find a curated list of external links that provide in-depth information to CVE-2026-27976.