CVE-2016-10536

engine.io-client is the client for engine.io, the implementation of a transport-based cross-browser/cross-device bi-directional communication layer for Socket.IO. The vulnerability is related to the way that node.js handles the `rejectUnauthorized` setting. If the value is something that evaluates to false, certificate verification will be disabled. This is problematic as engine.io-client 1.6.8 and earlier passes in an object for settings that includes the rejectUnauthorized property, whether it has been set or not. If the value has not been explicitly changed, it will be passed in as `null`, resulting in certificate verification being turned off.
Configurations

Configuration 1 (hide)

cpe:2.3:a:socket:engine.io-client:*:*:*:*:*:node.js:*:*

History

No history.

Information

Published : 2018-05-31 20:29

Updated : 2023-12-10 12:30


NVD link : CVE-2016-10536

Mitre link : CVE-2016-10536

CVE.ORG link : CVE-2016-10536


JSON object : View

Products Affected

socket

  • engine.io-client
CWE
CWE-295

Improper Certificate Validation

CWE-300

Channel Accessible by Non-Endpoint