From 195094ec527cf08218b9ed3187461b2b8835792d Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 15:19:29 +0000 Subject: [PATCH] Publish GHSA-6jrj-vc65-c983 --- .../GHSA-6jrj-vc65-c983.json | 73 +++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 advisories/github-reviewed/2024/08/GHSA-6jrj-vc65-c983/GHSA-6jrj-vc65-c983.json diff --git a/advisories/github-reviewed/2024/08/GHSA-6jrj-vc65-c983/GHSA-6jrj-vc65-c983.json b/advisories/github-reviewed/2024/08/GHSA-6jrj-vc65-c983/GHSA-6jrj-vc65-c983.json new file mode 100644 index 00000000000..651e6a9844d --- /dev/null +++ b/advisories/github-reviewed/2024/08/GHSA-6jrj-vc65-c983/GHSA-6jrj-vc65-c983.json @@ -0,0 +1,73 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-6jrj-vc65-c983", + "modified": "2024-08-26T15:17:40Z", + "published": "2024-08-26T15:17:40Z", + "aliases": [ + + ], + "summary": "unzip-stream allows Arbitrary File Write via artifact extraction", + "details": "### Impact\n\nWhen using the `Extract()` method of unzip-stream, malicious zip files were able to write to paths they shouldn't be allowed to.\n\n### Patches\n\nFixed in 0.3.2\n\n### References\n\n- https://snyk.io/research/zip-slip-vulnerability\n- https://github.com/mhr3/unzip-stream/compare/v0.3.1...v0.3.2\n\n### Credits\n\nJustin Taft from Google", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" + }, + { + "type": "CVSS_V4", + "score": "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" + } + ], + "affected": [ + { + "package": { + "ecosystem": "npm", + "name": "unzip-stream" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "0.3.2" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/mhr3/unzip-stream/security/advisories/GHSA-6jrj-vc65-c983" + }, + { + "type": "WEB", + "url": "https://github.com/mhr3/unzip-stream/commit/ab67989719abb4dcc774d02de266151905b8d45a" + }, + { + "type": "PACKAGE", + "url": "https://github.com/mhr3/unzip-stream" + }, + { + "type": "WEB", + "url": "https://github.com/mhr3/unzip-stream/compare/v0.3.1...v0.3.2" + }, + { + "type": "WEB", + "url": "https://snyk.io/research/zip-slip-vulnerability" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-22" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-08-26T15:17:40Z", + "nvd_published_at": null + } +} \ No newline at end of file