ghsa-8225-6cvr-8pqp
Vulnerability from github
Published
2018-08-09 20:13
Modified
2023-09-08 23:55
Severity ?
VLAI Severity ?
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 attack, where an extremely small ZIP file becomes many orders of magnitude larger when decompressed.
This may result in unrestrained CPU/Memory/Disk consumption, causing a denial of service condition.
Recommendation
Update to version 3.7.0 or later.
{ "affected": [ { "package": { "ecosystem": "npm", "name": "superagent" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "3.7.0" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2017-16129" ], "database_specific": { "cwe_ids": [ "CWE-400", "CWE-409" ], "github_reviewed": true, "github_reviewed_at": "2020-06-16T21:23:56Z", "nvd_published_at": null, "severity": "MODERATE" }, "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.", "id": "GHSA-8225-6cvr-8pqp", "modified": "2023-09-08T23:55:11Z", "published": "2018-08-09T20:13:01Z", "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" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "type": "CVSS_V3" } ], "summary": "superagent vulnerable to zip bomb attacks" }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…