CVE-2016-10536

NONE EPSS 59.0%
Published May 31, 20188y ago · Modified Jun 17, 20262w ago
Find Similar
Published May 31, 2018 8y ago
Last Modified Jun 17, 2026 2w ago

Description

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.

Threat Intelligence

EPSS Exploit Probability
59.0% percentile
Exploit & Patch Status
No Known Exploit
Patch Available

Weaknesses 2

CWE-295
CWE-300

Affected Products 1

VendorProductVersionRange
socketengine.io-client* ≤1.6.8

References 3

  • github.com https://github.com/socketio/engine.io-client/commit/2c55b278a491bf45313ecc0825cf800e2f7ff5c1
    PatchThird Party Advisory
  • nodesecurity.io https://nodesecurity.io/advisories/99
    Third Party Advisory
  • cigital.com https://www.cigital.com/blog/node-js-socket-io/
    Third Party Advisory

Remediation

  • github.com https://github.com/socketio/engine.io-client/commit/2c55b278a491bf45313ecc0825cf800e2f7ff5c1
    PatchThird Party Advisory