An update for nodejs is now available for openEuler-20.03-LTS-SP1 and openEuler-20.03-LTS-SP3 Security Advisory openeuler-security@openeuler.org openEuler security committee openEuler-SA-2022-1769 Final 1.0 1.0 2022-07-22 Initial 2022-07-22 2022-07-22 openEuler SA Tool V1.0 2022-07-22 nodejs security update An update for nodejs is now available for openEuler-20.03-LTS-SP1 and openEuler-20.03-LTS-SP3. Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. Security Fix(es): Versions of the npm CLI prior to 6.14.6 are vulnerable to an information exposure vulnerability through log files. The CLI supports URLs like "<protocol>://[<user>[:<password>]@]<hostname>[:<port>][:][/]<path>". The password value is not redacted and is printed to stdout and also to any generated log files.(CVE-2020-15095) This affects the package y18n before 3.2.2, 4.0.1 and 5.0.5. PoC by po6ix: const y18n = require( y18n )(); y18n.setLocale( proto ); y18n.updateLocale({polluted: true}); console.log(polluted); // true(CVE-2020-7774) This affects the package npm-user-validate before 1.0.1. The regex that validates user emails took exponentially longer to process long input strings beginning with @ characters.(CVE-2020-7754) This affects the package ini before 1.3.6. If an attacker submits a malicious INI file to an application that parses it with ini.parse, they will pollute the prototype on the application. This can be exploited further depending on the context.(CVE-2020-7788) json-schema is vulnerable to Improperly Controlled Modification of Object Prototype Attributes ( Prototype Pollution )(CVE-2021-3918) An update for nodejs is now available for openEuler-20.03-LTS-SP1 and openEuler-20.03-LTS-SP3. openEuler Security has rated this update as having a security impact of medium. A Common Vunlnerability Scoring System(CVSS)base score,which gives a detailed severity rating, is available for each vulnerability from the CVElink(s) in the References section. Critical nodejs https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2022-1769 https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2020-15095 https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2020-7774 https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2020-7754 https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2020-7788 https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2021-3918 https://nvd.nist.gov/vuln/detail/CVE-2020-15095 https://nvd.nist.gov/vuln/detail/CVE-2020-7774 https://nvd.nist.gov/vuln/detail/CVE-2020-7754 https://nvd.nist.gov/vuln/detail/CVE-2020-7788 https://nvd.nist.gov/vuln/detail/CVE-2021-3918 openEuler-20.03-LTS-SP1 openEuler-20.03-LTS-SP3 npm-6.14.16-1.12.22.11.1.oe1.aarch64.rpm nodejs-full-i18n-12.22.11-1.oe1.aarch64.rpm nodejs-12.22.11-1.oe1.aarch64.rpm nodejs-debuginfo-12.22.11-1.oe1.aarch64.rpm nodejs-libs-12.22.11-1.oe1.aarch64.rpm v8-devel-7.8.279.23-1.12.22.11.1.oe1.aarch64.rpm nodejs-debugsource-12.22.11-1.oe1.aarch64.rpm nodejs-devel-12.22.11-1.oe1.aarch64.rpm nodejs-devel-12.22.11-1.oe1.aarch64.rpm nodejs-debugsource-12.22.11-1.oe1.aarch64.rpm v8-devel-7.8.279.23-1.12.22.11.1.oe1.aarch64.rpm npm-6.14.16-1.12.22.11.1.oe1.aarch64.rpm nodejs-12.22.11-1.oe1.aarch64.rpm nodejs-debuginfo-12.22.11-1.oe1.aarch64.rpm nodejs-full-i18n-12.22.11-1.oe1.aarch64.rpm nodejs-libs-12.22.11-1.oe1.aarch64.rpm nodejs-docs-12.22.11-1.oe1.noarch.rpm nodejs-docs-12.22.11-1.oe1.noarch.rpm nodejs-12.22.11-1.oe1.src.rpm nodejs-12.22.11-1.oe1.src.rpm nodejs-12.22.11-1.oe1.x86_64.rpm nodejs-full-i18n-12.22.11-1.oe1.x86_64.rpm v8-devel-7.8.279.23-1.12.22.11.1.oe1.x86_64.rpm nodejs-devel-12.22.11-1.oe1.x86_64.rpm nodejs-debugsource-12.22.11-1.oe1.x86_64.rpm npm-6.14.16-1.12.22.11.1.oe1.x86_64.rpm nodejs-debuginfo-12.22.11-1.oe1.x86_64.rpm nodejs-libs-12.22.11-1.oe1.x86_64.rpm nodejs-libs-12.22.11-1.oe1.x86_64.rpm v8-devel-7.8.279.23-1.12.22.11.1.oe1.x86_64.rpm nodejs-12.22.11-1.oe1.x86_64.rpm nodejs-debugsource-12.22.11-1.oe1.x86_64.rpm nodejs-devel-12.22.11-1.oe1.x86_64.rpm npm-6.14.16-1.12.22.11.1.oe1.x86_64.rpm nodejs-full-i18n-12.22.11-1.oe1.x86_64.rpm nodejs-debuginfo-12.22.11-1.oe1.x86_64.rpm Versions of the npm CLI prior to 6.14.6 are vulnerable to an information exposure vulnerability through log files. The CLI supports URLs like <protocol>://[<user>[:<password>]@]<hostname>[:<port>][:][/]<path> . The password value is not redacted and is printed to stdout and also to any generated log files. 2022-07-22 CVE-2020-15095 openEuler-20.03-LTS-SP1 openEuler-20.03-LTS-SP3 Medium 4.4 AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:N/A:N nodejs security update 2022-07-22 https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2022-1769 This affects the package y18n before 3.2.2, 4.0.1 and 5.0.5. PoC by po6ix: const y18n = require( y18n )(); y18n.setLocale( proto ); y18n.updateLocale({polluted: true}); console.log(polluted); // true. 2022-07-22 CVE-2020-7774 openEuler-20.03-LTS-SP1 openEuler-20.03-LTS-SP3 Critical 9.8 AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H nodejs security update 2022-07-22 https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2022-1769 This affects the package npm-user-validate before 1.0.1. The regex that validates user emails took exponentially longer to process long input strings beginning with @ characters. 2022-07-22 CVE-2020-7754 openEuler-20.03-LTS-SP1 openEuler-20.03-LTS-SP3 High 7.5 AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H nodejs security update 2022-07-22 https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2022-1769 This affects the package ini before 1.3.6. If an attacker submits a malicious INI file to an application that parses it with ini.parse, they will pollute the prototype on the application. This can be exploited further depending on the context. 2022-07-22 CVE-2020-7788 openEuler-20.03-LTS-SP1 openEuler-20.03-LTS-SP3 High 7.3 AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L nodejs security update 2022-07-22 https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2022-1769 json-schema is vulnerable to Improperly Controlled Modification of Object Prototype Attributes ( Prototype Pollution ). 2022-07-22 CVE-2021-3918 openEuler-20.03-LTS-SP1 openEuler-20.03-LTS-SP3 Critical 9.8 AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H nodejs security update 2022-07-22 https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2022-1769