{ "schema_version": "1.4.0", "id": "GHSA-8225-6cvr-8pqp", "modified": "2023-09-08T23:55:11Z", "published": "2018-08-09T20:13:01Z", "aliases": [ "CVE-2017-16129" ], "summary": "superagent vulnerable to zip bomb attacks", "details": "Affected versions of `superagent` do not check the post-decompression size of ZIP compressed HTTP responses prior to decompressing. This results in the package being vulnerable to a [ZIP bomb](https://en.wikipedia.org/wiki/Zip_bomb) attack, where an extremely small ZIP file becomes many orders of magnitude larger when decompressed. \n\nThis may result in unrestrained CPU/Memory/Disk consumption, causing a denial of service condition.\n\n\n## Recommendation\n\nUpdate to version 3.7.0 or later.", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], "affected": [ { "package": { "ecosystem": "npm", "name": "superagent" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "0" }, { "fixed": "3.7.0" } ] } ] } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-16129" }, { "type": "WEB", "url": "https://github.com/visionmedia/superagent/issues/1259" }, { "type": "WEB", "url": "https://en.wikipedia.org/wiki/Zip_bomb" }, { "type": "ADVISORY", "url": "https://github.com/advisories/GHSA-8225-6cvr-8pqp" }, { "type": "WEB", "url": "https://www.npmjs.com/advisories/479" } ], "database_specific": { "cwe_ids": [ "CWE-400", "CWE-409" ], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2020-06-16T21:23:56Z", "nvd_published_at": null } }