CVE-2026-35454
HIGH EPSS 26.2%
Published Apr 6, 20262mo ago · Modified Jun 17, 20262w ago
8.7 CVSS 4.0
Published Apr 6, 2026 2mo ago
Last Modified Jun 17, 2026 2w ago
Description
The Code Extension Marketplace is an open-source alternative to the VS Code Marketplace. Prior to 2.4.2, Zip Slip vulnerability in coder/code-marketplace allowed a malicious VSIX file to write arbitrary files outside the extension directory. ExtractZip passed raw zip entry names to a callback that wrote files via filepath.Join with no boundary check; filepath.Join resolved .. components but did not prevent the result from escaping the base path. This vulnerability is fixed in 2.4.2.
CVSS Details
Base Score
Exploitability
Impact
Vector string
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X Attack Vector Network
Attack Complexity Low
Privileges Required None
User Interaction None
Scope X
Threat Intelligence
EPSS Exploit Probability
26.2% percentile
Exploit & Patch Status
No Known Exploit
No Patch Available
Weaknesses 1
CWE-22 Path Traversal Resource Mgmt
Affected Products 1
| Vendor | Product | Version | Range |
|---|---|---|---|
| coder | code-marketplace | * | ≤2.4.1 |
References 2
- github.com https://github.com/coder/code-marketplace/releases/tag/v2.4.2
- github.com https://github.com/coder/code-marketplace/security/advisories/GHSA-8x9r-hvwg-c55h
Remediation
No remediation data recorded yet
Check vendor advisories and the NVD entry for patch availability.