You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: locale/en/blog/release/v10.14.0.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,16 @@ layout: blog-post.hbs
8
8
author: Rod Vagg
9
9
---
10
10
11
+
**This is a security release.** All Node.js users should consult the security release summary at https://nodejs.org/en/blog/vulnerability/november-2018-security-releases/ for details on patched vulnerabilities.
12
+
13
+
Fixes for the following CVEs are included in this release:
14
+
15
+
* Node.js: Denial of Service with large HTTP headers (CVE-2018-12121)
16
+
* Node.js: Slowloris HTTP Denial of Service (CVE-2018-12122 / Node.js)
17
+
* Node.js: Hostname spoofing in URL parser for javascript protocol (CVE-2018-12123)
18
+
* OpenSSL: Timing vulnerability in DSA signature generation (CVE-2018-0734)
19
+
* OpenSSL: Timing vulnerability in ECDSA signature generation (CVE-2019-0735)
20
+
11
21
### Notable Changes
12
22
13
23
***deps**: Upgrade to OpenSSL 1.1.0j, fixing CVE-2018-0734 and CVE-2019-0735
Copy file name to clipboardExpand all lines: locale/en/blog/release/v11.3.0.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,16 @@ layout: blog-post.hbs
8
8
author: Rod Vagg
9
9
---
10
10
11
+
**This is a security release.** All Node.js users should consult the security release summary at https://nodejs.org/en/blog/vulnerability/november-2018-security-releases/ for details on patched vulnerabilities.
12
+
13
+
Fixes for the following CVEs are included in this release:
14
+
15
+
* Node.js: Denial of Service with large HTTP headers (CVE-2018-12121)
16
+
* Node.js: Slowloris HTTP Denial of Service (CVE-2018-12122 / Node.js)
17
+
* Node.js: Hostname spoofing in URL parser for javascript protocol (CVE-2018-12123)
18
+
* OpenSSL: Timing vulnerability in DSA signature generation (CVE-2018-0734)
19
+
* OpenSSL: Timing vulnerability in ECDSA signature generation (CVE-2019-0735)
20
+
11
21
### Notable Changes
12
22
13
23
***deps**: Upgrade to OpenSSL 1.1.0j, fixing CVE-2018-0734 and CVE-2019-0735
Copy file name to clipboardExpand all lines: locale/en/blog/release/v6.15.0.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,18 @@ layout: blog-post.hbs
8
8
author: Rod Vagg
9
9
---
10
10
11
+
**This is a security release.** All Node.js users should consult the security release summary at https://nodejs.org/en/blog/vulnerability/november-2018-security-releases/ for details on patched vulnerabilities.
12
+
13
+
Fixes for the following CVEs are included in this release:
14
+
15
+
* Node.js: Debugger port 5858 listens on any interface by default (CVE-2018-12120)
16
+
* Node.js: Denial of Service with large HTTP headers (CVE-2018-12121)
17
+
* Node.js: Slowloris HTTP Denial of Service (CVE-2018-12122 / Node.js)
18
+
* Node.js: Hostname spoofing in URL parser for javascript protocol (CVE-2018-12123)
* OpenSSL: Timing vulnerability in DSA signature generation (CVE-2018-0734)
21
+
* OpenSSL: Microarchitecture timing vulnerability in ECC scalar multiplication (CVE-2018-5407)
22
+
11
23
### Notable Changes
12
24
13
25
***debugger**: Backport of [nodejs/node#8106](https://github.com/nodejs/node/pull/8106) to prevent the debugger from listening on `0.0.0.0`. It now defaults to `127.0.0.1`. Reported by Ben Noordhuis. (CVE-2018-12120 / Ben Noordhuis).
Copy file name to clipboardExpand all lines: locale/en/blog/release/v8.14.0.md
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,17 @@ layout: blog-post.hbs
8
8
author: Rod Vagg
9
9
---
10
10
11
+
**This is a security release.** All Node.js users should consult the security release summary at https://nodejs.org/en/blog/vulnerability/november-2018-security-releases/ for details on patched vulnerabilities.
12
+
13
+
Fixes for the following CVEs are included in this release:
14
+
15
+
* Node.js: Denial of Service with large HTTP headers (CVE-2018-12121)
16
+
* Node.js: Slowloris HTTP Denial of Service (CVE-2018-12122 / Node.js)
17
+
* Node.js: Hostname spoofing in URL parser for javascript protocol (CVE-2018-12123)
0 commit comments