Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

chore(deps): update node.js to v12.22.12 #17

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 12, 2021

Mend Renovate

This PR contains the following updates:

Package Update Change
node patch 12.22.6 -> 12.22.12

Release Notes

nodejs/node

v12.22.12: 2022-04-05, Version 12.22.12 'Erbium' (LTS), @​richardlau

Compare Source

Notable Changes

This is planned to be the final Node.js 12 release. Node.js 12 will
reach End-of-Life status on 30 April 2022, after which it will no
receive updates. You are strongly advised to migrate your applications
to Node.js 16 or 14 (both of which are Long Term Support (LTS) releases)
to continue to receive future security updates beyond 30 April 2022.

This release fixes a shutdown crash in Node-API (formerly N-API) and a
potential stack overflow when using vm.runInNewContext().

The list of GPG keys used to sign releases and instructions on how to
fetch the keys for verifying binaries has been synchronized with the
main branch.

Commits

v12.22.11: 2022-03-17, Version 12.22.11 'Erbium' (LTS), @​richardlau

Compare Source

This is a security release.

Notable changes

Update to OpenSSL 1.1.1n, which addresses the following vulnerability:

Fix for building Node.js 12.x with Visual Studio 2019 to allow us to continue to
run CI tests.

Commits

v12.22.10: 2022-02-01, Version 12.22.10 'Erbium' (LTS), @​ruyadorno

Compare Source

Notable changes
  • Upgrade npm to 6.14.16
  • Updated ICU time zone data
Commits

v12.22.9: 2022-01-10, Version 12.22.9 'Erbium' (LTS), @​richardlau

Compare Source

This is a security release.

Notable changes
Improper handling of URI Subject Alternative Names (Medium)(CVE-2021-44531)

Accepting arbitrary Subject Alternative Name (SAN) types, unless a PKI is specifically defined to use a particular SAN type, can result in bypassing name-constrained intermediates. Node.js was accepting URI SAN types, which PKIs are often not defined to use. Additionally, when a protocol allows URI SANs, Node.js did not match the URI correctly.

Versions of Node.js with the fix for this disable the URI SAN type when checking a certificate against a hostname. This behavior can be reverted through the --security-revert command-line option.

More details will be available at CVE-2021-44531 after publication.

Certificate Verification Bypass via String Injection (Medium)(CVE-2021-44532)

Node.js converts SANs (Subject Alternative Names) to a string format. It uses this string to check peer certificates against hostnames when validating connections. The string format was subject to an injection vulnerability when name constraints were used within a certificate chain, allowing the bypass of these name constraints.

Versions of Node.js with the fix for this escape SANs containing the problematic characters in order to prevent the injection. This behavior can be reverted through the --security-revert command-line option.

More details will be available at CVE-2021-44532 after publication.

Incorrect handling of certificate subject and issuer fields (Medium)(CVE-2021-44533)

Node.js did not handle multi-value Relative Distinguished Names correctly. Attackers could craft certificate subjects containing a single-value Relative Distinguished Name that would be interpreted as a multi-value Relative Distinguished Name, for example, in order to inject a Common Name that would allow bypassing the certificate subject verification.

Affected versions of Node.js do not accept multi-value Relative Distinguished Names and are thus not vulnerable to such attacks themselves. However, third-party code that uses node's ambiguous presentation of certificate subjects may be vulnerable.

More details will be available at CVE-2021-44533 after publication.

Prototype pollution via console.table properties (Low)(CVE-2022-21824)

Due to the formatting logic of the console.table() function it was not safe to allow user controlled input to be passed to the properties parameter while simultaneously passing a plain object with at least one property as the first parameter, which could be __proto__. The prototype pollution has very limited control, in that it only allows an empty string to be assigned numerical keys of the object prototype.

Versions of Node.js with the fix for this use a null protoype for the object these properties are being assigned to.

More details will be available at CVE-2022-21824 after publication.

Thanks to Patrik Oldsberg (rugvip) for reporting this vulnerability.

Commits

v12.22.8: 2021-12-16, Version 12.22.8 'Erbium' (LTS), @​richardlau

Compare Source

Notable Changes

This release contains a c-ares update to fix a regression introduced in
Node.js 12.22.5 resolving CNAME records containing underscores
#​39780.

Root certificates have been updated to those from Mozilla's Network
Security Services 3.71 #​40281.

Commits

v12.22.7: 2021-10-12, Version 12.22.7 'Erbium' (LTS), @​danielleadams

Compare Source

This is a security release.

Notable changes
  • CVE-2021-22959: HTTP Request Smuggling due to spaced in headers (Medium)
    • The http parser accepts requests with a space (SP) right after the header name before the colon. This can lead to HTTP Request Smuggling (HRS). More details will be available at CVE-2021-22959 after publication.
  • CVE-2021-22960: HTTP Request Smuggling when parsing the body (Medium)
    • The parse ignores chunk extensions when parsing the body of chunked requests. This leads to HTTP Request Smuggling (HRS) under certain conditions. More details will be available at CVE-2021-22960 after publication.
Commits

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from prisis as a code owner October 12, 2021 16:43
@renovate renovate bot added Changed Changelog Changed dependency labels Oct 12, 2021
@renovate renovate bot force-pushed the renovate/node-12.x branch 2 times, most recently from b852462 to 29b62ec Compare November 3, 2021 18:43
@renovate renovate bot force-pushed the renovate/node-12.x branch 2 times, most recently from 73de17e to aa3e67d Compare November 17, 2021 19:19
@renovate renovate bot force-pushed the renovate/node-12.x branch 2 times, most recently from 7fa611a to 4879411 Compare November 30, 2021 17:08
@renovate renovate bot force-pushed the renovate/node-12.x branch from 4879411 to c7bcc31 Compare December 4, 2021 00:58
@renovate renovate bot force-pushed the renovate/node-12.x branch 2 times, most recently from e054972 to 1c21572 Compare December 17, 2021 01:44
@renovate renovate bot changed the title chore(deps): update node.js to v12.22.7 chore(deps): update node.js to v12.22.8 Dec 17, 2021
@renovate renovate bot force-pushed the renovate/node-12.x branch 2 times, most recently from dadaa72 to c39c087 Compare January 11, 2022 00:43
@renovate renovate bot changed the title chore(deps): update node.js to v12.22.8 chore(deps): update node.js to v12.22.9 Jan 11, 2022
@renovate renovate bot force-pushed the renovate/node-12.x branch from c39c087 to 9150ebf Compare January 24, 2022 16:03
@renovate renovate bot changed the title chore(deps): update node.js to v12.22.9 chore(deps): update node.js to v12.22.10 Feb 1, 2022
@renovate renovate bot force-pushed the renovate/node-12.x branch from 9150ebf to e4ac97a Compare February 1, 2022 22:02
@renovate renovate bot force-pushed the renovate/node-12.x branch 3 times, most recently from 1b5a9e9 to 3c43b67 Compare February 21, 2022 15:55
@renovate renovate bot force-pushed the renovate/node-12.x branch from 3c43b67 to 8bf00c2 Compare March 18, 2022 00:19
@renovate renovate bot changed the title chore(deps): update node.js to v12.22.10 chore(deps): update node.js to v12.22.11 Mar 18, 2022
@renovate renovate bot force-pushed the renovate/node-12.x branch from 8bf00c2 to 0911a79 Compare April 5, 2022 12:50
@renovate renovate bot changed the title chore(deps): update node.js to v12.22.11 chore(deps): update node.js to v12.22.12 Apr 5, 2022
@renovate renovate bot force-pushed the renovate/node-12.x branch 3 times, most recently from b00aa25 to e906f3a Compare June 18, 2022 17:50
@renovate renovate bot force-pushed the renovate/node-12.x branch from e906f3a to b05cffc Compare June 18, 2022 17:53
@renovate renovate bot changed the title chore(deps): update node.js to v12.22.12 chore(deps): update Node.js to v12.22.12 Jun 27, 2022
@renovate renovate bot changed the title chore(deps): update Node.js to v12.22.12 chore(deps): update node.js to v12.22.12 Jun 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Changed Changelog Changed dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants