#VU28537 Improper Authorization in Node.js - CVE-2020-8172
Published: June 3, 2020
Node.js
Node.js Foundation
Description
The vulnerability allows a remote attacker to bypass authorization process.
The
vulnerability exists due to TLS session reuse and host certificate
verification bypass, as the 'session' event can be emitted before the
'secureConnect' event in Node.js. The application agent performs https
session caching and an unauthorized connection can be established via
the cached session ticket and treated as authorized connection.