Action not permitted
Modal body text goes here.
CVE-2023-23936
Vulnerability from cvelistv5
Published
2023-02-16 17:30
Modified
2024-08-02 10:49
Severity ?
EPSS score ?
Summary
CRLF Injection in Nodejs ‘undici’ via host
References
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-02T10:49:07.624Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "name": "https://github.com/nodejs/undici/security/advisories/GHSA-5r9g-qh6m-jxff", "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/nodejs/undici/security/advisories/GHSA-5r9g-qh6m-jxff" }, { "name": "https://github.com/nodejs/undici/commit/a2eff05401358f6595138df963837c24348f2034", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/nodejs/undici/commit/a2eff05401358f6595138df963837c24348f2034" }, { "name": "https://hackerone.com/reports/1820955", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://hackerone.com/reports/1820955" }, { "name": "https://github.com/nodejs/undici/releases/tag/v5.19.1", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/nodejs/undici/releases/tag/v5.19.1" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "undici", "vendor": "nodejs", "versions": [ { "status": "affected", "version": "\u003e=2.0.0, \u003c 5.19.1" } ] } ], "descriptions": [ { "lang": "en", "value": "Undici is an HTTP/1.1 client for Node.js. Starting with version 2.0.0 and prior to version 5.19.1, the undici library does not protect `host` HTTP header from CRLF injection vulnerabilities. This issue is patched in Undici v5.19.1. As a workaround, sanitize the `headers.host` string before passing to undici." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-93", "description": "CWE-93: Improper Neutralization of CRLF Sequences (\u0027CRLF Injection\u0027)", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2023-02-16T17:30:23.968Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "name": "https://github.com/nodejs/undici/security/advisories/GHSA-5r9g-qh6m-jxff", "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/nodejs/undici/security/advisories/GHSA-5r9g-qh6m-jxff" }, { "name": "https://github.com/nodejs/undici/commit/a2eff05401358f6595138df963837c24348f2034", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/nodejs/undici/commit/a2eff05401358f6595138df963837c24348f2034" }, { "name": "https://hackerone.com/reports/1820955", "tags": [ "x_refsource_MISC" ], "url": "https://hackerone.com/reports/1820955" }, { "name": "https://github.com/nodejs/undici/releases/tag/v5.19.1", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/nodejs/undici/releases/tag/v5.19.1" } ], "source": { "advisory": "GHSA-5r9g-qh6m-jxff", "discovery": "UNKNOWN" }, "title": "CRLF Injection in Nodejs \u2018undici\u2019 via host" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2023-23936", "datePublished": "2023-02-16T17:30:23.968Z", "dateReserved": "2023-01-19T21:12:31.361Z", "dateUpdated": "2024-08-02T10:49:07.624Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2023-23936\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2023-02-16T18:15:10.877\",\"lastModified\":\"2023-02-24T19:14:28.203\",\"vulnStatus\":\"Analyzed\",\"descriptions\":[{\"lang\":\"en\",\"value\":\"Undici is an HTTP/1.1 client for Node.js. Starting with version 2.0.0 and prior to version 5.19.1, the undici library does not protect `host` HTTP header from CRLF injection vulnerabilities. This issue is patched in Undici v5.19.1. As a workaround, sanitize the `headers.host` string before passing to undici.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"NONE\",\"baseScore\":5.4,\"baseSeverity\":\"MEDIUM\"},\"exploitabilityScore\":2.8,\"impactScore\":2.5},{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"NONE\",\"baseScore\":6.5,\"baseSeverity\":\"MEDIUM\"},\"exploitabilityScore\":3.9,\"impactScore\":2.5}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-74\"}]},{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-93\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nodejs:node.js:*:*:*:*:lts:*:*:*\",\"versionStartIncluding\":\"16.0.0\",\"versionEndExcluding\":\"16.19.1\",\"matchCriteriaId\":\"6E9FAEC6-2D3A-4CBE-859F-11BCECC4F724\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nodejs:node.js:*:*:*:*:lts:*:*:*\",\"versionStartIncluding\":\"18.0.0\",\"versionEndExcluding\":\"18.14.1\",\"matchCriteriaId\":\"80500AD0-17C2-4698-AE03-1C6782FD38B0\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nodejs:node.js:*:*:*:*:-:*:*:*\",\"versionStartIncluding\":\"19.0.0\",\"versionEndExcluding\":\"19.6.1\",\"matchCriteriaId\":\"8F4FCD16-4B9F-44B9-80DD-D024759CAB10\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nodejs:undici:*:*:*:*:*:node.js:*:*\",\"versionStartIncluding\":\"2.0.0\",\"versionEndExcluding\":\"5.19.1\",\"matchCriteriaId\":\"0B81E26E-5BF8-495E-9544-E9688B6AE5BA\"}]}]}],\"references\":[{\"url\":\"https://github.com/nodejs/undici/commit/a2eff05401358f6595138df963837c24348f2034\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/nodejs/undici/releases/tag/v5.19.1\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/nodejs/undici/security/advisories/GHSA-5r9g-qh6m-jxff\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://hackerone.com/reports/1820955\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Third Party Advisory\"]}]}}" } }
wid-sec-w-2023-0414
Vulnerability from csaf_certbund
Published
2023-02-16 23:00
Modified
2023-12-27 23:00
Summary
Node.js: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Node.js ist eine Plattform zur Entwicklung von Netzwerkanwendungen.
Angriff
Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Node.js ausnutzen, um Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen und einen Denial-of-Service-Zustand zu verursachen.
Betroffene Betriebssysteme
- UNIX
- Linux
- Windows
- Sonstiges
{ "document": { "aggregate_severity": { "text": "mittel" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "Node.js ist eine Plattform zur Entwicklung von Netzwerkanwendungen.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Node.js ausnutzen, um Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen und einen Denial-of-Service-Zustand zu verursachen.", "title": "Angriff" }, { "category": "general", "text": "- UNIX\n- Linux\n- Windows\n- Sonstiges", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2023-0414 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-0414.json" }, { "category": "self", "summary": "WID-SEC-2023-0414 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-0414" }, { "category": "external", "summary": "Node.js - Security Releases vom 2023-02-16", "url": "https://nodejs.org/en/blog/vulnerability/february-2023-security-releases/" }, { "category": "external", "summary": "Debian Security Advisory DLA-3344 vom 2023-02-26", "url": "https://lists.debian.org/debian-lts-announce/2023/02/msg00038.html" }, { "category": "external", "summary": "Fedora Security Advisory FEDORA-2023-3A6F96AD55 vom 2023-03-03", "url": "https://bodhi.fedoraproject.org/updates/FEDORA-2023-3a6f96ad55" }, { "category": "external", "summary": "Fedora Security Advisory FEDORA-2023-DC70A91343 vom 2023-03-03", "url": "https://bodhi.fedoraproject.org/updates/FEDORA-2023-dc70a91343" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2023:0608-1 vom 2023-03-03", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-March/013971.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2023:0609-1 vom 2023-03-03", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-March/013970.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2023:0607-1 vom 2023-03-03", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-March/013972.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2023:0606-1 vom 2023-03-03", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-March/013973.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2023:0682-1 vom 2023-03-08", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-March/014001.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2023:0673-1 vom 2023-03-08", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-March/013999.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2023:0674-1 vom 2023-03-08", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-March/013998.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2023:0715-1 vom 2023-03-13", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-March/014023.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2023:0738-1 vom 2023-03-15", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-March/014041.html" }, { "category": "external", "summary": "Fedora Security Advisory FEDORA-2023-CDD4DF1681 vom 2023-03-30", "url": "https://bodhi.fedoraproject.org/updates/FEDORA-2023-cdd4df1681" }, { "category": "external", "summary": "Fedora Security Advisory FEDORA-2023-C9C9AF3C3D vom 2023-03-30", "url": "https://bodhi.fedoraproject.org/updates/FEDORA-2023-c9c9af3c3d" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:1533 vom 2023-04-01", "url": "https://access.redhat.com/errata/RHSA-2023:1533" }, { "category": "external", "summary": "Fedora Security Advisory FEDORA-2023-2EDCC2B186 vom 2023-04-03", "url": "https://bodhi.fedoraproject.org/updates/FEDORA-2023-2edcc2b186" }, { "category": "external", "summary": "Fedora Security Advisory FEDORA-2023-973319D5B7 vom 2023-04-03", "url": "https://bodhi.fedoraproject.org/updates/FEDORA-2023-973319d5b7" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2023-1582 vom 2023-04-05", "url": "https://linux.oracle.com/errata/ELSA-2023-1582.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2023-1583 vom 2023-04-05", "url": "https://linux.oracle.com/errata/ELSA-2023-1583.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:1582 vom 2023-04-08", "url": "https://access.redhat.com/errata/RHSA-2023:1582" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:1583 vom 2023-04-08", "url": "https://access.redhat.com/errata/RHSA-2023:1583" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:1743 vom 2023-04-12", "url": "https://access.redhat.com/errata/RHSA-2023:1743" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:1744 vom 2023-04-12", "url": "https://access.redhat.com/errata/RHSA-2023:1744" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:1742 vom 2023-04-12", "url": "https://access.redhat.com/errata/RHSA-2023:1742" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2023-1743 vom 2023-04-13", "url": "https://oss.oracle.com/pipermail/el-errata/2023-April/013909.html" }, { "category": "external", "summary": "IBM Security Bulletin 6985689 vom 2023-04-24", "url": "https://www.ibm.com/support/pages/node/6985689" }, { "category": "external", "summary": "IBM Security Bulletin 6987811 vom 2023-05-02", "url": "https://www.ibm.com/support/pages/node/6987811" }, { "category": "external", "summary": "Debian Security Advisory DSA-5395 vom 2023-05-03", "url": "https://www.debian.org/security/2023/dsa-5395" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:2655 vom 2023-05-09", "url": "https://access.redhat.com/errata/RHSA-2023:2655" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:2654 vom 2023-05-09", "url": "https://access.redhat.com/errata/RHSA-2023:2654" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2023-2655 vom 2023-05-18", "url": "https://oss.oracle.com/pipermail/el-errata/2023-May/013984.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2023-2654 vom 2023-05-18", "url": "https://oss.oracle.com/pipermail/el-errata/2023-May/013983.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2023-3586 vom 2023-06-15", "url": "https://linux.oracle.com/errata/ELSA-2023-3586.html" }, { "category": "external", "summary": "IBM Security Advisory", "url": "https://www.ibm.com/support/pages/node/7005587" }, { "category": "external", "summary": "IBM Security Bulletin 7008449 vom 2023-06-29", "url": "https://www.ibm.com/support/pages/node/7008449" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2023:3455-1 vom 2023-08-28", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-August/016038.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:5533 vom 2023-10-09", "url": "https://access.redhat.com/errata/RHSA-2023:5533" }, { "category": "external", "summary": "Debian Security Advisory DSA-5589 vom 2023-12-28", "url": "https://lists.debian.org/debian-security-announce/2023/msg00286.html" } ], "source_lang": "en-US", "title": "Node.js: Mehrere Schwachstellen", "tracking": { "current_release_date": "2023-12-27T23:00:00.000+00:00", "generator": { "date": "2024-02-15T17:14:50.912+00:00", "engine": { "name": "BSI-WID", "version": "1.3.0" } }, "id": "WID-SEC-W-2023-0414", "initial_release_date": "2023-02-16T23:00:00.000+00:00", "revision_history": [ { "date": "2023-02-16T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2023-02-26T23:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Debian aufgenommen" }, { "date": "2023-03-02T23:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Fedora aufgenommen" }, { "date": "2023-03-05T23:00:00.000+00:00", "number": "4", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2023-03-08T23:00:00.000+00:00", "number": "5", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2023-03-13T23:00:00.000+00:00", "number": "6", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2023-03-14T23:00:00.000+00:00", "number": "7", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2023-03-30T22:00:00.000+00:00", "number": "8", "summary": "Neue Updates von Fedora aufgenommen" }, { "date": "2023-04-02T22:00:00.000+00:00", "number": "9", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-04-03T22:00:00.000+00:00", "number": "10", "summary": "Neue Updates von Fedora aufgenommen" }, { "date": "2023-04-04T22:00:00.000+00:00", "number": "11", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2023-04-10T22:00:00.000+00:00", "number": "12", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-04-12T22:00:00.000+00:00", "number": "13", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-04-13T22:00:00.000+00:00", "number": "14", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2023-04-24T22:00:00.000+00:00", "number": "15", "summary": "Neue Updates von IBM aufgenommen" }, { "date": "2023-05-02T22:00:00.000+00:00", "number": "16", "summary": "Neue Updates von IBM, IBM-APAR und Debian aufgenommen" }, { "date": "2023-05-09T22:00:00.000+00:00", "number": "17", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-05-18T22:00:00.000+00:00", "number": "18", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2023-06-14T22:00:00.000+00:00", "number": "19", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2023-06-20T22:00:00.000+00:00", "number": "20", "summary": "Neue Updates von IBM aufgenommen" }, { "date": "2023-06-29T22:00:00.000+00:00", "number": "21", "summary": "Neue Updates von IBM aufgenommen" }, { "date": "2023-08-28T22:00:00.000+00:00", "number": "22", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2023-10-09T22:00:00.000+00:00", "number": "23", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-12-27T23:00:00.000+00:00", "number": "24", "summary": "Neue Updates von Debian aufgenommen" } ], "status": "final", "version": "24" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Debian Linux", "product": { "name": "Debian Linux", "product_id": "2951", "product_identification_helper": { "cpe": "cpe:/o:debian:debian_linux:-" } } } ], "category": "vendor", "name": "Debian" }, { "branches": [ { "category": "product_name", "name": "Fedora Linux", "product": { "name": "Fedora Linux", "product_id": "74185", "product_identification_helper": { "cpe": "cpe:/o:fedoraproject:fedora:-" } } } ], "category": "vendor", "name": "Fedora" }, { "branches": [ { "category": "product_name", "name": "IBM DB2", "product": { "name": "IBM DB2", "product_id": "5104", "product_identification_helper": { "cpe": "cpe:/a:ibm:db2:-" } } }, { "branches": [ { "category": "product_name", "name": "IBM DataPower Gateway \u003c 10.5.0.5", "product": { "name": "IBM DataPower Gateway \u003c 10.5.0.5", "product_id": "T027565", "product_identification_helper": { "cpe": "cpe:/a:ibm:datapower_gateway:10.5.0.5" } } }, { "category": "product_name", "name": "IBM DataPower Gateway \u003c 10.0.1.13", "product": { "name": "IBM DataPower Gateway \u003c 10.0.1.13", "product_id": "T027574", "product_identification_helper": { "cpe": "cpe:/a:ibm:datapower_gateway:10.0.1.13" } } } ], "category": "product_name", "name": "DataPower Gateway" }, { "category": "product_name", "name": "IBM Spectrum Protect plus 10.1", "product": { "name": "IBM Spectrum Protect plus 10.1", "product_id": "T015895", "product_identification_helper": { "cpe": "cpe:/a:ibm:spectrum_protect:plus_10.1" } } } ], "category": "vendor", "name": "IBM" }, { "branches": [ { "branches": [ { "category": "product_name", "name": "Open Source Node.js \u003c 14.21.3", "product": { "name": "Open Source Node.js \u003c 14.21.3", "product_id": "T026408", "product_identification_helper": { "cpe": "cpe:/a:nodejs:nodejs:14.21.3" } } }, { "category": "product_name", "name": "Open Source Node.js \u003c 16.19.1", "product": { "name": "Open Source Node.js \u003c 16.19.1", "product_id": "T026409", "product_identification_helper": { "cpe": "cpe:/a:nodejs:nodejs:16.19.1" } } }, { "category": "product_name", "name": "Open Source Node.js \u003c 18.14.1", "product": { "name": "Open Source Node.js \u003c 18.14.1", "product_id": "T026410", "product_identification_helper": { "cpe": "cpe:/a:nodejs:nodejs:18.14.1" } } }, { "category": "product_name", "name": "Open Source Node.js \u003c 19.6.1", "product": { "name": "Open Source Node.js \u003c 19.6.1", "product_id": "T026411", "product_identification_helper": { "cpe": "cpe:/a:nodejs:nodejs:19.6.1" } } } ], "category": "product_name", "name": "Node.js" } ], "category": "vendor", "name": "Open Source" }, { "branches": [ { "category": "product_name", "name": "Oracle Linux", "product": { "name": "Oracle Linux", "product_id": "T004914", "product_identification_helper": { "cpe": "cpe:/o:oracle:linux:-" } } } ], "category": "vendor", "name": "Oracle" }, { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux", "product": { "name": "Red Hat Enterprise Linux", "product_id": "67646", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:-" } } } ], "category": "vendor", "name": "Red Hat" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux", "product": { "name": "SUSE Linux", "product_id": "T002207", "product_identification_helper": { "cpe": "cpe:/o:suse:suse_linux:-" } } } ], "category": "vendor", "name": "SUSE" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-23918", "notes": [ { "category": "description", "text": "In Node.js existieren mehrere Schwachstellen. Die Fehler bestehen, weil es m\u00f6glich ist, Berechtigungen zu umgehen und auf nicht autorisierte Module zuzugreifen, indem process.mainModule.require() verwendet wird, und weil CRLF-Injektionen im \u0027host\u0027-Header nicht verboten sind. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um Sicherheitsma\u00dfnahmen zu umgehen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "5104", "T015895", "T004914", "T027565", "74185", "T027574" ] }, "release_date": "2023-02-16T23:00:00Z", "title": "CVE-2023-23918" }, { "cve": "CVE-2023-23936", "notes": [ { "category": "description", "text": "In Node.js existieren mehrere Schwachstellen. Die Fehler bestehen, weil es m\u00f6glich ist, Berechtigungen zu umgehen und auf nicht autorisierte Module zuzugreifen, indem process.mainModule.require() verwendet wird, und weil CRLF-Injektionen im \u0027host\u0027-Header nicht verboten sind. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um Sicherheitsma\u00dfnahmen zu umgehen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "5104", "T015895", "T004914", "T027565", "74185", "T027574" ] }, "release_date": "2023-02-16T23:00:00Z", "title": "CVE-2023-23936" }, { "cve": "CVE-2023-23919", "notes": [ { "category": "description", "text": "In Node.js existieren mehrere Schwachstellen. Die Fehler bestehen, weil in einigen F\u00e4llen der OpenSSL-Fehlerstapel nach Operationen, die ihn festlegen k\u00f6nnen, nicht geleert wird und aufgrund eines \"Regular Expression Denial of Service\"-Angriffs (ReDoS). Ein Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "5104", "T015895", "T004914", "T027565", "74185", "T027574" ] }, "release_date": "2023-02-16T23:00:00Z", "title": "CVE-2023-23919" }, { "cve": "CVE-2023-24807", "notes": [ { "category": "description", "text": "In Node.js existieren mehrere Schwachstellen. Die Fehler bestehen, weil in einigen F\u00e4llen der OpenSSL-Fehlerstapel nach Operationen, die ihn festlegen k\u00f6nnen, nicht geleert wird und aufgrund eines \"Regular Expression Denial of Service\"-Angriffs (ReDoS). Ein Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "5104", "T015895", "T004914", "T027565", "74185", "T027574" ] }, "release_date": "2023-02-16T23:00:00Z", "title": "CVE-2023-24807" }, { "cve": "CVE-2023-23920", "notes": [ { "category": "description", "text": "Es existiert eine Schwachstelle in Node.js. Der Fehler besteht, weil ICU-Daten gesucht und geladen werden, wenn sie mit erh\u00f6hten Rechten ausgef\u00fchrt werden. Ein entfernter, authentisierter Angreifer mit bestimmten Rechten kann diese Schwachstelle ausnutzen, um vertrauliche Informationen offenzulegen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "5104", "T015895", "T004914", "T027565", "74185", "T027574" ] }, "release_date": "2023-02-16T23:00:00Z", "title": "CVE-2023-23920" } ] }
wid-sec-w-2023-1424
Vulnerability from csaf_certbund
Published
2023-06-12 22:00
Modified
2023-06-12 22:00
Summary
Xerox FreeFlow Print Server für Solaris: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
FreeFlow-Druckserver ist eine Druckserveranwendung für Xerox-Produktionsdrucker, die Flexibilität, umfangreiche Workflow-Optionen und eine Farbverwaltung bietet.
Angriff
Ein Angreifer kann mehrere Schwachstellen in Xerox FreeFlow Print Server ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
Betroffene Betriebssysteme
- UNIX
{ "document": { "aggregate_severity": { "text": "hoch" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "FreeFlow-Druckserver ist eine Druckserveranwendung f\u00fcr Xerox-Produktionsdrucker, die Flexibilit\u00e4t, umfangreiche Workflow-Optionen und eine Farbverwaltung bietet.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein Angreifer kann mehrere Schwachstellen in Xerox FreeFlow Print Server ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden.", "title": "Angriff" }, { "category": "general", "text": "- UNIX", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2023-1424 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-1424.json" }, { "category": "self", "summary": "WID-SEC-2023-1424 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-1424" }, { "category": "external", "summary": "Xerox Security Bulletin vom 2023-06-12", "url": "https://securitydocs.business.xerox.com/wp-content/uploads/2023/06/Xerox-Security-Bulletin-XRX23-009-Xerox%C2%AE-FreeFlow%C2%AE-Print-Server-v9.pdf" } ], "source_lang": "en-US", "title": "Xerox FreeFlow Print Server f\u00fcr Solaris: Mehrere Schwachstellen", "tracking": { "current_release_date": "2023-06-12T22:00:00.000+00:00", "generator": { "date": "2024-02-15T17:30:41.322+00:00", "engine": { "name": "BSI-WID", "version": "1.3.0" } }, "id": "WID-SEC-W-2023-1424", "initial_release_date": "2023-06-12T22:00:00.000+00:00", "revision_history": [ { "date": "2023-06-12T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Xerox FreeFlow Print Server v9 for Solaris", "product": { "name": "Xerox FreeFlow Print Server v9 for Solaris", "product_id": "T028053", "product_identification_helper": { "cpe": "cpe:/a:xerox:freeflow_print_server:v9_for_solaris" } } } ], "category": "vendor", "name": "Xerox" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-28708", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-28708" }, { "cve": "CVE-2023-28176", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-28176" }, { "cve": "CVE-2023-28164", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-28164" }, { "cve": "CVE-2023-28163", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-28163" }, { "cve": "CVE-2023-28162", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-28162" }, { "cve": "CVE-2023-27522", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-27522" }, { "cve": "CVE-2023-25752", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-25752" }, { "cve": "CVE-2023-25751", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-25751" }, { "cve": "CVE-2023-25746", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-25746" }, { "cve": "CVE-2023-25744", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-25744" }, { "cve": "CVE-2023-25743", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-25743" }, { "cve": "CVE-2023-25742", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-25742" }, { "cve": "CVE-2023-25739", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-25739" }, { "cve": "CVE-2023-25738", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-25738" }, { "cve": "CVE-2023-25737", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-25737" }, { "cve": "CVE-2023-25735", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-25735" }, { "cve": "CVE-2023-25734", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-25734" }, { "cve": "CVE-2023-25732", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-25732" }, { "cve": "CVE-2023-25730", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-25730" }, { "cve": "CVE-2023-25729", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-25729" }, { "cve": "CVE-2023-25728", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-25728" }, { "cve": "CVE-2023-25690", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-25690" }, { "cve": "CVE-2023-24998", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-24998" }, { "cve": "CVE-2023-24807", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-24807" }, { "cve": "CVE-2023-24580", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-24580" }, { "cve": "CVE-2023-23969", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-23969" }, { "cve": "CVE-2023-23946", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-23946" }, { "cve": "CVE-2023-23936", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-23936" }, { "cve": "CVE-2023-23920", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-23920" }, { "cve": "CVE-2023-23919", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-23919" }, { "cve": "CVE-2023-23918", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-23918" }, { "cve": "CVE-2023-23605", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-23605" }, { "cve": "CVE-2023-23603", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-23603" }, { "cve": "CVE-2023-23602", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-23602" }, { "cve": "CVE-2023-23601", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-23601" }, { "cve": "CVE-2023-23599", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-23599" }, { "cve": "CVE-2023-23598", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-23598" }, { "cve": "CVE-2023-22809", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-22809" }, { "cve": "CVE-2023-22490", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-22490" }, { "cve": "CVE-2023-22003", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-22003" }, { "cve": "CVE-2023-21985", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-21985" }, { "cve": "CVE-2023-21984", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-21984" }, { "cve": "CVE-2023-21928", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-21928" }, { "cve": "CVE-2023-21896", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-21896" }, { "cve": "CVE-2023-21843", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-21843" }, { "cve": "CVE-2023-21840", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-21840" }, { "cve": "CVE-2023-21830", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-21830" }, { "cve": "CVE-2023-0804", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0804" }, { "cve": "CVE-2023-0803", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0803" }, { "cve": "CVE-2023-0802", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0802" }, { "cve": "CVE-2023-0801", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0801" }, { "cve": "CVE-2023-0800", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0800" }, { "cve": "CVE-2023-0799", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0799" }, { "cve": "CVE-2023-0798", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0798" }, { "cve": "CVE-2023-0797", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0797" }, { "cve": "CVE-2023-0796", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0796" }, { "cve": "CVE-2023-0795", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0795" }, { "cve": "CVE-2023-0767", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0767" }, { "cve": "CVE-2023-0662", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0662" }, { "cve": "CVE-2023-0616", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0616" }, { "cve": "CVE-2023-0568", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0568" }, { "cve": "CVE-2023-0567", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0567" }, { "cve": "CVE-2023-0430", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0430" }, { "cve": "CVE-2023-0417", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0417" }, { "cve": "CVE-2023-0416", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0416" }, { "cve": "CVE-2023-0415", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0415" }, { "cve": "CVE-2023-0414", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0414" }, { "cve": "CVE-2023-0413", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0413" }, { "cve": "CVE-2023-0412", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0412" }, { "cve": "CVE-2023-0411", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0411" }, { "cve": "CVE-2023-0401", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0401" }, { "cve": "CVE-2023-0286", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0286" }, { "cve": "CVE-2023-0217", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0217" }, { "cve": "CVE-2023-0216", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0216" }, { "cve": "CVE-2023-0215", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0215" }, { "cve": "CVE-2022-48281", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-48281" }, { "cve": "CVE-2022-46877", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-46877" }, { "cve": "CVE-2022-46874", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-46874" }, { "cve": "CVE-2022-46871", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-46871" }, { "cve": "CVE-2022-46344", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-46344" }, { "cve": "CVE-2022-46343", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-46343" }, { "cve": "CVE-2022-46342", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-46342" }, { "cve": "CVE-2022-46341", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-46341" }, { "cve": "CVE-2022-46340", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-46340" }, { "cve": "CVE-2022-45939", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-45939" }, { "cve": "CVE-2022-45199", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-45199" }, { "cve": "CVE-2022-45143", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-45143" }, { "cve": "CVE-2022-4450", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-4450" }, { "cve": "CVE-2022-4345", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-4345" }, { "cve": "CVE-2022-4304", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-4304" }, { "cve": "CVE-2022-42919", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-42919" }, { "cve": "CVE-2022-42916", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-42916" }, { "cve": "CVE-2022-42915", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-42915" }, { "cve": "CVE-2022-42898", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-42898" }, { "cve": "CVE-2022-4283", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-4283" }, { "cve": "CVE-2022-4203", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-4203" }, { "cve": "CVE-2022-42012", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-42012" }, { "cve": "CVE-2022-42011", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-42011" }, { "cve": "CVE-2022-42010", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-42010" }, { "cve": "CVE-2022-41903", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-41903" }, { "cve": "CVE-2022-41716", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-41716" }, { "cve": "CVE-2022-41715", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-41715" }, { "cve": "CVE-2022-40898", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-40898" }, { "cve": "CVE-2022-40304", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-40304" }, { "cve": "CVE-2022-40303", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-40303" }, { "cve": "CVE-2022-39253", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-39253" }, { "cve": "CVE-2022-3924", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-3924" }, { "cve": "CVE-2022-38784", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-38784" }, { "cve": "CVE-2022-38171", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-38171" }, { "cve": "CVE-2022-37436", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-37436" }, { "cve": "CVE-2022-3736", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-3736" }, { "cve": "CVE-2022-3705", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-3705" }, { "cve": "CVE-2022-36760", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-36760" }, { "cve": "CVE-2022-36227", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-36227" }, { "cve": "CVE-2022-36114", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-36114" }, { "cve": "CVE-2022-36113", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-36113" }, { "cve": "CVE-2022-35260", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-35260" }, { "cve": "CVE-2022-35252", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-35252" }, { "cve": "CVE-2022-3515", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-3515" }, { "cve": "CVE-2022-3352", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-3352" }, { "cve": "CVE-2022-3324", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-3324" }, { "cve": "CVE-2022-3297", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-3297" }, { "cve": "CVE-2022-3296", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-3296" }, { "cve": "CVE-2022-3278", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-3278" }, { "cve": "CVE-2022-3256", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-3256" }, { "cve": "CVE-2022-3235", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-3235" }, { "cve": "CVE-2022-3234", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-3234" }, { "cve": "CVE-2022-32221", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-32221" }, { "cve": "CVE-2022-32208", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-32208" }, { "cve": "CVE-2022-32207", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-32207" }, { "cve": "CVE-2022-32206", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-32206" }, { "cve": "CVE-2022-32205", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-32205" }, { "cve": "CVE-2022-32190", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-32190" }, { "cve": "CVE-2022-32189", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-32189" }, { "cve": "CVE-2022-32148", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-32148" }, { "cve": "CVE-2022-3153", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-3153" }, { "cve": "CVE-2022-3134", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-3134" }, { "cve": "CVE-2022-3099", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-3099" }, { "cve": "CVE-2022-3094", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-3094" }, { "cve": "CVE-2022-30635", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-30635" }, { "cve": "CVE-2022-30634", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-30634" }, { "cve": "CVE-2022-30633", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-30633" }, { "cve": "CVE-2022-30632", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-30632" }, { "cve": "CVE-2022-30631", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-30631" }, { "cve": "CVE-2022-30630", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-30630" }, { "cve": "CVE-2022-30629", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-30629" }, { "cve": "CVE-2022-30580", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-30580" }, { "cve": "CVE-2022-3037", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-3037" }, { "cve": "CVE-2022-3016", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-3016" }, { "cve": "CVE-2022-29804", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-29804" }, { "cve": "CVE-2022-2980", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-2980" }, { "cve": "CVE-2022-29526", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-29526" }, { "cve": "CVE-2022-2946", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-2946" }, { "cve": "CVE-2022-2929", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-2929" }, { "cve": "CVE-2022-2928", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-2928" }, { "cve": "CVE-2022-2923", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-2923" }, { "cve": "CVE-2022-2889", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-2889" }, { "cve": "CVE-2022-2880", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-2880" }, { "cve": "CVE-2022-2879", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-2879" }, { "cve": "CVE-2022-2874", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-2874" }, { "cve": "CVE-2022-2862", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-2862" }, { "cve": "CVE-2022-2849", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-2849" }, { "cve": "CVE-2022-2845", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-2845" }, { "cve": "CVE-2022-28331", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-28331" }, { "cve": "CVE-2022-28327", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-28327" }, { "cve": "CVE-2022-2819", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-2819" }, { "cve": "CVE-2022-2817", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-2817" }, { "cve": "CVE-2022-2816", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-2816" }, { "cve": "CVE-2022-28131", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-28131" }, { "cve": "CVE-2022-27778", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-27778" }, { "cve": "CVE-2022-27664", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-27664" }, { "cve": "CVE-2022-27536", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-27536" }, { "cve": "CVE-2022-27337", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-27337" }, { "cve": "CVE-2022-25255", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-25255" }, { "cve": "CVE-2022-25147", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-25147" }, { "cve": "CVE-2022-24963", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-24963" }, { "cve": "CVE-2022-24675", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-24675" }, { "cve": "CVE-2022-23521", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-23521" }, { "cve": "CVE-2022-2309", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-2309" }, { "cve": "CVE-2022-21515", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-21515" }, { "cve": "CVE-2022-21349", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-21349" }, { "cve": "CVE-2022-21291", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-21291" }, { "cve": "CVE-2022-1962", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-1962" }, { "cve": "CVE-2022-1705", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-1705" }, { "cve": "CVE-2022-1292", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-1292" }, { "cve": "CVE-2022-1122", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-1122" }, { "cve": "CVE-2022-0718", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-0718" }, { "cve": "CVE-2021-37750", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2021-37750" }, { "cve": "CVE-2021-37519", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2021-37519" }, { "cve": "CVE-2021-35940", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2021-35940" }, { "cve": "CVE-2021-30860", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2021-30860" }, { "cve": "CVE-2021-29338", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2021-29338" }, { "cve": "CVE-2018-25032", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2018-25032" }, { "cve": "CVE-2017-12613", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2017-12613" }, { "cve": "CVE-2006-20001", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2006-20001" } ] }
rhsa-2023_2654
Vulnerability from csaf_redhat
Published
2023-05-09 11:51
Modified
2024-11-06 02:57
Summary
Red Hat Security Advisory: nodejs:18 security, bug fix, and enhancement update
Notes
Topic
An update for the nodejs:18 module is now available for Red Hat Enterprise Linux 9.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Node.js is a software development platform for building fast and scalable network applications in the JavaScript programming language.
The following packages have been upgraded to a later upstream version: nodejs (18.14.2).
Security Fix(es):
* glob-parent: Regular Expression Denial of Service (CVE-2021-35065)
* c-ares: buffer overflow in config_sortlist() due to missing string length check (CVE-2022-4904)
* http-cache-semantics: Regular Expression Denial of Service (ReDoS) vulnerability (CVE-2022-25881)
* Node.js: Permissions policies can be bypassed via process.mainModule (CVE-2023-23918)
* Node.js: OpenSSL error handling issues in nodejs crypto library (CVE-2023-23919)
* Node.js: Fetch API did not protect against CRLF injection in host headers (CVE-2023-23936)
* Node.js: insecure loading of ICU data through ICU_DATA environment variable (CVE-2023-23920)
* Node.js: Regular Expression Denial of Service in Headers fetch API (CVE-2023-24807)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the nodejs:18 module is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Node.js is a software development platform for building fast and scalable network applications in the JavaScript programming language. \n\nThe following packages have been upgraded to a later upstream version: nodejs (18.14.2).\n\nSecurity Fix(es):\n\n* glob-parent: Regular Expression Denial of Service (CVE-2021-35065)\n\n* c-ares: buffer overflow in config_sortlist() due to missing string length check (CVE-2022-4904)\n\n* http-cache-semantics: Regular Expression Denial of Service (ReDoS) vulnerability (CVE-2022-25881)\n\n* Node.js: Permissions policies can be bypassed via process.mainModule (CVE-2023-23918)\n\n* Node.js: OpenSSL error handling issues in nodejs crypto library (CVE-2023-23919)\n\n* Node.js: Fetch API did not protect against CRLF injection in host headers (CVE-2023-23936)\n\n* Node.js: insecure loading of ICU data through ICU_DATA environment variable (CVE-2023-23920)\n\n* Node.js: Regular Expression Denial of Service in Headers fetch API (CVE-2023-24807)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2023:2654", "url": "https://access.redhat.com/errata/RHSA-2023:2654" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2156324", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156324" }, { "category": "external", "summary": "2165824", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165824" }, { "category": "external", "summary": "2168631", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168631" }, { "category": "external", "summary": "2171935", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2171935" }, { "category": "external", "summary": "2172170", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172170" }, { "category": "external", "summary": "2172190", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172190" }, { "category": "external", "summary": "2172204", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172204" }, { "category": "external", "summary": "2172217", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172217" }, { "category": "external", "summary": "2178088", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178088" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_2654.json" } ], "title": "Red Hat Security Advisory: nodejs:18 security, bug fix, and enhancement update", "tracking": { "current_release_date": "2024-11-06T02:57:08+00:00", "generator": { "date": "2024-11-06T02:57:08+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:2654", "initial_release_date": "2023-05-09T11:51:08+00:00", "revision_history": [ { "date": "2023-05-09T11:51:08+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-05-09T11:51:08+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T02:57:08+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "nodejs:18:9020020230327152102:rhel9", "product": { "name": "nodejs:18:9020020230327152102:rhel9", "product_id": "nodejs:18:9020020230327152102:rhel9", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/nodejs@18:9020020230327152102:rhel9" } } }, { "category": "product_version", "name": "nodejs-docs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.noarch", "product": { "name": "nodejs-docs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.noarch", "product_id": "nodejs-docs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-docs@18.14.2-2.module%2Bel9.2.0.z%2B18497%2Ba402347c?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.noarch", "product": { "name": "nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.noarch", "product_id": "nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-nodemon@2.0.20-2.module%2Bel9.2.0.z%2B18497%2Ba402347c?arch=noarch" } } }, { "category": "product_version", "name": "nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "product": { "name": "nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "product_id": "nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-packaging@2021.06-4.module%2Bel9.1.0%2B15718%2Be52ec601?arch=noarch" } } }, { "category": "product_version", "name": "nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "product": { "name": "nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "product_id": "nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-packaging-bundler@2021.06-4.module%2Bel9.1.0%2B15718%2Be52ec601?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "product": { "name": "nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "product_id": "nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@18.14.2-2.module%2Bel9.2.0.z%2B18497%2Ba402347c?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "product": { "name": "nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "product_id": "nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@18.14.2-2.module%2Bel9.2.0.z%2B18497%2Ba402347c?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "product": { "name": "nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "product_id": "nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@18.14.2-2.module%2Bel9.2.0.z%2B18497%2Ba402347c?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "product": { "name": "nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "product_id": "nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-devel@18.14.2-2.module%2Bel9.2.0.z%2B18497%2Ba402347c?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "product": { "name": "nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "product_id": "nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@18.14.2-2.module%2Bel9.2.0.z%2B18497%2Ba402347c?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.aarch64", "product": { "name": "npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.aarch64", "product_id": "npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@9.5.0-1.18.14.2.2.module%2Bel9.2.0.z%2B18497%2Ba402347c?arch=aarch64\u0026epoch=1" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.src", "product": { "name": "nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.src", "product_id": "nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@18.14.2-2.module%2Bel9.2.0.z%2B18497%2Ba402347c?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.src", "product": { "name": "nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.src", "product_id": "nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-nodemon@2.0.20-2.module%2Bel9.2.0.z%2B18497%2Ba402347c?arch=src" } } }, { "category": "product_version", "name": "nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src", "product": { "name": "nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src", "product_id": "nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-packaging@2021.06-4.module%2Bel9.1.0%2B15718%2Be52ec601?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "product": { "name": "nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "product_id": "nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@18.14.2-2.module%2Bel9.2.0.z%2B18497%2Ba402347c?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "product": { "name": "nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "product_id": "nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@18.14.2-2.module%2Bel9.2.0.z%2B18497%2Ba402347c?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "product": { "name": "nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "product_id": "nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@18.14.2-2.module%2Bel9.2.0.z%2B18497%2Ba402347c?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "product": { "name": "nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "product_id": "nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-devel@18.14.2-2.module%2Bel9.2.0.z%2B18497%2Ba402347c?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "product": { "name": "nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "product_id": "nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@18.14.2-2.module%2Bel9.2.0.z%2B18497%2Ba402347c?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.ppc64le", "product": { "name": "npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.ppc64le", "product_id": "npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@9.5.0-1.18.14.2.2.module%2Bel9.2.0.z%2B18497%2Ba402347c?arch=ppc64le\u0026epoch=1" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "product": { "name": "nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "product_id": "nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@18.14.2-2.module%2Bel9.2.0.z%2B18497%2Ba402347c?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "product": { "name": "nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "product_id": "nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@18.14.2-2.module%2Bel9.2.0.z%2B18497%2Ba402347c?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "product": { "name": "nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "product_id": "nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@18.14.2-2.module%2Bel9.2.0.z%2B18497%2Ba402347c?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "product": { "name": "nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "product_id": "nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-devel@18.14.2-2.module%2Bel9.2.0.z%2B18497%2Ba402347c?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "product": { "name": "nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "product_id": "nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@18.14.2-2.module%2Bel9.2.0.z%2B18497%2Ba402347c?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.s390x", "product": { "name": "npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.s390x", "product_id": "npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@9.5.0-1.18.14.2.2.module%2Bel9.2.0.z%2B18497%2Ba402347c?arch=s390x\u0026epoch=1" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "product": { "name": "nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "product_id": "nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@18.14.2-2.module%2Bel9.2.0.z%2B18497%2Ba402347c?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "product": { "name": "nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "product_id": "nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@18.14.2-2.module%2Bel9.2.0.z%2B18497%2Ba402347c?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "product": { "name": "nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "product_id": "nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@18.14.2-2.module%2Bel9.2.0.z%2B18497%2Ba402347c?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "product": { "name": "nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "product_id": "nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-devel@18.14.2-2.module%2Bel9.2.0.z%2B18497%2Ba402347c?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "product": { "name": "nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "product_id": "nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@18.14.2-2.module%2Bel9.2.0.z%2B18497%2Ba402347c?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.x86_64", "product": { "name": "npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.x86_64", "product_id": "npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@9.5.0-1.18.14.2.2.module%2Bel9.2.0.z%2B18497%2Ba402347c?arch=x86_64\u0026epoch=1" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "nodejs:18:9020020230327152102:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9" }, "product_reference": "nodejs:18:9020020230327152102:rhel9", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64 as a component of nodejs:18:9020020230327152102:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64" }, "product_reference": "nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le as a component of nodejs:18:9020020230327152102:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le" }, "product_reference": "nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x as a component of nodejs:18:9020020230327152102:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x" }, "product_reference": "nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.src as a component of nodejs:18:9020020230327152102:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.src" }, "product_reference": "nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.src", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64 as a component of nodejs:18:9020020230327152102:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64" }, "product_reference": "nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64 as a component of nodejs:18:9020020230327152102:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64" }, "product_reference": "nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le as a component of nodejs:18:9020020230327152102:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le" }, "product_reference": "nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x as a component of nodejs:18:9020020230327152102:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x" }, "product_reference": "nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64 as a component of nodejs:18:9020020230327152102:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64" }, "product_reference": "nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64 as a component of nodejs:18:9020020230327152102:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64" }, "product_reference": "nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le as a component of nodejs:18:9020020230327152102:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le" }, "product_reference": "nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x as a component of nodejs:18:9020020230327152102:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x" }, "product_reference": "nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64 as a component of nodejs:18:9020020230327152102:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64" }, "product_reference": "nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64 as a component of nodejs:18:9020020230327152102:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64" }, "product_reference": "nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le as a component of nodejs:18:9020020230327152102:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le" }, "product_reference": "nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x as a component of nodejs:18:9020020230327152102:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x" }, "product_reference": "nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64 as a component of nodejs:18:9020020230327152102:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64" }, "product_reference": "nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-docs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.noarch as a component of nodejs:18:9020020230327152102:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-docs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.noarch" }, "product_reference": "nodejs-docs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64 as a component of nodejs:18:9020020230327152102:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64" }, "product_reference": "nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le as a component of nodejs:18:9020020230327152102:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le" }, "product_reference": "nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x as a component of nodejs:18:9020020230327152102:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x" }, "product_reference": "nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64 as a component of nodejs:18:9020020230327152102:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64" }, "product_reference": "nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.noarch as a component of nodejs:18:9020020230327152102:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.noarch" }, "product_reference": "nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.src as a component of nodejs:18:9020020230327152102:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.src" }, "product_reference": "nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.src", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch as a component of nodejs:18:9020020230327152102:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch" }, "product_reference": "nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src as a component of nodejs:18:9020020230327152102:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src" }, "product_reference": "nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch as a component of nodejs:18:9020020230327152102:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch" }, "product_reference": "nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.aarch64 as a component of nodejs:18:9020020230327152102:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.aarch64" }, "product_reference": "npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.ppc64le as a component of nodejs:18:9020020230327152102:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.ppc64le" }, "product_reference": "npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.s390x as a component of nodejs:18:9020020230327152102:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.s390x" }, "product_reference": "npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.x86_64 as a component of nodejs:18:9020020230327152102:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.x86_64" }, "product_reference": "npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-35065", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-12-26T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2156324" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in the glob-parent package. Affected versions of this package are vulnerable to Regular expression Denial of Service (ReDoS) attacks, affecting system availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "glob-parent: Regular Expression Denial of Service", "title": "Vulnerability summary" }, { "category": "other", "text": "The glob-parent package is a transitive dependency and this is not used directly in any of the Red Hat products. Hence, the impact is reduced to Moderate.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-docs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-35065" }, { "category": "external", "summary": "RHBZ#2156324", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156324" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-35065", "url": "https://www.cve.org/CVERecord?id=CVE-2021-35065" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-35065", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-35065" }, { "category": "external", "summary": "https://security.snyk.io/vuln/SNYK-JS-GLOBPARENT-1314294", "url": "https://security.snyk.io/vuln/SNYK-JS-GLOBPARENT-1314294" } ], "release_date": "2022-12-26T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-05-09T11:51:08+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-docs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:2654" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-docs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "glob-parent: Regular Expression Denial of Service" }, { "cve": "CVE-2022-4904", "cwe": { "id": "CWE-119", "name": "Improper Restriction of Operations within the Bounds of a Memory Buffer" }, "discovery_date": "2023-02-09T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2168631" } ], "notes": [ { "category": "description", "text": "A flaw was found in the c-ares package. The ares_set_sortlist is missing checks about the validity of the input string, which allows a possible arbitrary length stack overflow. This issue may cause a denial of service or a limited impact on confidentiality and integrity.", "title": "Vulnerability description" }, { "category": "summary", "text": "c-ares: buffer overflow in config_sortlist() due to missing string length check", "title": "Vulnerability summary" }, { "category": "other", "text": "The severity of this vulnerability is not important but moderate because exploiting the vulnerability can lead to a disruption of the availability of an application, yet doesn\u2019t compromise data integrity or confidentiality. The opportunity for disruption is further limited due to the requirement that an application allows an attacker to be able to input both untrusted and unvalidated data. Exploiting this flaw requires an application to use the library in such a way that would allow untrusted and unvalidated input to be passed directly to ares_set_sortlist by an attacker. In the event that this is able to occur, the impact to RHEL is limited to a crash of the application due to the protections offered by default in RHEL systems such as Stack Smashing Protection (SSP).", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-docs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-4904" }, { "category": "external", "summary": "RHBZ#2168631", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168631" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-4904", "url": "https://www.cve.org/CVERecord?id=CVE-2022-4904" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-4904", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-4904" }, { "category": "external", "summary": "https://github.com/c-ares/c-ares/issues/496", "url": "https://github.com/c-ares/c-ares/issues/496" } ], "release_date": "2022-12-13T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-05-09T11:51:08+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-docs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:2654" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.6, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-docs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "c-ares: buffer overflow in config_sortlist() due to missing string length check" }, { "cve": "CVE-2022-25881", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2023-01-31T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2165824" } ], "notes": [ { "category": "description", "text": "A flaw was found in http-cache-semantics. When the server reads the cache policy from the request using this library, a Regular Expression Denial of Service occurs, caused by malicious request header values sent to the server.", "title": "Vulnerability description" }, { "category": "summary", "text": "http-cache-semantics: Regular Expression Denial of Service (ReDoS) vulnerability", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-docs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-25881" }, { "category": "external", "summary": "RHBZ#2165824", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165824" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-25881", "url": "https://www.cve.org/CVERecord?id=CVE-2022-25881" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-25881", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-25881" } ], "release_date": "2023-01-31T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-05-09T11:51:08+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-docs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:2654" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-docs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "http-cache-semantics: Regular Expression Denial of Service (ReDoS) vulnerability" }, { "cve": "CVE-2023-23918", "cwe": { "id": "CWE-863", "name": "Incorrect Authorization" }, "discovery_date": "2023-02-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2171935" } ], "notes": [ { "category": "description", "text": "A privilege escalation vulnerability exists in Node.js \u003c19.6.1, \u003c18.14.1, \u003c16.19.1 and \u003c14.21.3 that made it possible to bypass the experimental Permissions (https://nodejs.org/api/permissions.html) feature in Node.js and access non authorized modules by using process.mainModule.require(). This only affects users who had enabled the experimental permissions option with --experimental-policy.", "title": "Vulnerability description" }, { "category": "summary", "text": "Node.js: Permissions policies can be bypassed via process.mainModule", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-docs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-23918" }, { "category": "external", "summary": "RHBZ#2171935", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2171935" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-23918", "url": "https://www.cve.org/CVERecord?id=CVE-2023-23918" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-23918", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-23918" } ], "release_date": "2023-02-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-05-09T11:51:08+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-docs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:2654" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-docs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Node.js: Permissions policies can be bypassed via process.mainModule" }, { "cve": "CVE-2023-23919", "discovery_date": "2023-02-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2172170" } ], "notes": [ { "category": "description", "text": "A cryptographic vulnerability exists in Node.js \u003c19.2.0, \u003c18.14.1, \u003c16.19.1, \u003c14.21.3 that in some cases did does not clear the OpenSSL error stack after operations that may set it. This may lead to false positive errors during subsequent cryptographic operations that happen to be on the same thread. This in turn could be used to cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "Node.js: OpenSSL error handling issues in nodejs crypto library", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-docs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-23919" }, { "category": "external", "summary": "RHBZ#2172170", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172170" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-23919", "url": "https://www.cve.org/CVERecord?id=CVE-2023-23919" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-23919", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-23919" } ], "release_date": "2023-02-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-05-09T11:51:08+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-docs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:2654" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-docs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Node.js: OpenSSL error handling issues in nodejs crypto library" }, { "cve": "CVE-2023-23920", "cwe": { "id": "CWE-426", "name": "Untrusted Search Path" }, "discovery_date": "2023-02-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2172217" } ], "notes": [ { "category": "description", "text": "An untrusted search path vulnerability exists in Node.js. \u003c19.6.1, \u003c18.14.1, \u003c16.19.1, and \u003c14.21.3 that could allow an attacker to search and potentially load ICU data when running with elevated privileges.", "title": "Vulnerability description" }, { "category": "summary", "text": "Node.js: insecure loading of ICU data through ICU_DATA environment variable", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-docs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-23920" }, { "category": "external", "summary": "RHBZ#2172217", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172217" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-23920", "url": "https://www.cve.org/CVERecord?id=CVE-2023-23920" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-23920", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-23920" } ], "release_date": "2023-02-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-05-09T11:51:08+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-docs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:2654" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 4.2, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-docs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "Node.js: insecure loading of ICU data through ICU_DATA environment variable" }, { "cve": "CVE-2023-23936", "cwe": { "id": "CWE-93", "name": "Improper Neutralization of CRLF Sequences (\u0027CRLF Injection\u0027)" }, "discovery_date": "2023-02-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2172190" } ], "notes": [ { "category": "description", "text": "A flaw was found in the fetch API in Node.js that did not prevent CRLF injection in the \u0027host\u0027 header. This issue could allow HTTP response splitting and HTTP header injection.", "title": "Vulnerability description" }, { "category": "summary", "text": "Node.js: Fetch API did not protect against CRLF injection in host headers", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-docs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-23936" }, { "category": "external", "summary": "RHBZ#2172190", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172190" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-23936", "url": "https://www.cve.org/CVERecord?id=CVE-2023-23936" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-23936", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-23936" } ], "release_date": "2023-02-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-05-09T11:51:08+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-docs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:2654" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-docs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Node.js: Fetch API did not protect against CRLF injection in host headers" }, { "cve": "CVE-2023-24807", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2023-02-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2172204" } ], "notes": [ { "category": "description", "text": "Undici is an HTTP/1.1 client for Node.js. Prior to version 5.19.1, the `Headers.set()` and `Headers.append()` methods are vulnerable to Regular Expression Denial of Service (ReDoS) attacks when untrusted values are passed into the functions. This is due to the inefficient regular expression used to normalize the values in the `headerValueNormalize()` utility function. This vulnerability was patched in v5.19.1. No known workarounds are available.", "title": "Vulnerability description" }, { "category": "summary", "text": "Node.js: Regular Expression Denial of Service in Headers fetch API", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-docs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24807" }, { "category": "external", "summary": "RHBZ#2172204", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172204" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24807", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24807" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24807", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24807" } ], "release_date": "2023-02-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-05-09T11:51:08+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-docs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:2654" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debuginfo-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-debugsource-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-devel-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-docs-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-full-i18n-1:18.14.2-2.module+el9.2.0.z+18497+a402347c.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-nodemon-0:2.0.20-2.module+el9.2.0.z+18497+a402347c.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs:18:9020020230327152102:rhel9:npm-1:9.5.0-1.18.14.2.2.module+el9.2.0.z+18497+a402347c.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "Node.js: Regular Expression Denial of Service in Headers fetch API" } ] }
rhsa-2023_1582
Vulnerability from csaf_redhat
Published
2023-04-04 09:57
Modified
2024-11-06 02:42
Summary
Red Hat Security Advisory: nodejs:16 security, bug fix, and enhancement update
Notes
Topic
An update for the nodejs:16 module is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Node.js is a software development platform for building fast and scalable network applications in the JavaScript programming language.
The following packages have been upgraded to a later upstream version: nodejs (16.19.1).
Security Fix(es):
* glob-parent: Regular Expression Denial of Service (CVE-2021-35065)
* c-ares: buffer overflow in config_sortlist() due to missing string length check (CVE-2022-4904)
* http-cache-semantics: Regular Expression Denial of Service (ReDoS) vulnerability (CVE-2022-25881)
* Node.js: Permissions policies can be bypassed via process.mainModule (CVE-2023-23918)
* Node.js: OpenSSL error handling issues in nodejs crypto library (CVE-2023-23919)
* Node.js: Fetch API did not protect against CRLF injection in host headers (CVE-2023-23936)
* Node.js: insecure loading of ICU data through ICU_DATA environment variable (CVE-2023-23920)
* Node.js: Regular Expression Denial of Service in Headers fetch API (CVE-2023-24807)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the nodejs:16 module is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Node.js is a software development platform for building fast and scalable network applications in the JavaScript programming language. \n\nThe following packages have been upgraded to a later upstream version: nodejs (16.19.1).\n\nSecurity Fix(es):\n\n* glob-parent: Regular Expression Denial of Service (CVE-2021-35065)\n\n* c-ares: buffer overflow in config_sortlist() due to missing string length check (CVE-2022-4904)\n\n* http-cache-semantics: Regular Expression Denial of Service (ReDoS) vulnerability (CVE-2022-25881)\n\n* Node.js: Permissions policies can be bypassed via process.mainModule (CVE-2023-23918)\n\n* Node.js: OpenSSL error handling issues in nodejs crypto library (CVE-2023-23919)\n\n* Node.js: Fetch API did not protect against CRLF injection in host headers (CVE-2023-23936)\n\n* Node.js: insecure loading of ICU data through ICU_DATA environment variable (CVE-2023-23920)\n\n* Node.js: Regular Expression Denial of Service in Headers fetch API (CVE-2023-24807)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2023:1582", "url": "https://access.redhat.com/errata/RHSA-2023:1582" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2156324", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156324" }, { "category": "external", "summary": "2165824", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165824" }, { "category": "external", "summary": "2168631", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168631" }, { "category": "external", "summary": "2171935", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2171935" }, { "category": "external", "summary": "2172170", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172170" }, { "category": "external", "summary": "2172190", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172190" }, { "category": "external", "summary": "2172204", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172204" }, { "category": "external", "summary": "2172217", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172217" }, { "category": "external", "summary": "2178142", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178142" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_1582.json" } ], "title": "Red Hat Security Advisory: nodejs:16 security, bug fix, and enhancement update", "tracking": { "current_release_date": "2024-11-06T02:42:06+00:00", "generator": { "date": "2024-11-06T02:42:06+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:1582", "initial_release_date": "2023-04-04T09:57:16+00:00", "revision_history": [ { "date": "2023-04-04T09:57:16+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-04-04T09:57:16+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T02:42:06+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "nodejs:16:8070020230314140722:bd1311ed", "product": { "name": "nodejs:16:8070020230314140722:bd1311ed", "product_id": "nodejs:16:8070020230314140722:bd1311ed", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/nodejs@16:8070020230314140722:bd1311ed" } } }, { "category": "product_version", "name": "nodejs-docs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.noarch", "product": { "name": "nodejs-docs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.noarch", "product_id": "nodejs-docs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-docs@16.19.1-1.module%2Bel8.7.0%2B18373%2B704f5cef?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.noarch", "product": { "name": "nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.noarch", "product_id": "nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-nodemon@2.0.20-3.module%2Bel8.7.0%2B18373%2B704f5cef?arch=noarch" } } }, { "category": "product_version", "name": "nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch", "product": { "name": "nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch", "product_id": "nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-packaging@25-1.module%2Bel8.5.0%2B10992%2Bfac5fe06?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.src", "product": { "name": "nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.src", "product_id": "nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@16.19.1-1.module%2Bel8.7.0%2B18373%2B704f5cef?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.src", "product": { "name": "nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.src", "product_id": "nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-nodemon@2.0.20-3.module%2Bel8.7.0%2B18373%2B704f5cef?arch=src" } } }, { "category": "product_version", "name": "nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src", "product": { "name": "nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src", "product_id": "nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-packaging@25-1.module%2Bel8.5.0%2B10992%2Bfac5fe06?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "product": { "name": "nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "product_id": "nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@16.19.1-1.module%2Bel8.7.0%2B18373%2B704f5cef?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "product": { "name": "nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "product_id": "nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@16.19.1-1.module%2Bel8.7.0%2B18373%2B704f5cef?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "product": { "name": "nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "product_id": "nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@16.19.1-1.module%2Bel8.7.0%2B18373%2B704f5cef?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "product": { "name": "nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "product_id": "nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-devel@16.19.1-1.module%2Bel8.7.0%2B18373%2B704f5cef?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "product": { "name": "nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "product_id": "nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@16.19.1-1.module%2Bel8.7.0%2B18373%2B704f5cef?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.x86_64", "product": { "name": "npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.x86_64", "product_id": "npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@8.19.3-1.16.19.1.1.module%2Bel8.7.0%2B18373%2B704f5cef?arch=x86_64\u0026epoch=1" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "product": { "name": "nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "product_id": "nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@16.19.1-1.module%2Bel8.7.0%2B18373%2B704f5cef?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "product": { "name": "nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "product_id": "nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@16.19.1-1.module%2Bel8.7.0%2B18373%2B704f5cef?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "product": { "name": "nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "product_id": "nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@16.19.1-1.module%2Bel8.7.0%2B18373%2B704f5cef?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "product": { "name": "nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "product_id": "nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-devel@16.19.1-1.module%2Bel8.7.0%2B18373%2B704f5cef?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "product": { "name": "nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "product_id": "nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@16.19.1-1.module%2Bel8.7.0%2B18373%2B704f5cef?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.s390x", "product": { "name": "npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.s390x", "product_id": "npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@8.19.3-1.16.19.1.1.module%2Bel8.7.0%2B18373%2B704f5cef?arch=s390x\u0026epoch=1" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "product": { "name": "nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "product_id": "nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@16.19.1-1.module%2Bel8.7.0%2B18373%2B704f5cef?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "product": { "name": "nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "product_id": "nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@16.19.1-1.module%2Bel8.7.0%2B18373%2B704f5cef?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "product": { "name": "nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "product_id": "nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@16.19.1-1.module%2Bel8.7.0%2B18373%2B704f5cef?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "product": { "name": "nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "product_id": "nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-devel@16.19.1-1.module%2Bel8.7.0%2B18373%2B704f5cef?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "product": { "name": "nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "product_id": "nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@16.19.1-1.module%2Bel8.7.0%2B18373%2B704f5cef?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.ppc64le", "product": { "name": "npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.ppc64le", "product_id": "npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@8.19.3-1.16.19.1.1.module%2Bel8.7.0%2B18373%2B704f5cef?arch=ppc64le\u0026epoch=1" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "product": { "name": "nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "product_id": "nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@16.19.1-1.module%2Bel8.7.0%2B18373%2B704f5cef?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "product": { "name": "nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "product_id": "nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@16.19.1-1.module%2Bel8.7.0%2B18373%2B704f5cef?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "product": { "name": "nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "product_id": "nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@16.19.1-1.module%2Bel8.7.0%2B18373%2B704f5cef?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "product": { "name": "nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "product_id": "nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-devel@16.19.1-1.module%2Bel8.7.0%2B18373%2B704f5cef?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "product": { "name": "nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "product_id": "nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@16.19.1-1.module%2Bel8.7.0%2B18373%2B704f5cef?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.aarch64", "product": { "name": "npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.aarch64", "product_id": "npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@8.19.3-1.16.19.1.1.module%2Bel8.7.0%2B18373%2B704f5cef?arch=aarch64\u0026epoch=1" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "nodejs:16:8070020230314140722:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed" }, "product_reference": "nodejs:16:8070020230314140722:bd1311ed", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64 as a component of nodejs:16:8070020230314140722:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64" }, "product_reference": "nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le as a component of nodejs:16:8070020230314140722:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le" }, "product_reference": "nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x as a component of nodejs:16:8070020230314140722:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x" }, "product_reference": "nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.src as a component of nodejs:16:8070020230314140722:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.src" }, "product_reference": "nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.src", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64 as a component of nodejs:16:8070020230314140722:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64" }, "product_reference": "nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64 as a component of nodejs:16:8070020230314140722:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64" }, "product_reference": "nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le as a component of nodejs:16:8070020230314140722:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le" }, "product_reference": "nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x as a component of nodejs:16:8070020230314140722:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x" }, "product_reference": "nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64 as a component of nodejs:16:8070020230314140722:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64" }, "product_reference": "nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64 as a component of nodejs:16:8070020230314140722:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64" }, "product_reference": "nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le as a component of nodejs:16:8070020230314140722:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le" }, "product_reference": "nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x as a component of nodejs:16:8070020230314140722:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x" }, "product_reference": "nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64 as a component of nodejs:16:8070020230314140722:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64" }, "product_reference": "nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64 as a component of nodejs:16:8070020230314140722:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64" }, "product_reference": "nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le as a component of nodejs:16:8070020230314140722:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le" }, "product_reference": "nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x as a component of nodejs:16:8070020230314140722:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x" }, "product_reference": "nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64 as a component of nodejs:16:8070020230314140722:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64" }, "product_reference": "nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-docs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.noarch as a component of nodejs:16:8070020230314140722:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-docs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.noarch" }, "product_reference": "nodejs-docs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.noarch", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64 as a component of nodejs:16:8070020230314140722:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64" }, "product_reference": "nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le as a component of nodejs:16:8070020230314140722:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le" }, "product_reference": "nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x as a component of nodejs:16:8070020230314140722:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x" }, "product_reference": "nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64 as a component of nodejs:16:8070020230314140722:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64" }, "product_reference": "nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.noarch as a component of nodejs:16:8070020230314140722:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.noarch" }, "product_reference": "nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.noarch", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.src as a component of nodejs:16:8070020230314140722:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.src" }, "product_reference": "nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.src", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch as a component of nodejs:16:8070020230314140722:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch" }, "product_reference": "nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src as a component of nodejs:16:8070020230314140722:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src" }, "product_reference": "nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.aarch64 as a component of nodejs:16:8070020230314140722:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.aarch64" }, "product_reference": "npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.aarch64", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.ppc64le as a component of nodejs:16:8070020230314140722:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.ppc64le" }, "product_reference": "npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.s390x as a component of nodejs:16:8070020230314140722:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.s390x" }, "product_reference": "npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.s390x", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.x86_64 as a component of nodejs:16:8070020230314140722:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.x86_64" }, "product_reference": "npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.x86_64", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-35065", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-12-26T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2156324" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in the glob-parent package. Affected versions of this package are vulnerable to Regular expression Denial of Service (ReDoS) attacks, affecting system availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "glob-parent: Regular Expression Denial of Service", "title": "Vulnerability summary" }, { "category": "other", "text": "The glob-parent package is a transitive dependency and this is not used directly in any of the Red Hat products. Hence, the impact is reduced to Moderate.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-docs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-35065" }, { "category": "external", "summary": "RHBZ#2156324", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156324" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-35065", "url": "https://www.cve.org/CVERecord?id=CVE-2021-35065" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-35065", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-35065" }, { "category": "external", "summary": "https://security.snyk.io/vuln/SNYK-JS-GLOBPARENT-1314294", "url": "https://security.snyk.io/vuln/SNYK-JS-GLOBPARENT-1314294" } ], "release_date": "2022-12-26T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-04-04T09:57:16+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-docs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:1582" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-docs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "glob-parent: Regular Expression Denial of Service" }, { "cve": "CVE-2022-4904", "cwe": { "id": "CWE-119", "name": "Improper Restriction of Operations within the Bounds of a Memory Buffer" }, "discovery_date": "2023-02-09T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2168631" } ], "notes": [ { "category": "description", "text": "A flaw was found in the c-ares package. The ares_set_sortlist is missing checks about the validity of the input string, which allows a possible arbitrary length stack overflow. This issue may cause a denial of service or a limited impact on confidentiality and integrity.", "title": "Vulnerability description" }, { "category": "summary", "text": "c-ares: buffer overflow in config_sortlist() due to missing string length check", "title": "Vulnerability summary" }, { "category": "other", "text": "The severity of this vulnerability is not important but moderate because exploiting the vulnerability can lead to a disruption of the availability of an application, yet doesn\u2019t compromise data integrity or confidentiality. The opportunity for disruption is further limited due to the requirement that an application allows an attacker to be able to input both untrusted and unvalidated data. Exploiting this flaw requires an application to use the library in such a way that would allow untrusted and unvalidated input to be passed directly to ares_set_sortlist by an attacker. In the event that this is able to occur, the impact to RHEL is limited to a crash of the application due to the protections offered by default in RHEL systems such as Stack Smashing Protection (SSP).", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-docs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-4904" }, { "category": "external", "summary": "RHBZ#2168631", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168631" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-4904", "url": "https://www.cve.org/CVERecord?id=CVE-2022-4904" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-4904", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-4904" }, { "category": "external", "summary": "https://github.com/c-ares/c-ares/issues/496", "url": "https://github.com/c-ares/c-ares/issues/496" } ], "release_date": "2022-12-13T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-04-04T09:57:16+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-docs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:1582" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.6, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H", "version": "3.1" }, "products": [ "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-docs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "c-ares: buffer overflow in config_sortlist() due to missing string length check" }, { "cve": "CVE-2022-25881", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2023-01-31T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2165824" } ], "notes": [ { "category": "description", "text": "A flaw was found in http-cache-semantics. When the server reads the cache policy from the request using this library, a Regular Expression Denial of Service occurs, caused by malicious request header values sent to the server.", "title": "Vulnerability description" }, { "category": "summary", "text": "http-cache-semantics: Regular Expression Denial of Service (ReDoS) vulnerability", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-docs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-25881" }, { "category": "external", "summary": "RHBZ#2165824", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165824" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-25881", "url": "https://www.cve.org/CVERecord?id=CVE-2022-25881" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-25881", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-25881" } ], "release_date": "2023-01-31T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-04-04T09:57:16+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-docs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:1582" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-docs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "http-cache-semantics: Regular Expression Denial of Service (ReDoS) vulnerability" }, { "cve": "CVE-2023-23918", "cwe": { "id": "CWE-863", "name": "Incorrect Authorization" }, "discovery_date": "2023-02-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2171935" } ], "notes": [ { "category": "description", "text": "A privilege escalation vulnerability exists in Node.js \u003c19.6.1, \u003c18.14.1, \u003c16.19.1 and \u003c14.21.3 that made it possible to bypass the experimental Permissions (https://nodejs.org/api/permissions.html) feature in Node.js and access non authorized modules by using process.mainModule.require(). This only affects users who had enabled the experimental permissions option with --experimental-policy.", "title": "Vulnerability description" }, { "category": "summary", "text": "Node.js: Permissions policies can be bypassed via process.mainModule", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-docs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-23918" }, { "category": "external", "summary": "RHBZ#2171935", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2171935" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-23918", "url": "https://www.cve.org/CVERecord?id=CVE-2023-23918" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-23918", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-23918" } ], "release_date": "2023-02-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-04-04T09:57:16+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-docs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:1582" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-docs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Node.js: Permissions policies can be bypassed via process.mainModule" }, { "cve": "CVE-2023-23919", "discovery_date": "2023-02-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2172170" } ], "notes": [ { "category": "description", "text": "A cryptographic vulnerability exists in Node.js \u003c19.2.0, \u003c18.14.1, \u003c16.19.1, \u003c14.21.3 that in some cases did does not clear the OpenSSL error stack after operations that may set it. This may lead to false positive errors during subsequent cryptographic operations that happen to be on the same thread. This in turn could be used to cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "Node.js: OpenSSL error handling issues in nodejs crypto library", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-docs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-23919" }, { "category": "external", "summary": "RHBZ#2172170", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172170" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-23919", "url": "https://www.cve.org/CVERecord?id=CVE-2023-23919" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-23919", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-23919" } ], "release_date": "2023-02-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-04-04T09:57:16+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-docs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:1582" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-docs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Node.js: OpenSSL error handling issues in nodejs crypto library" }, { "cve": "CVE-2023-23920", "cwe": { "id": "CWE-426", "name": "Untrusted Search Path" }, "discovery_date": "2023-02-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2172217" } ], "notes": [ { "category": "description", "text": "An untrusted search path vulnerability exists in Node.js. \u003c19.6.1, \u003c18.14.1, \u003c16.19.1, and \u003c14.21.3 that could allow an attacker to search and potentially load ICU data when running with elevated privileges.", "title": "Vulnerability description" }, { "category": "summary", "text": "Node.js: insecure loading of ICU data through ICU_DATA environment variable", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-docs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-23920" }, { "category": "external", "summary": "RHBZ#2172217", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172217" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-23920", "url": "https://www.cve.org/CVERecord?id=CVE-2023-23920" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-23920", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-23920" } ], "release_date": "2023-02-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-04-04T09:57:16+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-docs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:1582" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 4.2, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-docs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "Node.js: insecure loading of ICU data through ICU_DATA environment variable" }, { "cve": "CVE-2023-23936", "cwe": { "id": "CWE-93", "name": "Improper Neutralization of CRLF Sequences (\u0027CRLF Injection\u0027)" }, "discovery_date": "2023-02-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2172190" } ], "notes": [ { "category": "description", "text": "A flaw was found in the fetch API in Node.js that did not prevent CRLF injection in the \u0027host\u0027 header. This issue could allow HTTP response splitting and HTTP header injection.", "title": "Vulnerability description" }, { "category": "summary", "text": "Node.js: Fetch API did not protect against CRLF injection in host headers", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-docs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-23936" }, { "category": "external", "summary": "RHBZ#2172190", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172190" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-23936", "url": "https://www.cve.org/CVERecord?id=CVE-2023-23936" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-23936", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-23936" } ], "release_date": "2023-02-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-04-04T09:57:16+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-docs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:1582" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-docs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Node.js: Fetch API did not protect against CRLF injection in host headers" }, { "cve": "CVE-2023-24807", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2023-02-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2172204" } ], "notes": [ { "category": "description", "text": "Undici is an HTTP/1.1 client for Node.js. Prior to version 5.19.1, the `Headers.set()` and `Headers.append()` methods are vulnerable to Regular Expression Denial of Service (ReDoS) attacks when untrusted values are passed into the functions. This is due to the inefficient regular expression used to normalize the values in the `headerValueNormalize()` utility function. This vulnerability was patched in v5.19.1. No known workarounds are available.", "title": "Vulnerability description" }, { "category": "summary", "text": "Node.js: Regular Expression Denial of Service in Headers fetch API", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-docs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24807" }, { "category": "external", "summary": "RHBZ#2172204", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172204" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24807", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24807" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24807", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24807" } ], "release_date": "2023-02-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-04-04T09:57:16+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-docs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:1582" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debuginfo-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-debugsource-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-devel-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-docs-1:16.19.1-1.module+el8.7.0+18373+704f5cef.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-full-i18n-1:16.19.1-1.module+el8.7.0+18373+704f5cef.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-nodemon-0:2.0.20-3.module+el8.7.0+18373+704f5cef.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:16:8070020230314140722:bd1311ed:npm-1:8.19.3-1.16.19.1.1.module+el8.7.0+18373+704f5cef.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "Node.js: Regular Expression Denial of Service in Headers fetch API" } ] }
rhsa-2023_1583
Vulnerability from csaf_redhat
Published
2023-04-04 09:59
Modified
2024-11-06 02:42
Summary
Red Hat Security Advisory: nodejs:18 security, bug fix, and enhancement update
Notes
Topic
An update for the nodejs:18 module is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Node.js is a software development platform for building fast and scalable network applications in the JavaScript programming language.
The following packages have been upgraded to a later upstream version: nodejs (18.14.2).
Security Fix(es):
* glob-parent: Regular Expression Denial of Service (CVE-2021-35065)
* http-cache-semantics: Regular Expression Denial of Service (ReDoS) vulnerability (CVE-2022-25881)
* Node.js: Permissions policies can be bypassed via process.mainModule (CVE-2023-23918)
* Node.js: Fetch API did not protect against CRLF injection in host headers (CVE-2023-23936)
* Node.js: insecure loading of ICU data through ICU_DATA environment variable (CVE-2023-23920)
* Node.js: Regular Expression Denial of Service in Headers fetch API (CVE-2023-24807)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the nodejs:18 module is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Node.js is a software development platform for building fast and scalable network applications in the JavaScript programming language. \n\nThe following packages have been upgraded to a later upstream version: nodejs (18.14.2).\n\nSecurity Fix(es):\n\n* glob-parent: Regular Expression Denial of Service (CVE-2021-35065)\n\n* http-cache-semantics: Regular Expression Denial of Service (ReDoS) vulnerability (CVE-2022-25881)\n\n* Node.js: Permissions policies can be bypassed via process.mainModule (CVE-2023-23918)\n\n* Node.js: Fetch API did not protect against CRLF injection in host headers (CVE-2023-23936)\n\n* Node.js: insecure loading of ICU data through ICU_DATA environment variable (CVE-2023-23920)\n\n* Node.js: Regular Expression Denial of Service in Headers fetch API (CVE-2023-24807)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2023:1583", "url": "https://access.redhat.com/errata/RHSA-2023:1583" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2156324", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156324" }, { "category": "external", "summary": "2165824", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165824" }, { "category": "external", "summary": "2171935", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2171935" }, { "category": "external", "summary": "2172190", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172190" }, { "category": "external", "summary": "2172204", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172204" }, { "category": "external", "summary": "2172217", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172217" }, { "category": "external", "summary": "2178087", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178087" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_1583.json" } ], "title": "Red Hat Security Advisory: nodejs:18 security, bug fix, and enhancement update", "tracking": { "current_release_date": "2024-11-06T02:42:16+00:00", "generator": { "date": "2024-11-06T02:42:16+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:1583", "initial_release_date": "2023-04-04T09:59:44+00:00", "revision_history": [ { "date": "2023-04-04T09:59:44+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-04-04T09:59:44+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T02:42:16+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "nodejs:18:8070020230322080930:bd1311ed", "product": { "name": "nodejs:18:8070020230322080930:bd1311ed", "product_id": "nodejs:18:8070020230322080930:bd1311ed", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/nodejs@18:8070020230322080930:bd1311ed" } } }, { "category": "product_version", "name": "nodejs-docs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.noarch", "product": { "name": "nodejs-docs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.noarch", "product_id": "nodejs-docs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-docs@18.14.2-2.module%2Bel8.7.0%2B18445%2B9493b6ea?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-nodemon-0:2.0.20-2.module+el8.7.0+18445+9493b6ea.noarch", "product": { "name": "nodejs-nodemon-0:2.0.20-2.module+el8.7.0+18445+9493b6ea.noarch", "product_id": "nodejs-nodemon-0:2.0.20-2.module+el8.7.0+18445+9493b6ea.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-nodemon@2.0.20-2.module%2Bel8.7.0%2B18445%2B9493b6ea?arch=noarch" } } }, { "category": "product_version", "name": "nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "product": { "name": "nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "product_id": "nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-packaging@2021.06-4.module%2Bel8.7.0%2B15582%2B19c314fa?arch=noarch" } } }, { "category": "product_version", "name": "nodejs-packaging-bundler-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "product": { "name": "nodejs-packaging-bundler-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "product_id": "nodejs-packaging-bundler-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-packaging-bundler@2021.06-4.module%2Bel8.7.0%2B15582%2B19c314fa?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.src", "product": { "name": "nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.src", "product_id": "nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@18.14.2-2.module%2Bel8.7.0%2B18445%2B9493b6ea?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-nodemon-0:2.0.20-2.module+el8.7.0+18445+9493b6ea.src", "product": { "name": "nodejs-nodemon-0:2.0.20-2.module+el8.7.0+18445+9493b6ea.src", "product_id": "nodejs-nodemon-0:2.0.20-2.module+el8.7.0+18445+9493b6ea.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-nodemon@2.0.20-2.module%2Bel8.7.0%2B18445%2B9493b6ea?arch=src" } } }, { "category": "product_version", "name": "nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.src", "product": { "name": "nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.src", "product_id": "nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-packaging@2021.06-4.module%2Bel8.7.0%2B15582%2B19c314fa?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "product": { "name": "nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "product_id": "nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@18.14.2-2.module%2Bel8.7.0%2B18445%2B9493b6ea?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "product": { "name": "nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "product_id": "nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@18.14.2-2.module%2Bel8.7.0%2B18445%2B9493b6ea?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "product": { "name": "nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "product_id": "nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@18.14.2-2.module%2Bel8.7.0%2B18445%2B9493b6ea?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "product": { "name": "nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "product_id": "nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-devel@18.14.2-2.module%2Bel8.7.0%2B18445%2B9493b6ea?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "product": { "name": "nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "product_id": "nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@18.14.2-2.module%2Bel8.7.0%2B18445%2B9493b6ea?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.x86_64", "product": { "name": "npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.x86_64", "product_id": "npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@9.5.0-1.18.14.2.2.module%2Bel8.7.0%2B18445%2B9493b6ea?arch=x86_64\u0026epoch=1" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "product": { "name": "nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "product_id": "nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@18.14.2-2.module%2Bel8.7.0%2B18445%2B9493b6ea?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "product": { "name": "nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "product_id": "nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@18.14.2-2.module%2Bel8.7.0%2B18445%2B9493b6ea?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "product": { "name": "nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "product_id": "nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@18.14.2-2.module%2Bel8.7.0%2B18445%2B9493b6ea?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "product": { "name": "nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "product_id": "nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-devel@18.14.2-2.module%2Bel8.7.0%2B18445%2B9493b6ea?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "product": { "name": "nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "product_id": "nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@18.14.2-2.module%2Bel8.7.0%2B18445%2B9493b6ea?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.s390x", "product": { "name": "npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.s390x", "product_id": "npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@9.5.0-1.18.14.2.2.module%2Bel8.7.0%2B18445%2B9493b6ea?arch=s390x\u0026epoch=1" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "product": { "name": "nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "product_id": "nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@18.14.2-2.module%2Bel8.7.0%2B18445%2B9493b6ea?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "product": { "name": "nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "product_id": "nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@18.14.2-2.module%2Bel8.7.0%2B18445%2B9493b6ea?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "product": { "name": "nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "product_id": "nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@18.14.2-2.module%2Bel8.7.0%2B18445%2B9493b6ea?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "product": { "name": "nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "product_id": "nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-devel@18.14.2-2.module%2Bel8.7.0%2B18445%2B9493b6ea?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "product": { "name": "nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "product_id": "nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@18.14.2-2.module%2Bel8.7.0%2B18445%2B9493b6ea?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.ppc64le", "product": { "name": "npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.ppc64le", "product_id": "npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@9.5.0-1.18.14.2.2.module%2Bel8.7.0%2B18445%2B9493b6ea?arch=ppc64le\u0026epoch=1" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "product": { "name": "nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "product_id": "nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@18.14.2-2.module%2Bel8.7.0%2B18445%2B9493b6ea?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "product": { "name": "nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "product_id": "nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@18.14.2-2.module%2Bel8.7.0%2B18445%2B9493b6ea?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "product": { "name": "nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "product_id": "nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@18.14.2-2.module%2Bel8.7.0%2B18445%2B9493b6ea?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "product": { "name": "nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "product_id": "nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-devel@18.14.2-2.module%2Bel8.7.0%2B18445%2B9493b6ea?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "product": { "name": "nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "product_id": "nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@18.14.2-2.module%2Bel8.7.0%2B18445%2B9493b6ea?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.aarch64", "product": { "name": "npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.aarch64", "product_id": "npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@9.5.0-1.18.14.2.2.module%2Bel8.7.0%2B18445%2B9493b6ea?arch=aarch64\u0026epoch=1" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "nodejs:18:8070020230322080930:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed" }, "product_reference": "nodejs:18:8070020230322080930:bd1311ed", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64 as a component of nodejs:18:8070020230322080930:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64" }, "product_reference": "nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le as a component of nodejs:18:8070020230322080930:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le" }, "product_reference": "nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x as a component of nodejs:18:8070020230322080930:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x" }, "product_reference": "nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.src as a component of nodejs:18:8070020230322080930:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.src" }, "product_reference": "nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.src", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64 as a component of nodejs:18:8070020230322080930:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64" }, "product_reference": "nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64 as a component of nodejs:18:8070020230322080930:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64" }, "product_reference": "nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le as a component of nodejs:18:8070020230322080930:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le" }, "product_reference": "nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x as a component of nodejs:18:8070020230322080930:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x" }, "product_reference": "nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64 as a component of nodejs:18:8070020230322080930:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64" }, "product_reference": "nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64 as a component of nodejs:18:8070020230322080930:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64" }, "product_reference": "nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le as a component of nodejs:18:8070020230322080930:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le" }, "product_reference": "nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x as a component of nodejs:18:8070020230322080930:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x" }, "product_reference": "nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64 as a component of nodejs:18:8070020230322080930:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64" }, "product_reference": "nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64 as a component of nodejs:18:8070020230322080930:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64" }, "product_reference": "nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le as a component of nodejs:18:8070020230322080930:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le" }, "product_reference": "nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x as a component of nodejs:18:8070020230322080930:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x" }, "product_reference": "nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64 as a component of nodejs:18:8070020230322080930:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64" }, "product_reference": "nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-docs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.noarch as a component of nodejs:18:8070020230322080930:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-docs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.noarch" }, "product_reference": "nodejs-docs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.noarch", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64 as a component of nodejs:18:8070020230322080930:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64" }, "product_reference": "nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le as a component of nodejs:18:8070020230322080930:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le" }, "product_reference": "nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x as a component of nodejs:18:8070020230322080930:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x" }, "product_reference": "nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64 as a component of nodejs:18:8070020230322080930:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64" }, "product_reference": "nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-nodemon-0:2.0.20-2.module+el8.7.0+18445+9493b6ea.noarch as a component of nodejs:18:8070020230322080930:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+18445+9493b6ea.noarch" }, "product_reference": "nodejs-nodemon-0:2.0.20-2.module+el8.7.0+18445+9493b6ea.noarch", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-nodemon-0:2.0.20-2.module+el8.7.0+18445+9493b6ea.src as a component of nodejs:18:8070020230322080930:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+18445+9493b6ea.src" }, "product_reference": "nodejs-nodemon-0:2.0.20-2.module+el8.7.0+18445+9493b6ea.src", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch as a component of nodejs:18:8070020230322080930:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch" }, "product_reference": "nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.src as a component of nodejs:18:8070020230322080930:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.src" }, "product_reference": "nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.src", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-packaging-bundler-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch as a component of nodejs:18:8070020230322080930:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-bundler-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch" }, "product_reference": "nodejs-packaging-bundler-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.aarch64 as a component of nodejs:18:8070020230322080930:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.aarch64" }, "product_reference": "npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.aarch64", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.ppc64le as a component of nodejs:18:8070020230322080930:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.ppc64le" }, "product_reference": "npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.s390x as a component of nodejs:18:8070020230322080930:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.s390x" }, "product_reference": "npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.s390x", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.x86_64 as a component of nodejs:18:8070020230322080930:bd1311ed as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.x86_64" }, "product_reference": "npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.x86_64", "relates_to_product_reference": "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-35065", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-12-26T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2156324" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in the glob-parent package. Affected versions of this package are vulnerable to Regular expression Denial of Service (ReDoS) attacks, affecting system availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "glob-parent: Regular Expression Denial of Service", "title": "Vulnerability summary" }, { "category": "other", "text": "The glob-parent package is a transitive dependency and this is not used directly in any of the Red Hat products. Hence, the impact is reduced to Moderate.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-docs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+18445+9493b6ea.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+18445+9493b6ea.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-bundler-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-35065" }, { "category": "external", "summary": "RHBZ#2156324", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156324" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-35065", "url": "https://www.cve.org/CVERecord?id=CVE-2021-35065" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-35065", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-35065" }, { "category": "external", "summary": "https://security.snyk.io/vuln/SNYK-JS-GLOBPARENT-1314294", "url": "https://security.snyk.io/vuln/SNYK-JS-GLOBPARENT-1314294" } ], "release_date": "2022-12-26T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-04-04T09:59:44+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-docs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+18445+9493b6ea.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+18445+9493b6ea.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-bundler-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:1583" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-docs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+18445+9493b6ea.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+18445+9493b6ea.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-bundler-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "glob-parent: Regular Expression Denial of Service" }, { "cve": "CVE-2022-25881", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2023-01-31T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2165824" } ], "notes": [ { "category": "description", "text": "A flaw was found in http-cache-semantics. When the server reads the cache policy from the request using this library, a Regular Expression Denial of Service occurs, caused by malicious request header values sent to the server.", "title": "Vulnerability description" }, { "category": "summary", "text": "http-cache-semantics: Regular Expression Denial of Service (ReDoS) vulnerability", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-docs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+18445+9493b6ea.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+18445+9493b6ea.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-bundler-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-25881" }, { "category": "external", "summary": "RHBZ#2165824", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165824" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-25881", "url": "https://www.cve.org/CVERecord?id=CVE-2022-25881" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-25881", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-25881" } ], "release_date": "2023-01-31T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-04-04T09:59:44+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-docs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+18445+9493b6ea.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+18445+9493b6ea.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-bundler-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:1583" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-docs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+18445+9493b6ea.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+18445+9493b6ea.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-bundler-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "http-cache-semantics: Regular Expression Denial of Service (ReDoS) vulnerability" }, { "cve": "CVE-2023-23918", "cwe": { "id": "CWE-863", "name": "Incorrect Authorization" }, "discovery_date": "2023-02-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2171935" } ], "notes": [ { "category": "description", "text": "A privilege escalation vulnerability exists in Node.js \u003c19.6.1, \u003c18.14.1, \u003c16.19.1 and \u003c14.21.3 that made it possible to bypass the experimental Permissions (https://nodejs.org/api/permissions.html) feature in Node.js and access non authorized modules by using process.mainModule.require(). This only affects users who had enabled the experimental permissions option with --experimental-policy.", "title": "Vulnerability description" }, { "category": "summary", "text": "Node.js: Permissions policies can be bypassed via process.mainModule", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-docs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+18445+9493b6ea.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+18445+9493b6ea.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-bundler-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-23918" }, { "category": "external", "summary": "RHBZ#2171935", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2171935" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-23918", "url": "https://www.cve.org/CVERecord?id=CVE-2023-23918" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-23918", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-23918" } ], "release_date": "2023-02-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-04-04T09:59:44+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-docs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+18445+9493b6ea.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+18445+9493b6ea.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-bundler-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:1583" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-docs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+18445+9493b6ea.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+18445+9493b6ea.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-bundler-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Node.js: Permissions policies can be bypassed via process.mainModule" }, { "cve": "CVE-2023-23919", "discovery_date": "2023-02-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2172170" } ], "notes": [ { "category": "description", "text": "A cryptographic vulnerability exists in Node.js \u003c19.2.0, \u003c18.14.1, \u003c16.19.1, \u003c14.21.3 that in some cases did does not clear the OpenSSL error stack after operations that may set it. This may lead to false positive errors during subsequent cryptographic operations that happen to be on the same thread. This in turn could be used to cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "Node.js: OpenSSL error handling issues in nodejs crypto library", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-docs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+18445+9493b6ea.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+18445+9493b6ea.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-bundler-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-23919" }, { "category": "external", "summary": "RHBZ#2172170", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172170" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-23919", "url": "https://www.cve.org/CVERecord?id=CVE-2023-23919" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-23919", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-23919" } ], "release_date": "2023-02-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-04-04T09:59:44+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-docs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+18445+9493b6ea.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+18445+9493b6ea.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-bundler-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:1583" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-docs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+18445+9493b6ea.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+18445+9493b6ea.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-bundler-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Node.js: OpenSSL error handling issues in nodejs crypto library" }, { "cve": "CVE-2023-23920", "cwe": { "id": "CWE-426", "name": "Untrusted Search Path" }, "discovery_date": "2023-02-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2172217" } ], "notes": [ { "category": "description", "text": "An untrusted search path vulnerability exists in Node.js. \u003c19.6.1, \u003c18.14.1, \u003c16.19.1, and \u003c14.21.3 that could allow an attacker to search and potentially load ICU data when running with elevated privileges.", "title": "Vulnerability description" }, { "category": "summary", "text": "Node.js: insecure loading of ICU data through ICU_DATA environment variable", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-docs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+18445+9493b6ea.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+18445+9493b6ea.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-bundler-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-23920" }, { "category": "external", "summary": "RHBZ#2172217", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172217" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-23920", "url": "https://www.cve.org/CVERecord?id=CVE-2023-23920" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-23920", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-23920" } ], "release_date": "2023-02-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-04-04T09:59:44+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-docs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+18445+9493b6ea.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+18445+9493b6ea.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-bundler-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:1583" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 4.2, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-docs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+18445+9493b6ea.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+18445+9493b6ea.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-bundler-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "Node.js: insecure loading of ICU data through ICU_DATA environment variable" }, { "cve": "CVE-2023-23936", "cwe": { "id": "CWE-93", "name": "Improper Neutralization of CRLF Sequences (\u0027CRLF Injection\u0027)" }, "discovery_date": "2023-02-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2172190" } ], "notes": [ { "category": "description", "text": "A flaw was found in the fetch API in Node.js that did not prevent CRLF injection in the \u0027host\u0027 header. This issue could allow HTTP response splitting and HTTP header injection.", "title": "Vulnerability description" }, { "category": "summary", "text": "Node.js: Fetch API did not protect against CRLF injection in host headers", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-docs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+18445+9493b6ea.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+18445+9493b6ea.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-bundler-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-23936" }, { "category": "external", "summary": "RHBZ#2172190", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172190" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-23936", "url": "https://www.cve.org/CVERecord?id=CVE-2023-23936" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-23936", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-23936" } ], "release_date": "2023-02-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-04-04T09:59:44+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-docs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+18445+9493b6ea.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+18445+9493b6ea.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-bundler-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:1583" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-docs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+18445+9493b6ea.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+18445+9493b6ea.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-bundler-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Node.js: Fetch API did not protect against CRLF injection in host headers" }, { "cve": "CVE-2023-24807", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2023-02-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2172204" } ], "notes": [ { "category": "description", "text": "Undici is an HTTP/1.1 client for Node.js. Prior to version 5.19.1, the `Headers.set()` and `Headers.append()` methods are vulnerable to Regular Expression Denial of Service (ReDoS) attacks when untrusted values are passed into the functions. This is due to the inefficient regular expression used to normalize the values in the `headerValueNormalize()` utility function. This vulnerability was patched in v5.19.1. No known workarounds are available.", "title": "Vulnerability description" }, { "category": "summary", "text": "Node.js: Regular Expression Denial of Service in Headers fetch API", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-docs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+18445+9493b6ea.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+18445+9493b6ea.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-bundler-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24807" }, { "category": "external", "summary": "RHBZ#2172204", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172204" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24807", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24807" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24807", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24807" } ], "release_date": "2023-02-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-04-04T09:59:44+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-docs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+18445+9493b6ea.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+18445+9493b6ea.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-bundler-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:1583" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debuginfo-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-debugsource-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-devel-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-docs-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-full-i18n-1:18.14.2-2.module+el8.7.0+18445+9493b6ea.x86_64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+18445+9493b6ea.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+18445+9493b6ea.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.src", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:nodejs-packaging-bundler-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.aarch64", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.ppc64le", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.s390x", "AppStream-8.7.0.Z.MAIN:nodejs:18:8070020230322080930:bd1311ed:npm-1:9.5.0-1.18.14.2.2.module+el8.7.0+18445+9493b6ea.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "Node.js: Regular Expression Denial of Service in Headers fetch API" } ] }
rhsa-2023_5533
Vulnerability from csaf_redhat
Published
2023-10-09 10:29
Modified
2024-11-06 03:47
Summary
Red Hat Security Advisory: nodejs security, bug fix, and enhancement update
Notes
Topic
An update for nodejs is now available for Red Hat Enterprise Linux 9.0 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Node.js is a software development platform for building fast and scalable network applications in the JavaScript programming language.
The package has been upgraded to a later upstream version: nodejs (16.20.2).
Security Fix(es):
* nodejs: Permissions policies can be bypassed via Module._load (CVE-2023-32002)
* c-ares: buffer overflow in config_sortlist() due to missing string length check (CVE-2022-4904)
* http-cache-semantics: Regular Expression Denial of Service (ReDoS) vulnerability (CVE-2022-25881)
* Node.js: Fetch API did not protect against CRLF injection in host headers (CVE-2023-23936)
* nodejs: mainModule.proto bypass experimental policy mechanism (CVE-2023-30581)
* nodejs: process interuption due to invalid Public Key information in x509 certificates (CVE-2023-30588)
* nodejs: HTTP Request Smuggling via Empty headers separated by CR (CVE-2023-30589)
* nodejs: DiffieHellman do not generate keys after setting a private key (CVE-2023-30590)
* nodejs: Permissions policies can impersonate other modules in using module.constructor.createRequire() (CVE-2023-32006)
* nodejs: Permissions policies can be bypassed via process.binding (CVE-2023-32559)
* Node.js: insecure loading of ICU data through ICU_DATA environment variable (CVE-2023-23920)
* Node.js: Regular Expression Denial of Service in Headers fetch API (CVE-2023-24807)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Bug Fix(es):
* nodejs: Rebase to the latest Nodejs 16 release [rhel-9] (BZ#2236435, BZ#2178078, BZ#2223335)
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for nodejs is now available for Red Hat Enterprise Linux 9.0 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Node.js is a software development platform for building fast and scalable network applications in the JavaScript programming language. \n\nThe package has been upgraded to a later upstream version: nodejs (16.20.2).\n\nSecurity Fix(es):\n\n* nodejs: Permissions policies can be bypassed via Module._load (CVE-2023-32002)\n\n* c-ares: buffer overflow in config_sortlist() due to missing string length check (CVE-2022-4904)\n\n* http-cache-semantics: Regular Expression Denial of Service (ReDoS) vulnerability (CVE-2022-25881)\n\n* Node.js: Fetch API did not protect against CRLF injection in host headers (CVE-2023-23936)\n\n* nodejs: mainModule.proto bypass experimental policy mechanism (CVE-2023-30581)\n\n* nodejs: process interuption due to invalid Public Key information in x509 certificates (CVE-2023-30588)\n\n* nodejs: HTTP Request Smuggling via Empty headers separated by CR (CVE-2023-30589)\n\n* nodejs: DiffieHellman do not generate keys after setting a private key (CVE-2023-30590)\n\n* nodejs: Permissions policies can impersonate other modules in using module.constructor.createRequire() (CVE-2023-32006)\n\n* nodejs: Permissions policies can be bypassed via process.binding (CVE-2023-32559)\n\n* Node.js: insecure loading of ICU data through ICU_DATA environment variable (CVE-2023-23920)\n\n* Node.js: Regular Expression Denial of Service in Headers fetch API (CVE-2023-24807)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nBug Fix(es):\n\n* nodejs: Rebase to the latest Nodejs 16 release [rhel-9] (BZ#2236435, BZ#2178078, BZ#2223335)", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2023:5533", "url": "https://access.redhat.com/errata/RHSA-2023:5533" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2165824", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165824" }, { "category": "external", "summary": "2168631", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168631" }, { "category": "external", "summary": "2172190", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172190" }, { "category": "external", "summary": "2172204", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172204" }, { "category": "external", "summary": "2172217", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172217" }, { "category": "external", "summary": "2178078", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178078" }, { "category": "external", "summary": "2219824", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2219824" }, { "category": "external", "summary": "2219838", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2219838" }, { "category": "external", "summary": "2219841", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2219841" }, { "category": "external", "summary": "2219842", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2219842" }, { "category": "external", "summary": "2223335", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223335" }, { "category": "external", "summary": "2230948", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2230948" }, { "category": "external", "summary": "2230955", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2230955" }, { "category": "external", "summary": "2230956", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2230956" }, { "category": "external", "summary": "2236435", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2236435" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_5533.json" } ], "title": "Red Hat Security Advisory: nodejs security, bug fix, and enhancement update", "tracking": { "current_release_date": "2024-11-06T03:47:53+00:00", "generator": { "date": "2024-11-06T03:47:53+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:5533", "initial_release_date": "2023-10-09T10:29:45+00:00", "revision_history": [ { "date": "2023-10-09T10:29:45+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-10-09T10:29:45+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T03:47:53+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.0::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:16.20.2-1.el9_0.src", "product": { "name": "nodejs-1:16.20.2-1.el9_0.src", "product_id": "nodejs-1:16.20.2-1.el9_0.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@16.20.2-1.el9_0?arch=src\u0026epoch=1" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:16.20.2-1.el9_0.aarch64", "product": { "name": "nodejs-1:16.20.2-1.el9_0.aarch64", "product_id": "nodejs-1:16.20.2-1.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@16.20.2-1.el9_0?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:16.20.2-1.el9_0.aarch64", "product": { "name": "nodejs-full-i18n-1:16.20.2-1.el9_0.aarch64", "product_id": "nodejs-full-i18n-1:16.20.2-1.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@16.20.2-1.el9_0?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-libs-1:16.20.2-1.el9_0.aarch64", "product": { "name": "nodejs-libs-1:16.20.2-1.el9_0.aarch64", "product_id": "nodejs-libs-1:16.20.2-1.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-libs@16.20.2-1.el9_0?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:8.19.4-1.16.20.2.1.el9_0.aarch64", "product": { "name": "npm-1:8.19.4-1.16.20.2.1.el9_0.aarch64", "product_id": "npm-1:8.19.4-1.16.20.2.1.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@8.19.4-1.16.20.2.1.el9_0?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:16.20.2-1.el9_0.aarch64", "product": { "name": "nodejs-debugsource-1:16.20.2-1.el9_0.aarch64", "product_id": "nodejs-debugsource-1:16.20.2-1.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@16.20.2-1.el9_0?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:16.20.2-1.el9_0.aarch64", "product": { "name": "nodejs-debuginfo-1:16.20.2-1.el9_0.aarch64", "product_id": "nodejs-debuginfo-1:16.20.2-1.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@16.20.2-1.el9_0?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-libs-debuginfo-1:16.20.2-1.el9_0.aarch64", "product": { "name": "nodejs-libs-debuginfo-1:16.20.2-1.el9_0.aarch64", "product_id": "nodejs-libs-debuginfo-1:16.20.2-1.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-libs-debuginfo@16.20.2-1.el9_0?arch=aarch64\u0026epoch=1" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:16.20.2-1.el9_0.ppc64le", "product": { "name": "nodejs-1:16.20.2-1.el9_0.ppc64le", "product_id": "nodejs-1:16.20.2-1.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@16.20.2-1.el9_0?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:16.20.2-1.el9_0.ppc64le", "product": { "name": "nodejs-full-i18n-1:16.20.2-1.el9_0.ppc64le", "product_id": "nodejs-full-i18n-1:16.20.2-1.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@16.20.2-1.el9_0?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-libs-1:16.20.2-1.el9_0.ppc64le", "product": { "name": "nodejs-libs-1:16.20.2-1.el9_0.ppc64le", "product_id": "nodejs-libs-1:16.20.2-1.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-libs@16.20.2-1.el9_0?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:8.19.4-1.16.20.2.1.el9_0.ppc64le", "product": { "name": "npm-1:8.19.4-1.16.20.2.1.el9_0.ppc64le", "product_id": "npm-1:8.19.4-1.16.20.2.1.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@8.19.4-1.16.20.2.1.el9_0?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:16.20.2-1.el9_0.ppc64le", "product": { "name": "nodejs-debugsource-1:16.20.2-1.el9_0.ppc64le", "product_id": "nodejs-debugsource-1:16.20.2-1.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@16.20.2-1.el9_0?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "product": { "name": "nodejs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "product_id": "nodejs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@16.20.2-1.el9_0?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-libs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "product": { "name": "nodejs-libs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "product_id": "nodejs-libs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-libs-debuginfo@16.20.2-1.el9_0?arch=ppc64le\u0026epoch=1" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:16.20.2-1.el9_0.x86_64", "product": { "name": "nodejs-1:16.20.2-1.el9_0.x86_64", "product_id": "nodejs-1:16.20.2-1.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@16.20.2-1.el9_0?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:16.20.2-1.el9_0.x86_64", "product": { "name": "nodejs-full-i18n-1:16.20.2-1.el9_0.x86_64", "product_id": "nodejs-full-i18n-1:16.20.2-1.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@16.20.2-1.el9_0?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-libs-1:16.20.2-1.el9_0.x86_64", "product": { "name": "nodejs-libs-1:16.20.2-1.el9_0.x86_64", "product_id": "nodejs-libs-1:16.20.2-1.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-libs@16.20.2-1.el9_0?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:8.19.4-1.16.20.2.1.el9_0.x86_64", "product": { "name": "npm-1:8.19.4-1.16.20.2.1.el9_0.x86_64", "product_id": "npm-1:8.19.4-1.16.20.2.1.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@8.19.4-1.16.20.2.1.el9_0?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:16.20.2-1.el9_0.x86_64", "product": { "name": "nodejs-debugsource-1:16.20.2-1.el9_0.x86_64", "product_id": "nodejs-debugsource-1:16.20.2-1.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@16.20.2-1.el9_0?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:16.20.2-1.el9_0.x86_64", "product": { "name": "nodejs-debuginfo-1:16.20.2-1.el9_0.x86_64", "product_id": "nodejs-debuginfo-1:16.20.2-1.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@16.20.2-1.el9_0?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-libs-debuginfo-1:16.20.2-1.el9_0.x86_64", "product": { "name": "nodejs-libs-debuginfo-1:16.20.2-1.el9_0.x86_64", "product_id": "nodejs-libs-debuginfo-1:16.20.2-1.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-libs-debuginfo@16.20.2-1.el9_0?arch=x86_64\u0026epoch=1" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "nodejs-libs-1:16.20.2-1.el9_0.i686", "product": { "name": "nodejs-libs-1:16.20.2-1.el9_0.i686", "product_id": "nodejs-libs-1:16.20.2-1.el9_0.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-libs@16.20.2-1.el9_0?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:16.20.2-1.el9_0.i686", "product": { "name": "nodejs-debugsource-1:16.20.2-1.el9_0.i686", "product_id": "nodejs-debugsource-1:16.20.2-1.el9_0.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@16.20.2-1.el9_0?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:16.20.2-1.el9_0.i686", "product": { "name": "nodejs-debuginfo-1:16.20.2-1.el9_0.i686", "product_id": "nodejs-debuginfo-1:16.20.2-1.el9_0.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@16.20.2-1.el9_0?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-libs-debuginfo-1:16.20.2-1.el9_0.i686", "product": { "name": "nodejs-libs-debuginfo-1:16.20.2-1.el9_0.i686", "product_id": "nodejs-libs-debuginfo-1:16.20.2-1.el9_0.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-libs-debuginfo@16.20.2-1.el9_0?arch=i686\u0026epoch=1" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:16.20.2-1.el9_0.s390x", "product": { "name": "nodejs-1:16.20.2-1.el9_0.s390x", "product_id": "nodejs-1:16.20.2-1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@16.20.2-1.el9_0?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:16.20.2-1.el9_0.s390x", "product": { "name": "nodejs-full-i18n-1:16.20.2-1.el9_0.s390x", "product_id": "nodejs-full-i18n-1:16.20.2-1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@16.20.2-1.el9_0?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-libs-1:16.20.2-1.el9_0.s390x", "product": { "name": "nodejs-libs-1:16.20.2-1.el9_0.s390x", "product_id": "nodejs-libs-1:16.20.2-1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-libs@16.20.2-1.el9_0?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:8.19.4-1.16.20.2.1.el9_0.s390x", "product": { "name": "npm-1:8.19.4-1.16.20.2.1.el9_0.s390x", "product_id": "npm-1:8.19.4-1.16.20.2.1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@8.19.4-1.16.20.2.1.el9_0?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:16.20.2-1.el9_0.s390x", "product": { "name": "nodejs-debugsource-1:16.20.2-1.el9_0.s390x", "product_id": "nodejs-debugsource-1:16.20.2-1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@16.20.2-1.el9_0?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:16.20.2-1.el9_0.s390x", "product": { "name": "nodejs-debuginfo-1:16.20.2-1.el9_0.s390x", "product_id": "nodejs-debuginfo-1:16.20.2-1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@16.20.2-1.el9_0?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-libs-debuginfo-1:16.20.2-1.el9_0.s390x", "product": { "name": "nodejs-libs-debuginfo-1:16.20.2-1.el9_0.s390x", "product_id": "nodejs-libs-debuginfo-1:16.20.2-1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-libs-debuginfo@16.20.2-1.el9_0?arch=s390x\u0026epoch=1" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "nodejs-docs-1:16.20.2-1.el9_0.noarch", "product": { "name": "nodejs-docs-1:16.20.2-1.el9_0.noarch", "product_id": "nodejs-docs-1:16.20.2-1.el9_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-docs@16.20.2-1.el9_0?arch=noarch\u0026epoch=1" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:16.20.2-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.aarch64" }, "product_reference": "nodejs-1:16.20.2-1.el9_0.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:16.20.2-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.ppc64le" }, "product_reference": "nodejs-1:16.20.2-1.el9_0.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:16.20.2-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.s390x" }, "product_reference": "nodejs-1:16.20.2-1.el9_0.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:16.20.2-1.el9_0.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.src" }, "product_reference": "nodejs-1:16.20.2-1.el9_0.src", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:16.20.2-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.x86_64" }, "product_reference": "nodejs-1:16.20.2-1.el9_0.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:16.20.2-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.aarch64" }, "product_reference": "nodejs-debuginfo-1:16.20.2-1.el9_0.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:16.20.2-1.el9_0.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.i686" }, "product_reference": "nodejs-debuginfo-1:16.20.2-1.el9_0.i686", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:16.20.2-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.ppc64le" }, "product_reference": "nodejs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:16.20.2-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.s390x" }, "product_reference": "nodejs-debuginfo-1:16.20.2-1.el9_0.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:16.20.2-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.x86_64" }, "product_reference": "nodejs-debuginfo-1:16.20.2-1.el9_0.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:16.20.2-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.aarch64" }, "product_reference": "nodejs-debugsource-1:16.20.2-1.el9_0.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:16.20.2-1.el9_0.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.i686" }, "product_reference": "nodejs-debugsource-1:16.20.2-1.el9_0.i686", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:16.20.2-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.ppc64le" }, "product_reference": "nodejs-debugsource-1:16.20.2-1.el9_0.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:16.20.2-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.s390x" }, "product_reference": "nodejs-debugsource-1:16.20.2-1.el9_0.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:16.20.2-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.x86_64" }, "product_reference": "nodejs-debugsource-1:16.20.2-1.el9_0.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-docs-1:16.20.2-1.el9_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:nodejs-docs-1:16.20.2-1.el9_0.noarch" }, "product_reference": "nodejs-docs-1:16.20.2-1.el9_0.noarch", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:16.20.2-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.aarch64" }, "product_reference": "nodejs-full-i18n-1:16.20.2-1.el9_0.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:16.20.2-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.ppc64le" }, "product_reference": "nodejs-full-i18n-1:16.20.2-1.el9_0.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:16.20.2-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.s390x" }, "product_reference": "nodejs-full-i18n-1:16.20.2-1.el9_0.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:16.20.2-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.x86_64" }, "product_reference": "nodejs-full-i18n-1:16.20.2-1.el9_0.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-libs-1:16.20.2-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.aarch64" }, "product_reference": "nodejs-libs-1:16.20.2-1.el9_0.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-libs-1:16.20.2-1.el9_0.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.i686" }, "product_reference": "nodejs-libs-1:16.20.2-1.el9_0.i686", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-libs-1:16.20.2-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.ppc64le" }, "product_reference": "nodejs-libs-1:16.20.2-1.el9_0.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-libs-1:16.20.2-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.s390x" }, "product_reference": "nodejs-libs-1:16.20.2-1.el9_0.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-libs-1:16.20.2-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.x86_64" }, "product_reference": "nodejs-libs-1:16.20.2-1.el9_0.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-libs-debuginfo-1:16.20.2-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.aarch64" }, "product_reference": "nodejs-libs-debuginfo-1:16.20.2-1.el9_0.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-libs-debuginfo-1:16.20.2-1.el9_0.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.i686" }, "product_reference": "nodejs-libs-debuginfo-1:16.20.2-1.el9_0.i686", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-libs-debuginfo-1:16.20.2-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.ppc64le" }, "product_reference": "nodejs-libs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-libs-debuginfo-1:16.20.2-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.s390x" }, "product_reference": "nodejs-libs-debuginfo-1:16.20.2-1.el9_0.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-libs-debuginfo-1:16.20.2-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.x86_64" }, "product_reference": "nodejs-libs-debuginfo-1:16.20.2-1.el9_0.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:8.19.4-1.16.20.2.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.aarch64" }, "product_reference": "npm-1:8.19.4-1.16.20.2.1.el9_0.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:8.19.4-1.16.20.2.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.ppc64le" }, "product_reference": "npm-1:8.19.4-1.16.20.2.1.el9_0.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:8.19.4-1.16.20.2.1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.s390x" }, "product_reference": "npm-1:8.19.4-1.16.20.2.1.el9_0.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:8.19.4-1.16.20.2.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)", "product_id": "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.x86_64" }, "product_reference": "npm-1:8.19.4-1.16.20.2.1.el9_0.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-4904", "cwe": { "id": "CWE-119", "name": "Improper Restriction of Operations within the Bounds of a Memory Buffer" }, "discovery_date": "2023-02-09T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2168631" } ], "notes": [ { "category": "description", "text": "A flaw was found in the c-ares package. The ares_set_sortlist is missing checks about the validity of the input string, which allows a possible arbitrary length stack overflow. This issue may cause a denial of service or a limited impact on confidentiality and integrity.", "title": "Vulnerability description" }, { "category": "summary", "text": "c-ares: buffer overflow in config_sortlist() due to missing string length check", "title": "Vulnerability summary" }, { "category": "other", "text": "The severity of this vulnerability is not important but moderate because exploiting the vulnerability can lead to a disruption of the availability of an application, yet doesn\u2019t compromise data integrity or confidentiality. The opportunity for disruption is further limited due to the requirement that an application allows an attacker to be able to input both untrusted and unvalidated data. Exploiting this flaw requires an application to use the library in such a way that would allow untrusted and unvalidated input to be passed directly to ares_set_sortlist by an attacker. In the event that this is able to occur, the impact to RHEL is limited to a crash of the application due to the protections offered by default in RHEL systems such as Stack Smashing Protection (SSP).", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.src", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-docs-1:16.20.2-1.el9_0.noarch", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-4904" }, { "category": "external", "summary": "RHBZ#2168631", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168631" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-4904", "url": "https://www.cve.org/CVERecord?id=CVE-2022-4904" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-4904", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-4904" }, { "category": "external", "summary": "https://github.com/c-ares/c-ares/issues/496", "url": "https://github.com/c-ares/c-ares/issues/496" } ], "release_date": "2022-12-13T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-09T10:29:45+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.src", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-docs-1:16.20.2-1.el9_0.noarch", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:5533" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.6, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H", "version": "3.1" }, "products": [ "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.src", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-docs-1:16.20.2-1.el9_0.noarch", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "c-ares: buffer overflow in config_sortlist() due to missing string length check" }, { "cve": "CVE-2022-25881", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2023-01-31T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2165824" } ], "notes": [ { "category": "description", "text": "A flaw was found in http-cache-semantics. When the server reads the cache policy from the request using this library, a Regular Expression Denial of Service occurs, caused by malicious request header values sent to the server.", "title": "Vulnerability description" }, { "category": "summary", "text": "http-cache-semantics: Regular Expression Denial of Service (ReDoS) vulnerability", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.src", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-docs-1:16.20.2-1.el9_0.noarch", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-25881" }, { "category": "external", "summary": "RHBZ#2165824", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165824" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-25881", "url": "https://www.cve.org/CVERecord?id=CVE-2022-25881" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-25881", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-25881" } ], "release_date": "2023-01-31T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-09T10:29:45+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.src", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-docs-1:16.20.2-1.el9_0.noarch", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:5533" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.src", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-docs-1:16.20.2-1.el9_0.noarch", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "http-cache-semantics: Regular Expression Denial of Service (ReDoS) vulnerability" }, { "cve": "CVE-2023-23920", "cwe": { "id": "CWE-426", "name": "Untrusted Search Path" }, "discovery_date": "2023-02-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2172217" } ], "notes": [ { "category": "description", "text": "An untrusted search path vulnerability exists in Node.js. \u003c19.6.1, \u003c18.14.1, \u003c16.19.1, and \u003c14.21.3 that could allow an attacker to search and potentially load ICU data when running with elevated privileges.", "title": "Vulnerability description" }, { "category": "summary", "text": "Node.js: insecure loading of ICU data through ICU_DATA environment variable", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.src", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-docs-1:16.20.2-1.el9_0.noarch", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-23920" }, { "category": "external", "summary": "RHBZ#2172217", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172217" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-23920", "url": "https://www.cve.org/CVERecord?id=CVE-2023-23920" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-23920", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-23920" } ], "release_date": "2023-02-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-09T10:29:45+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.src", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-docs-1:16.20.2-1.el9_0.noarch", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:5533" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 4.2, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.src", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-docs-1:16.20.2-1.el9_0.noarch", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "Node.js: insecure loading of ICU data through ICU_DATA environment variable" }, { "cve": "CVE-2023-23936", "cwe": { "id": "CWE-93", "name": "Improper Neutralization of CRLF Sequences (\u0027CRLF Injection\u0027)" }, "discovery_date": "2023-02-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2172190" } ], "notes": [ { "category": "description", "text": "A flaw was found in the fetch API in Node.js that did not prevent CRLF injection in the \u0027host\u0027 header. This issue could allow HTTP response splitting and HTTP header injection.", "title": "Vulnerability description" }, { "category": "summary", "text": "Node.js: Fetch API did not protect against CRLF injection in host headers", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.src", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-docs-1:16.20.2-1.el9_0.noarch", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-23936" }, { "category": "external", "summary": "RHBZ#2172190", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172190" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-23936", "url": "https://www.cve.org/CVERecord?id=CVE-2023-23936" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-23936", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-23936" } ], "release_date": "2023-02-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-09T10:29:45+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.src", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-docs-1:16.20.2-1.el9_0.noarch", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:5533" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.src", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-docs-1:16.20.2-1.el9_0.noarch", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Node.js: Fetch API did not protect against CRLF injection in host headers" }, { "cve": "CVE-2023-24807", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2023-02-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2172204" } ], "notes": [ { "category": "description", "text": "Undici is an HTTP/1.1 client for Node.js. Prior to version 5.19.1, the `Headers.set()` and `Headers.append()` methods are vulnerable to Regular Expression Denial of Service (ReDoS) attacks when untrusted values are passed into the functions. This is due to the inefficient regular expression used to normalize the values in the `headerValueNormalize()` utility function. This vulnerability was patched in v5.19.1. No known workarounds are available.", "title": "Vulnerability description" }, { "category": "summary", "text": "Node.js: Regular Expression Denial of Service in Headers fetch API", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.src", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-docs-1:16.20.2-1.el9_0.noarch", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24807" }, { "category": "external", "summary": "RHBZ#2172204", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172204" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24807", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24807" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24807", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24807" } ], "release_date": "2023-02-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-09T10:29:45+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.src", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-docs-1:16.20.2-1.el9_0.noarch", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:5533" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.src", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-docs-1:16.20.2-1.el9_0.noarch", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "Node.js: Regular Expression Denial of Service in Headers fetch API" }, { "cve": "CVE-2023-30581", "discovery_date": "2023-06-24T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2219824" } ], "notes": [ { "category": "description", "text": "A vulnerability has been discovered in Node.js, where the use of proto in process.mainModule.proto.require() can bypass the policy mechanism and require modules outside of the policy.json definition.", "title": "Vulnerability description" }, { "category": "summary", "text": "nodejs: mainModule.proto bypass experimental policy mechanism", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.src", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-docs-1:16.20.2-1.el9_0.noarch", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-30581" }, { "category": "external", "summary": "RHBZ#2219824", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2219824" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-30581", "url": "https://www.cve.org/CVERecord?id=CVE-2023-30581" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-30581", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-30581" } ], "release_date": "2023-06-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-09T10:29:45+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.src", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-docs-1:16.20.2-1.el9_0.noarch", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:5533" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.src", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-docs-1:16.20.2-1.el9_0.noarch", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "nodejs: mainModule.proto bypass experimental policy mechanism" }, { "cve": "CVE-2023-30588", "discovery_date": "2023-06-24T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2219838" } ], "notes": [ { "category": "description", "text": "A vulnerability has been identified in the Node.js, where an invalid public key is used to create an x509 certificate using the crypto.X509Certificate() API a non-expect termination occurs making it susceptible to DoS attacks when the attacker could force interruptions of application processing, as the process terminates when accessing public key info of provided certificates from user code. The current context of the users will be gone, and that will cause a DoS scenario.", "title": "Vulnerability description" }, { "category": "summary", "text": "nodejs: process interuption due to invalid Public Key information in x509 certificates", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.src", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-docs-1:16.20.2-1.el9_0.noarch", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-30588" }, { "category": "external", "summary": "RHBZ#2219838", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2219838" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-30588", "url": "https://www.cve.org/CVERecord?id=CVE-2023-30588" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-30588", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-30588" } ], "release_date": "2023-06-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-09T10:29:45+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.src", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-docs-1:16.20.2-1.el9_0.noarch", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:5533" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.src", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-docs-1:16.20.2-1.el9_0.noarch", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "nodejs: process interuption due to invalid Public Key information in x509 certificates" }, { "cve": "CVE-2023-30589", "discovery_date": "2023-06-24T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2219841" } ], "notes": [ { "category": "description", "text": "A vulnerability has been identified in the Node.js, where llhttp parser in the http module in Node.js does not strictly use the CRLF sequence to delimit HTTP requests. This can lead to HTTP Request Smuggling (HRS).", "title": "Vulnerability description" }, { "category": "summary", "text": "nodejs: HTTP Request Smuggling via Empty headers separated by CR", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.src", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-docs-1:16.20.2-1.el9_0.noarch", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-30589" }, { "category": "external", "summary": "RHBZ#2219841", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2219841" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-30589", "url": "https://www.cve.org/CVERecord?id=CVE-2023-30589" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-30589", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-30589" } ], "release_date": "2023-06-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-09T10:29:45+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.src", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-docs-1:16.20.2-1.el9_0.noarch", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:5533" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.src", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-docs-1:16.20.2-1.el9_0.noarch", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "nodejs: HTTP Request Smuggling via Empty headers separated by CR" }, { "cve": "CVE-2023-30590", "discovery_date": "2023-06-24T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2219842" } ], "notes": [ { "category": "description", "text": "A vulnerability has been identified in the Node.js, where a generateKeys() API function returned from crypto.createDiffieHellman() only generates missing (or outdated) keys, that is, it only generates a private key if none has been set yet.", "title": "Vulnerability description" }, { "category": "summary", "text": "nodejs: DiffieHellman do not generate keys after setting a private key", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.src", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-docs-1:16.20.2-1.el9_0.noarch", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-30590" }, { "category": "external", "summary": "RHBZ#2219842", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2219842" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-30590", "url": "https://www.cve.org/CVERecord?id=CVE-2023-30590" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-30590", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-30590" } ], "release_date": "2023-06-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-09T10:29:45+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.src", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-docs-1:16.20.2-1.el9_0.noarch", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:5533" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.src", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-docs-1:16.20.2-1.el9_0.noarch", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "nodejs: DiffieHellman do not generate keys after setting a private key" }, { "cve": "CVE-2023-32002", "cwe": { "id": "CWE-1268", "name": "Policy Privileges are not Assigned Consistently Between Control and Data Agents" }, "discovery_date": "2023-08-10T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2230948" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in NodeJS. This security issue occurs as the use of Module._load() can bypass the policy mechanism and require modules outside of the policy.json definition for a given module.", "title": "Vulnerability description" }, { "category": "summary", "text": "nodejs: Permissions policies can be bypassed via Module._load", "title": "Vulnerability summary" }, { "category": "other", "text": "This CVE marked as important as the permissions policies can be bypassed using via Module._load() functionality.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.src", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-docs-1:16.20.2-1.el9_0.noarch", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-32002" }, { "category": "external", "summary": "RHBZ#2230948", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2230948" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-32002", "url": "https://www.cve.org/CVERecord?id=CVE-2023-32002" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-32002", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-32002" }, { "category": "external", "summary": "https://nodejs.org/en/blog/vulnerability/august-2023-security-releases#permissions-policies-can-be-bypassed-via-module_load-highcve-2023-32002", "url": "https://nodejs.org/en/blog/vulnerability/august-2023-security-releases#permissions-policies-can-be-bypassed-via-module_load-highcve-2023-32002" } ], "release_date": "2023-08-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-09T10:29:45+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.src", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-docs-1:16.20.2-1.el9_0.noarch", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:5533" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.src", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-docs-1:16.20.2-1.el9_0.noarch", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.src", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-docs-1:16.20.2-1.el9_0.noarch", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "nodejs: Permissions policies can be bypassed via Module._load" }, { "cve": "CVE-2023-32006", "cwe": { "id": "CWE-213", "name": "Exposure of Sensitive Information Due to Incompatible Policies" }, "discovery_date": "2023-08-10T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2230955" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in NodeJS. This security issue occurs as the use of module.constructor.createRequire() can bypass the policy mechanism and require modules outside of the policy.json definition for a given module.", "title": "Vulnerability description" }, { "category": "summary", "text": "nodejs: Permissions policies can impersonate other modules in using module.constructor.createRequire()", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.src", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-docs-1:16.20.2-1.el9_0.noarch", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-32006" }, { "category": "external", "summary": "RHBZ#2230955", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2230955" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-32006", "url": "https://www.cve.org/CVERecord?id=CVE-2023-32006" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-32006", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-32006" }, { "category": "external", "summary": "https://nodejs.org/en/blog/vulnerability/august-2023-security-releases#permissions-policies-can-impersonate-other-modules-in-using-moduleconstructorcreaterequire-mediumcve-2023-32006", "url": "https://nodejs.org/en/blog/vulnerability/august-2023-security-releases#permissions-policies-can-impersonate-other-modules-in-using-moduleconstructorcreaterequire-mediumcve-2023-32006" } ], "release_date": "2023-08-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-09T10:29:45+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.src", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-docs-1:16.20.2-1.el9_0.noarch", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:5533" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.src", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-docs-1:16.20.2-1.el9_0.noarch", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.1, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.src", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-docs-1:16.20.2-1.el9_0.noarch", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "nodejs: Permissions policies can impersonate other modules in using module.constructor.createRequire()" }, { "cve": "CVE-2023-32559", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2023-08-10T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2230956" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in NodeJS. This security issue occurs as the use of the deprecated API process.binding() can bypass the policy mechanism by requiring internal modules and eventually take advantage of process.binding(\u0027spawn_sync\u0027) to run arbitrary code outside of the limits defined in a policy.json file.", "title": "Vulnerability description" }, { "category": "summary", "text": "nodejs: Permissions policies can be bypassed via process.binding", "title": "Vulnerability summary" }, { "category": "other", "text": "It\u0027s important to emphasize that when this CVE was reported, the policy feature in Node.js was in its experimental stage.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.src", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-docs-1:16.20.2-1.el9_0.noarch", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-32559" }, { "category": "external", "summary": "RHBZ#2230956", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2230956" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-32559", "url": "https://www.cve.org/CVERecord?id=CVE-2023-32559" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-32559", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-32559" }, { "category": "external", "summary": "https://nodejs.org/en/blog/vulnerability/august-2023-security-releases#permissions-policies-can-be-bypassed-via-processbinding-mediumcve-2023-32559", "url": "https://nodejs.org/en/blog/vulnerability/august-2023-security-releases#permissions-policies-can-be-bypassed-via-processbinding-mediumcve-2023-32559" } ], "release_date": "2023-08-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-09T10:29:45+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.src", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-docs-1:16.20.2-1.el9_0.noarch", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:5533" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.src", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-docs-1:16.20.2-1.el9_0.noarch", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.src", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-docs-1:16.20.2-1.el9_0.noarch", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-1.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.s390x", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.1.el9_0.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "nodejs: Permissions policies can be bypassed via process.binding" } ] }
rhsa-2023_2655
Vulnerability from csaf_redhat
Published
2023-05-09 11:51
Modified
2024-11-06 02:56
Summary
Red Hat Security Advisory: nodejs and nodejs-nodemon security, bug fix, and enhancement update
Notes
Topic
An update for nodejs and nodejs-nodemon is now available for Red Hat Enterprise Linux 9.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Node.js is a software development platform for building fast and scalable network applications in the JavaScript programming language.
The following packages have been upgraded to a later upstream version: nodejs (16.19.1), nodejs-nodemon (2.0.20).
Security Fix(es):
* c-ares: buffer overflow in config_sortlist() due to missing string length check (CVE-2022-4904)
* http-cache-semantics: Regular Expression Denial of Service (ReDoS) vulnerability (CVE-2022-25881)
* Node.js: Permissions policies can be bypassed via process.mainModule (CVE-2023-23918)
* Node.js: Fetch API did not protect against CRLF injection in host headers (CVE-2023-23936)
* Node.js: insecure loading of ICU data through ICU_DATA environment variable (CVE-2023-23920)
* Node.js: Regular Expression Denial of Service in Headers fetch API (CVE-2023-24807)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for nodejs and nodejs-nodemon is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Node.js is a software development platform for building fast and scalable network applications in the JavaScript programming language. \n\nThe following packages have been upgraded to a later upstream version: nodejs (16.19.1), nodejs-nodemon (2.0.20).\n\nSecurity Fix(es):\n\n* c-ares: buffer overflow in config_sortlist() due to missing string length check (CVE-2022-4904)\n\n* http-cache-semantics: Regular Expression Denial of Service (ReDoS) vulnerability (CVE-2022-25881)\n\n* Node.js: Permissions policies can be bypassed via process.mainModule (CVE-2023-23918)\n\n* Node.js: Fetch API did not protect against CRLF injection in host headers (CVE-2023-23936)\n\n* Node.js: insecure loading of ICU data through ICU_DATA environment variable (CVE-2023-23920)\n\n* Node.js: Regular Expression Denial of Service in Headers fetch API (CVE-2023-24807)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2023:2655", "url": "https://access.redhat.com/errata/RHSA-2023:2655" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2165824", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165824" }, { "category": "external", "summary": "2168631", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168631" }, { "category": "external", "summary": "2171935", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2171935" }, { "category": "external", "summary": "2172190", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172190" }, { "category": "external", "summary": "2172204", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172204" }, { "category": "external", "summary": "2172217", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172217" }, { "category": "external", "summary": "2178076", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178076" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_2655.json" } ], "title": "Red Hat Security Advisory: nodejs and nodejs-nodemon security, bug fix, and enhancement update", "tracking": { "current_release_date": "2024-11-06T02:56:58+00:00", "generator": { "date": "2024-11-06T02:56:58+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:2655", "initial_release_date": "2023-05-09T11:51:16+00:00", "revision_history": [ { "date": "2023-05-09T11:51:16+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-05-09T11:51:16+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T02:56:58+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "nodejs-nodemon-0:2.0.20-3.el9_2.src", "product": { "name": "nodejs-nodemon-0:2.0.20-3.el9_2.src", "product_id": "nodejs-nodemon-0:2.0.20-3.el9_2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-nodemon@2.0.20-3.el9_2?arch=src" } } }, { "category": "product_version", "name": "nodejs-1:16.19.1-1.el9_2.src", "product": { "name": "nodejs-1:16.19.1-1.el9_2.src", "product_id": "nodejs-1:16.19.1-1.el9_2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@16.19.1-1.el9_2?arch=src\u0026epoch=1" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "nodejs-nodemon-0:2.0.20-3.el9_2.noarch", "product": { "name": "nodejs-nodemon-0:2.0.20-3.el9_2.noarch", "product_id": "nodejs-nodemon-0:2.0.20-3.el9_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-nodemon@2.0.20-3.el9_2?arch=noarch" } } }, { "category": "product_version", "name": "nodejs-docs-1:16.19.1-1.el9_2.noarch", "product": { "name": "nodejs-docs-1:16.19.1-1.el9_2.noarch", "product_id": "nodejs-docs-1:16.19.1-1.el9_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-docs@16.19.1-1.el9_2?arch=noarch\u0026epoch=1" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:16.19.1-1.el9_2.aarch64", "product": { "name": "nodejs-1:16.19.1-1.el9_2.aarch64", "product_id": "nodejs-1:16.19.1-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@16.19.1-1.el9_2?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:16.19.1-1.el9_2.aarch64", "product": { "name": "nodejs-full-i18n-1:16.19.1-1.el9_2.aarch64", "product_id": "nodejs-full-i18n-1:16.19.1-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@16.19.1-1.el9_2?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-libs-1:16.19.1-1.el9_2.aarch64", "product": { "name": "nodejs-libs-1:16.19.1-1.el9_2.aarch64", "product_id": "nodejs-libs-1:16.19.1-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-libs@16.19.1-1.el9_2?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:8.19.3-1.16.19.1.1.el9_2.aarch64", "product": { "name": "npm-1:8.19.3-1.16.19.1.1.el9_2.aarch64", "product_id": "npm-1:8.19.3-1.16.19.1.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@8.19.3-1.16.19.1.1.el9_2?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:16.19.1-1.el9_2.aarch64", "product": { "name": "nodejs-debugsource-1:16.19.1-1.el9_2.aarch64", "product_id": "nodejs-debugsource-1:16.19.1-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@16.19.1-1.el9_2?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:16.19.1-1.el9_2.aarch64", "product": { "name": "nodejs-debuginfo-1:16.19.1-1.el9_2.aarch64", "product_id": "nodejs-debuginfo-1:16.19.1-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@16.19.1-1.el9_2?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-libs-debuginfo-1:16.19.1-1.el9_2.aarch64", "product": { "name": "nodejs-libs-debuginfo-1:16.19.1-1.el9_2.aarch64", "product_id": "nodejs-libs-debuginfo-1:16.19.1-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-libs-debuginfo@16.19.1-1.el9_2?arch=aarch64\u0026epoch=1" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:16.19.1-1.el9_2.ppc64le", "product": { "name": "nodejs-1:16.19.1-1.el9_2.ppc64le", "product_id": "nodejs-1:16.19.1-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@16.19.1-1.el9_2?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:16.19.1-1.el9_2.ppc64le", "product": { "name": "nodejs-full-i18n-1:16.19.1-1.el9_2.ppc64le", "product_id": "nodejs-full-i18n-1:16.19.1-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@16.19.1-1.el9_2?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-libs-1:16.19.1-1.el9_2.ppc64le", "product": { "name": "nodejs-libs-1:16.19.1-1.el9_2.ppc64le", "product_id": "nodejs-libs-1:16.19.1-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-libs@16.19.1-1.el9_2?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:8.19.3-1.16.19.1.1.el9_2.ppc64le", "product": { "name": "npm-1:8.19.3-1.16.19.1.1.el9_2.ppc64le", "product_id": "npm-1:8.19.3-1.16.19.1.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@8.19.3-1.16.19.1.1.el9_2?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:16.19.1-1.el9_2.ppc64le", "product": { "name": "nodejs-debugsource-1:16.19.1-1.el9_2.ppc64le", "product_id": "nodejs-debugsource-1:16.19.1-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@16.19.1-1.el9_2?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:16.19.1-1.el9_2.ppc64le", "product": { "name": "nodejs-debuginfo-1:16.19.1-1.el9_2.ppc64le", "product_id": "nodejs-debuginfo-1:16.19.1-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@16.19.1-1.el9_2?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-libs-debuginfo-1:16.19.1-1.el9_2.ppc64le", "product": { "name": "nodejs-libs-debuginfo-1:16.19.1-1.el9_2.ppc64le", "product_id": "nodejs-libs-debuginfo-1:16.19.1-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-libs-debuginfo@16.19.1-1.el9_2?arch=ppc64le\u0026epoch=1" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:16.19.1-1.el9_2.x86_64", "product": { "name": "nodejs-1:16.19.1-1.el9_2.x86_64", "product_id": "nodejs-1:16.19.1-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@16.19.1-1.el9_2?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:16.19.1-1.el9_2.x86_64", "product": { "name": "nodejs-full-i18n-1:16.19.1-1.el9_2.x86_64", "product_id": "nodejs-full-i18n-1:16.19.1-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@16.19.1-1.el9_2?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-libs-1:16.19.1-1.el9_2.x86_64", "product": { "name": "nodejs-libs-1:16.19.1-1.el9_2.x86_64", "product_id": "nodejs-libs-1:16.19.1-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-libs@16.19.1-1.el9_2?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:8.19.3-1.16.19.1.1.el9_2.x86_64", "product": { "name": "npm-1:8.19.3-1.16.19.1.1.el9_2.x86_64", "product_id": "npm-1:8.19.3-1.16.19.1.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@8.19.3-1.16.19.1.1.el9_2?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:16.19.1-1.el9_2.x86_64", "product": { "name": "nodejs-debugsource-1:16.19.1-1.el9_2.x86_64", "product_id": "nodejs-debugsource-1:16.19.1-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@16.19.1-1.el9_2?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:16.19.1-1.el9_2.x86_64", "product": { "name": "nodejs-debuginfo-1:16.19.1-1.el9_2.x86_64", "product_id": "nodejs-debuginfo-1:16.19.1-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@16.19.1-1.el9_2?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-libs-debuginfo-1:16.19.1-1.el9_2.x86_64", "product": { "name": "nodejs-libs-debuginfo-1:16.19.1-1.el9_2.x86_64", "product_id": "nodejs-libs-debuginfo-1:16.19.1-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-libs-debuginfo@16.19.1-1.el9_2?arch=x86_64\u0026epoch=1" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "nodejs-libs-1:16.19.1-1.el9_2.i686", "product": { "name": "nodejs-libs-1:16.19.1-1.el9_2.i686", "product_id": "nodejs-libs-1:16.19.1-1.el9_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-libs@16.19.1-1.el9_2?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:16.19.1-1.el9_2.i686", "product": { "name": "nodejs-debugsource-1:16.19.1-1.el9_2.i686", "product_id": "nodejs-debugsource-1:16.19.1-1.el9_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@16.19.1-1.el9_2?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:16.19.1-1.el9_2.i686", "product": { "name": "nodejs-debuginfo-1:16.19.1-1.el9_2.i686", "product_id": "nodejs-debuginfo-1:16.19.1-1.el9_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@16.19.1-1.el9_2?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-libs-debuginfo-1:16.19.1-1.el9_2.i686", "product": { "name": "nodejs-libs-debuginfo-1:16.19.1-1.el9_2.i686", "product_id": "nodejs-libs-debuginfo-1:16.19.1-1.el9_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-libs-debuginfo@16.19.1-1.el9_2?arch=i686\u0026epoch=1" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:16.19.1-1.el9_2.s390x", "product": { "name": "nodejs-1:16.19.1-1.el9_2.s390x", "product_id": "nodejs-1:16.19.1-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@16.19.1-1.el9_2?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:16.19.1-1.el9_2.s390x", "product": { "name": "nodejs-full-i18n-1:16.19.1-1.el9_2.s390x", "product_id": "nodejs-full-i18n-1:16.19.1-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@16.19.1-1.el9_2?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-libs-1:16.19.1-1.el9_2.s390x", "product": { "name": "nodejs-libs-1:16.19.1-1.el9_2.s390x", "product_id": "nodejs-libs-1:16.19.1-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-libs@16.19.1-1.el9_2?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:8.19.3-1.16.19.1.1.el9_2.s390x", "product": { "name": "npm-1:8.19.3-1.16.19.1.1.el9_2.s390x", "product_id": "npm-1:8.19.3-1.16.19.1.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@8.19.3-1.16.19.1.1.el9_2?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:16.19.1-1.el9_2.s390x", "product": { "name": "nodejs-debugsource-1:16.19.1-1.el9_2.s390x", "product_id": "nodejs-debugsource-1:16.19.1-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@16.19.1-1.el9_2?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:16.19.1-1.el9_2.s390x", "product": { "name": "nodejs-debuginfo-1:16.19.1-1.el9_2.s390x", "product_id": "nodejs-debuginfo-1:16.19.1-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@16.19.1-1.el9_2?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-libs-debuginfo-1:16.19.1-1.el9_2.s390x", "product": { "name": "nodejs-libs-debuginfo-1:16.19.1-1.el9_2.s390x", "product_id": "nodejs-libs-debuginfo-1:16.19.1-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-libs-debuginfo@16.19.1-1.el9_2?arch=s390x\u0026epoch=1" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:16.19.1-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.aarch64" }, "product_reference": "nodejs-1:16.19.1-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:16.19.1-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.ppc64le" }, "product_reference": "nodejs-1:16.19.1-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:16.19.1-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.s390x" }, "product_reference": "nodejs-1:16.19.1-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:16.19.1-1.el9_2.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.src" }, "product_reference": "nodejs-1:16.19.1-1.el9_2.src", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:16.19.1-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.x86_64" }, "product_reference": "nodejs-1:16.19.1-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:16.19.1-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.aarch64" }, "product_reference": "nodejs-debuginfo-1:16.19.1-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:16.19.1-1.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.i686" }, "product_reference": "nodejs-debuginfo-1:16.19.1-1.el9_2.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:16.19.1-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.ppc64le" }, "product_reference": "nodejs-debuginfo-1:16.19.1-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:16.19.1-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.s390x" }, "product_reference": "nodejs-debuginfo-1:16.19.1-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:16.19.1-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.x86_64" }, "product_reference": "nodejs-debuginfo-1:16.19.1-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:16.19.1-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.aarch64" }, "product_reference": "nodejs-debugsource-1:16.19.1-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:16.19.1-1.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.i686" }, "product_reference": "nodejs-debugsource-1:16.19.1-1.el9_2.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:16.19.1-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.ppc64le" }, "product_reference": "nodejs-debugsource-1:16.19.1-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:16.19.1-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.s390x" }, "product_reference": "nodejs-debugsource-1:16.19.1-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:16.19.1-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.x86_64" }, "product_reference": "nodejs-debugsource-1:16.19.1-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-docs-1:16.19.1-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs-docs-1:16.19.1-1.el9_2.noarch" }, "product_reference": "nodejs-docs-1:16.19.1-1.el9_2.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:16.19.1-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.aarch64" }, "product_reference": "nodejs-full-i18n-1:16.19.1-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:16.19.1-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.ppc64le" }, "product_reference": "nodejs-full-i18n-1:16.19.1-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:16.19.1-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.s390x" }, "product_reference": "nodejs-full-i18n-1:16.19.1-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:16.19.1-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.x86_64" }, "product_reference": "nodejs-full-i18n-1:16.19.1-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-libs-1:16.19.1-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.aarch64" }, "product_reference": "nodejs-libs-1:16.19.1-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-libs-1:16.19.1-1.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.i686" }, "product_reference": "nodejs-libs-1:16.19.1-1.el9_2.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-libs-1:16.19.1-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.ppc64le" }, "product_reference": "nodejs-libs-1:16.19.1-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-libs-1:16.19.1-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.s390x" }, "product_reference": "nodejs-libs-1:16.19.1-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-libs-1:16.19.1-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.x86_64" }, "product_reference": "nodejs-libs-1:16.19.1-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-libs-debuginfo-1:16.19.1-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.aarch64" }, "product_reference": "nodejs-libs-debuginfo-1:16.19.1-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-libs-debuginfo-1:16.19.1-1.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.i686" }, "product_reference": "nodejs-libs-debuginfo-1:16.19.1-1.el9_2.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-libs-debuginfo-1:16.19.1-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.ppc64le" }, "product_reference": "nodejs-libs-debuginfo-1:16.19.1-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-libs-debuginfo-1:16.19.1-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.s390x" }, "product_reference": "nodejs-libs-debuginfo-1:16.19.1-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-libs-debuginfo-1:16.19.1-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.x86_64" }, "product_reference": "nodejs-libs-debuginfo-1:16.19.1-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-nodemon-0:2.0.20-3.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs-nodemon-0:2.0.20-3.el9_2.noarch" }, "product_reference": "nodejs-nodemon-0:2.0.20-3.el9_2.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-nodemon-0:2.0.20-3.el9_2.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:nodejs-nodemon-0:2.0.20-3.el9_2.src" }, "product_reference": "nodejs-nodemon-0:2.0.20-3.el9_2.src", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:8.19.3-1.16.19.1.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.aarch64" }, "product_reference": "npm-1:8.19.3-1.16.19.1.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:8.19.3-1.16.19.1.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.ppc64le" }, "product_reference": "npm-1:8.19.3-1.16.19.1.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:8.19.3-1.16.19.1.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.s390x" }, "product_reference": "npm-1:8.19.3-1.16.19.1.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:8.19.3-1.16.19.1.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.x86_64" }, "product_reference": "npm-1:8.19.3-1.16.19.1.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-35065", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2022-12-26T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2156324" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in the glob-parent package. Affected versions of this package are vulnerable to Regular expression Denial of Service (ReDoS) attacks, affecting system availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "glob-parent: Regular Expression Denial of Service", "title": "Vulnerability summary" }, { "category": "other", "text": "The glob-parent package is a transitive dependency and this is not used directly in any of the Red Hat products. Hence, the impact is reduced to Moderate.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-docs-1:16.19.1-1.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-nodemon-0:2.0.20-3.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-nodemon-0:2.0.20-3.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-35065" }, { "category": "external", "summary": "RHBZ#2156324", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156324" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-35065", "url": "https://www.cve.org/CVERecord?id=CVE-2021-35065" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-35065", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-35065" }, { "category": "external", "summary": "https://security.snyk.io/vuln/SNYK-JS-GLOBPARENT-1314294", "url": "https://security.snyk.io/vuln/SNYK-JS-GLOBPARENT-1314294" } ], "release_date": "2022-12-26T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-05-09T11:51:16+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-docs-1:16.19.1-1.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-nodemon-0:2.0.20-3.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-nodemon-0:2.0.20-3.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:2655" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-docs-1:16.19.1-1.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-nodemon-0:2.0.20-3.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-nodemon-0:2.0.20-3.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "glob-parent: Regular Expression Denial of Service" }, { "cve": "CVE-2022-4904", "cwe": { "id": "CWE-119", "name": "Improper Restriction of Operations within the Bounds of a Memory Buffer" }, "discovery_date": "2023-02-09T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs-nodemon-0:2.0.20-3.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-nodemon-0:2.0.20-3.el9_2.src" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2168631" } ], "notes": [ { "category": "description", "text": "A flaw was found in the c-ares package. The ares_set_sortlist is missing checks about the validity of the input string, which allows a possible arbitrary length stack overflow. This issue may cause a denial of service or a limited impact on confidentiality and integrity.", "title": "Vulnerability description" }, { "category": "summary", "text": "c-ares: buffer overflow in config_sortlist() due to missing string length check", "title": "Vulnerability summary" }, { "category": "other", "text": "The severity of this vulnerability is not important but moderate because exploiting the vulnerability can lead to a disruption of the availability of an application, yet doesn\u2019t compromise data integrity or confidentiality. The opportunity for disruption is further limited due to the requirement that an application allows an attacker to be able to input both untrusted and unvalidated data. Exploiting this flaw requires an application to use the library in such a way that would allow untrusted and unvalidated input to be passed directly to ares_set_sortlist by an attacker. In the event that this is able to occur, the impact to RHEL is limited to a crash of the application due to the protections offered by default in RHEL systems such as Stack Smashing Protection (SSP).", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-docs-1:16.19.1-1.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.x86_64" ], "known_not_affected": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs-nodemon-0:2.0.20-3.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-nodemon-0:2.0.20-3.el9_2.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-4904" }, { "category": "external", "summary": "RHBZ#2168631", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168631" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-4904", "url": "https://www.cve.org/CVERecord?id=CVE-2022-4904" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-4904", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-4904" }, { "category": "external", "summary": "https://github.com/c-ares/c-ares/issues/496", "url": "https://github.com/c-ares/c-ares/issues/496" } ], "release_date": "2022-12-13T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-05-09T11:51:16+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-docs-1:16.19.1-1.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:2655" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.6, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-docs-1:16.19.1-1.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "c-ares: buffer overflow in config_sortlist() due to missing string length check" }, { "cve": "CVE-2022-25881", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2023-01-31T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs-nodemon-0:2.0.20-3.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-nodemon-0:2.0.20-3.el9_2.src" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2165824" } ], "notes": [ { "category": "description", "text": "A flaw was found in http-cache-semantics. When the server reads the cache policy from the request using this library, a Regular Expression Denial of Service occurs, caused by malicious request header values sent to the server.", "title": "Vulnerability description" }, { "category": "summary", "text": "http-cache-semantics: Regular Expression Denial of Service (ReDoS) vulnerability", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-docs-1:16.19.1-1.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.x86_64" ], "known_not_affected": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs-nodemon-0:2.0.20-3.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-nodemon-0:2.0.20-3.el9_2.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-25881" }, { "category": "external", "summary": "RHBZ#2165824", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165824" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-25881", "url": "https://www.cve.org/CVERecord?id=CVE-2022-25881" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-25881", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-25881" } ], "release_date": "2023-01-31T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-05-09T11:51:16+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-docs-1:16.19.1-1.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:2655" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-docs-1:16.19.1-1.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "http-cache-semantics: Regular Expression Denial of Service (ReDoS) vulnerability" }, { "cve": "CVE-2023-23918", "cwe": { "id": "CWE-863", "name": "Incorrect Authorization" }, "discovery_date": "2023-02-20T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs-nodemon-0:2.0.20-3.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-nodemon-0:2.0.20-3.el9_2.src" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2171935" } ], "notes": [ { "category": "description", "text": "A privilege escalation vulnerability exists in Node.js \u003c19.6.1, \u003c18.14.1, \u003c16.19.1 and \u003c14.21.3 that made it possible to bypass the experimental Permissions (https://nodejs.org/api/permissions.html) feature in Node.js and access non authorized modules by using process.mainModule.require(). This only affects users who had enabled the experimental permissions option with --experimental-policy.", "title": "Vulnerability description" }, { "category": "summary", "text": "Node.js: Permissions policies can be bypassed via process.mainModule", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-docs-1:16.19.1-1.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.x86_64" ], "known_not_affected": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs-nodemon-0:2.0.20-3.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-nodemon-0:2.0.20-3.el9_2.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-23918" }, { "category": "external", "summary": "RHBZ#2171935", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2171935" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-23918", "url": "https://www.cve.org/CVERecord?id=CVE-2023-23918" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-23918", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-23918" } ], "release_date": "2023-02-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-05-09T11:51:16+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-docs-1:16.19.1-1.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:2655" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-docs-1:16.19.1-1.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Node.js: Permissions policies can be bypassed via process.mainModule" }, { "cve": "CVE-2023-23920", "cwe": { "id": "CWE-426", "name": "Untrusted Search Path" }, "discovery_date": "2023-02-20T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs-nodemon-0:2.0.20-3.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-nodemon-0:2.0.20-3.el9_2.src" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2172217" } ], "notes": [ { "category": "description", "text": "An untrusted search path vulnerability exists in Node.js. \u003c19.6.1, \u003c18.14.1, \u003c16.19.1, and \u003c14.21.3 that could allow an attacker to search and potentially load ICU data when running with elevated privileges.", "title": "Vulnerability description" }, { "category": "summary", "text": "Node.js: insecure loading of ICU data through ICU_DATA environment variable", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-docs-1:16.19.1-1.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.x86_64" ], "known_not_affected": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs-nodemon-0:2.0.20-3.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-nodemon-0:2.0.20-3.el9_2.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-23920" }, { "category": "external", "summary": "RHBZ#2172217", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172217" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-23920", "url": "https://www.cve.org/CVERecord?id=CVE-2023-23920" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-23920", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-23920" } ], "release_date": "2023-02-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-05-09T11:51:16+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-docs-1:16.19.1-1.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:2655" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 4.2, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-docs-1:16.19.1-1.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "Node.js: insecure loading of ICU data through ICU_DATA environment variable" }, { "cve": "CVE-2023-23936", "cwe": { "id": "CWE-93", "name": "Improper Neutralization of CRLF Sequences (\u0027CRLF Injection\u0027)" }, "discovery_date": "2023-02-20T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs-nodemon-0:2.0.20-3.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-nodemon-0:2.0.20-3.el9_2.src" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2172190" } ], "notes": [ { "category": "description", "text": "A flaw was found in the fetch API in Node.js that did not prevent CRLF injection in the \u0027host\u0027 header. This issue could allow HTTP response splitting and HTTP header injection.", "title": "Vulnerability description" }, { "category": "summary", "text": "Node.js: Fetch API did not protect against CRLF injection in host headers", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-docs-1:16.19.1-1.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.x86_64" ], "known_not_affected": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs-nodemon-0:2.0.20-3.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-nodemon-0:2.0.20-3.el9_2.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-23936" }, { "category": "external", "summary": "RHBZ#2172190", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172190" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-23936", "url": "https://www.cve.org/CVERecord?id=CVE-2023-23936" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-23936", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-23936" } ], "release_date": "2023-02-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-05-09T11:51:16+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-docs-1:16.19.1-1.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:2655" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-docs-1:16.19.1-1.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Node.js: Fetch API did not protect against CRLF injection in host headers" }, { "cve": "CVE-2023-24807", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2023-02-20T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs-nodemon-0:2.0.20-3.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-nodemon-0:2.0.20-3.el9_2.src" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2172204" } ], "notes": [ { "category": "description", "text": "Undici is an HTTP/1.1 client for Node.js. Prior to version 5.19.1, the `Headers.set()` and `Headers.append()` methods are vulnerable to Regular Expression Denial of Service (ReDoS) attacks when untrusted values are passed into the functions. This is due to the inefficient regular expression used to normalize the values in the `headerValueNormalize()` utility function. This vulnerability was patched in v5.19.1. No known workarounds are available.", "title": "Vulnerability description" }, { "category": "summary", "text": "Node.js: Regular Expression Denial of Service in Headers fetch API", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-docs-1:16.19.1-1.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.x86_64" ], "known_not_affected": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs-nodemon-0:2.0.20-3.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-nodemon-0:2.0.20-3.el9_2.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-24807" }, { "category": "external", "summary": "RHBZ#2172204", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2172204" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-24807", "url": "https://www.cve.org/CVERecord?id=CVE-2023-24807" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24807", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24807" } ], "release_date": "2023-02-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-05-09T11:51:16+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-docs-1:16.19.1-1.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:2655" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-debugsource-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-docs-1:16.19.1-1.el9_2.noarch", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.i686", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.19.1-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:npm-1:8.19.3-1.16.19.1.1.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "Node.js: Regular Expression Denial of Service in Headers fetch API" } ] }
gsd-2023-23936
Vulnerability from gsd
Modified
2023-12-13 01:20
Details
Undici is an HTTP/1.1 client for Node.js. Starting with version 2.0.0 and prior to version 5.19.1, the undici library does not protect `host` HTTP header from CRLF injection vulnerabilities. This issue is patched in Undici v5.19.1. As a workaround, sanitize the `headers.host` string before passing to undici.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2023-23936", "id": "GSD-2023-23936", "references": [ "https://www.suse.com/security/cve/CVE-2023-23936.html" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2023-23936" ], "details": "Undici is an HTTP/1.1 client for Node.js. Starting with version 2.0.0 and prior to version 5.19.1, the undici library does not protect `host` HTTP header from CRLF injection vulnerabilities. This issue is patched in Undici v5.19.1. As a workaround, sanitize the `headers.host` string before passing to undici.", "id": "GSD-2023-23936", "modified": "2023-12-13T01:20:49.583132Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2023-23936", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "undici", "version": { "version_data": [ { "version_affected": "=", "version_value": "\u003e=2.0.0, \u003c 5.19.1" } ] } } ] }, "vendor_name": "nodejs" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "Undici is an HTTP/1.1 client for Node.js. Starting with version 2.0.0 and prior to version 5.19.1, the undici library does not protect `host` HTTP header from CRLF injection vulnerabilities. This issue is patched in Undici v5.19.1. As a workaround, sanitize the `headers.host` string before passing to undici." } ] }, "impact": { "cvss": [ { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "cweId": "CWE-93", "lang": "eng", "value": "CWE-93: Improper Neutralization of CRLF Sequences (\u0027CRLF Injection\u0027)" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/nodejs/undici/security/advisories/GHSA-5r9g-qh6m-jxff", "refsource": "MISC", "url": "https://github.com/nodejs/undici/security/advisories/GHSA-5r9g-qh6m-jxff" }, { "name": "https://github.com/nodejs/undici/commit/a2eff05401358f6595138df963837c24348f2034", "refsource": "MISC", "url": "https://github.com/nodejs/undici/commit/a2eff05401358f6595138df963837c24348f2034" }, { "name": "https://hackerone.com/reports/1820955", "refsource": "MISC", "url": "https://hackerone.com/reports/1820955" }, { "name": "https://github.com/nodejs/undici/releases/tag/v5.19.1", "refsource": "MISC", "url": "https://github.com/nodejs/undici/releases/tag/v5.19.1" } ] }, "source": { "advisory": "GHSA-5r9g-qh6m-jxff", "discovery": "UNKNOWN" } }, "gitlab.com": { "advisories": [ { "affected_range": "\u003e=2.0.0 \u003c5.19.1", "affected_versions": "All versions starting from 2.0.0 before 5.19.1", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N", "cwe_ids": [ "CWE-1035", "CWE-74", "CWE-937" ], "date": "2023-02-24", "description": "Undici is an HTTP/1.1 client for Node.js. Starting with version 2.0.0 and prior to version 5.19.1, the undici library does not protect `host` HTTP header from CRLF injection vulnerabilities. This issue is patched in Undici v5.19.1. As a workaround, sanitize the `headers.host` string before passing to undici.", "fixed_versions": [ "5.19.1" ], "identifier": "CVE-2023-23936", "identifiers": [ "CVE-2023-23936", "GHSA-5r9g-qh6m-jxff" ], "not_impacted": "All versions before 2.0.0, all versions starting from 5.19.1", "package_slug": "npm/undici", "pubdate": "2023-02-16", "solution": "Upgrade to version 5.19.1 or above.", "title": "CRLF Injection in Nodejs \u2018undici\u2019 via host", "urls": [ "https://github.com/nodejs/undici/security/advisories/GHSA-5r9g-qh6m-jxff", "https://nvd.nist.gov/vuln/detail/CVE-2023-23936", "https://github.com/nodejs/undici/commit/a2eff05401358f6595138df963837c24348f2034", "https://hackerone.com/reports/1820955", "https://github.com/nodejs/undici/releases/tag/v5.19.1", "https://github.com/advisories/GHSA-5r9g-qh6m-jxff" ], "uuid": "ccf1bc89-6c86-4199-93be-86e21200f0de" } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:nodejs:undici:*:*:*:*:*:node.js:*:*", "cpe_name": [], "versionEndExcluding": "5.19.1", "versionStartIncluding": "2.0.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:nodejs:node.js:*:*:*:*:lts:*:*:*", "cpe_name": [], "versionEndExcluding": "18.14.1", "versionStartIncluding": "18.0.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:nodejs:node.js:*:*:*:*:lts:*:*:*", "cpe_name": [], "versionEndExcluding": "16.19.1", "versionStartIncluding": "16.0.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:nodejs:node.js:*:*:*:*:-:*:*:*", "cpe_name": [], "versionEndExcluding": "19.6.1", "versionStartIncluding": "19.0.0", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2023-23936" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "Undici is an HTTP/1.1 client for Node.js. Starting with version 2.0.0 and prior to version 5.19.1, the undici library does not protect `host` HTTP header from CRLF injection vulnerabilities. This issue is patched in Undici v5.19.1. As a workaround, sanitize the `headers.host` string before passing to undici." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-74" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/nodejs/undici/releases/tag/v5.19.1", "refsource": "MISC", "tags": [ "Release Notes" ], "url": "https://github.com/nodejs/undici/releases/tag/v5.19.1" }, { "name": "https://github.com/nodejs/undici/commit/a2eff05401358f6595138df963837c24348f2034", "refsource": "MISC", "tags": [ "Patch" ], "url": "https://github.com/nodejs/undici/commit/a2eff05401358f6595138df963837c24348f2034" }, { "name": "https://github.com/nodejs/undici/security/advisories/GHSA-5r9g-qh6m-jxff", "refsource": "MISC", "tags": [ "Vendor Advisory" ], "url": "https://github.com/nodejs/undici/security/advisories/GHSA-5r9g-qh6m-jxff" }, { "name": "https://hackerone.com/reports/1820955", "refsource": "MISC", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://hackerone.com/reports/1820955" } ] } }, "impact": { "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N", "version": "3.1" }, "exploitabilityScore": 2.8, "impactScore": 2.5 } }, "lastModifiedDate": "2023-02-24T19:14Z", "publishedDate": "2023-02-16T18:15Z" } } }
ghsa-5r9g-qh6m-jxff
Vulnerability from github
Published
2023-02-16 20:46
Modified
2023-02-16 20:46
Severity ?
Summary
CRLF Injection in Nodejs ‘undici’ via host
Details
Impact
undici library does not protect host
HTTP header from CRLF injection vulnerabilities.
Patches
This issue was patched in Undici v5.19.1.
Workarounds
Sanitize the headers.host
string before passing to undici.
References
Reported at https://hackerone.com/reports/1820955.
Credits
Thank you to Zhipeng Zhang (@timon8) for reporting this vulnerability.
{ "affected": [ { "package": { "ecosystem": "npm", "name": "undici" }, "ranges": [ { "events": [ { "introduced": "2.0.0" }, { "fixed": "5.19.1" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2023-23936" ], "database_specific": { "cwe_ids": [ "CWE-74", "CWE-93" ], "github_reviewed": true, "github_reviewed_at": "2023-02-16T20:46:30Z", "nvd_published_at": "2023-02-16T18:15:00Z", "severity": "MODERATE" }, "details": "### Impact\n\nundici library does not protect `host` HTTP header from CRLF injection vulnerabilities.\n\n### Patches\n\nThis issue was patched in Undici v5.19.1.\n\n### Workarounds\n\nSanitize the `headers.host` string before passing to undici.\n\n### References\n\nReported at https://hackerone.com/reports/1820955.\n\n### Credits\n\nThank you to Zhipeng Zhang ([@timon8](https://hackerone.com/timon8)) for reporting this vulnerability. ", "id": "GHSA-5r9g-qh6m-jxff", "modified": "2023-02-16T20:46:30Z", "published": "2023-02-16T20:46:30Z", "references": [ { "type": "WEB", "url": "https://github.com/nodejs/undici/security/advisories/GHSA-5r9g-qh6m-jxff" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-23936" }, { "type": "WEB", "url": "https://github.com/nodejs/undici/commit/a2eff05401358f6595138df963837c24348f2034" }, { "type": "WEB", "url": "https://hackerone.com/reports/1820955" }, { "type": "PACKAGE", "url": "https://github.com/nodejs/undici" }, { "type": "WEB", "url": "https://github.com/nodejs/undici/releases/tag/v5.19.1" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N", "type": "CVSS_V3" } ], "summary": "CRLF Injection in Nodejs \u2018undici\u2019 via host" }
Loading...
Loading...
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.