ghsa-6663-c963-2gqg
Vulnerability from github
Published
2019-02-18 23:58
Modified
2020-08-31 18:11
Summary
DoS due to excessively large websocket message in ws
Details
Affected versions of ws
do not appropriately limit the size of incoming websocket payloads, which may result in a denial of service condition when the node process crashes after receiving a large payload.
Recommendation
Update to version 1.1.1 or later.
Alternatively, set the maxpayload
option for the ws
server to a value smaller than 256MB.
{ "affected": [ { "package": { "ecosystem": "npm", "name": "ws" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "1.1.1" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2016-10542" ], "database_specific": { "cwe_ids": [ "CWE-400" ], "github_reviewed": true, "github_reviewed_at": "2020-06-16T21:18:11Z", "nvd_published_at": null, "severity": "HIGH" }, "details": "Affected versions of `ws` do not appropriately limit the size of incoming websocket payloads, which may result in a denial of service condition when the node process crashes after receiving a large payload.\n\n\n\n## Recommendation\n\nUpdate to version 1.1.1 or later. \nAlternatively, set the `maxpayload` option for the `ws` server to a value smaller than 256MB.", "id": "GHSA-6663-c963-2gqg", "modified": "2020-08-31T18:11:28Z", "published": "2019-02-18T23:58:35Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-10542" }, { "type": "WEB", "url": "https://github.com/nodejs/node/issues/7388" }, { "type": "ADVISORY", "url": "https://github.com/advisories/GHSA-6663-c963-2gqg" }, { "type": "WEB", "url": "https://www.npmjs.com/advisories/120" } ], "schema_version": "1.4.0", "severity": [], "summary": "DoS due to excessively large websocket message in ws" }
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.