CVE-2016-10536
N/A
Summary
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.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| HackerOne | engine.io-client node module | <= 1.6.8 | affected |
Weaknesses
- CWE-300: Man-in-the-Middle (CWE-300)
ADP Enrichment
CVE Program Container
Additional References
- https://www.cigital.com/blog/node-js-socket-io/
- https://github.com/socketio/engine.io-client/commit/2c55b278a491bf45313ecc0825cf800e2f7ff5c1
- https://nodesecurity.io/advisories/99
References
- https://www.cigital.com/blog/node-js-socket-io/
- https://github.com/socketio/engine.io-client/commit/2c55b278a491bf45313ecc0825cf800e2f7ff5c1
- https://nodesecurity.io/advisories/99
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.