Skip to content

Commit 5e2d850

Browse files
committed
blog: insert security release details to release posts (#1916)
1 parent ec5297b commit 5e2d850

File tree

4 files changed

+43
-0
lines changed

4 files changed

+43
-0
lines changed

locale/en/blog/release/v10.14.0.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ layout: blog-post.hbs
88
author: Rod Vagg
99
---
1010

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+
1121
### Notable Changes
1222

1323
* **deps**: Upgrade to OpenSSL 1.1.0j, fixing CVE-2018-0734 and CVE-2019-0735

locale/en/blog/release/v11.3.0.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ layout: blog-post.hbs
88
author: Rod Vagg
99
---
1010

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+
1121
### Notable Changes
1222

1323
* **deps**: Upgrade to OpenSSL 1.1.0j, fixing CVE-2018-0734 and CVE-2019-0735

locale/en/blog/release/v6.15.0.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ layout: blog-post.hbs
88
author: Rod Vagg
99
---
1010

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)
19+
* Node.js: HTTP request splitting (CVE-2018-12116)
20+
* OpenSSL: Timing vulnerability in DSA signature generation (CVE-2018-0734)
21+
* OpenSSL: Microarchitecture timing vulnerability in ECC scalar multiplication (CVE-2018-5407)
22+
1123
### Notable Changes
1224

1325
* **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).

locale/en/blog/release/v8.14.0.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ layout: blog-post.hbs
88
author: Rod Vagg
99
---
1010

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+
* Node.js: HTTP request splitting (CVE-2018-12116)
19+
* OpenSSL: Timing vulnerability in DSA signature generation (CVE-2018-0734)
20+
* OpenSSL: Microarchitecture timing vulnerability in ECC scalar multiplication (CVE-2018-5407)
21+
1122
### Notable Changes
1223

1324
* **deps**: Upgrade to OpenSSL 1.0.2q, fixing CVE-2018-0734 and CVE-2018-5407

0 commit comments

Comments
 (0)