-
Notifications
You must be signed in to change notification settings - Fork 15
Description
CVE-2022-41940 - Medium Severity Vulnerability
Vulnerable Library - engine.io-3.2.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-3.2.1.tgz
Path to dependency file: /UrbanRoast-tutorial/resources/d3-funnel-master/package.json
Path to vulnerable library: /UrbanRoast-tutorial/resources/d3-funnel-master/node_modules/engine.io/package.json
Dependency Hierarchy:
- browser-sync-2.26.7.tgz (Root Library)
- socket.io-2.1.1.tgz
- ❌ engine.io-3.2.1.tgz (Vulnerable Library)
- socket.io-2.1.1.tgz
Found in HEAD commit: 8a027629e1d1d82ce0fb49a090c585960d0967cd
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, including those who uses depending packages like socket.io. There is no known workaround except upgrading to a safe version. There are patches for this issue released in versions 3.6.1 and 6.2.1.
Publish Date: 2022-11-22
URL: CVE-2022-41940
CVSS 3 Score Details (6.5)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
Suggested Fix
Type: Upgrade version
Origin: GHSA-r7qp-cfhv-p84w
Release Date: 2022-11-22
Fix Resolution (engine.io): 3.6.1
Direct dependency fix Resolution (browser-sync): 2.27.10
- Check this box to open an automated fix PR