{ "dataType": "CVE_RECORD", "dataVersion": "5.2", "cveMetadata": { "cveId": "CVE-2026-35454", "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "state": "PUBLISHED", "assignerShortName": "GitHub_M", "dateReserved": "2026-04-02T19:25:52.193Z", "datePublished": "2026-04-06T21:51:53.048Z", "dateUpdated": "2026-04-06T21:51:53.048Z" }, "containers": { "cna": { "title": "Code Extension Marketplace has a Zip Slip Path Traversal", "problemTypes": [ { "descriptions": [ { "cweId": "CWE-22", "lang": "en", "description": "CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')", "type": "CWE" } ] } ], "metrics": [ { "cvssV4_0": { "attackVector": "NETWORK", "attackComplexity": "LOW", "attackRequirements": "NONE", "privilegesRequired": "NONE", "userInteraction": "NONE", "vulnConfidentialityImpact": "NONE", "vulnIntegrityImpact": "HIGH", "vulnAvailabilityImpact": "NONE", "subConfidentialityImpact": "NONE", "subIntegrityImpact": "NONE", "subAvailabilityImpact": "NONE", "baseScore": 8.7, "baseSeverity": "HIGH", "vectorString": "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", "version": "4.0" } } ], "references": [ { "name": "https://github.com/coder/code-marketplace/security/advisories/GHSA-8x9r-hvwg-c55h", "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/coder/code-marketplace/security/advisories/GHSA-8x9r-hvwg-c55h" }, { "name": "https://github.com/coder/code-marketplace/releases/tag/v2.4.2", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/coder/code-marketplace/releases/tag/v2.4.2" } ], "affected": [ { "vendor": "coder", "product": "code-marketplace", "versions": [ { "version": "< 2.4.2", "status": "affected" } ] } ], "providerMetadata": { "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M", "dateUpdated": "2026-04-06T21:51:53.048Z" }, "descriptions": [ { "lang": "en", "value": "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." } ], "source": { "advisory": "GHSA-8x9r-hvwg-c55h", "discovery": "UNKNOWN" } } } }