First published: Thu Mar 28 2019(Updated: )
Keep-alive HTTP and HTTPS connections can remain open and inactive for up to 2 minutes in Node.js 6.16.0 and earlier. Node.js 8.0.0 introduced a dedicated server.keepAliveTimeout which defaults to 5 seconds. The behavior in Node.js 6.16.0 and earlier is a potential Denial of Service (DoS) attack vector. Node.js 6.17.0 introduces server.keepAliveTimeout and the 5-second default.
Credit: cve-request@iojs.org cve-request@iojs.org
Affected Software | Affected Version | How to fix |
---|---|---|
Langgenius Dify Node.js | <=6.16.0 | |
SUSE Linux | =42.3 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2019-5739 is considered a potential Denial of Service (DoS) vulnerability.
To fix CVE-2019-5739, upgrade to Node.js version 8.0.0 or later where the keepAliveTimeout is properly managed.
CVE-2019-5739 affects Node.js versions 6.16.0 and earlier.
Yes, CVE-2019-5739 is also relevant to openSUSE Leap 42.3 when using affected versions.
After Node.js version 6.16.0, the keepAliveTimeout defaults to 5 seconds, helping to mitigate the vulnerability.