Vulnerability Description
Zed, a code editor, has a Zip Slip (Path Traversal) vulnerability exists in its extension archive extraction functionality prior to version 0.224.4. The `extract_zip()` function in `crates/util/src/archive.rs` fails to validate ZIP entry filenames for path traversal sequences (e.g., `../`). This allows a malicious extension to write files outside its designated sandbox directory by downloading and extracting a crafted ZIP archive. Version 0.224.4 fixes 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-v385-xh3h-rrfrVendor AdvisoryExploit
FAQ
What is CVE-2026-27800?
CVE-2026-27800 is a vulnerability with a CVSS score of 7.4 (HIGH). Zed, a code editor, has a Zip Slip (Path Traversal) vulnerability exists in its extension archive extraction functionality prior to version 0.224.4. The `extract_zip()` function in `crates/util/src/ar...
How severe is CVE-2026-27800?
CVE-2026-27800 has been rated HIGH with a CVSS base score of 7.4/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-27800?
Check the references section above for vendor advisories and patch information. Affected products include: Zed Zed.