Closed mend-for-github-com[bot] closed 2 years ago
:heavy_check_mark: This issue was automatically closed by WhiteSource because the vulnerable library in the specific branch(es) was either marked as ignored or it is no longer part of the WhiteSource inventory.
CVE-2022-21676 - High Severity Vulnerability
Vulnerable Libraries - engine.io-6.1.0.tgz, engine.io-4.1.1.tgz
engine.io-6.1.0.tgz
The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server
Library home page: https://registry.npmjs.org/engine.io/-/engine.io-6.1.0.tgz
Path to dependency file: /frontend/package.json
Path to vulnerable library: /frontend/node_modules/engine.io/package.json
Dependency Hierarchy: - karma-6.3.9.tgz (Root Library) - socket.io-4.4.0.tgz - :x: **engine.io-6.1.0.tgz** (Vulnerable Library)
engine.io-4.1.1.tgz
The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server
Library home page: https://registry.npmjs.org/engine.io/-/engine.io-4.1.1.tgz
Path to dependency file: /package.json
Path to vulnerable library: /node_modules/engine.io/package.json
Dependency Hierarchy: - socket.io-3.1.2.tgz (Root Library) - :x: **engine.io-4.1.1.tgz** (Vulnerable Library)
Found in base branch: master
Vulnerability Details
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.
Publish Date: 2022-01-12
URL: CVE-2022-21676
CVSS 3 Score Details (7.5)
Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High
For more information on CVSS3 Scores, click here.Suggested Fix
Type: Upgrade version
Origin: https://github.com/socketio/engine.io/security/advisories/GHSA-273r-mgr4-v34f
Release Date: 2022-01-12
Fix Resolution (engine.io): 6.1.1
Direct dependency fix Resolution (karma): 6.3.10
Fix Resolution (engine.io): 4.1.2
Direct dependency fix Resolution (socket.io): 4.0.0
:rescue_worker_helmet: Automatic Remediation is available for this issue