CVE-2022-21676
Published Jan 12, 2022
Last updated a year ago
Overview
- Description
- Engine.IO is the implementation of transport-based cross-browser/cross-device bi-directional communication layer for Socket.IO. A specially crafted HTTP request can trigger an uncaught exception on the Engine.IO server, thus killing the Node.js process. This impacts all the users of the `engine.io` package starting from version `4.0.0`, including those who uses depending packages like `socket.io`. Versions prior to `4.0.0` are not impacted. A fix has been released for each major branch, namely `4.1.2` for the `4.x.x` branch, `5.2.1` for the `5.x.x` branch, and `6.1.1` for the `6.x.x` branch. There is no known workaround except upgrading to a safe version.
- Source
- security-advisories@github.com
- NVD status
- Analyzed
Social media
- Hype score
- Not currently trending
Risk scores
CVSS 3.1
- Type
- Primary
- Base score
- 7.5
- Impact score
- 3.6
- Exploitability score
- 3.9
- Vector string
- CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
- Severity
- HIGH
CVSS 2.0
- Type
- Primary
- Base score
- 5
- Impact score
- 2.9
- Exploitability score
- 10
- Vector string
- AV:N/AC:L/Au:N/C:N/I:N/A:P
Configurations
[ { "nodes": [ { "negate": false, "cpeMatch": [ { "criteria": "cpe:2.3:a:socket:engine.io:*:*:*:*:*:node.js:*:*", "vulnerable": true, "matchCriteriaId": "94FFE6AA-08E1-42B0-9960-37358EA89887", "versionEndExcluding": "4.1.2", "versionStartIncluding": "4.0.0" }, { "criteria": "cpe:2.3:a:socket:engine.io:*:*:*:*:*:node.js:*:*", "vulnerable": true, "matchCriteriaId": "81ACF961-FC3A-492B-B668-B5CEBCB47033", "versionEndExcluding": "5.2.1", "versionStartIncluding": "5.0.0" }, { "criteria": "cpe:2.3:a:socket:engine.io:*:*:*:*:*:node.js:*:*", "vulnerable": true, "matchCriteriaId": "A6A747F1-20E1-4B28-A077-8720EB785243", "versionEndExcluding": "6.1.1", "versionStartIncluding": "6.0.0" } ], "operator": "OR" } ] } ]