Action not permitted
Modal body text goes here.
CVE-2024-22019
Vulnerability from cvelistv5
Published
2024-02-20 01:31
Modified
2024-11-07 21:17
Severity ?
EPSS score ?
Summary
A vulnerability in Node.js HTTP servers allows an attacker to send a specially crafted HTTP request with chunked encoding, leading to resource exhaustion and denial of service (DoS). The server reads an unbounded number of bytes from a single connection, exploiting the lack of limitations on chunk extension bytes. The issue can cause CPU and network bandwidth exhaustion, bypassing standard safeguards like timeouts and body size limits.
References
{ "containers": { "adp": [ { "affected": [ { "cpes": [ "cpe:2.3:a:node.js:node.js:*:*:*:*:*:*:*:*" ], "defaultStatus": "unaffected", "product": "node.js", "vendor": "node.js", "versions": [ { "lessThanOrEqual": "21.6.1", "status": "affected", "version": "0", "versionType": "semver" } ] } ], "metrics": [ { "other": { "content": { "id": "CVE-2024-22019", "options": [ { "Exploitation": "none" }, { "Automatable": "yes" }, { "Technical Impact": "partial" } ], "role": "CISA Coordinator", "timestamp": "2024-11-07T21:15:49.148447Z", "version": "2.0.3" }, "type": "ssvc" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-404", "description": "CWE-404 Improper Resource Shutdown or Release", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2024-11-07T21:17:16.721Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" }, { "providerMetadata": { "dateUpdated": "2024-08-01T22:35:34.700Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_transferred" ], "url": "https://hackerone.com/reports/2233486" }, { "tags": [ "x_transferred" ], "url": "https://security.netapp.com/advisory/ntap-20240315-0004/" }, { "tags": [ "x_transferred" ], "url": "http://www.openwall.com/lists/oss-security/2024/03/11/1" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "defaultStatus": "unaffected", "product": "Node.js", "vendor": "Node.js", "versions": [ { "lessThanOrEqual": "21.6.1", "status": "affected", "version": "21.6.1", "versionType": "semver" } ] } ], "descriptions": [ { "lang": "en", "value": "A vulnerability in Node.js HTTP servers allows an attacker to send a specially crafted HTTP request with chunked encoding, leading to resource exhaustion and denial of service (DoS). The server reads an unbounded number of bytes from a single connection, exploiting the lack of limitations on chunk extension bytes. The issue can cause CPU and network bandwidth exhaustion, bypassing standard safeguards like timeouts and body size limits." } ], "metrics": [ { "cvssV3_0": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" } } ], "providerMetadata": { "dateUpdated": "2024-02-20T01:31:08.092Z", "orgId": "36234546-b8fa-4601-9d6f-f4e334aa8ea1", "shortName": "hackerone" }, "references": [ { "url": "https://hackerone.com/reports/2233486" }, { "url": "https://security.netapp.com/advisory/ntap-20240315-0004/" }, { "url": "http://www.openwall.com/lists/oss-security/2024/03/11/1" } ] } }, "cveMetadata": { "assignerOrgId": "36234546-b8fa-4601-9d6f-f4e334aa8ea1", "assignerShortName": "hackerone", "cveId": "CVE-2024-22019", "datePublished": "2024-02-20T01:31:08.092Z", "dateReserved": "2024-01-04T01:04:06.574Z", "dateUpdated": "2024-11-07T21:17:16.721Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2024-22019\",\"sourceIdentifier\":\"support@hackerone.com\",\"published\":\"2024-02-20T02:15:50.983\",\"lastModified\":\"2024-11-05T21:35:04.270\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"A vulnerability in Node.js HTTP servers allows an attacker to send a specially crafted HTTP request with chunked encoding, leading to resource exhaustion and denial of service (DoS). The server reads an unbounded number of bytes from a single connection, exploiting the lack of limitations on chunk extension bytes. The issue can cause CPU and network bandwidth exhaustion, bypassing standard safeguards like timeouts and body size limits.\"},{\"lang\":\"es\",\"value\":\"Una vulnerabilidad en los servidores HTTP de Node.js permite a un atacante enviar una solicitud HTTP especialmente manipulada con codificaci\u00f3n fragmentada, lo que provoca el agotamiento de los recursos y la denegaci\u00f3n de servicio (DoS). El servidor lee una cantidad ilimitada de bytes de una \u00fanica conexi\u00f3n, aprovechando la falta de limitaciones en los bytes de extensi\u00f3n de fragmentos. El problema puede provocar el agotamiento del ancho de banda de la CPU y de la red, pasando por alto salvaguardas est\u00e1ndar como tiempos de espera y l\u00edmites de tama\u00f1o corporal.\"}],\"metrics\":{\"cvssMetricV30\":[{\"source\":\"support@hackerone.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.0\",\"vectorString\":\"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-404\"}]}],\"references\":[{\"url\":\"http://www.openwall.com/lists/oss-security/2024/03/11/1\",\"source\":\"support@hackerone.com\"},{\"url\":\"https://hackerone.com/reports/2233486\",\"source\":\"support@hackerone.com\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20240315-0004/\",\"source\":\"support@hackerone.com\"}]}}" } }
rhsa-2024_2793
Vulnerability from csaf_redhat
Published
2024-05-09 09:57
Modified
2024-11-06 05:47
Summary
Red Hat Security Advisory: nodejs:16 security update
Notes
Topic
An update for the nodejs:16 module is now available for Red Hat Enterprise Linux 8.6 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.
Security Fix(es):
* nodejs: reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks (CVE-2024-22019)
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": "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 the nodejs:16 module is now available for Red Hat Enterprise Linux 8.6 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\nSecurity Fix(es):\n\n* nodejs: reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks (CVE-2024-22019)\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-2024:2793", "url": "https://access.redhat.com/errata/RHSA-2024:2793" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2264574", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2264574" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2793.json" } ], "title": "Red Hat Security Advisory: nodejs:16 security update", "tracking": { "current_release_date": "2024-11-06T05:47:52+00:00", "generator": { "date": "2024-11-06T05:47:52+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:2793", "initial_release_date": "2024-05-09T09:57:02+00:00", "revision_history": [ { "date": "2024-05-09T09:57:02+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-05-09T09:57:02+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T05:47:52+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.8.6)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.6::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "nodejs:16:8060020240318185600:ad008a3a", "product": { "name": "nodejs:16:8060020240318185600:ad008a3a", "product_id": "nodejs:16:8060020240318185600:ad008a3a", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/nodejs@16:8060020240318185600:ad008a3a" } } }, { "category": "product_version", "name": "nodejs-docs-1:16.20.2-4.module+el8.6.0+21547+94389150.noarch", "product": { "name": "nodejs-docs-1:16.20.2-4.module+el8.6.0+21547+94389150.noarch", "product_id": "nodejs-docs-1:16.20.2-4.module+el8.6.0+21547+94389150.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-docs@16.20.2-4.module%2Bel8.6.0%2B21547%2B94389150?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-nodemon-0:3.0.1-1.module+el8.6.0+19765+366b9144.noarch", "product": { "name": "nodejs-nodemon-0:3.0.1-1.module+el8.6.0+19765+366b9144.noarch", "product_id": "nodejs-nodemon-0:3.0.1-1.module+el8.6.0+19765+366b9144.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-nodemon@3.0.1-1.module%2Bel8.6.0%2B19765%2B366b9144?arch=noarch" } } }, { "category": "product_version", "name": "nodejs-packaging-0:26-1.module+el8.6.0+19856+c0c87259.noarch", "product": { "name": "nodejs-packaging-0:26-1.module+el8.6.0+19856+c0c87259.noarch", "product_id": "nodejs-packaging-0:26-1.module+el8.6.0+19856+c0c87259.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-packaging@26-1.module%2Bel8.6.0%2B19856%2Bc0c87259?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:16.20.2-4.module+el8.6.0+21547+94389150.src", "product": { "name": "nodejs-1:16.20.2-4.module+el8.6.0+21547+94389150.src", "product_id": "nodejs-1:16.20.2-4.module+el8.6.0+21547+94389150.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@16.20.2-4.module%2Bel8.6.0%2B21547%2B94389150?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-nodemon-0:3.0.1-1.module+el8.6.0+19765+366b9144.src", "product": { "name": "nodejs-nodemon-0:3.0.1-1.module+el8.6.0+19765+366b9144.src", "product_id": "nodejs-nodemon-0:3.0.1-1.module+el8.6.0+19765+366b9144.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-nodemon@3.0.1-1.module%2Bel8.6.0%2B19765%2B366b9144?arch=src" } } }, { "category": "product_version", "name": "nodejs-packaging-0:26-1.module+el8.6.0+19856+c0c87259.src", "product": { "name": "nodejs-packaging-0:26-1.module+el8.6.0+19856+c0c87259.src", "product_id": "nodejs-packaging-0:26-1.module+el8.6.0+19856+c0c87259.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-packaging@26-1.module%2Bel8.6.0%2B19856%2Bc0c87259?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:16.20.2-4.module+el8.6.0+21547+94389150.x86_64", "product": { "name": "nodejs-1:16.20.2-4.module+el8.6.0+21547+94389150.x86_64", "product_id": "nodejs-1:16.20.2-4.module+el8.6.0+21547+94389150.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@16.20.2-4.module%2Bel8.6.0%2B21547%2B94389150?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:16.20.2-4.module+el8.6.0+21547+94389150.x86_64", "product": { "name": "nodejs-debuginfo-1:16.20.2-4.module+el8.6.0+21547+94389150.x86_64", "product_id": "nodejs-debuginfo-1:16.20.2-4.module+el8.6.0+21547+94389150.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@16.20.2-4.module%2Bel8.6.0%2B21547%2B94389150?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:16.20.2-4.module+el8.6.0+21547+94389150.x86_64", "product": { "name": "nodejs-debugsource-1:16.20.2-4.module+el8.6.0+21547+94389150.x86_64", "product_id": "nodejs-debugsource-1:16.20.2-4.module+el8.6.0+21547+94389150.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@16.20.2-4.module%2Bel8.6.0%2B21547%2B94389150?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-devel-1:16.20.2-4.module+el8.6.0+21547+94389150.x86_64", "product": { "name": "nodejs-devel-1:16.20.2-4.module+el8.6.0+21547+94389150.x86_64", "product_id": "nodejs-devel-1:16.20.2-4.module+el8.6.0+21547+94389150.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-devel@16.20.2-4.module%2Bel8.6.0%2B21547%2B94389150?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:16.20.2-4.module+el8.6.0+21547+94389150.x86_64", "product": { "name": "nodejs-full-i18n-1:16.20.2-4.module+el8.6.0+21547+94389150.x86_64", "product_id": "nodejs-full-i18n-1:16.20.2-4.module+el8.6.0+21547+94389150.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@16.20.2-4.module%2Bel8.6.0%2B21547%2B94389150?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:8.19.4-1.16.20.2.4.module+el8.6.0+21547+94389150.x86_64", "product": { "name": "npm-1:8.19.4-1.16.20.2.4.module+el8.6.0+21547+94389150.x86_64", "product_id": "npm-1:8.19.4-1.16.20.2.4.module+el8.6.0+21547+94389150.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@8.19.4-1.16.20.2.4.module%2Bel8.6.0%2B21547%2B94389150?arch=x86_64\u0026epoch=1" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:16.20.2-4.module+el8.6.0+21547+94389150.s390x", "product": { "name": "nodejs-1:16.20.2-4.module+el8.6.0+21547+94389150.s390x", "product_id": "nodejs-1:16.20.2-4.module+el8.6.0+21547+94389150.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@16.20.2-4.module%2Bel8.6.0%2B21547%2B94389150?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:16.20.2-4.module+el8.6.0+21547+94389150.s390x", "product": { "name": "nodejs-debuginfo-1:16.20.2-4.module+el8.6.0+21547+94389150.s390x", "product_id": "nodejs-debuginfo-1:16.20.2-4.module+el8.6.0+21547+94389150.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@16.20.2-4.module%2Bel8.6.0%2B21547%2B94389150?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:16.20.2-4.module+el8.6.0+21547+94389150.s390x", "product": { "name": "nodejs-debugsource-1:16.20.2-4.module+el8.6.0+21547+94389150.s390x", "product_id": "nodejs-debugsource-1:16.20.2-4.module+el8.6.0+21547+94389150.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@16.20.2-4.module%2Bel8.6.0%2B21547%2B94389150?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-devel-1:16.20.2-4.module+el8.6.0+21547+94389150.s390x", "product": { "name": "nodejs-devel-1:16.20.2-4.module+el8.6.0+21547+94389150.s390x", "product_id": "nodejs-devel-1:16.20.2-4.module+el8.6.0+21547+94389150.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-devel@16.20.2-4.module%2Bel8.6.0%2B21547%2B94389150?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:16.20.2-4.module+el8.6.0+21547+94389150.s390x", "product": { "name": "nodejs-full-i18n-1:16.20.2-4.module+el8.6.0+21547+94389150.s390x", "product_id": "nodejs-full-i18n-1:16.20.2-4.module+el8.6.0+21547+94389150.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@16.20.2-4.module%2Bel8.6.0%2B21547%2B94389150?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:8.19.4-1.16.20.2.4.module+el8.6.0+21547+94389150.s390x", "product": { "name": "npm-1:8.19.4-1.16.20.2.4.module+el8.6.0+21547+94389150.s390x", "product_id": "npm-1:8.19.4-1.16.20.2.4.module+el8.6.0+21547+94389150.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@8.19.4-1.16.20.2.4.module%2Bel8.6.0%2B21547%2B94389150?arch=s390x\u0026epoch=1" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:16.20.2-4.module+el8.6.0+21547+94389150.ppc64le", "product": { "name": "nodejs-1:16.20.2-4.module+el8.6.0+21547+94389150.ppc64le", "product_id": "nodejs-1:16.20.2-4.module+el8.6.0+21547+94389150.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@16.20.2-4.module%2Bel8.6.0%2B21547%2B94389150?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:16.20.2-4.module+el8.6.0+21547+94389150.ppc64le", "product": { "name": "nodejs-debuginfo-1:16.20.2-4.module+el8.6.0+21547+94389150.ppc64le", "product_id": "nodejs-debuginfo-1:16.20.2-4.module+el8.6.0+21547+94389150.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@16.20.2-4.module%2Bel8.6.0%2B21547%2B94389150?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:16.20.2-4.module+el8.6.0+21547+94389150.ppc64le", "product": { "name": "nodejs-debugsource-1:16.20.2-4.module+el8.6.0+21547+94389150.ppc64le", "product_id": "nodejs-debugsource-1:16.20.2-4.module+el8.6.0+21547+94389150.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@16.20.2-4.module%2Bel8.6.0%2B21547%2B94389150?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-devel-1:16.20.2-4.module+el8.6.0+21547+94389150.ppc64le", "product": { "name": "nodejs-devel-1:16.20.2-4.module+el8.6.0+21547+94389150.ppc64le", "product_id": "nodejs-devel-1:16.20.2-4.module+el8.6.0+21547+94389150.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-devel@16.20.2-4.module%2Bel8.6.0%2B21547%2B94389150?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:16.20.2-4.module+el8.6.0+21547+94389150.ppc64le", "product": { "name": "nodejs-full-i18n-1:16.20.2-4.module+el8.6.0+21547+94389150.ppc64le", "product_id": "nodejs-full-i18n-1:16.20.2-4.module+el8.6.0+21547+94389150.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@16.20.2-4.module%2Bel8.6.0%2B21547%2B94389150?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:8.19.4-1.16.20.2.4.module+el8.6.0+21547+94389150.ppc64le", "product": { "name": "npm-1:8.19.4-1.16.20.2.4.module+el8.6.0+21547+94389150.ppc64le", "product_id": "npm-1:8.19.4-1.16.20.2.4.module+el8.6.0+21547+94389150.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@8.19.4-1.16.20.2.4.module%2Bel8.6.0%2B21547%2B94389150?arch=ppc64le\u0026epoch=1" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:16.20.2-4.module+el8.6.0+21547+94389150.aarch64", "product": { "name": "nodejs-1:16.20.2-4.module+el8.6.0+21547+94389150.aarch64", "product_id": "nodejs-1:16.20.2-4.module+el8.6.0+21547+94389150.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@16.20.2-4.module%2Bel8.6.0%2B21547%2B94389150?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:16.20.2-4.module+el8.6.0+21547+94389150.aarch64", "product": { "name": "nodejs-debuginfo-1:16.20.2-4.module+el8.6.0+21547+94389150.aarch64", "product_id": "nodejs-debuginfo-1:16.20.2-4.module+el8.6.0+21547+94389150.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@16.20.2-4.module%2Bel8.6.0%2B21547%2B94389150?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:16.20.2-4.module+el8.6.0+21547+94389150.aarch64", "product": { "name": "nodejs-debugsource-1:16.20.2-4.module+el8.6.0+21547+94389150.aarch64", "product_id": "nodejs-debugsource-1:16.20.2-4.module+el8.6.0+21547+94389150.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@16.20.2-4.module%2Bel8.6.0%2B21547%2B94389150?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-devel-1:16.20.2-4.module+el8.6.0+21547+94389150.aarch64", "product": { "name": "nodejs-devel-1:16.20.2-4.module+el8.6.0+21547+94389150.aarch64", "product_id": "nodejs-devel-1:16.20.2-4.module+el8.6.0+21547+94389150.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-devel@16.20.2-4.module%2Bel8.6.0%2B21547%2B94389150?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:16.20.2-4.module+el8.6.0+21547+94389150.aarch64", "product": { "name": "nodejs-full-i18n-1:16.20.2-4.module+el8.6.0+21547+94389150.aarch64", "product_id": "nodejs-full-i18n-1:16.20.2-4.module+el8.6.0+21547+94389150.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@16.20.2-4.module%2Bel8.6.0%2B21547%2B94389150?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:8.19.4-1.16.20.2.4.module+el8.6.0+21547+94389150.aarch64", "product": { "name": "npm-1:8.19.4-1.16.20.2.4.module+el8.6.0+21547+94389150.aarch64", "product_id": "npm-1:8.19.4-1.16.20.2.4.module+el8.6.0+21547+94389150.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@8.19.4-1.16.20.2.4.module%2Bel8.6.0%2B21547%2B94389150?arch=aarch64\u0026epoch=1" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "nodejs:16:8060020240318185600:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a" }, "product_reference": "nodejs:16:8060020240318185600:ad008a3a", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:16.20.2-4.module+el8.6.0+21547+94389150.aarch64 as a component of nodejs:16:8060020240318185600:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-1:16.20.2-4.module+el8.6.0+21547+94389150.aarch64" }, "product_reference": "nodejs-1:16.20.2-4.module+el8.6.0+21547+94389150.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:16.20.2-4.module+el8.6.0+21547+94389150.ppc64le as a component of nodejs:16:8060020240318185600:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-1:16.20.2-4.module+el8.6.0+21547+94389150.ppc64le" }, "product_reference": "nodejs-1:16.20.2-4.module+el8.6.0+21547+94389150.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:16.20.2-4.module+el8.6.0+21547+94389150.s390x as a component of nodejs:16:8060020240318185600:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-1:16.20.2-4.module+el8.6.0+21547+94389150.s390x" }, "product_reference": "nodejs-1:16.20.2-4.module+el8.6.0+21547+94389150.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:16.20.2-4.module+el8.6.0+21547+94389150.src as a component of nodejs:16:8060020240318185600:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-1:16.20.2-4.module+el8.6.0+21547+94389150.src" }, "product_reference": "nodejs-1:16.20.2-4.module+el8.6.0+21547+94389150.src", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:16.20.2-4.module+el8.6.0+21547+94389150.x86_64 as a component of nodejs:16:8060020240318185600:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-1:16.20.2-4.module+el8.6.0+21547+94389150.x86_64" }, "product_reference": "nodejs-1:16.20.2-4.module+el8.6.0+21547+94389150.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:16.20.2-4.module+el8.6.0+21547+94389150.aarch64 as a component of nodejs:16:8060020240318185600:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-debuginfo-1:16.20.2-4.module+el8.6.0+21547+94389150.aarch64" }, "product_reference": "nodejs-debuginfo-1:16.20.2-4.module+el8.6.0+21547+94389150.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:16.20.2-4.module+el8.6.0+21547+94389150.ppc64le as a component of nodejs:16:8060020240318185600:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-debuginfo-1:16.20.2-4.module+el8.6.0+21547+94389150.ppc64le" }, "product_reference": "nodejs-debuginfo-1:16.20.2-4.module+el8.6.0+21547+94389150.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:16.20.2-4.module+el8.6.0+21547+94389150.s390x as a component of nodejs:16:8060020240318185600:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-debuginfo-1:16.20.2-4.module+el8.6.0+21547+94389150.s390x" }, "product_reference": "nodejs-debuginfo-1:16.20.2-4.module+el8.6.0+21547+94389150.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:16.20.2-4.module+el8.6.0+21547+94389150.x86_64 as a component of nodejs:16:8060020240318185600:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-debuginfo-1:16.20.2-4.module+el8.6.0+21547+94389150.x86_64" }, "product_reference": "nodejs-debuginfo-1:16.20.2-4.module+el8.6.0+21547+94389150.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:16.20.2-4.module+el8.6.0+21547+94389150.aarch64 as a component of nodejs:16:8060020240318185600:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-debugsource-1:16.20.2-4.module+el8.6.0+21547+94389150.aarch64" }, "product_reference": "nodejs-debugsource-1:16.20.2-4.module+el8.6.0+21547+94389150.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:16.20.2-4.module+el8.6.0+21547+94389150.ppc64le as a component of nodejs:16:8060020240318185600:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-debugsource-1:16.20.2-4.module+el8.6.0+21547+94389150.ppc64le" }, "product_reference": "nodejs-debugsource-1:16.20.2-4.module+el8.6.0+21547+94389150.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:16.20.2-4.module+el8.6.0+21547+94389150.s390x as a component of nodejs:16:8060020240318185600:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-debugsource-1:16.20.2-4.module+el8.6.0+21547+94389150.s390x" }, "product_reference": "nodejs-debugsource-1:16.20.2-4.module+el8.6.0+21547+94389150.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:16.20.2-4.module+el8.6.0+21547+94389150.x86_64 as a component of nodejs:16:8060020240318185600:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-debugsource-1:16.20.2-4.module+el8.6.0+21547+94389150.x86_64" }, "product_reference": "nodejs-debugsource-1:16.20.2-4.module+el8.6.0+21547+94389150.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-devel-1:16.20.2-4.module+el8.6.0+21547+94389150.aarch64 as a component of nodejs:16:8060020240318185600:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-devel-1:16.20.2-4.module+el8.6.0+21547+94389150.aarch64" }, "product_reference": "nodejs-devel-1:16.20.2-4.module+el8.6.0+21547+94389150.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-devel-1:16.20.2-4.module+el8.6.0+21547+94389150.ppc64le as a component of nodejs:16:8060020240318185600:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-devel-1:16.20.2-4.module+el8.6.0+21547+94389150.ppc64le" }, "product_reference": "nodejs-devel-1:16.20.2-4.module+el8.6.0+21547+94389150.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-devel-1:16.20.2-4.module+el8.6.0+21547+94389150.s390x as a component of nodejs:16:8060020240318185600:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-devel-1:16.20.2-4.module+el8.6.0+21547+94389150.s390x" }, "product_reference": "nodejs-devel-1:16.20.2-4.module+el8.6.0+21547+94389150.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-devel-1:16.20.2-4.module+el8.6.0+21547+94389150.x86_64 as a component of nodejs:16:8060020240318185600:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-devel-1:16.20.2-4.module+el8.6.0+21547+94389150.x86_64" }, "product_reference": "nodejs-devel-1:16.20.2-4.module+el8.6.0+21547+94389150.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-docs-1:16.20.2-4.module+el8.6.0+21547+94389150.noarch as a component of nodejs:16:8060020240318185600:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-docs-1:16.20.2-4.module+el8.6.0+21547+94389150.noarch" }, "product_reference": "nodejs-docs-1:16.20.2-4.module+el8.6.0+21547+94389150.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:16.20.2-4.module+el8.6.0+21547+94389150.aarch64 as a component of nodejs:16:8060020240318185600:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-full-i18n-1:16.20.2-4.module+el8.6.0+21547+94389150.aarch64" }, "product_reference": "nodejs-full-i18n-1:16.20.2-4.module+el8.6.0+21547+94389150.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:16.20.2-4.module+el8.6.0+21547+94389150.ppc64le as a component of nodejs:16:8060020240318185600:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-full-i18n-1:16.20.2-4.module+el8.6.0+21547+94389150.ppc64le" }, "product_reference": "nodejs-full-i18n-1:16.20.2-4.module+el8.6.0+21547+94389150.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:16.20.2-4.module+el8.6.0+21547+94389150.s390x as a component of nodejs:16:8060020240318185600:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-full-i18n-1:16.20.2-4.module+el8.6.0+21547+94389150.s390x" }, "product_reference": "nodejs-full-i18n-1:16.20.2-4.module+el8.6.0+21547+94389150.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:16.20.2-4.module+el8.6.0+21547+94389150.x86_64 as a component of nodejs:16:8060020240318185600:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-full-i18n-1:16.20.2-4.module+el8.6.0+21547+94389150.x86_64" }, "product_reference": "nodejs-full-i18n-1:16.20.2-4.module+el8.6.0+21547+94389150.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-nodemon-0:3.0.1-1.module+el8.6.0+19765+366b9144.noarch as a component of nodejs:16:8060020240318185600:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-nodemon-0:3.0.1-1.module+el8.6.0+19765+366b9144.noarch" }, "product_reference": "nodejs-nodemon-0:3.0.1-1.module+el8.6.0+19765+366b9144.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-nodemon-0:3.0.1-1.module+el8.6.0+19765+366b9144.src as a component of nodejs:16:8060020240318185600:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-nodemon-0:3.0.1-1.module+el8.6.0+19765+366b9144.src" }, "product_reference": "nodejs-nodemon-0:3.0.1-1.module+el8.6.0+19765+366b9144.src", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-packaging-0:26-1.module+el8.6.0+19856+c0c87259.noarch as a component of nodejs:16:8060020240318185600:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-packaging-0:26-1.module+el8.6.0+19856+c0c87259.noarch" }, "product_reference": "nodejs-packaging-0:26-1.module+el8.6.0+19856+c0c87259.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-packaging-0:26-1.module+el8.6.0+19856+c0c87259.src as a component of nodejs:16:8060020240318185600:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-packaging-0:26-1.module+el8.6.0+19856+c0c87259.src" }, "product_reference": "nodejs-packaging-0:26-1.module+el8.6.0+19856+c0c87259.src", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:8.19.4-1.16.20.2.4.module+el8.6.0+21547+94389150.aarch64 as a component of nodejs:16:8060020240318185600:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:npm-1:8.19.4-1.16.20.2.4.module+el8.6.0+21547+94389150.aarch64" }, "product_reference": "npm-1:8.19.4-1.16.20.2.4.module+el8.6.0+21547+94389150.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:8.19.4-1.16.20.2.4.module+el8.6.0+21547+94389150.ppc64le as a component of nodejs:16:8060020240318185600:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:npm-1:8.19.4-1.16.20.2.4.module+el8.6.0+21547+94389150.ppc64le" }, "product_reference": "npm-1:8.19.4-1.16.20.2.4.module+el8.6.0+21547+94389150.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:8.19.4-1.16.20.2.4.module+el8.6.0+21547+94389150.s390x as a component of nodejs:16:8060020240318185600:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:npm-1:8.19.4-1.16.20.2.4.module+el8.6.0+21547+94389150.s390x" }, "product_reference": "npm-1:8.19.4-1.16.20.2.4.module+el8.6.0+21547+94389150.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:8.19.4-1.16.20.2.4.module+el8.6.0+21547+94389150.x86_64 as a component of nodejs:16:8060020240318185600:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:npm-1:8.19.4-1.16.20.2.4.module+el8.6.0+21547+94389150.x86_64" }, "product_reference": "npm-1:8.19.4-1.16.20.2.4.module+el8.6.0+21547+94389150.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-22019", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2024-02-16T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2264574" } ], "notes": [ { "category": "description", "text": "A flaw was found in Node.js due to a lack of safeguards on chunk extension bytes. The server may read an unbounded number of bytes from a single connection, which can allow an attacker to send a specially crafted HTTP request with chunked encoding, leading to resource exhaustion and a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "nodejs: reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "While this vulnerability in Node.js HTTP servers poses a significant risk to system stability and availability, it is classified as a important severity issue rather than a critical one due to several factors. Firstly, while the vulnerability can lead to denial of service (DoS) attacks by causing resource exhaustion, it does not directly compromise the confidentiality or integrity of data stored or processed by the server. Additionally, the exploit requires the attacker to send specially crafted HTTP requests, which may limit the ease and scope of potential attacks compared to more critical vulnerabilities that can be exploited remotely without specific conditions.", "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.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-1:16.20.2-4.module+el8.6.0+21547+94389150.aarch64", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-1:16.20.2-4.module+el8.6.0+21547+94389150.ppc64le", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-1:16.20.2-4.module+el8.6.0+21547+94389150.s390x", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-1:16.20.2-4.module+el8.6.0+21547+94389150.src", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-1:16.20.2-4.module+el8.6.0+21547+94389150.x86_64", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-debuginfo-1:16.20.2-4.module+el8.6.0+21547+94389150.aarch64", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-debuginfo-1:16.20.2-4.module+el8.6.0+21547+94389150.ppc64le", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-debuginfo-1:16.20.2-4.module+el8.6.0+21547+94389150.s390x", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-debuginfo-1:16.20.2-4.module+el8.6.0+21547+94389150.x86_64", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-debugsource-1:16.20.2-4.module+el8.6.0+21547+94389150.aarch64", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-debugsource-1:16.20.2-4.module+el8.6.0+21547+94389150.ppc64le", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-debugsource-1:16.20.2-4.module+el8.6.0+21547+94389150.s390x", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-debugsource-1:16.20.2-4.module+el8.6.0+21547+94389150.x86_64", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-devel-1:16.20.2-4.module+el8.6.0+21547+94389150.aarch64", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-devel-1:16.20.2-4.module+el8.6.0+21547+94389150.ppc64le", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-devel-1:16.20.2-4.module+el8.6.0+21547+94389150.s390x", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-devel-1:16.20.2-4.module+el8.6.0+21547+94389150.x86_64", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-docs-1:16.20.2-4.module+el8.6.0+21547+94389150.noarch", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-full-i18n-1:16.20.2-4.module+el8.6.0+21547+94389150.aarch64", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-full-i18n-1:16.20.2-4.module+el8.6.0+21547+94389150.ppc64le", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-full-i18n-1:16.20.2-4.module+el8.6.0+21547+94389150.s390x", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-full-i18n-1:16.20.2-4.module+el8.6.0+21547+94389150.x86_64", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-nodemon-0:3.0.1-1.module+el8.6.0+19765+366b9144.noarch", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-nodemon-0:3.0.1-1.module+el8.6.0+19765+366b9144.src", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-packaging-0:26-1.module+el8.6.0+19856+c0c87259.noarch", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-packaging-0:26-1.module+el8.6.0+19856+c0c87259.src", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:npm-1:8.19.4-1.16.20.2.4.module+el8.6.0+21547+94389150.aarch64", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:npm-1:8.19.4-1.16.20.2.4.module+el8.6.0+21547+94389150.ppc64le", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:npm-1:8.19.4-1.16.20.2.4.module+el8.6.0+21547+94389150.s390x", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:npm-1:8.19.4-1.16.20.2.4.module+el8.6.0+21547+94389150.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-22019" }, { "category": "external", "summary": "RHBZ#2264574", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2264574" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-22019", "url": "https://www.cve.org/CVERecord?id=CVE-2024-22019" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-22019", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22019" } ], "release_date": "2024-02-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-09T09:57:02+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.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-1:16.20.2-4.module+el8.6.0+21547+94389150.aarch64", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-1:16.20.2-4.module+el8.6.0+21547+94389150.ppc64le", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-1:16.20.2-4.module+el8.6.0+21547+94389150.s390x", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-1:16.20.2-4.module+el8.6.0+21547+94389150.src", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-1:16.20.2-4.module+el8.6.0+21547+94389150.x86_64", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-debuginfo-1:16.20.2-4.module+el8.6.0+21547+94389150.aarch64", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-debuginfo-1:16.20.2-4.module+el8.6.0+21547+94389150.ppc64le", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-debuginfo-1:16.20.2-4.module+el8.6.0+21547+94389150.s390x", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-debuginfo-1:16.20.2-4.module+el8.6.0+21547+94389150.x86_64", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-debugsource-1:16.20.2-4.module+el8.6.0+21547+94389150.aarch64", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-debugsource-1:16.20.2-4.module+el8.6.0+21547+94389150.ppc64le", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-debugsource-1:16.20.2-4.module+el8.6.0+21547+94389150.s390x", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-debugsource-1:16.20.2-4.module+el8.6.0+21547+94389150.x86_64", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-devel-1:16.20.2-4.module+el8.6.0+21547+94389150.aarch64", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-devel-1:16.20.2-4.module+el8.6.0+21547+94389150.ppc64le", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-devel-1:16.20.2-4.module+el8.6.0+21547+94389150.s390x", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-devel-1:16.20.2-4.module+el8.6.0+21547+94389150.x86_64", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-docs-1:16.20.2-4.module+el8.6.0+21547+94389150.noarch", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-full-i18n-1:16.20.2-4.module+el8.6.0+21547+94389150.aarch64", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-full-i18n-1:16.20.2-4.module+el8.6.0+21547+94389150.ppc64le", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-full-i18n-1:16.20.2-4.module+el8.6.0+21547+94389150.s390x", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-full-i18n-1:16.20.2-4.module+el8.6.0+21547+94389150.x86_64", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-nodemon-0:3.0.1-1.module+el8.6.0+19765+366b9144.noarch", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-nodemon-0:3.0.1-1.module+el8.6.0+19765+366b9144.src", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-packaging-0:26-1.module+el8.6.0+19856+c0c87259.noarch", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-packaging-0:26-1.module+el8.6.0+19856+c0c87259.src", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:npm-1:8.19.4-1.16.20.2.4.module+el8.6.0+21547+94389150.aarch64", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:npm-1:8.19.4-1.16.20.2.4.module+el8.6.0+21547+94389150.ppc64le", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:npm-1:8.19.4-1.16.20.2.4.module+el8.6.0+21547+94389150.s390x", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:npm-1:8.19.4-1.16.20.2.4.module+el8.6.0+21547+94389150.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2793" }, { "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-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-1:16.20.2-4.module+el8.6.0+21547+94389150.aarch64", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-1:16.20.2-4.module+el8.6.0+21547+94389150.ppc64le", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-1:16.20.2-4.module+el8.6.0+21547+94389150.s390x", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-1:16.20.2-4.module+el8.6.0+21547+94389150.src", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-1:16.20.2-4.module+el8.6.0+21547+94389150.x86_64", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-debuginfo-1:16.20.2-4.module+el8.6.0+21547+94389150.aarch64", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-debuginfo-1:16.20.2-4.module+el8.6.0+21547+94389150.ppc64le", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-debuginfo-1:16.20.2-4.module+el8.6.0+21547+94389150.s390x", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-debuginfo-1:16.20.2-4.module+el8.6.0+21547+94389150.x86_64", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-debugsource-1:16.20.2-4.module+el8.6.0+21547+94389150.aarch64", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-debugsource-1:16.20.2-4.module+el8.6.0+21547+94389150.ppc64le", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-debugsource-1:16.20.2-4.module+el8.6.0+21547+94389150.s390x", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-debugsource-1:16.20.2-4.module+el8.6.0+21547+94389150.x86_64", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-devel-1:16.20.2-4.module+el8.6.0+21547+94389150.aarch64", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-devel-1:16.20.2-4.module+el8.6.0+21547+94389150.ppc64le", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-devel-1:16.20.2-4.module+el8.6.0+21547+94389150.s390x", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-devel-1:16.20.2-4.module+el8.6.0+21547+94389150.x86_64", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-docs-1:16.20.2-4.module+el8.6.0+21547+94389150.noarch", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-full-i18n-1:16.20.2-4.module+el8.6.0+21547+94389150.aarch64", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-full-i18n-1:16.20.2-4.module+el8.6.0+21547+94389150.ppc64le", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-full-i18n-1:16.20.2-4.module+el8.6.0+21547+94389150.s390x", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-full-i18n-1:16.20.2-4.module+el8.6.0+21547+94389150.x86_64", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-nodemon-0:3.0.1-1.module+el8.6.0+19765+366b9144.noarch", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-nodemon-0:3.0.1-1.module+el8.6.0+19765+366b9144.src", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-packaging-0:26-1.module+el8.6.0+19856+c0c87259.noarch", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-packaging-0:26-1.module+el8.6.0+19856+c0c87259.src", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:npm-1:8.19.4-1.16.20.2.4.module+el8.6.0+21547+94389150.aarch64", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:npm-1:8.19.4-1.16.20.2.4.module+el8.6.0+21547+94389150.ppc64le", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:npm-1:8.19.4-1.16.20.2.4.module+el8.6.0+21547+94389150.s390x", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:npm-1:8.19.4-1.16.20.2.4.module+el8.6.0+21547+94389150.x86_64" ] } ], "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.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-1:16.20.2-4.module+el8.6.0+21547+94389150.aarch64", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-1:16.20.2-4.module+el8.6.0+21547+94389150.ppc64le", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-1:16.20.2-4.module+el8.6.0+21547+94389150.s390x", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-1:16.20.2-4.module+el8.6.0+21547+94389150.src", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-1:16.20.2-4.module+el8.6.0+21547+94389150.x86_64", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-debuginfo-1:16.20.2-4.module+el8.6.0+21547+94389150.aarch64", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-debuginfo-1:16.20.2-4.module+el8.6.0+21547+94389150.ppc64le", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-debuginfo-1:16.20.2-4.module+el8.6.0+21547+94389150.s390x", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-debuginfo-1:16.20.2-4.module+el8.6.0+21547+94389150.x86_64", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-debugsource-1:16.20.2-4.module+el8.6.0+21547+94389150.aarch64", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-debugsource-1:16.20.2-4.module+el8.6.0+21547+94389150.ppc64le", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-debugsource-1:16.20.2-4.module+el8.6.0+21547+94389150.s390x", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-debugsource-1:16.20.2-4.module+el8.6.0+21547+94389150.x86_64", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-devel-1:16.20.2-4.module+el8.6.0+21547+94389150.aarch64", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-devel-1:16.20.2-4.module+el8.6.0+21547+94389150.ppc64le", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-devel-1:16.20.2-4.module+el8.6.0+21547+94389150.s390x", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-devel-1:16.20.2-4.module+el8.6.0+21547+94389150.x86_64", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-docs-1:16.20.2-4.module+el8.6.0+21547+94389150.noarch", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-full-i18n-1:16.20.2-4.module+el8.6.0+21547+94389150.aarch64", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-full-i18n-1:16.20.2-4.module+el8.6.0+21547+94389150.ppc64le", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-full-i18n-1:16.20.2-4.module+el8.6.0+21547+94389150.s390x", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-full-i18n-1:16.20.2-4.module+el8.6.0+21547+94389150.x86_64", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-nodemon-0:3.0.1-1.module+el8.6.0+19765+366b9144.noarch", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-nodemon-0:3.0.1-1.module+el8.6.0+19765+366b9144.src", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-packaging-0:26-1.module+el8.6.0+19856+c0c87259.noarch", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:nodejs-packaging-0:26-1.module+el8.6.0+19856+c0c87259.src", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:npm-1:8.19.4-1.16.20.2.4.module+el8.6.0+21547+94389150.aarch64", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:npm-1:8.19.4-1.16.20.2.4.module+el8.6.0+21547+94389150.ppc64le", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:npm-1:8.19.4-1.16.20.2.4.module+el8.6.0+21547+94389150.s390x", "AppStream-8.6.0.Z.EUS:nodejs:16:8060020240318185600:ad008a3a:npm-1:8.19.4-1.16.20.2.4.module+el8.6.0+21547+94389150.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "nodejs: reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks" } ] }
rhsa-2024_1424
Vulnerability from csaf_redhat
Published
2024-03-19 17:49
Modified
2024-11-06 05:17
Summary
Red Hat Security Advisory: nodejs security 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.
Security Fix(es):
* nodejs: reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks (CVE-2024-22019)
A Red Hat Security Bulletin which addresses further details about this flaw is available in the References section.
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": "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\nSecurity Fix(es):\n\n* nodejs: reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks (CVE-2024-22019)\n\nA Red Hat Security Bulletin which addresses further details about this flaw is available in the References section.\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-2024:1424", "url": "https://access.redhat.com/errata/RHSA-2024:1424" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2264574", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2264574" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_1424.json" } ], "title": "Red Hat Security Advisory: nodejs security update", "tracking": { "current_release_date": "2024-11-06T05:17:45+00:00", "generator": { "date": "2024-11-06T05:17:45+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:1424", "initial_release_date": "2024-03-19T17:49:32+00:00", "revision_history": [ { "date": "2024-03-19T17:49:32+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-03-19T17:49:32+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T05:17:45+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-4.el9_0.src", "product": { "name": "nodejs-1:16.20.2-4.el9_0.src", "product_id": "nodejs-1:16.20.2-4.el9_0.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@16.20.2-4.el9_0?arch=src\u0026epoch=1" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:16.20.2-4.el9_0.aarch64", "product": { "name": "nodejs-1:16.20.2-4.el9_0.aarch64", "product_id": "nodejs-1:16.20.2-4.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@16.20.2-4.el9_0?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:16.20.2-4.el9_0.aarch64", "product": { "name": "nodejs-full-i18n-1:16.20.2-4.el9_0.aarch64", "product_id": "nodejs-full-i18n-1:16.20.2-4.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@16.20.2-4.el9_0?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-libs-1:16.20.2-4.el9_0.aarch64", "product": { "name": "nodejs-libs-1:16.20.2-4.el9_0.aarch64", "product_id": "nodejs-libs-1:16.20.2-4.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-libs@16.20.2-4.el9_0?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:8.19.4-1.16.20.2.4.el9_0.aarch64", "product": { "name": "npm-1:8.19.4-1.16.20.2.4.el9_0.aarch64", "product_id": "npm-1:8.19.4-1.16.20.2.4.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@8.19.4-1.16.20.2.4.el9_0?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:16.20.2-4.el9_0.aarch64", "product": { "name": "nodejs-debugsource-1:16.20.2-4.el9_0.aarch64", "product_id": "nodejs-debugsource-1:16.20.2-4.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@16.20.2-4.el9_0?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:16.20.2-4.el9_0.aarch64", "product": { "name": "nodejs-debuginfo-1:16.20.2-4.el9_0.aarch64", "product_id": "nodejs-debuginfo-1:16.20.2-4.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@16.20.2-4.el9_0?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-libs-debuginfo-1:16.20.2-4.el9_0.aarch64", "product": { "name": "nodejs-libs-debuginfo-1:16.20.2-4.el9_0.aarch64", "product_id": "nodejs-libs-debuginfo-1:16.20.2-4.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-libs-debuginfo@16.20.2-4.el9_0?arch=aarch64\u0026epoch=1" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:16.20.2-4.el9_0.ppc64le", "product": { "name": "nodejs-1:16.20.2-4.el9_0.ppc64le", "product_id": "nodejs-1:16.20.2-4.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@16.20.2-4.el9_0?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:16.20.2-4.el9_0.ppc64le", "product": { "name": "nodejs-full-i18n-1:16.20.2-4.el9_0.ppc64le", "product_id": "nodejs-full-i18n-1:16.20.2-4.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@16.20.2-4.el9_0?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-libs-1:16.20.2-4.el9_0.ppc64le", "product": { "name": "nodejs-libs-1:16.20.2-4.el9_0.ppc64le", "product_id": "nodejs-libs-1:16.20.2-4.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-libs@16.20.2-4.el9_0?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:8.19.4-1.16.20.2.4.el9_0.ppc64le", "product": { "name": "npm-1:8.19.4-1.16.20.2.4.el9_0.ppc64le", "product_id": "npm-1:8.19.4-1.16.20.2.4.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@8.19.4-1.16.20.2.4.el9_0?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:16.20.2-4.el9_0.ppc64le", "product": { "name": "nodejs-debugsource-1:16.20.2-4.el9_0.ppc64le", "product_id": "nodejs-debugsource-1:16.20.2-4.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@16.20.2-4.el9_0?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:16.20.2-4.el9_0.ppc64le", "product": { "name": "nodejs-debuginfo-1:16.20.2-4.el9_0.ppc64le", "product_id": "nodejs-debuginfo-1:16.20.2-4.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@16.20.2-4.el9_0?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-libs-debuginfo-1:16.20.2-4.el9_0.ppc64le", "product": { "name": "nodejs-libs-debuginfo-1:16.20.2-4.el9_0.ppc64le", "product_id": "nodejs-libs-debuginfo-1:16.20.2-4.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-libs-debuginfo@16.20.2-4.el9_0?arch=ppc64le\u0026epoch=1" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:16.20.2-4.el9_0.x86_64", "product": { "name": "nodejs-1:16.20.2-4.el9_0.x86_64", "product_id": "nodejs-1:16.20.2-4.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@16.20.2-4.el9_0?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:16.20.2-4.el9_0.x86_64", "product": { "name": "nodejs-full-i18n-1:16.20.2-4.el9_0.x86_64", "product_id": "nodejs-full-i18n-1:16.20.2-4.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@16.20.2-4.el9_0?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-libs-1:16.20.2-4.el9_0.x86_64", "product": { "name": "nodejs-libs-1:16.20.2-4.el9_0.x86_64", "product_id": "nodejs-libs-1:16.20.2-4.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-libs@16.20.2-4.el9_0?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:8.19.4-1.16.20.2.4.el9_0.x86_64", "product": { "name": "npm-1:8.19.4-1.16.20.2.4.el9_0.x86_64", "product_id": "npm-1:8.19.4-1.16.20.2.4.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@8.19.4-1.16.20.2.4.el9_0?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:16.20.2-4.el9_0.x86_64", "product": { "name": "nodejs-debugsource-1:16.20.2-4.el9_0.x86_64", "product_id": "nodejs-debugsource-1:16.20.2-4.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@16.20.2-4.el9_0?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:16.20.2-4.el9_0.x86_64", "product": { "name": "nodejs-debuginfo-1:16.20.2-4.el9_0.x86_64", "product_id": "nodejs-debuginfo-1:16.20.2-4.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@16.20.2-4.el9_0?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-libs-debuginfo-1:16.20.2-4.el9_0.x86_64", "product": { "name": "nodejs-libs-debuginfo-1:16.20.2-4.el9_0.x86_64", "product_id": "nodejs-libs-debuginfo-1:16.20.2-4.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-libs-debuginfo@16.20.2-4.el9_0?arch=x86_64\u0026epoch=1" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "nodejs-libs-1:16.20.2-4.el9_0.i686", "product": { "name": "nodejs-libs-1:16.20.2-4.el9_0.i686", "product_id": "nodejs-libs-1:16.20.2-4.el9_0.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-libs@16.20.2-4.el9_0?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:16.20.2-4.el9_0.i686", "product": { "name": "nodejs-debugsource-1:16.20.2-4.el9_0.i686", "product_id": "nodejs-debugsource-1:16.20.2-4.el9_0.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@16.20.2-4.el9_0?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:16.20.2-4.el9_0.i686", "product": { "name": "nodejs-debuginfo-1:16.20.2-4.el9_0.i686", "product_id": "nodejs-debuginfo-1:16.20.2-4.el9_0.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@16.20.2-4.el9_0?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-libs-debuginfo-1:16.20.2-4.el9_0.i686", "product": { "name": "nodejs-libs-debuginfo-1:16.20.2-4.el9_0.i686", "product_id": "nodejs-libs-debuginfo-1:16.20.2-4.el9_0.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-libs-debuginfo@16.20.2-4.el9_0?arch=i686\u0026epoch=1" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:16.20.2-4.el9_0.s390x", "product": { "name": "nodejs-1:16.20.2-4.el9_0.s390x", "product_id": "nodejs-1:16.20.2-4.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@16.20.2-4.el9_0?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:16.20.2-4.el9_0.s390x", "product": { "name": "nodejs-full-i18n-1:16.20.2-4.el9_0.s390x", "product_id": "nodejs-full-i18n-1:16.20.2-4.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@16.20.2-4.el9_0?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-libs-1:16.20.2-4.el9_0.s390x", "product": { "name": "nodejs-libs-1:16.20.2-4.el9_0.s390x", "product_id": "nodejs-libs-1:16.20.2-4.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-libs@16.20.2-4.el9_0?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:8.19.4-1.16.20.2.4.el9_0.s390x", "product": { "name": "npm-1:8.19.4-1.16.20.2.4.el9_0.s390x", "product_id": "npm-1:8.19.4-1.16.20.2.4.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@8.19.4-1.16.20.2.4.el9_0?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:16.20.2-4.el9_0.s390x", "product": { "name": "nodejs-debugsource-1:16.20.2-4.el9_0.s390x", "product_id": "nodejs-debugsource-1:16.20.2-4.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@16.20.2-4.el9_0?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:16.20.2-4.el9_0.s390x", "product": { "name": "nodejs-debuginfo-1:16.20.2-4.el9_0.s390x", "product_id": "nodejs-debuginfo-1:16.20.2-4.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@16.20.2-4.el9_0?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-libs-debuginfo-1:16.20.2-4.el9_0.s390x", "product": { "name": "nodejs-libs-debuginfo-1:16.20.2-4.el9_0.s390x", "product_id": "nodejs-libs-debuginfo-1:16.20.2-4.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-libs-debuginfo@16.20.2-4.el9_0?arch=s390x\u0026epoch=1" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "nodejs-docs-1:16.20.2-4.el9_0.noarch", "product": { "name": "nodejs-docs-1:16.20.2-4.el9_0.noarch", "product_id": "nodejs-docs-1:16.20.2-4.el9_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-docs@16.20.2-4.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-4.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-4.el9_0.aarch64" }, "product_reference": "nodejs-1:16.20.2-4.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-4.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-4.el9_0.ppc64le" }, "product_reference": "nodejs-1:16.20.2-4.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-4.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-4.el9_0.s390x" }, "product_reference": "nodejs-1:16.20.2-4.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-4.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-4.el9_0.src" }, "product_reference": "nodejs-1:16.20.2-4.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-4.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-4.el9_0.x86_64" }, "product_reference": "nodejs-1:16.20.2-4.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-4.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-4.el9_0.aarch64" }, "product_reference": "nodejs-debuginfo-1:16.20.2-4.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-4.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-4.el9_0.i686" }, "product_reference": "nodejs-debuginfo-1:16.20.2-4.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-4.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-4.el9_0.ppc64le" }, "product_reference": "nodejs-debuginfo-1:16.20.2-4.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-4.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-4.el9_0.s390x" }, "product_reference": "nodejs-debuginfo-1:16.20.2-4.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-4.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-4.el9_0.x86_64" }, "product_reference": "nodejs-debuginfo-1:16.20.2-4.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-4.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-4.el9_0.aarch64" }, "product_reference": "nodejs-debugsource-1:16.20.2-4.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-4.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-4.el9_0.i686" }, "product_reference": "nodejs-debugsource-1:16.20.2-4.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-4.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-4.el9_0.ppc64le" }, "product_reference": "nodejs-debugsource-1:16.20.2-4.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-4.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-4.el9_0.s390x" }, "product_reference": "nodejs-debugsource-1:16.20.2-4.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-4.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-4.el9_0.x86_64" }, "product_reference": "nodejs-debugsource-1:16.20.2-4.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-4.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-4.el9_0.noarch" }, "product_reference": "nodejs-docs-1:16.20.2-4.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-4.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-4.el9_0.aarch64" }, "product_reference": "nodejs-full-i18n-1:16.20.2-4.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-4.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-4.el9_0.ppc64le" }, "product_reference": "nodejs-full-i18n-1:16.20.2-4.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-4.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-4.el9_0.s390x" }, "product_reference": "nodejs-full-i18n-1:16.20.2-4.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-4.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-4.el9_0.x86_64" }, "product_reference": "nodejs-full-i18n-1:16.20.2-4.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-4.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-4.el9_0.aarch64" }, "product_reference": "nodejs-libs-1:16.20.2-4.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-4.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-4.el9_0.i686" }, "product_reference": "nodejs-libs-1:16.20.2-4.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-4.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-4.el9_0.ppc64le" }, "product_reference": "nodejs-libs-1:16.20.2-4.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-4.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-4.el9_0.s390x" }, "product_reference": "nodejs-libs-1:16.20.2-4.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-4.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-4.el9_0.x86_64" }, "product_reference": "nodejs-libs-1:16.20.2-4.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-4.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-4.el9_0.aarch64" }, "product_reference": "nodejs-libs-debuginfo-1:16.20.2-4.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-4.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-4.el9_0.i686" }, "product_reference": "nodejs-libs-debuginfo-1:16.20.2-4.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-4.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-4.el9_0.ppc64le" }, "product_reference": "nodejs-libs-debuginfo-1:16.20.2-4.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-4.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-4.el9_0.s390x" }, "product_reference": "nodejs-libs-debuginfo-1:16.20.2-4.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-4.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-4.el9_0.x86_64" }, "product_reference": "nodejs-libs-debuginfo-1:16.20.2-4.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.4.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.4.el9_0.aarch64" }, "product_reference": "npm-1:8.19.4-1.16.20.2.4.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.4.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.4.el9_0.ppc64le" }, "product_reference": "npm-1:8.19.4-1.16.20.2.4.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.4.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.4.el9_0.s390x" }, "product_reference": "npm-1:8.19.4-1.16.20.2.4.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.4.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.4.el9_0.x86_64" }, "product_reference": "npm-1:8.19.4-1.16.20.2.4.el9_0.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-22019", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2024-02-16T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2264574" } ], "notes": [ { "category": "description", "text": "A flaw was found in Node.js due to a lack of safeguards on chunk extension bytes. The server may read an unbounded number of bytes from a single connection, which can allow an attacker to send a specially crafted HTTP request with chunked encoding, leading to resource exhaustion and a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "nodejs: reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "While this vulnerability in Node.js HTTP servers poses a significant risk to system stability and availability, it is classified as a important severity issue rather than a critical one due to several factors. Firstly, while the vulnerability can lead to denial of service (DoS) attacks by causing resource exhaustion, it does not directly compromise the confidentiality or integrity of data stored or processed by the server. Additionally, the exploit requires the attacker to send specially crafted HTTP requests, which may limit the ease and scope of potential attacks compared to more critical vulnerabilities that can be exploited remotely without specific conditions.", "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-4.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-4.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-4.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-4.el9_0.src", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-4.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-4.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-4.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-4.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-4.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-4.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-4.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-4.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-4.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-4.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-4.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-docs-1:16.20.2-4.el9_0.noarch", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-4.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-4.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-4.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-4.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-4.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-4.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-4.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-4.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-4.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-4.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-4.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-4.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-4.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-4.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.4.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.4.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.4.el9_0.s390x", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.4.el9_0.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-22019" }, { "category": "external", "summary": "RHBZ#2264574", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2264574" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-22019", "url": "https://www.cve.org/CVERecord?id=CVE-2024-22019" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-22019", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22019" } ], "release_date": "2024-02-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-03-19T17:49:32+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-4.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-4.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-4.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-4.el9_0.src", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-4.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-4.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-4.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-4.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-4.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-4.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-4.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-4.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-4.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-4.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-4.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-docs-1:16.20.2-4.el9_0.noarch", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-4.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-4.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-4.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-4.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-4.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-4.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-4.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-4.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-4.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-4.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-4.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-4.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-4.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-4.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.4.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.4.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.4.el9_0.s390x", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.4.el9_0.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:1424" }, { "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-4.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-4.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-4.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-4.el9_0.src", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-4.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-4.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-4.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-4.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-4.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-4.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-4.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-4.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-4.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-4.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-4.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-docs-1:16.20.2-4.el9_0.noarch", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-4.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-4.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-4.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-4.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-4.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-4.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-4.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-4.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-4.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-4.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-4.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-4.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-4.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-4.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.4.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.4.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.4.el9_0.s390x", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.4.el9_0.x86_64" ] } ], "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-4.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-4.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-4.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-4.el9_0.src", "AppStream-9.0.0.Z.EUS:nodejs-1:16.20.2-4.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-4.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-4.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-4.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-4.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debuginfo-1:16.20.2-4.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-4.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-4.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-4.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-4.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-debugsource-1:16.20.2-4.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-docs-1:16.20.2-4.el9_0.noarch", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-4.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-4.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-4.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-full-i18n-1:16.20.2-4.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-4.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-4.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-4.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-4.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-1:16.20.2-4.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-4.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-4.el9_0.i686", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-4.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-4.el9_0.s390x", "AppStream-9.0.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-4.el9_0.x86_64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.4.el9_0.aarch64", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.4.el9_0.ppc64le", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.4.el9_0.s390x", "AppStream-9.0.0.Z.EUS:npm-1:8.19.4-1.16.20.2.4.el9_0.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "nodejs: reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks" } ] }
rhsa-2024_1354
Vulnerability from csaf_redhat
Published
2024-03-18 10:37
Modified
2024-11-06 05:14
Summary
Red Hat Security Advisory: rh-nodejs14 security update
Notes
Topic
An update for rh-nodejs14-nodejs is now available for Red Hat Software Collections.
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.
Security Fix(es):
* rh-nodejs14-nodejs: reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks (CVE-2024-22019)
A Red Hat Security Bulletin which addresses further details about this flaw is available in the References section.
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": "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 rh-nodejs14-nodejs is now available for Red Hat Software Collections.\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\nSecurity Fix(es):\n\n* rh-nodejs14-nodejs: reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks (CVE-2024-22019)\n\nA Red Hat Security Bulletin which addresses further details about this flaw is available in the References section.\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-2024:1354", "url": "https://access.redhat.com/errata/RHSA-2024:1354" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2264574", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2264574" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_1354.json" } ], "title": "Red Hat Security Advisory: rh-nodejs14 security update", "tracking": { "current_release_date": "2024-11-06T05:14:39+00:00", "generator": { "date": "2024-11-06T05:14:39+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:1354", "initial_release_date": "2024-03-18T10:37:57+00:00", "revision_history": [ { "date": "2024-03-18T10:37:57+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-03-18T10:37:57+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T05:14:39+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Software Collections for RHEL Workstation(v. 7)", "product": { "name": "Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for RHEL(v. 7)", "product": { "name": "Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } } ], "category": "product_family", "name": "Red Hat Software Collections" }, { "branches": [ { "category": "product_version", "name": "rh-nodejs14-nodejs-0:14.21.3-6.el7.src", "product": { "name": "rh-nodejs14-nodejs-0:14.21.3-6.el7.src", "product_id": "rh-nodejs14-nodejs-0:14.21.3-6.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-nodejs14-nodejs@14.21.3-6.el7?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "rh-nodejs14-nodejs-0:14.21.3-6.el7.x86_64", "product": { "name": "rh-nodejs14-nodejs-0:14.21.3-6.el7.x86_64", "product_id": "rh-nodejs14-nodejs-0:14.21.3-6.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-nodejs14-nodejs@14.21.3-6.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-nodejs14-nodejs-devel-0:14.21.3-6.el7.x86_64", "product": { "name": "rh-nodejs14-nodejs-devel-0:14.21.3-6.el7.x86_64", "product_id": "rh-nodejs14-nodejs-devel-0:14.21.3-6.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-nodejs14-nodejs-devel@14.21.3-6.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-nodejs14-nodejs-full-i18n-0:14.21.3-6.el7.x86_64", "product": { "name": "rh-nodejs14-nodejs-full-i18n-0:14.21.3-6.el7.x86_64", "product_id": "rh-nodejs14-nodejs-full-i18n-0:14.21.3-6.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-nodejs14-nodejs-full-i18n@14.21.3-6.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-nodejs14-npm-0:6.14.18-14.21.3.6.el7.x86_64", "product": { "name": "rh-nodejs14-npm-0:6.14.18-14.21.3.6.el7.x86_64", "product_id": "rh-nodejs14-npm-0:6.14.18-14.21.3.6.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-nodejs14-npm@6.14.18-14.21.3.6.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-nodejs14-nodejs-debuginfo-0:14.21.3-6.el7.x86_64", "product": { "name": "rh-nodejs14-nodejs-debuginfo-0:14.21.3-6.el7.x86_64", "product_id": "rh-nodejs14-nodejs-debuginfo-0:14.21.3-6.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-nodejs14-nodejs-debuginfo@14.21.3-6.el7?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "rh-nodejs14-nodejs-docs-0:14.21.3-6.el7.noarch", "product": { "name": "rh-nodejs14-nodejs-docs-0:14.21.3-6.el7.noarch", "product_id": "rh-nodejs14-nodejs-docs-0:14.21.3-6.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-nodejs14-nodejs-docs@14.21.3-6.el7?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "rh-nodejs14-nodejs-0:14.21.3-6.el7.s390x", "product": { "name": "rh-nodejs14-nodejs-0:14.21.3-6.el7.s390x", "product_id": "rh-nodejs14-nodejs-0:14.21.3-6.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-nodejs14-nodejs@14.21.3-6.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-nodejs14-nodejs-devel-0:14.21.3-6.el7.s390x", "product": { "name": "rh-nodejs14-nodejs-devel-0:14.21.3-6.el7.s390x", "product_id": "rh-nodejs14-nodejs-devel-0:14.21.3-6.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-nodejs14-nodejs-devel@14.21.3-6.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-nodejs14-nodejs-full-i18n-0:14.21.3-6.el7.s390x", "product": { "name": "rh-nodejs14-nodejs-full-i18n-0:14.21.3-6.el7.s390x", "product_id": "rh-nodejs14-nodejs-full-i18n-0:14.21.3-6.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-nodejs14-nodejs-full-i18n@14.21.3-6.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-nodejs14-npm-0:6.14.18-14.21.3.6.el7.s390x", "product": { "name": "rh-nodejs14-npm-0:6.14.18-14.21.3.6.el7.s390x", "product_id": "rh-nodejs14-npm-0:6.14.18-14.21.3.6.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-nodejs14-npm@6.14.18-14.21.3.6.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-nodejs14-nodejs-debuginfo-0:14.21.3-6.el7.s390x", "product": { "name": "rh-nodejs14-nodejs-debuginfo-0:14.21.3-6.el7.s390x", "product_id": "rh-nodejs14-nodejs-debuginfo-0:14.21.3-6.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-nodejs14-nodejs-debuginfo@14.21.3-6.el7?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "rh-nodejs14-nodejs-0:14.21.3-6.el7.ppc64le", "product": { "name": "rh-nodejs14-nodejs-0:14.21.3-6.el7.ppc64le", "product_id": "rh-nodejs14-nodejs-0:14.21.3-6.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-nodejs14-nodejs@14.21.3-6.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-nodejs14-nodejs-devel-0:14.21.3-6.el7.ppc64le", "product": { "name": "rh-nodejs14-nodejs-devel-0:14.21.3-6.el7.ppc64le", "product_id": "rh-nodejs14-nodejs-devel-0:14.21.3-6.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-nodejs14-nodejs-devel@14.21.3-6.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-nodejs14-nodejs-full-i18n-0:14.21.3-6.el7.ppc64le", "product": { "name": "rh-nodejs14-nodejs-full-i18n-0:14.21.3-6.el7.ppc64le", "product_id": "rh-nodejs14-nodejs-full-i18n-0:14.21.3-6.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-nodejs14-nodejs-full-i18n@14.21.3-6.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-nodejs14-npm-0:6.14.18-14.21.3.6.el7.ppc64le", "product": { "name": "rh-nodejs14-npm-0:6.14.18-14.21.3.6.el7.ppc64le", "product_id": "rh-nodejs14-npm-0:6.14.18-14.21.3.6.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-nodejs14-npm@6.14.18-14.21.3.6.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-nodejs14-nodejs-debuginfo-0:14.21.3-6.el7.ppc64le", "product": { "name": "rh-nodejs14-nodejs-debuginfo-0:14.21.3-6.el7.ppc64le", "product_id": "rh-nodejs14-nodejs-debuginfo-0:14.21.3-6.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-nodejs14-nodejs-debuginfo@14.21.3-6.el7?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "rh-nodejs14-nodejs-0:14.21.3-6.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.3-6.el7.ppc64le" }, "product_reference": "rh-nodejs14-nodejs-0:14.21.3-6.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-nodejs14-nodejs-0:14.21.3-6.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.3-6.el7.s390x" }, "product_reference": "rh-nodejs14-nodejs-0:14.21.3-6.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-nodejs14-nodejs-0:14.21.3-6.el7.src as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.3-6.el7.src" }, "product_reference": "rh-nodejs14-nodejs-0:14.21.3-6.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-nodejs14-nodejs-0:14.21.3-6.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.3-6.el7.x86_64" }, "product_reference": "rh-nodejs14-nodejs-0:14.21.3-6.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-nodejs14-nodejs-debuginfo-0:14.21.3-6.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.3-6.el7.ppc64le" }, "product_reference": "rh-nodejs14-nodejs-debuginfo-0:14.21.3-6.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-nodejs14-nodejs-debuginfo-0:14.21.3-6.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.3-6.el7.s390x" }, "product_reference": "rh-nodejs14-nodejs-debuginfo-0:14.21.3-6.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-nodejs14-nodejs-debuginfo-0:14.21.3-6.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.3-6.el7.x86_64" }, "product_reference": "rh-nodejs14-nodejs-debuginfo-0:14.21.3-6.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-nodejs14-nodejs-devel-0:14.21.3-6.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.3-6.el7.ppc64le" }, "product_reference": "rh-nodejs14-nodejs-devel-0:14.21.3-6.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-nodejs14-nodejs-devel-0:14.21.3-6.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.3-6.el7.s390x" }, "product_reference": "rh-nodejs14-nodejs-devel-0:14.21.3-6.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-nodejs14-nodejs-devel-0:14.21.3-6.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.3-6.el7.x86_64" }, "product_reference": "rh-nodejs14-nodejs-devel-0:14.21.3-6.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-nodejs14-nodejs-docs-0:14.21.3-6.el7.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.3-6.el7.noarch" }, "product_reference": "rh-nodejs14-nodejs-docs-0:14.21.3-6.el7.noarch", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-nodejs14-nodejs-full-i18n-0:14.21.3-6.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.3-6.el7.ppc64le" }, "product_reference": "rh-nodejs14-nodejs-full-i18n-0:14.21.3-6.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-nodejs14-nodejs-full-i18n-0:14.21.3-6.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.3-6.el7.s390x" }, "product_reference": "rh-nodejs14-nodejs-full-i18n-0:14.21.3-6.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-nodejs14-nodejs-full-i18n-0:14.21.3-6.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.3-6.el7.x86_64" }, "product_reference": "rh-nodejs14-nodejs-full-i18n-0:14.21.3-6.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-nodejs14-npm-0:6.14.18-14.21.3.6.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.18-14.21.3.6.el7.ppc64le" }, "product_reference": "rh-nodejs14-npm-0:6.14.18-14.21.3.6.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-nodejs14-npm-0:6.14.18-14.21.3.6.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.18-14.21.3.6.el7.s390x" }, "product_reference": "rh-nodejs14-npm-0:6.14.18-14.21.3.6.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-nodejs14-npm-0:6.14.18-14.21.3.6.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.18-14.21.3.6.el7.x86_64" }, "product_reference": "rh-nodejs14-npm-0:6.14.18-14.21.3.6.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-nodejs14-nodejs-0:14.21.3-6.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.3-6.el7.ppc64le" }, "product_reference": "rh-nodejs14-nodejs-0:14.21.3-6.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-nodejs14-nodejs-0:14.21.3-6.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.3-6.el7.s390x" }, "product_reference": "rh-nodejs14-nodejs-0:14.21.3-6.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-nodejs14-nodejs-0:14.21.3-6.el7.src as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.3-6.el7.src" }, "product_reference": "rh-nodejs14-nodejs-0:14.21.3-6.el7.src", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-nodejs14-nodejs-0:14.21.3-6.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.3-6.el7.x86_64" }, "product_reference": "rh-nodejs14-nodejs-0:14.21.3-6.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-nodejs14-nodejs-debuginfo-0:14.21.3-6.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.3-6.el7.ppc64le" }, "product_reference": "rh-nodejs14-nodejs-debuginfo-0:14.21.3-6.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-nodejs14-nodejs-debuginfo-0:14.21.3-6.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.3-6.el7.s390x" }, "product_reference": "rh-nodejs14-nodejs-debuginfo-0:14.21.3-6.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-nodejs14-nodejs-debuginfo-0:14.21.3-6.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.3-6.el7.x86_64" }, "product_reference": "rh-nodejs14-nodejs-debuginfo-0:14.21.3-6.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-nodejs14-nodejs-devel-0:14.21.3-6.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.3-6.el7.ppc64le" }, "product_reference": "rh-nodejs14-nodejs-devel-0:14.21.3-6.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-nodejs14-nodejs-devel-0:14.21.3-6.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.3-6.el7.s390x" }, "product_reference": "rh-nodejs14-nodejs-devel-0:14.21.3-6.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-nodejs14-nodejs-devel-0:14.21.3-6.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.3-6.el7.x86_64" }, "product_reference": "rh-nodejs14-nodejs-devel-0:14.21.3-6.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-nodejs14-nodejs-docs-0:14.21.3-6.el7.noarch as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.3-6.el7.noarch" }, "product_reference": "rh-nodejs14-nodejs-docs-0:14.21.3-6.el7.noarch", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-nodejs14-nodejs-full-i18n-0:14.21.3-6.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.3-6.el7.ppc64le" }, "product_reference": "rh-nodejs14-nodejs-full-i18n-0:14.21.3-6.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-nodejs14-nodejs-full-i18n-0:14.21.3-6.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.3-6.el7.s390x" }, "product_reference": "rh-nodejs14-nodejs-full-i18n-0:14.21.3-6.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-nodejs14-nodejs-full-i18n-0:14.21.3-6.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.3-6.el7.x86_64" }, "product_reference": "rh-nodejs14-nodejs-full-i18n-0:14.21.3-6.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-nodejs14-npm-0:6.14.18-14.21.3.6.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-nodejs14-npm-0:6.14.18-14.21.3.6.el7.ppc64le" }, "product_reference": "rh-nodejs14-npm-0:6.14.18-14.21.3.6.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-nodejs14-npm-0:6.14.18-14.21.3.6.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-nodejs14-npm-0:6.14.18-14.21.3.6.el7.s390x" }, "product_reference": "rh-nodejs14-npm-0:6.14.18-14.21.3.6.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-nodejs14-npm-0:6.14.18-14.21.3.6.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-nodejs14-npm-0:6.14.18-14.21.3.6.el7.x86_64" }, "product_reference": "rh-nodejs14-npm-0:6.14.18-14.21.3.6.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-22019", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2024-02-16T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2264574" } ], "notes": [ { "category": "description", "text": "A flaw was found in Node.js due to a lack of safeguards on chunk extension bytes. The server may read an unbounded number of bytes from a single connection, which can allow an attacker to send a specially crafted HTTP request with chunked encoding, leading to resource exhaustion and a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "nodejs: reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "While this vulnerability in Node.js HTTP servers poses a significant risk to system stability and availability, it is classified as a important severity issue rather than a critical one due to several factors. Firstly, while the vulnerability can lead to denial of service (DoS) attacks by causing resource exhaustion, it does not directly compromise the confidentiality or integrity of data stored or processed by the server. Additionally, the exploit requires the attacker to send specially crafted HTTP requests, which may limit the ease and scope of potential attacks compared to more critical vulnerabilities that can be exploited remotely without specific conditions.", "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": [ "7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.3-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.3-6.el7.s390x", "7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.3-6.el7.src", "7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.3-6.el7.x86_64", "7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.3-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.3-6.el7.s390x", "7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.3-6.el7.x86_64", "7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.3-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.3-6.el7.s390x", "7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.3-6.el7.x86_64", "7Server-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.3-6.el7.noarch", "7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.3-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.3-6.el7.s390x", "7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.3-6.el7.x86_64", "7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.18-14.21.3.6.el7.ppc64le", "7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.18-14.21.3.6.el7.s390x", "7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.18-14.21.3.6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.3-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.3-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.3-6.el7.src", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.3-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.3-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.3-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.3-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.3-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.3-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.3-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.3-6.el7.noarch", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.3-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.3-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.3-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-nodejs14-npm-0:6.14.18-14.21.3.6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-nodejs14-npm-0:6.14.18-14.21.3.6.el7.s390x", "7Workstation-RHSCL-3.8:rh-nodejs14-npm-0:6.14.18-14.21.3.6.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-22019" }, { "category": "external", "summary": "RHBZ#2264574", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2264574" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-22019", "url": "https://www.cve.org/CVERecord?id=CVE-2024-22019" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-22019", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22019" } ], "release_date": "2024-02-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-03-18T10:37:57+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.3-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.3-6.el7.s390x", "7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.3-6.el7.src", "7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.3-6.el7.x86_64", "7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.3-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.3-6.el7.s390x", "7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.3-6.el7.x86_64", "7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.3-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.3-6.el7.s390x", "7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.3-6.el7.x86_64", "7Server-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.3-6.el7.noarch", "7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.3-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.3-6.el7.s390x", "7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.3-6.el7.x86_64", "7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.18-14.21.3.6.el7.ppc64le", "7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.18-14.21.3.6.el7.s390x", "7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.18-14.21.3.6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.3-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.3-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.3-6.el7.src", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.3-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.3-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.3-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.3-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.3-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.3-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.3-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.3-6.el7.noarch", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.3-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.3-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.3-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-nodejs14-npm-0:6.14.18-14.21.3.6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-nodejs14-npm-0:6.14.18-14.21.3.6.el7.s390x", "7Workstation-RHSCL-3.8:rh-nodejs14-npm-0:6.14.18-14.21.3.6.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:1354" }, { "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": [ "7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.3-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.3-6.el7.s390x", "7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.3-6.el7.src", "7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.3-6.el7.x86_64", "7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.3-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.3-6.el7.s390x", "7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.3-6.el7.x86_64", "7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.3-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.3-6.el7.s390x", "7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.3-6.el7.x86_64", "7Server-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.3-6.el7.noarch", "7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.3-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.3-6.el7.s390x", "7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.3-6.el7.x86_64", "7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.18-14.21.3.6.el7.ppc64le", "7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.18-14.21.3.6.el7.s390x", "7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.18-14.21.3.6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.3-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.3-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.3-6.el7.src", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.3-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.3-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.3-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.3-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.3-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.3-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.3-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.3-6.el7.noarch", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.3-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.3-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.3-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-nodejs14-npm-0:6.14.18-14.21.3.6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-nodejs14-npm-0:6.14.18-14.21.3.6.el7.s390x", "7Workstation-RHSCL-3.8:rh-nodejs14-npm-0:6.14.18-14.21.3.6.el7.x86_64" ] } ], "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": [ "7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.3-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.3-6.el7.s390x", "7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.3-6.el7.src", "7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.3-6.el7.x86_64", "7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.3-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.3-6.el7.s390x", "7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.3-6.el7.x86_64", "7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.3-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.3-6.el7.s390x", "7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.3-6.el7.x86_64", "7Server-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.3-6.el7.noarch", "7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.3-6.el7.ppc64le", "7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.3-6.el7.s390x", "7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.3-6.el7.x86_64", "7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.18-14.21.3.6.el7.ppc64le", "7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.18-14.21.3.6.el7.s390x", "7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.18-14.21.3.6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.3-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.3-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.3-6.el7.src", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.3-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.3-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.3-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.3-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.3-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.3-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.3-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.3-6.el7.noarch", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.3-6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.3-6.el7.s390x", "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.3-6.el7.x86_64", "7Workstation-RHSCL-3.8:rh-nodejs14-npm-0:6.14.18-14.21.3.6.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-nodejs14-npm-0:6.14.18-14.21.3.6.el7.s390x", "7Workstation-RHSCL-3.8:rh-nodejs14-npm-0:6.14.18-14.21.3.6.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "nodejs: reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks" } ] }
rhsa-2024_1444
Vulnerability from csaf_redhat
Published
2024-03-20 17:05
Modified
2024-11-06 05:17
Summary
Red Hat Security Advisory: nodejs:16 security 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 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.
Security Fix(es):
* nodejs: reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks (CVE-2024-22019)
* nodejs: HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack) (CVE-2023-44487)
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": "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 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 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\nSecurity Fix(es):\n\n* nodejs: reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks (CVE-2024-22019)\n\n* nodejs: HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack) (CVE-2023-44487)\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-2024:1444", "url": "https://access.redhat.com/errata/RHSA-2024:1444" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003" }, { "category": "external", "summary": "2242803", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242803" }, { "category": "external", "summary": "2264574", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2264574" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_1444.json" } ], "title": "Red Hat Security Advisory: nodejs:16 security update", "tracking": { "current_release_date": "2024-11-06T05:17:31+00:00", "generator": { "date": "2024-11-06T05:17:31+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:1444", "initial_release_date": "2024-03-20T17:05:06+00:00", "revision_history": [ { "date": "2024-03-20T17:05:06+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-03-20T17:05:06+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T05:17:31+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.9.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:8090020240315081818:a75119d5", "product": { "name": "nodejs:16:8090020240315081818:a75119d5", "product_id": "nodejs:16:8090020240315081818:a75119d5", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/nodejs@16:8090020240315081818:a75119d5" } } }, { "category": "product_version", "name": "nodejs-docs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.noarch", "product": { "name": "nodejs-docs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.noarch", "product_id": "nodejs-docs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-docs@16.20.2-4.module%2Bel8.9.0%2B21536%2B8fdee1fb?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-nodemon-0:3.0.1-1.module+el8.9.0+19741+03a9aaff.noarch", "product": { "name": "nodejs-nodemon-0:3.0.1-1.module+el8.9.0+19741+03a9aaff.noarch", "product_id": "nodejs-nodemon-0:3.0.1-1.module+el8.9.0+19741+03a9aaff.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-nodemon@3.0.1-1.module%2Bel8.9.0%2B19741%2B03a9aaff?arch=noarch" } } }, { "category": "product_version", "name": "nodejs-packaging-0:26-1.module+el8.9.0+19858+c237a2cf.noarch", "product": { "name": "nodejs-packaging-0:26-1.module+el8.9.0+19858+c237a2cf.noarch", "product_id": "nodejs-packaging-0:26-1.module+el8.9.0+19858+c237a2cf.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-packaging@26-1.module%2Bel8.9.0%2B19858%2Bc237a2cf?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.src", "product": { "name": "nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.src", "product_id": "nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@16.20.2-4.module%2Bel8.9.0%2B21536%2B8fdee1fb?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-nodemon-0:3.0.1-1.module+el8.9.0+19741+03a9aaff.src", "product": { "name": "nodejs-nodemon-0:3.0.1-1.module+el8.9.0+19741+03a9aaff.src", "product_id": "nodejs-nodemon-0:3.0.1-1.module+el8.9.0+19741+03a9aaff.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-nodemon@3.0.1-1.module%2Bel8.9.0%2B19741%2B03a9aaff?arch=src" } } }, { "category": "product_version", "name": "nodejs-packaging-0:26-1.module+el8.9.0+19858+c237a2cf.src", "product": { "name": "nodejs-packaging-0:26-1.module+el8.9.0+19858+c237a2cf.src", "product_id": "nodejs-packaging-0:26-1.module+el8.9.0+19858+c237a2cf.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-packaging@26-1.module%2Bel8.9.0%2B19858%2Bc237a2cf?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "product": { "name": "nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "product_id": "nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@16.20.2-4.module%2Bel8.9.0%2B21536%2B8fdee1fb?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "product": { "name": "nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "product_id": "nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@16.20.2-4.module%2Bel8.9.0%2B21536%2B8fdee1fb?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "product": { "name": "nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "product_id": "nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@16.20.2-4.module%2Bel8.9.0%2B21536%2B8fdee1fb?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "product": { "name": "nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "product_id": "nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-devel@16.20.2-4.module%2Bel8.9.0%2B21536%2B8fdee1fb?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "product": { "name": "nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "product_id": "nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@16.20.2-4.module%2Bel8.9.0%2B21536%2B8fdee1fb?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.x86_64", "product": { "name": "npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.x86_64", "product_id": "npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@8.19.4-1.16.20.2.4.module%2Bel8.9.0%2B21536%2B8fdee1fb?arch=x86_64\u0026epoch=1" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "product": { "name": "nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "product_id": "nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@16.20.2-4.module%2Bel8.9.0%2B21536%2B8fdee1fb?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "product": { "name": "nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "product_id": "nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@16.20.2-4.module%2Bel8.9.0%2B21536%2B8fdee1fb?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "product": { "name": "nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "product_id": "nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@16.20.2-4.module%2Bel8.9.0%2B21536%2B8fdee1fb?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "product": { "name": "nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "product_id": "nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-devel@16.20.2-4.module%2Bel8.9.0%2B21536%2B8fdee1fb?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "product": { "name": "nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "product_id": "nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@16.20.2-4.module%2Bel8.9.0%2B21536%2B8fdee1fb?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.s390x", "product": { "name": "npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.s390x", "product_id": "npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@8.19.4-1.16.20.2.4.module%2Bel8.9.0%2B21536%2B8fdee1fb?arch=s390x\u0026epoch=1" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "product": { "name": "nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "product_id": "nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@16.20.2-4.module%2Bel8.9.0%2B21536%2B8fdee1fb?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "product": { "name": "nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "product_id": "nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@16.20.2-4.module%2Bel8.9.0%2B21536%2B8fdee1fb?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "product": { "name": "nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "product_id": "nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@16.20.2-4.module%2Bel8.9.0%2B21536%2B8fdee1fb?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "product": { "name": "nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "product_id": "nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-devel@16.20.2-4.module%2Bel8.9.0%2B21536%2B8fdee1fb?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "product": { "name": "nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "product_id": "nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@16.20.2-4.module%2Bel8.9.0%2B21536%2B8fdee1fb?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.ppc64le", "product": { "name": "npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.ppc64le", "product_id": "npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@8.19.4-1.16.20.2.4.module%2Bel8.9.0%2B21536%2B8fdee1fb?arch=ppc64le\u0026epoch=1" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "product": { "name": "nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "product_id": "nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@16.20.2-4.module%2Bel8.9.0%2B21536%2B8fdee1fb?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "product": { "name": "nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "product_id": "nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@16.20.2-4.module%2Bel8.9.0%2B21536%2B8fdee1fb?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "product": { "name": "nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "product_id": "nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@16.20.2-4.module%2Bel8.9.0%2B21536%2B8fdee1fb?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "product": { "name": "nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "product_id": "nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-devel@16.20.2-4.module%2Bel8.9.0%2B21536%2B8fdee1fb?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "product": { "name": "nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "product_id": "nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@16.20.2-4.module%2Bel8.9.0%2B21536%2B8fdee1fb?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.aarch64", "product": { "name": "npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.aarch64", "product_id": "npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@8.19.4-1.16.20.2.4.module%2Bel8.9.0%2B21536%2B8fdee1fb?arch=aarch64\u0026epoch=1" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "nodejs:16:8090020240315081818:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5" }, "product_reference": "nodejs:16:8090020240315081818:a75119d5", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64 as a component of nodejs:16:8090020240315081818:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64" }, "product_reference": "nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le as a component of nodejs:16:8090020240315081818:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le" }, "product_reference": "nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x as a component of nodejs:16:8090020240315081818:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x" }, "product_reference": "nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.src as a component of nodejs:16:8090020240315081818:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.src" }, "product_reference": "nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.src", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64 as a component of nodejs:16:8090020240315081818:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64" }, "product_reference": "nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64 as a component of nodejs:16:8090020240315081818:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64" }, "product_reference": "nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le as a component of nodejs:16:8090020240315081818:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le" }, "product_reference": "nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x as a component of nodejs:16:8090020240315081818:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x" }, "product_reference": "nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64 as a component of nodejs:16:8090020240315081818:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64" }, "product_reference": "nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64 as a component of nodejs:16:8090020240315081818:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64" }, "product_reference": "nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le as a component of nodejs:16:8090020240315081818:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le" }, "product_reference": "nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x as a component of nodejs:16:8090020240315081818:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x" }, "product_reference": "nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64 as a component of nodejs:16:8090020240315081818:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64" }, "product_reference": "nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64 as a component of nodejs:16:8090020240315081818:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64" }, "product_reference": "nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le as a component of nodejs:16:8090020240315081818:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le" }, "product_reference": "nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x as a component of nodejs:16:8090020240315081818:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x" }, "product_reference": "nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64 as a component of nodejs:16:8090020240315081818:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64" }, "product_reference": "nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-docs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.noarch as a component of nodejs:16:8090020240315081818:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-docs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.noarch" }, "product_reference": "nodejs-docs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.noarch", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64 as a component of nodejs:16:8090020240315081818:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64" }, "product_reference": "nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le as a component of nodejs:16:8090020240315081818:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le" }, "product_reference": "nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x as a component of nodejs:16:8090020240315081818:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x" }, "product_reference": "nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64 as a component of nodejs:16:8090020240315081818:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64" }, "product_reference": "nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-nodemon-0:3.0.1-1.module+el8.9.0+19741+03a9aaff.noarch as a component of nodejs:16:8090020240315081818:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+19741+03a9aaff.noarch" }, "product_reference": "nodejs-nodemon-0:3.0.1-1.module+el8.9.0+19741+03a9aaff.noarch", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-nodemon-0:3.0.1-1.module+el8.9.0+19741+03a9aaff.src as a component of nodejs:16:8090020240315081818:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+19741+03a9aaff.src" }, "product_reference": "nodejs-nodemon-0:3.0.1-1.module+el8.9.0+19741+03a9aaff.src", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-packaging-0:26-1.module+el8.9.0+19858+c237a2cf.noarch as a component of nodejs:16:8090020240315081818:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-packaging-0:26-1.module+el8.9.0+19858+c237a2cf.noarch" }, "product_reference": "nodejs-packaging-0:26-1.module+el8.9.0+19858+c237a2cf.noarch", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-packaging-0:26-1.module+el8.9.0+19858+c237a2cf.src as a component of nodejs:16:8090020240315081818:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-packaging-0:26-1.module+el8.9.0+19858+c237a2cf.src" }, "product_reference": "nodejs-packaging-0:26-1.module+el8.9.0+19858+c237a2cf.src", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.aarch64 as a component of nodejs:16:8090020240315081818:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.aarch64" }, "product_reference": "npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.ppc64le as a component of nodejs:16:8090020240315081818:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.ppc64le" }, "product_reference": "npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.s390x as a component of nodejs:16:8090020240315081818:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.s390x" }, "product_reference": "npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.x86_64 as a component of nodejs:16:8090020240315081818:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.x86_64" }, "product_reference": "npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-44487", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2023-10-09T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2242803" } ], "notes": [ { "category": "description", "text": "A flaw was found in handling multiplexed streams in the HTTP/2 protocol. A client can repeatedly make a request for a new multiplex stream and immediately send an RST_STREAM frame to cancel it. This creates extra work for the server setting up and tearing down the streams while not hitting any server-side limit for the maximum number of active streams per connection, resulting in a denial of service due to server resource consumption. Red Hat has rated the severity of this flaw as \u0027Important\u0027 as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit.\r\n\r\nCVE-2023-39325 was assigned for the Rapid Reset Attack in the Go language packages.\r\n\r\nSecurity Bulletin\r\nhttps://access.redhat.com/security/vulnerabilities/RHSB-2023-003", "title": "Vulnerability description" }, { "category": "summary", "text": "HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack)", "title": "Vulnerability summary" }, { "category": "other", "text": "NGINX has been marked as Moderate Impact because, for performance and resource consumption reasons, NGINX limits the number of concurrent streams to a default of 128. In addition, to optimally balance network and server performance, NGINX allows the client to persist HTTP connections for up to 1000 requests by default using an HTTP keepalive.\n\nThe majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.\n\nrhc component is no longer impacted by CVE-2023-44487 \u0026 CVE-2023-39325.", "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.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.src", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-docs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+19741+03a9aaff.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+19741+03a9aaff.src", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-packaging-0:26-1.module+el8.9.0+19858+c237a2cf.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-packaging-0:26-1.module+el8.9.0+19858+c237a2cf.src", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-44487" }, { "category": "external", "summary": "RHBZ#2242803", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2242803" }, { "category": "external", "summary": "RHSB-2023-003", "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2023-003" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-44487", "url": "https://www.cve.org/CVERecord?id=CVE-2023-44487" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-44487", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-44487" }, { "category": "external", "summary": "https://github.com/dotnet/announcements/issues/277", "url": "https://github.com/dotnet/announcements/issues/277" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2023-2102", "url": "https://pkg.go.dev/vuln/GO-2023-2102" }, { "category": "external", "summary": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487", "url": "https://www.cisa.gov/news-events/alerts/2023/10/10/http2-rapid-reset-vulnerability-cve-2023-44487" }, { "category": "external", "summary": "https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/", "url": "https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/" }, { "category": "external", "summary": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog", "url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog" } ], "release_date": "2023-10-10T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-03-20T17:05:06+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.src", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-docs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+19741+03a9aaff.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+19741+03a9aaff.src", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-packaging-0:26-1.module+el8.9.0+19858+c237a2cf.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-packaging-0:26-1.module+el8.9.0+19858+c237a2cf.src", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:1444" }, { "category": "workaround", "details": "Users are strongly urged to update their software as soon as fixes are available. \nThere are several mitigation approaches for this flaw. \n\n1. If circumstances permit, users may disable http2 endpoints to circumvent the flaw altogether until a fix is available.\n2. IP-based blocking or flood protection and rate control tools may be used at network endpoints to filter incoming traffic.\n3. Several package specific mitigations are also available. \n a. nginx: https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/\n b. netty: https://github.com/netty/netty/security/advisories/GHSA-xpw8-rcwv-8f8p\n c. haproxy: https://www.haproxy.com/blog/haproxy-is-not-affected-by-the-http-2-rapid-reset-attack-cve-2023-44487\n d. nghttp2: https://github.com/nghttp2/nghttp2/security/advisories/GHSA-vx74-f528-fxqg\n e. golang: The default stream concurrency limit in golang is 250 streams (requests) per HTTP/2 connection. This value may be adjusted in the golang.org/x/net/http2 package using the Server.MaxConcurrentStreams setting and the ConfigureServer function which are available in golang.org/x/net/http2.", "product_ids": [ "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.src", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-docs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+19741+03a9aaff.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+19741+03a9aaff.src", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-packaging-0:26-1.module+el8.9.0+19858+c237a2cf.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-packaging-0:26-1.module+el8.9.0+19858+c237a2cf.src", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.x86_64" ] } ], "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.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.src", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-docs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+19741+03a9aaff.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+19741+03a9aaff.src", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-packaging-0:26-1.module+el8.9.0+19858+c237a2cf.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-packaging-0:26-1.module+el8.9.0+19858+c237a2cf.src", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.x86_64" ] } ], "threats": [ { "category": "exploit_status", "date": "2023-10-10T00:00:00+00:00", "details": "CISA: https://www.cisa.gov/known-exploited-vulnerabilities-catalog" }, { "category": "impact", "details": "Important" } ], "title": "HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack)" }, { "cve": "CVE-2024-22019", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2024-02-16T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2264574" } ], "notes": [ { "category": "description", "text": "A flaw was found in Node.js due to a lack of safeguards on chunk extension bytes. The server may read an unbounded number of bytes from a single connection, which can allow an attacker to send a specially crafted HTTP request with chunked encoding, leading to resource exhaustion and a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "nodejs: reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "While this vulnerability in Node.js HTTP servers poses a significant risk to system stability and availability, it is classified as a important severity issue rather than a critical one due to several factors. Firstly, while the vulnerability can lead to denial of service (DoS) attacks by causing resource exhaustion, it does not directly compromise the confidentiality or integrity of data stored or processed by the server. Additionally, the exploit requires the attacker to send specially crafted HTTP requests, which may limit the ease and scope of potential attacks compared to more critical vulnerabilities that can be exploited remotely without specific conditions.", "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.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.src", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-docs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+19741+03a9aaff.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+19741+03a9aaff.src", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-packaging-0:26-1.module+el8.9.0+19858+c237a2cf.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-packaging-0:26-1.module+el8.9.0+19858+c237a2cf.src", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-22019" }, { "category": "external", "summary": "RHBZ#2264574", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2264574" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-22019", "url": "https://www.cve.org/CVERecord?id=CVE-2024-22019" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-22019", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22019" } ], "release_date": "2024-02-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-03-20T17:05:06+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.src", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-docs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+19741+03a9aaff.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+19741+03a9aaff.src", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-packaging-0:26-1.module+el8.9.0+19858+c237a2cf.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-packaging-0:26-1.module+el8.9.0+19858+c237a2cf.src", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:1444" }, { "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-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.src", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-docs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+19741+03a9aaff.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+19741+03a9aaff.src", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-packaging-0:26-1.module+el8.9.0+19858+c237a2cf.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-packaging-0:26-1.module+el8.9.0+19858+c237a2cf.src", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.x86_64" ] } ], "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.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.src", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debuginfo-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-debugsource-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-devel-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-docs-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-full-i18n-1:16.20.2-4.module+el8.9.0+21536+8fdee1fb.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+19741+03a9aaff.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+19741+03a9aaff.src", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-packaging-0:26-1.module+el8.9.0+19858+c237a2cf.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:nodejs-packaging-0:26-1.module+el8.9.0+19858+c237a2cf.src", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:16:8090020240315081818:a75119d5:npm-1:8.19.4-1.16.20.2.4.module+el8.9.0+21536+8fdee1fb.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "nodejs: reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks" } ] }
rhsa-2024_1438
Vulnerability from csaf_redhat
Published
2024-03-20 10:05
Modified
2024-11-06 05:17
Summary
Red Hat Security Advisory: nodejs security update
Notes
Topic
An update for nodejs is now available for Red Hat Enterprise Linux 9.
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.
Security Fix(es):
* nodejs: reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks (CVE-2024-22019)
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": "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.\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\nSecurity Fix(es):\n\n* nodejs: reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks (CVE-2024-22019)\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-2024:1438", "url": "https://access.redhat.com/errata/RHSA-2024:1438" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2264574", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2264574" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_1438.json" } ], "title": "Red Hat Security Advisory: nodejs security update", "tracking": { "current_release_date": "2024-11-06T05:17:19+00:00", "generator": { "date": "2024-11-06T05:17:19+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:1438", "initial_release_date": "2024-03-20T10:05:40+00:00", "revision_history": [ { "date": "2024-03-20T10:05:40+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-03-20T10:05:40+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T05:17:19+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.3.0.Z.MAIN", "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-1:16.20.2-4.el9_3.s390x", "product": { "name": "nodejs-1:16.20.2-4.el9_3.s390x", "product_id": "nodejs-1:16.20.2-4.el9_3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@16.20.2-4.el9_3?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:16.20.2-4.el9_3.s390x", "product": { "name": "nodejs-full-i18n-1:16.20.2-4.el9_3.s390x", "product_id": "nodejs-full-i18n-1:16.20.2-4.el9_3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@16.20.2-4.el9_3?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-libs-1:16.20.2-4.el9_3.s390x", "product": { "name": "nodejs-libs-1:16.20.2-4.el9_3.s390x", "product_id": "nodejs-libs-1:16.20.2-4.el9_3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-libs@16.20.2-4.el9_3?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:8.19.4-1.16.20.2.4.el9_3.s390x", "product": { "name": "npm-1:8.19.4-1.16.20.2.4.el9_3.s390x", "product_id": "npm-1:8.19.4-1.16.20.2.4.el9_3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@8.19.4-1.16.20.2.4.el9_3?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:16.20.2-4.el9_3.s390x", "product": { "name": "nodejs-debugsource-1:16.20.2-4.el9_3.s390x", "product_id": "nodejs-debugsource-1:16.20.2-4.el9_3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@16.20.2-4.el9_3?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:16.20.2-4.el9_3.s390x", "product": { "name": "nodejs-debuginfo-1:16.20.2-4.el9_3.s390x", "product_id": "nodejs-debuginfo-1:16.20.2-4.el9_3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@16.20.2-4.el9_3?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-libs-debuginfo-1:16.20.2-4.el9_3.s390x", "product": { "name": "nodejs-libs-debuginfo-1:16.20.2-4.el9_3.s390x", "product_id": "nodejs-libs-debuginfo-1:16.20.2-4.el9_3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-libs-debuginfo@16.20.2-4.el9_3?arch=s390x\u0026epoch=1" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:16.20.2-4.el9_3.src", "product": { "name": "nodejs-1:16.20.2-4.el9_3.src", "product_id": "nodejs-1:16.20.2-4.el9_3.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@16.20.2-4.el9_3?arch=src\u0026epoch=1" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:16.20.2-4.el9_3.aarch64", "product": { "name": "nodejs-1:16.20.2-4.el9_3.aarch64", "product_id": "nodejs-1:16.20.2-4.el9_3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@16.20.2-4.el9_3?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:16.20.2-4.el9_3.aarch64", "product": { "name": "nodejs-full-i18n-1:16.20.2-4.el9_3.aarch64", "product_id": "nodejs-full-i18n-1:16.20.2-4.el9_3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@16.20.2-4.el9_3?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-libs-1:16.20.2-4.el9_3.aarch64", "product": { "name": "nodejs-libs-1:16.20.2-4.el9_3.aarch64", "product_id": "nodejs-libs-1:16.20.2-4.el9_3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-libs@16.20.2-4.el9_3?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:8.19.4-1.16.20.2.4.el9_3.aarch64", "product": { "name": "npm-1:8.19.4-1.16.20.2.4.el9_3.aarch64", "product_id": "npm-1:8.19.4-1.16.20.2.4.el9_3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@8.19.4-1.16.20.2.4.el9_3?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:16.20.2-4.el9_3.aarch64", "product": { "name": "nodejs-debugsource-1:16.20.2-4.el9_3.aarch64", "product_id": "nodejs-debugsource-1:16.20.2-4.el9_3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@16.20.2-4.el9_3?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:16.20.2-4.el9_3.aarch64", "product": { "name": "nodejs-debuginfo-1:16.20.2-4.el9_3.aarch64", "product_id": "nodejs-debuginfo-1:16.20.2-4.el9_3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@16.20.2-4.el9_3?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-libs-debuginfo-1:16.20.2-4.el9_3.aarch64", "product": { "name": "nodejs-libs-debuginfo-1:16.20.2-4.el9_3.aarch64", "product_id": "nodejs-libs-debuginfo-1:16.20.2-4.el9_3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-libs-debuginfo@16.20.2-4.el9_3?arch=aarch64\u0026epoch=1" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:16.20.2-4.el9_3.ppc64le", "product": { "name": "nodejs-1:16.20.2-4.el9_3.ppc64le", "product_id": "nodejs-1:16.20.2-4.el9_3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@16.20.2-4.el9_3?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:16.20.2-4.el9_3.ppc64le", "product": { "name": "nodejs-full-i18n-1:16.20.2-4.el9_3.ppc64le", "product_id": "nodejs-full-i18n-1:16.20.2-4.el9_3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@16.20.2-4.el9_3?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-libs-1:16.20.2-4.el9_3.ppc64le", "product": { "name": "nodejs-libs-1:16.20.2-4.el9_3.ppc64le", "product_id": "nodejs-libs-1:16.20.2-4.el9_3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-libs@16.20.2-4.el9_3?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:8.19.4-1.16.20.2.4.el9_3.ppc64le", "product": { "name": "npm-1:8.19.4-1.16.20.2.4.el9_3.ppc64le", "product_id": "npm-1:8.19.4-1.16.20.2.4.el9_3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@8.19.4-1.16.20.2.4.el9_3?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:16.20.2-4.el9_3.ppc64le", "product": { "name": "nodejs-debugsource-1:16.20.2-4.el9_3.ppc64le", "product_id": "nodejs-debugsource-1:16.20.2-4.el9_3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@16.20.2-4.el9_3?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:16.20.2-4.el9_3.ppc64le", "product": { "name": "nodejs-debuginfo-1:16.20.2-4.el9_3.ppc64le", "product_id": "nodejs-debuginfo-1:16.20.2-4.el9_3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@16.20.2-4.el9_3?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-libs-debuginfo-1:16.20.2-4.el9_3.ppc64le", "product": { "name": "nodejs-libs-debuginfo-1:16.20.2-4.el9_3.ppc64le", "product_id": "nodejs-libs-debuginfo-1:16.20.2-4.el9_3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-libs-debuginfo@16.20.2-4.el9_3?arch=ppc64le\u0026epoch=1" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:16.20.2-4.el9_3.x86_64", "product": { "name": "nodejs-1:16.20.2-4.el9_3.x86_64", "product_id": "nodejs-1:16.20.2-4.el9_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@16.20.2-4.el9_3?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:16.20.2-4.el9_3.x86_64", "product": { "name": "nodejs-full-i18n-1:16.20.2-4.el9_3.x86_64", "product_id": "nodejs-full-i18n-1:16.20.2-4.el9_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@16.20.2-4.el9_3?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-libs-1:16.20.2-4.el9_3.x86_64", "product": { "name": "nodejs-libs-1:16.20.2-4.el9_3.x86_64", "product_id": "nodejs-libs-1:16.20.2-4.el9_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-libs@16.20.2-4.el9_3?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:8.19.4-1.16.20.2.4.el9_3.x86_64", "product": { "name": "npm-1:8.19.4-1.16.20.2.4.el9_3.x86_64", "product_id": "npm-1:8.19.4-1.16.20.2.4.el9_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@8.19.4-1.16.20.2.4.el9_3?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:16.20.2-4.el9_3.x86_64", "product": { "name": "nodejs-debugsource-1:16.20.2-4.el9_3.x86_64", "product_id": "nodejs-debugsource-1:16.20.2-4.el9_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@16.20.2-4.el9_3?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:16.20.2-4.el9_3.x86_64", "product": { "name": "nodejs-debuginfo-1:16.20.2-4.el9_3.x86_64", "product_id": "nodejs-debuginfo-1:16.20.2-4.el9_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@16.20.2-4.el9_3?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-libs-debuginfo-1:16.20.2-4.el9_3.x86_64", "product": { "name": "nodejs-libs-debuginfo-1:16.20.2-4.el9_3.x86_64", "product_id": "nodejs-libs-debuginfo-1:16.20.2-4.el9_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-libs-debuginfo@16.20.2-4.el9_3?arch=x86_64\u0026epoch=1" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "nodejs-libs-1:16.20.2-4.el9_3.i686", "product": { "name": "nodejs-libs-1:16.20.2-4.el9_3.i686", "product_id": "nodejs-libs-1:16.20.2-4.el9_3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-libs@16.20.2-4.el9_3?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:16.20.2-4.el9_3.i686", "product": { "name": "nodejs-debugsource-1:16.20.2-4.el9_3.i686", "product_id": "nodejs-debugsource-1:16.20.2-4.el9_3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@16.20.2-4.el9_3?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:16.20.2-4.el9_3.i686", "product": { "name": "nodejs-debuginfo-1:16.20.2-4.el9_3.i686", "product_id": "nodejs-debuginfo-1:16.20.2-4.el9_3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@16.20.2-4.el9_3?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-libs-debuginfo-1:16.20.2-4.el9_3.i686", "product": { "name": "nodejs-libs-debuginfo-1:16.20.2-4.el9_3.i686", "product_id": "nodejs-libs-debuginfo-1:16.20.2-4.el9_3.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-libs-debuginfo@16.20.2-4.el9_3?arch=i686\u0026epoch=1" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "nodejs-docs-1:16.20.2-4.el9_3.noarch", "product": { "name": "nodejs-docs-1:16.20.2-4.el9_3.noarch", "product_id": "nodejs-docs-1:16.20.2-4.el9_3.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-docs@16.20.2-4.el9_3?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-4.el9_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs-1:16.20.2-4.el9_3.aarch64" }, "product_reference": "nodejs-1:16.20.2-4.el9_3.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:16.20.2-4.el9_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs-1:16.20.2-4.el9_3.ppc64le" }, "product_reference": "nodejs-1:16.20.2-4.el9_3.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:16.20.2-4.el9_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs-1:16.20.2-4.el9_3.s390x" }, "product_reference": "nodejs-1:16.20.2-4.el9_3.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:16.20.2-4.el9_3.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs-1:16.20.2-4.el9_3.src" }, "product_reference": "nodejs-1:16.20.2-4.el9_3.src", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:16.20.2-4.el9_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs-1:16.20.2-4.el9_3.x86_64" }, "product_reference": "nodejs-1:16.20.2-4.el9_3.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:16.20.2-4.el9_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs-debuginfo-1:16.20.2-4.el9_3.aarch64" }, "product_reference": "nodejs-debuginfo-1:16.20.2-4.el9_3.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:16.20.2-4.el9_3.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs-debuginfo-1:16.20.2-4.el9_3.i686" }, "product_reference": "nodejs-debuginfo-1:16.20.2-4.el9_3.i686", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:16.20.2-4.el9_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs-debuginfo-1:16.20.2-4.el9_3.ppc64le" }, "product_reference": "nodejs-debuginfo-1:16.20.2-4.el9_3.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:16.20.2-4.el9_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs-debuginfo-1:16.20.2-4.el9_3.s390x" }, "product_reference": "nodejs-debuginfo-1:16.20.2-4.el9_3.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:16.20.2-4.el9_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs-debuginfo-1:16.20.2-4.el9_3.x86_64" }, "product_reference": "nodejs-debuginfo-1:16.20.2-4.el9_3.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:16.20.2-4.el9_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs-debugsource-1:16.20.2-4.el9_3.aarch64" }, "product_reference": "nodejs-debugsource-1:16.20.2-4.el9_3.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:16.20.2-4.el9_3.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs-debugsource-1:16.20.2-4.el9_3.i686" }, "product_reference": "nodejs-debugsource-1:16.20.2-4.el9_3.i686", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:16.20.2-4.el9_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs-debugsource-1:16.20.2-4.el9_3.ppc64le" }, "product_reference": "nodejs-debugsource-1:16.20.2-4.el9_3.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:16.20.2-4.el9_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs-debugsource-1:16.20.2-4.el9_3.s390x" }, "product_reference": "nodejs-debugsource-1:16.20.2-4.el9_3.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:16.20.2-4.el9_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs-debugsource-1:16.20.2-4.el9_3.x86_64" }, "product_reference": "nodejs-debugsource-1:16.20.2-4.el9_3.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-docs-1:16.20.2-4.el9_3.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs-docs-1:16.20.2-4.el9_3.noarch" }, "product_reference": "nodejs-docs-1:16.20.2-4.el9_3.noarch", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:16.20.2-4.el9_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs-full-i18n-1:16.20.2-4.el9_3.aarch64" }, "product_reference": "nodejs-full-i18n-1:16.20.2-4.el9_3.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:16.20.2-4.el9_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs-full-i18n-1:16.20.2-4.el9_3.ppc64le" }, "product_reference": "nodejs-full-i18n-1:16.20.2-4.el9_3.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:16.20.2-4.el9_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs-full-i18n-1:16.20.2-4.el9_3.s390x" }, "product_reference": "nodejs-full-i18n-1:16.20.2-4.el9_3.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:16.20.2-4.el9_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs-full-i18n-1:16.20.2-4.el9_3.x86_64" }, "product_reference": "nodejs-full-i18n-1:16.20.2-4.el9_3.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-libs-1:16.20.2-4.el9_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs-libs-1:16.20.2-4.el9_3.aarch64" }, "product_reference": "nodejs-libs-1:16.20.2-4.el9_3.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-libs-1:16.20.2-4.el9_3.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs-libs-1:16.20.2-4.el9_3.i686" }, "product_reference": "nodejs-libs-1:16.20.2-4.el9_3.i686", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-libs-1:16.20.2-4.el9_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs-libs-1:16.20.2-4.el9_3.ppc64le" }, "product_reference": "nodejs-libs-1:16.20.2-4.el9_3.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-libs-1:16.20.2-4.el9_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs-libs-1:16.20.2-4.el9_3.s390x" }, "product_reference": "nodejs-libs-1:16.20.2-4.el9_3.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-libs-1:16.20.2-4.el9_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs-libs-1:16.20.2-4.el9_3.x86_64" }, "product_reference": "nodejs-libs-1:16.20.2-4.el9_3.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-libs-debuginfo-1:16.20.2-4.el9_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs-libs-debuginfo-1:16.20.2-4.el9_3.aarch64" }, "product_reference": "nodejs-libs-debuginfo-1:16.20.2-4.el9_3.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-libs-debuginfo-1:16.20.2-4.el9_3.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs-libs-debuginfo-1:16.20.2-4.el9_3.i686" }, "product_reference": "nodejs-libs-debuginfo-1:16.20.2-4.el9_3.i686", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-libs-debuginfo-1:16.20.2-4.el9_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs-libs-debuginfo-1:16.20.2-4.el9_3.ppc64le" }, "product_reference": "nodejs-libs-debuginfo-1:16.20.2-4.el9_3.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-libs-debuginfo-1:16.20.2-4.el9_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs-libs-debuginfo-1:16.20.2-4.el9_3.s390x" }, "product_reference": "nodejs-libs-debuginfo-1:16.20.2-4.el9_3.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-libs-debuginfo-1:16.20.2-4.el9_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs-libs-debuginfo-1:16.20.2-4.el9_3.x86_64" }, "product_reference": "nodejs-libs-debuginfo-1:16.20.2-4.el9_3.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:8.19.4-1.16.20.2.4.el9_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:npm-1:8.19.4-1.16.20.2.4.el9_3.aarch64" }, "product_reference": "npm-1:8.19.4-1.16.20.2.4.el9_3.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:8.19.4-1.16.20.2.4.el9_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:npm-1:8.19.4-1.16.20.2.4.el9_3.ppc64le" }, "product_reference": "npm-1:8.19.4-1.16.20.2.4.el9_3.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:8.19.4-1.16.20.2.4.el9_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:npm-1:8.19.4-1.16.20.2.4.el9_3.s390x" }, "product_reference": "npm-1:8.19.4-1.16.20.2.4.el9_3.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:8.19.4-1.16.20.2.4.el9_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:npm-1:8.19.4-1.16.20.2.4.el9_3.x86_64" }, "product_reference": "npm-1:8.19.4-1.16.20.2.4.el9_3.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-22019", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2024-02-16T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2264574" } ], "notes": [ { "category": "description", "text": "A flaw was found in Node.js due to a lack of safeguards on chunk extension bytes. The server may read an unbounded number of bytes from a single connection, which can allow an attacker to send a specially crafted HTTP request with chunked encoding, leading to resource exhaustion and a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "nodejs: reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "While this vulnerability in Node.js HTTP servers poses a significant risk to system stability and availability, it is classified as a important severity issue rather than a critical one due to several factors. Firstly, while the vulnerability can lead to denial of service (DoS) attacks by causing resource exhaustion, it does not directly compromise the confidentiality or integrity of data stored or processed by the server. Additionally, the exploit requires the attacker to send specially crafted HTTP requests, which may limit the ease and scope of potential attacks compared to more critical vulnerabilities that can be exploited remotely without specific conditions.", "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.3.0.Z.MAIN:nodejs-1:16.20.2-4.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs-1:16.20.2-4.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs-1:16.20.2-4.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:nodejs-1:16.20.2-4.el9_3.src", "AppStream-9.3.0.Z.MAIN:nodejs-1:16.20.2-4.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs-debuginfo-1:16.20.2-4.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs-debuginfo-1:16.20.2-4.el9_3.i686", "AppStream-9.3.0.Z.MAIN:nodejs-debuginfo-1:16.20.2-4.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs-debuginfo-1:16.20.2-4.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:nodejs-debuginfo-1:16.20.2-4.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs-debugsource-1:16.20.2-4.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs-debugsource-1:16.20.2-4.el9_3.i686", "AppStream-9.3.0.Z.MAIN:nodejs-debugsource-1:16.20.2-4.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs-debugsource-1:16.20.2-4.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:nodejs-debugsource-1:16.20.2-4.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs-docs-1:16.20.2-4.el9_3.noarch", "AppStream-9.3.0.Z.MAIN:nodejs-full-i18n-1:16.20.2-4.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs-full-i18n-1:16.20.2-4.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs-full-i18n-1:16.20.2-4.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:nodejs-full-i18n-1:16.20.2-4.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs-libs-1:16.20.2-4.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs-libs-1:16.20.2-4.el9_3.i686", "AppStream-9.3.0.Z.MAIN:nodejs-libs-1:16.20.2-4.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs-libs-1:16.20.2-4.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:nodejs-libs-1:16.20.2-4.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs-libs-debuginfo-1:16.20.2-4.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs-libs-debuginfo-1:16.20.2-4.el9_3.i686", "AppStream-9.3.0.Z.MAIN:nodejs-libs-debuginfo-1:16.20.2-4.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs-libs-debuginfo-1:16.20.2-4.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:nodejs-libs-debuginfo-1:16.20.2-4.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:npm-1:8.19.4-1.16.20.2.4.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:npm-1:8.19.4-1.16.20.2.4.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:npm-1:8.19.4-1.16.20.2.4.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:npm-1:8.19.4-1.16.20.2.4.el9_3.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-22019" }, { "category": "external", "summary": "RHBZ#2264574", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2264574" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-22019", "url": "https://www.cve.org/CVERecord?id=CVE-2024-22019" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-22019", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22019" } ], "release_date": "2024-02-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-03-20T10:05:40+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.3.0.Z.MAIN:nodejs-1:16.20.2-4.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs-1:16.20.2-4.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs-1:16.20.2-4.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:nodejs-1:16.20.2-4.el9_3.src", "AppStream-9.3.0.Z.MAIN:nodejs-1:16.20.2-4.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs-debuginfo-1:16.20.2-4.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs-debuginfo-1:16.20.2-4.el9_3.i686", "AppStream-9.3.0.Z.MAIN:nodejs-debuginfo-1:16.20.2-4.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs-debuginfo-1:16.20.2-4.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:nodejs-debuginfo-1:16.20.2-4.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs-debugsource-1:16.20.2-4.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs-debugsource-1:16.20.2-4.el9_3.i686", "AppStream-9.3.0.Z.MAIN:nodejs-debugsource-1:16.20.2-4.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs-debugsource-1:16.20.2-4.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:nodejs-debugsource-1:16.20.2-4.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs-docs-1:16.20.2-4.el9_3.noarch", "AppStream-9.3.0.Z.MAIN:nodejs-full-i18n-1:16.20.2-4.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs-full-i18n-1:16.20.2-4.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs-full-i18n-1:16.20.2-4.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:nodejs-full-i18n-1:16.20.2-4.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs-libs-1:16.20.2-4.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs-libs-1:16.20.2-4.el9_3.i686", "AppStream-9.3.0.Z.MAIN:nodejs-libs-1:16.20.2-4.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs-libs-1:16.20.2-4.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:nodejs-libs-1:16.20.2-4.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs-libs-debuginfo-1:16.20.2-4.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs-libs-debuginfo-1:16.20.2-4.el9_3.i686", "AppStream-9.3.0.Z.MAIN:nodejs-libs-debuginfo-1:16.20.2-4.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs-libs-debuginfo-1:16.20.2-4.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:nodejs-libs-debuginfo-1:16.20.2-4.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:npm-1:8.19.4-1.16.20.2.4.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:npm-1:8.19.4-1.16.20.2.4.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:npm-1:8.19.4-1.16.20.2.4.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:npm-1:8.19.4-1.16.20.2.4.el9_3.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:1438" }, { "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.3.0.Z.MAIN:nodejs-1:16.20.2-4.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs-1:16.20.2-4.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs-1:16.20.2-4.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:nodejs-1:16.20.2-4.el9_3.src", "AppStream-9.3.0.Z.MAIN:nodejs-1:16.20.2-4.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs-debuginfo-1:16.20.2-4.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs-debuginfo-1:16.20.2-4.el9_3.i686", "AppStream-9.3.0.Z.MAIN:nodejs-debuginfo-1:16.20.2-4.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs-debuginfo-1:16.20.2-4.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:nodejs-debuginfo-1:16.20.2-4.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs-debugsource-1:16.20.2-4.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs-debugsource-1:16.20.2-4.el9_3.i686", "AppStream-9.3.0.Z.MAIN:nodejs-debugsource-1:16.20.2-4.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs-debugsource-1:16.20.2-4.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:nodejs-debugsource-1:16.20.2-4.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs-docs-1:16.20.2-4.el9_3.noarch", "AppStream-9.3.0.Z.MAIN:nodejs-full-i18n-1:16.20.2-4.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs-full-i18n-1:16.20.2-4.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs-full-i18n-1:16.20.2-4.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:nodejs-full-i18n-1:16.20.2-4.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs-libs-1:16.20.2-4.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs-libs-1:16.20.2-4.el9_3.i686", "AppStream-9.3.0.Z.MAIN:nodejs-libs-1:16.20.2-4.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs-libs-1:16.20.2-4.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:nodejs-libs-1:16.20.2-4.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs-libs-debuginfo-1:16.20.2-4.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs-libs-debuginfo-1:16.20.2-4.el9_3.i686", "AppStream-9.3.0.Z.MAIN:nodejs-libs-debuginfo-1:16.20.2-4.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs-libs-debuginfo-1:16.20.2-4.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:nodejs-libs-debuginfo-1:16.20.2-4.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:npm-1:8.19.4-1.16.20.2.4.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:npm-1:8.19.4-1.16.20.2.4.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:npm-1:8.19.4-1.16.20.2.4.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:npm-1:8.19.4-1.16.20.2.4.el9_3.x86_64" ] } ], "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.3.0.Z.MAIN:nodejs-1:16.20.2-4.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs-1:16.20.2-4.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs-1:16.20.2-4.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:nodejs-1:16.20.2-4.el9_3.src", "AppStream-9.3.0.Z.MAIN:nodejs-1:16.20.2-4.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs-debuginfo-1:16.20.2-4.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs-debuginfo-1:16.20.2-4.el9_3.i686", "AppStream-9.3.0.Z.MAIN:nodejs-debuginfo-1:16.20.2-4.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs-debuginfo-1:16.20.2-4.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:nodejs-debuginfo-1:16.20.2-4.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs-debugsource-1:16.20.2-4.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs-debugsource-1:16.20.2-4.el9_3.i686", "AppStream-9.3.0.Z.MAIN:nodejs-debugsource-1:16.20.2-4.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs-debugsource-1:16.20.2-4.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:nodejs-debugsource-1:16.20.2-4.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs-docs-1:16.20.2-4.el9_3.noarch", "AppStream-9.3.0.Z.MAIN:nodejs-full-i18n-1:16.20.2-4.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs-full-i18n-1:16.20.2-4.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs-full-i18n-1:16.20.2-4.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:nodejs-full-i18n-1:16.20.2-4.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs-libs-1:16.20.2-4.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs-libs-1:16.20.2-4.el9_3.i686", "AppStream-9.3.0.Z.MAIN:nodejs-libs-1:16.20.2-4.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs-libs-1:16.20.2-4.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:nodejs-libs-1:16.20.2-4.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs-libs-debuginfo-1:16.20.2-4.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs-libs-debuginfo-1:16.20.2-4.el9_3.i686", "AppStream-9.3.0.Z.MAIN:nodejs-libs-debuginfo-1:16.20.2-4.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs-libs-debuginfo-1:16.20.2-4.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:nodejs-libs-debuginfo-1:16.20.2-4.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:npm-1:8.19.4-1.16.20.2.4.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:npm-1:8.19.4-1.16.20.2.4.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:npm-1:8.19.4-1.16.20.2.4.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:npm-1:8.19.4-1.16.20.2.4.el9_3.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "nodejs: reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks" } ] }
rhsa-2024_1687
Vulnerability from csaf_redhat
Published
2024-04-08 09:13
Modified
2024-11-06 05:25
Summary
Red Hat Security Advisory: nodejs:20 security update
Notes
Topic
An update for the nodejs:20 module is now available for Red Hat Enterprise Linux
8.
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.
Security Fix(es):
* nodejs: vulnerable to timing variant of the Bleichenbacher attack against PKCS#1 v1.5 padding (Marvin) (CVE-2023-46809)
* nodejs: reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks (CVE-2024-22019)
* nodejs: code injection and privilege escalation through Linux capabilities (CVE-2024-21892)
* nodejs: path traversal by monkey-patching buffer internals (CVE-2024-21896)
* nodejs: multiple permission model bypasses due to improper path traversal sequence sanitization (CVE-2024-21891)
* nodejs: improper handling of wildcards in --allow-fs-read and --allow-fs-write (CVE-2024-21890)
* nodejs: setuid() does not drop all privileges due to io_uring (CVE-2024-22017)
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 the nodejs:20 module is now available for Red Hat Enterprise Linux\n8.\n\nRed Hat Product Security has rated this update as having a security impact of\nImportant. A Common Vulnerability Scoring System (CVSS) base score, which gives\na detailed severity rating, is available for each vulnerability from the CVE\nlink(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Node.js is a software development platform for building fast and scalable\nnetwork applications in the JavaScript programming language.\n\nSecurity Fix(es):\n\n* nodejs: vulnerable to timing variant of the Bleichenbacher attack against PKCS#1 v1.5 padding (Marvin) (CVE-2023-46809)\n\n* nodejs: reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks (CVE-2024-22019)\n\n* nodejs: code injection and privilege escalation through Linux capabilities (CVE-2024-21892)\n\n* nodejs: path traversal by monkey-patching buffer internals (CVE-2024-21896)\n\n* nodejs: multiple permission model bypasses due to improper path traversal sequence sanitization (CVE-2024-21891)\n\n* nodejs: improper handling of wildcards in --allow-fs-read and --allow-fs-write (CVE-2024-21890)\n\n* nodejs: setuid() does not drop all privileges due to io_uring (CVE-2024-22017)", "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-2024:1687", "url": "https://access.redhat.com/errata/RHSA-2024:1687" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2264569", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2264569" }, { "category": "external", "summary": "2264574", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2264574" }, { "category": "external", "summary": "2264582", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2264582" }, { "category": "external", "summary": "2265717", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265717" }, { "category": "external", "summary": "2265720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265720" }, { "category": "external", "summary": "2265722", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265722" }, { "category": "external", "summary": "2265727", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265727" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_1687.json" } ], "title": "Red Hat Security Advisory: nodejs:20 security update", "tracking": { "current_release_date": "2024-11-06T05:25:17+00:00", "generator": { "date": "2024-11-06T05:25:17+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:1687", "initial_release_date": "2024-04-08T09:13:52+00:00", "revision_history": [ { "date": "2024-04-08T09:13:52+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-04-08T09:13:52+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T05:25:17+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.9.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:20:8090020240228165436:a75119d5", "product": { "name": "nodejs:20:8090020240228165436:a75119d5", "product_id": "nodejs:20:8090020240228165436:a75119d5", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/nodejs@20:8090020240228165436:a75119d5" } } }, { "category": "product_version", "name": "nodejs-docs-1:20.11.1-1.module+el8.9.0+21380+12032667.noarch", "product": { "name": "nodejs-docs-1:20.11.1-1.module+el8.9.0+21380+12032667.noarch", "product_id": "nodejs-docs-1:20.11.1-1.module+el8.9.0+21380+12032667.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-docs@20.11.1-1.module%2Bel8.9.0%2B21380%2B12032667?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.noarch", "product": { "name": "nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.noarch", "product_id": "nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-nodemon@3.0.1-1.module%2Bel8.9.0%2B20473%2Bc4e3d824?arch=noarch" } } }, { "category": "product_version", "name": "nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "product": { "name": "nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "product_id": "nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-packaging@2021.06-4.module%2Bel8.9.0%2B19519%2Be25b965a?arch=noarch" } } }, { "category": "product_version", "name": "nodejs-packaging-bundler-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "product": { "name": "nodejs-packaging-bundler-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "product_id": "nodejs-packaging-bundler-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-packaging-bundler@2021.06-4.module%2Bel8.9.0%2B19519%2Be25b965a?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.src", "product": { "name": "nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.src", "product_id": "nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@20.11.1-1.module%2Bel8.9.0%2B21380%2B12032667?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.src", "product": { "name": "nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.src", "product_id": "nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-nodemon@3.0.1-1.module%2Bel8.9.0%2B20473%2Bc4e3d824?arch=src" } } }, { "category": "product_version", "name": "nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.src", "product": { "name": "nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.src", "product_id": "nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-packaging@2021.06-4.module%2Bel8.9.0%2B19519%2Be25b965a?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "product": { "name": "nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "product_id": "nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@20.11.1-1.module%2Bel8.9.0%2B21380%2B12032667?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "product": { "name": "nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "product_id": "nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@20.11.1-1.module%2Bel8.9.0%2B21380%2B12032667?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "product": { "name": "nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "product_id": "nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@20.11.1-1.module%2Bel8.9.0%2B21380%2B12032667?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "product": { "name": "nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "product_id": "nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-devel@20.11.1-1.module%2Bel8.9.0%2B21380%2B12032667?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "product": { "name": "nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "product_id": "nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@20.11.1-1.module%2Bel8.9.0%2B21380%2B12032667?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.x86_64", "product": { "name": "npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.x86_64", "product_id": "npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@10.2.4-1.20.11.1.1.module%2Bel8.9.0%2B21380%2B12032667?arch=x86_64\u0026epoch=1" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "product": { "name": "nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "product_id": "nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@20.11.1-1.module%2Bel8.9.0%2B21380%2B12032667?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "product": { "name": "nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "product_id": "nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@20.11.1-1.module%2Bel8.9.0%2B21380%2B12032667?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "product": { "name": "nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "product_id": "nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@20.11.1-1.module%2Bel8.9.0%2B21380%2B12032667?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "product": { "name": "nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "product_id": "nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-devel@20.11.1-1.module%2Bel8.9.0%2B21380%2B12032667?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "product": { "name": "nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "product_id": "nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@20.11.1-1.module%2Bel8.9.0%2B21380%2B12032667?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.s390x", "product": { "name": "npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.s390x", "product_id": "npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@10.2.4-1.20.11.1.1.module%2Bel8.9.0%2B21380%2B12032667?arch=s390x\u0026epoch=1" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "product": { "name": "nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "product_id": "nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@20.11.1-1.module%2Bel8.9.0%2B21380%2B12032667?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "product": { "name": "nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "product_id": "nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@20.11.1-1.module%2Bel8.9.0%2B21380%2B12032667?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "product": { "name": "nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "product_id": "nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@20.11.1-1.module%2Bel8.9.0%2B21380%2B12032667?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "product": { "name": "nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "product_id": "nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-devel@20.11.1-1.module%2Bel8.9.0%2B21380%2B12032667?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "product": { "name": "nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "product_id": "nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@20.11.1-1.module%2Bel8.9.0%2B21380%2B12032667?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.ppc64le", "product": { "name": "npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.ppc64le", "product_id": "npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@10.2.4-1.20.11.1.1.module%2Bel8.9.0%2B21380%2B12032667?arch=ppc64le\u0026epoch=1" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "product": { "name": "nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "product_id": "nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@20.11.1-1.module%2Bel8.9.0%2B21380%2B12032667?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "product": { "name": "nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "product_id": "nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@20.11.1-1.module%2Bel8.9.0%2B21380%2B12032667?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "product": { "name": "nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "product_id": "nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@20.11.1-1.module%2Bel8.9.0%2B21380%2B12032667?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "product": { "name": "nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "product_id": "nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-devel@20.11.1-1.module%2Bel8.9.0%2B21380%2B12032667?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "product": { "name": "nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "product_id": "nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@20.11.1-1.module%2Bel8.9.0%2B21380%2B12032667?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.aarch64", "product": { "name": "npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.aarch64", "product_id": "npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@10.2.4-1.20.11.1.1.module%2Bel8.9.0%2B21380%2B12032667?arch=aarch64\u0026epoch=1" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "nodejs:20:8090020240228165436:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5" }, "product_reference": "nodejs:20:8090020240228165436:a75119d5", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64 as a component of nodejs:20:8090020240228165436:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64" }, "product_reference": "nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le as a component of nodejs:20:8090020240228165436:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le" }, "product_reference": "nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x as a component of nodejs:20:8090020240228165436:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x" }, "product_reference": "nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.src as a component of nodejs:20:8090020240228165436:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.src" }, "product_reference": "nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.src", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64 as a component of nodejs:20:8090020240228165436:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64" }, "product_reference": "nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64 as a component of nodejs:20:8090020240228165436:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64" }, "product_reference": "nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le as a component of nodejs:20:8090020240228165436:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le" }, "product_reference": "nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x as a component of nodejs:20:8090020240228165436:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x" }, "product_reference": "nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64 as a component of nodejs:20:8090020240228165436:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64" }, "product_reference": "nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64 as a component of nodejs:20:8090020240228165436:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64" }, "product_reference": "nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le as a component of nodejs:20:8090020240228165436:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le" }, "product_reference": "nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x as a component of nodejs:20:8090020240228165436:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x" }, "product_reference": "nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64 as a component of nodejs:20:8090020240228165436:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64" }, "product_reference": "nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64 as a component of nodejs:20:8090020240228165436:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64" }, "product_reference": "nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le as a component of nodejs:20:8090020240228165436:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le" }, "product_reference": "nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x as a component of nodejs:20:8090020240228165436:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x" }, "product_reference": "nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64 as a component of nodejs:20:8090020240228165436:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64" }, "product_reference": "nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-docs-1:20.11.1-1.module+el8.9.0+21380+12032667.noarch as a component of nodejs:20:8090020240228165436:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-docs-1:20.11.1-1.module+el8.9.0+21380+12032667.noarch" }, "product_reference": "nodejs-docs-1:20.11.1-1.module+el8.9.0+21380+12032667.noarch", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64 as a component of nodejs:20:8090020240228165436:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64" }, "product_reference": "nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le as a component of nodejs:20:8090020240228165436:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le" }, "product_reference": "nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x as a component of nodejs:20:8090020240228165436:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x" }, "product_reference": "nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64 as a component of nodejs:20:8090020240228165436:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64" }, "product_reference": "nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.noarch as a component of nodejs:20:8090020240228165436:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.noarch" }, "product_reference": "nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.noarch", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.src as a component of nodejs:20:8090020240228165436:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.src" }, "product_reference": "nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.src", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch as a component of nodejs:20:8090020240228165436:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch" }, "product_reference": "nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.src as a component of nodejs:20:8090020240228165436:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.src" }, "product_reference": "nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.src", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-packaging-bundler-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch as a component of nodejs:20:8090020240228165436:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-bundler-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch" }, "product_reference": "nodejs-packaging-bundler-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.aarch64 as a component of nodejs:20:8090020240228165436:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.aarch64" }, "product_reference": "npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.ppc64le as a component of nodejs:20:8090020240228165436:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.ppc64le" }, "product_reference": "npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.s390x as a component of nodejs:20:8090020240228165436:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.s390x" }, "product_reference": "npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.x86_64 as a component of nodejs:20:8090020240228165436:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.x86_64" }, "product_reference": "npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-46809", "cwe": { "id": "CWE-208", "name": "Observable Timing Discrepancy" }, "discovery_date": "2024-02-16T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2264569" } ], "notes": [ { "category": "description", "text": "A flaw was found in Node.js. The privateDecrypt() API of the crypto library may allow a covert timing side-channel during PKCS#1 v1.5 padding error handling. This issue revealed significant timing differences in decryption for valid and invalid ciphertexts, which may allow a remote attacker to decrypt captured RSA ciphertexts or forge signatures, especially in scenarios involving API endpoints processing JSON Web Encryption messages.", "title": "Vulnerability description" }, { "category": "summary", "text": "nodejs: vulnerable to timing variant of the Bleichenbacher attack against PKCS#1 v1.5 padding (Marvin)", "title": "Vulnerability summary" }, { "category": "other", "text": "This Node.js vulnerability poses a notable risk as it allows for covert timing side-channel attacks during RSA ciphertext decryption, potentially enabling attackers to decrypt captured data or forge signatures.\n\nIt\u0027s classified as \"Medium\" severity rather than important due to its dependency on specific conditions for exploitation, such as the use of the privateDecrypt() API with PKCS#1 v1.5 padding.", "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.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-docs-1:20.11.1-1.module+el8.9.0+21380+12032667.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-bundler-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-46809" }, { "category": "external", "summary": "RHBZ#2264569", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2264569" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-46809", "url": "https://www.cve.org/CVERecord?id=CVE-2023-46809" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-46809", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-46809" } ], "release_date": "2024-02-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-04-08T09:13:52+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-docs-1:20.11.1-1.module+el8.9.0+21380+12032667.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-bundler-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:1687" }, { "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-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-docs-1:20.11.1-1.module+el8.9.0+21380+12032667.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-bundler-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-docs-1:20.11.1-1.module+el8.9.0+21380+12032667.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-bundler-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "nodejs: vulnerable to timing variant of the Bleichenbacher attack against PKCS#1 v1.5 padding (Marvin)" }, { "cve": "CVE-2024-21890", "cwe": { "id": "CWE-1059", "name": "Insufficient Technical Documentation" }, "discovery_date": "2024-02-23T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2265722" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Node.js Permission Model, where it is not clarified in the documentation that wildcards should only be used as the last character of a file path. For example: --allow-fs-read=/home/node/.ssh/*.pub will ignore pub and give access to everything after .ssh/.", "title": "Vulnerability description" }, { "category": "summary", "text": "nodejs: improper handling of wildcards in --allow-fs-read and --allow-fs-write", "title": "Vulnerability summary" }, { "category": "other", "text": "This misleading documentation affects all users using the experimental permission model in active release lines 20.x and 21.x.", "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.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-docs-1:20.11.1-1.module+el8.9.0+21380+12032667.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-bundler-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-21890" }, { "category": "external", "summary": "RHBZ#2265722", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265722" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-21890", "url": "https://www.cve.org/CVERecord?id=CVE-2024-21890" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-21890", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21890" } ], "release_date": "2024-02-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-04-08T09:13:52+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-docs-1:20.11.1-1.module+el8.9.0+21380+12032667.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-bundler-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:1687" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 5.0, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-docs-1:20.11.1-1.module+el8.9.0+21380+12032667.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-bundler-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "nodejs: improper handling of wildcards in --allow-fs-read and --allow-fs-write" }, { "cve": "CVE-2024-21891", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "discovery_date": "2024-02-23T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2265720" } ], "notes": [ { "category": "description", "text": "A flaw was found in Node.js. Node.js depends on multiple built-in utility functions to normalize paths provided to node:fs functions, which can be overwritten with user-defined implementations, leading to a filesystem permission model bypass through a path traversal attack.", "title": "Vulnerability description" }, { "category": "summary", "text": "nodejs: multiple permission model bypasses due to improper path traversal sequence sanitization", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability affects users using the experimental permission model in active release lines 20.x and 21.x.", "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.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-docs-1:20.11.1-1.module+el8.9.0+21380+12032667.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-bundler-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-21891" }, { "category": "external", "summary": "RHBZ#2265720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265720" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-21891", "url": "https://www.cve.org/CVERecord?id=CVE-2024-21891" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-21891", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21891" } ], "release_date": "2024-02-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-04-08T09:13:52+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-docs-1:20.11.1-1.module+el8.9.0+21380+12032667.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-bundler-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:1687" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 6.6, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-docs-1:20.11.1-1.module+el8.9.0+21380+12032667.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-bundler-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "nodejs: multiple permission model bypasses due to improper path traversal sequence sanitization" }, { "cve": "CVE-2024-21892", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2024-02-16T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2264582" } ], "notes": [ { "category": "description", "text": "A flaw was found in Node.js. On Linux, Node.js ignores certain environment variables if an unprivileged user has set them while the process is running with elevated privileges, except for CAP_NET_BIND_SERVICE. Due to a bug in the implementation of this exception, Node.js incorrectly applies this exception even when other capabilities have been set. This flaw allows unprivileged users to inject code that inherits the process\u0027s elevated privileges.", "title": "Vulnerability description" }, { "category": "summary", "text": "nodejs: code injection and privilege escalation through Linux capabilities", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as an Important severity rather than Critical due to several factors. While it allows unprivileged users to inject code and potentially escalate privileges in a process running with elevated privileges, it does so under specific conditions and limitations. The vulnerability only affects Linux systems where Node.js is running with elevated privileges, and it relies on a specific bug in handling environment variables set by unprivileged users. Additionally, the impact is constrained to the Node.js environment and does not directly compromise the underlying operating system.", "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.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-docs-1:20.11.1-1.module+el8.9.0+21380+12032667.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-bundler-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-21892" }, { "category": "external", "summary": "RHBZ#2264582", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2264582" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-21892", "url": "https://www.cve.org/CVERecord?id=CVE-2024-21892" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-21892", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21892" } ], "release_date": "2024-02-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-04-08T09:13:52+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-docs-1:20.11.1-1.module+el8.9.0+21380+12032667.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-bundler-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:1687" }, { "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-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-docs-1:20.11.1-1.module+el8.9.0+21380+12032667.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-bundler-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-docs-1:20.11.1-1.module+el8.9.0+21380+12032667.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-bundler-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "nodejs: code injection and privilege escalation through Linux capabilities" }, { "cve": "CVE-2024-21896", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "discovery_date": "2024-02-23T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2265717" } ], "notes": [ { "category": "description", "text": "A flaw was found in Node.js. The permission model protects itself against path traversal attacks by calling path.resolve() on any paths given by the user. If the path is to be treated as a buffer, the implementation uses Buffer.from() to obtain a buffer from the result of path.resolve(). By monkey-patching buffer internals, namely, Buffer.prototype.utf8Write, the application can modify the result of path.resolve(), which leads to a path traversal vulnerability.", "title": "Vulnerability description" }, { "category": "summary", "text": "nodejs: path traversal by monkey-patching buffer internals", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability affects users using the experimental permission model in active release lines 20.x and 21.x.", "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.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-docs-1:20.11.1-1.module+el8.9.0+21380+12032667.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-bundler-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-21896" }, { "category": "external", "summary": "RHBZ#2265717", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265717" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-21896", "url": "https://www.cve.org/CVERecord?id=CVE-2024-21896" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-21896", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21896" } ], "release_date": "2024-02-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-04-08T09:13:52+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-docs-1:20.11.1-1.module+el8.9.0+21380+12032667.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-bundler-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:1687" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 7.9, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-docs-1:20.11.1-1.module+el8.9.0+21380+12032667.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-bundler-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "nodejs: path traversal by monkey-patching buffer internals" }, { "cve": "CVE-2024-22017", "cwe": { "id": "CWE-269", "name": "Improper Privilege Management" }, "discovery_date": "2024-02-23T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2265727" } ], "notes": [ { "category": "description", "text": "A flaw was found in Node.js, where the setuid() does not affect libuv\u0027s internal io_uring operations if initialized before the call to setuid(). This issue allows the process to perform privileged operations despite presumably having dropped such privileges through a call to setuid().", "title": "Vulnerability description" }, { "category": "summary", "text": "nodejs: setuid() does not drop all privileges due to io_uring", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability affects all users in active release lines 20.x, and 21.x.", "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.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-docs-1:20.11.1-1.module+el8.9.0+21380+12032667.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-bundler-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-22017" }, { "category": "external", "summary": "RHBZ#2265727", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265727" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-22017", "url": "https://www.cve.org/CVERecord?id=CVE-2024-22017" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-22017", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22017" } ], "release_date": "2024-02-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-04-08T09:13:52+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-docs-1:20.11.1-1.module+el8.9.0+21380+12032667.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-bundler-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:1687" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-docs-1:20.11.1-1.module+el8.9.0+21380+12032667.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-bundler-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "nodejs: setuid() does not drop all privileges due to io_uring" }, { "cve": "CVE-2024-22019", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2024-02-16T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2264574" } ], "notes": [ { "category": "description", "text": "A flaw was found in Node.js due to a lack of safeguards on chunk extension bytes. The server may read an unbounded number of bytes from a single connection, which can allow an attacker to send a specially crafted HTTP request with chunked encoding, leading to resource exhaustion and a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "nodejs: reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "While this vulnerability in Node.js HTTP servers poses a significant risk to system stability and availability, it is classified as a important severity issue rather than a critical one due to several factors. Firstly, while the vulnerability can lead to denial of service (DoS) attacks by causing resource exhaustion, it does not directly compromise the confidentiality or integrity of data stored or processed by the server. Additionally, the exploit requires the attacker to send specially crafted HTTP requests, which may limit the ease and scope of potential attacks compared to more critical vulnerabilities that can be exploited remotely without specific conditions.", "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.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-docs-1:20.11.1-1.module+el8.9.0+21380+12032667.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-bundler-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-22019" }, { "category": "external", "summary": "RHBZ#2264574", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2264574" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-22019", "url": "https://www.cve.org/CVERecord?id=CVE-2024-22019" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-22019", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22019" } ], "release_date": "2024-02-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-04-08T09:13:52+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-docs-1:20.11.1-1.module+el8.9.0+21380+12032667.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-bundler-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:1687" }, { "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-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-docs-1:20.11.1-1.module+el8.9.0+21380+12032667.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-bundler-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.x86_64" ] } ], "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.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debuginfo-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-debugsource-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-devel-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-docs-1:20.11.1-1.module+el8.9.0+21380+12032667.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-full-i18n-1:20.11.1-1.module+el8.9.0+21380+12032667.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+20473+c4e3d824.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+19519+e25b965a.src", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:nodejs-packaging-bundler-0:2021.06-4.module+el8.9.0+19519+e25b965a.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:20:8090020240228165436:a75119d5:npm-1:10.2.4-1.20.11.1.1.module+el8.9.0+21380+12032667.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "nodejs: reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks" } ] }
rhsa-2024_1503
Vulnerability from csaf_redhat
Published
2024-03-25 20:29
Modified
2024-11-06 05:20
Summary
Red Hat Security Advisory: nodejs:18 security 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 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.
Security Fix(es):
* nodejs: code injection and privilege escalation through Linux capabilities (CVE-2024-21892)
* nodejs: reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks (CVE-2024-22019)
* nodejs: vulnerable to timing variant of the Bleichenbacher attack against PKCS#1 v1.5 padding (Marvin) (CVE-2023-46809)
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": "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 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 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\nnetwork applications in the JavaScript programming language.\n\nSecurity Fix(es):\n\n* nodejs: code injection and privilege escalation through Linux capabilities (CVE-2024-21892)\n\n* nodejs: reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks (CVE-2024-22019)\n\n* nodejs: vulnerable to timing variant of the Bleichenbacher attack against PKCS#1 v1.5 padding (Marvin) (CVE-2023-46809)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage(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-2024:1503", "url": "https://access.redhat.com/errata/RHSA-2024:1503" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_1503.json" } ], "title": "Red Hat Security Advisory: nodejs:18 security update", "tracking": { "current_release_date": "2024-11-06T05:20:39+00:00", "generator": { "date": "2024-11-06T05:20:39+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:1503", "initial_release_date": "2024-03-25T20:29:38+00:00", "revision_history": [ { "date": "2024-03-25T20:29:38+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-03-25T20:29:38+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T05:20:39+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.3.0.Z.MAIN", "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:9030020240301111035:rhel9", "product": { "name": "nodejs:18:9030020240301111035:rhel9", "product_id": "nodejs:18:9030020240301111035:rhel9", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/nodejs@18:9030020240301111035:rhel9" } } }, { "category": "product_version", "name": "nodejs-docs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.noarch", "product": { "name": "nodejs-docs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.noarch", "product_id": "nodejs-docs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-docs@18.19.1-1.module%2Bel9.3.0%2B21388%2B22892fb9?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-nodemon-0:3.0.1-1.module+el9.3.0+19762+d716bf3b.noarch", "product": { "name": "nodejs-nodemon-0:3.0.1-1.module+el9.3.0+19762+d716bf3b.noarch", "product_id": "nodejs-nodemon-0:3.0.1-1.module+el9.3.0+19762+d716bf3b.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-nodemon@3.0.1-1.module%2Bel9.3.0%2B19762%2Bd716bf3b?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.19.1-1.module+el9.3.0+21388+22892fb9.src", "product": { "name": "nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.src", "product_id": "nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@18.19.1-1.module%2Bel9.3.0%2B21388%2B22892fb9?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-nodemon-0:3.0.1-1.module+el9.3.0+19762+d716bf3b.src", "product": { "name": "nodejs-nodemon-0:3.0.1-1.module+el9.3.0+19762+d716bf3b.src", "product_id": "nodejs-nodemon-0:3.0.1-1.module+el9.3.0+19762+d716bf3b.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-nodemon@3.0.1-1.module%2Bel9.3.0%2B19762%2Bd716bf3b?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.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "product": { "name": "nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "product_id": "nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@18.19.1-1.module%2Bel9.3.0%2B21388%2B22892fb9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "product": { "name": "nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "product_id": "nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@18.19.1-1.module%2Bel9.3.0%2B21388%2B22892fb9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "product": { "name": "nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "product_id": "nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@18.19.1-1.module%2Bel9.3.0%2B21388%2B22892fb9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "product": { "name": "nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "product_id": "nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-devel@18.19.1-1.module%2Bel9.3.0%2B21388%2B22892fb9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "product": { "name": "nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "product_id": "nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@18.19.1-1.module%2Bel9.3.0%2B21388%2B22892fb9?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.x86_64", "product": { "name": "npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.x86_64", "product_id": "npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@10.2.4-1.18.19.1.1.module%2Bel9.3.0%2B21388%2B22892fb9?arch=x86_64\u0026epoch=1" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "product": { "name": "nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "product_id": "nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@18.19.1-1.module%2Bel9.3.0%2B21388%2B22892fb9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "product": { "name": "nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "product_id": "nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@18.19.1-1.module%2Bel9.3.0%2B21388%2B22892fb9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "product": { "name": "nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "product_id": "nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@18.19.1-1.module%2Bel9.3.0%2B21388%2B22892fb9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "product": { "name": "nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "product_id": "nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-devel@18.19.1-1.module%2Bel9.3.0%2B21388%2B22892fb9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "product": { "name": "nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "product_id": "nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@18.19.1-1.module%2Bel9.3.0%2B21388%2B22892fb9?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.s390x", "product": { "name": "npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.s390x", "product_id": "npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@10.2.4-1.18.19.1.1.module%2Bel9.3.0%2B21388%2B22892fb9?arch=s390x\u0026epoch=1" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "product": { "name": "nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "product_id": "nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@18.19.1-1.module%2Bel9.3.0%2B21388%2B22892fb9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "product": { "name": "nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "product_id": "nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@18.19.1-1.module%2Bel9.3.0%2B21388%2B22892fb9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "product": { "name": "nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "product_id": "nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@18.19.1-1.module%2Bel9.3.0%2B21388%2B22892fb9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "product": { "name": "nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "product_id": "nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-devel@18.19.1-1.module%2Bel9.3.0%2B21388%2B22892fb9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "product": { "name": "nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "product_id": "nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@18.19.1-1.module%2Bel9.3.0%2B21388%2B22892fb9?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.ppc64le", "product": { "name": "npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.ppc64le", "product_id": "npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@10.2.4-1.18.19.1.1.module%2Bel9.3.0%2B21388%2B22892fb9?arch=ppc64le\u0026epoch=1" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "product": { "name": "nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "product_id": "nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@18.19.1-1.module%2Bel9.3.0%2B21388%2B22892fb9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "product": { "name": "nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "product_id": "nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@18.19.1-1.module%2Bel9.3.0%2B21388%2B22892fb9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "product": { "name": "nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "product_id": "nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@18.19.1-1.module%2Bel9.3.0%2B21388%2B22892fb9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "product": { "name": "nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "product_id": "nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-devel@18.19.1-1.module%2Bel9.3.0%2B21388%2B22892fb9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "product": { "name": "nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "product_id": "nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@18.19.1-1.module%2Bel9.3.0%2B21388%2B22892fb9?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.aarch64", "product": { "name": "npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.aarch64", "product_id": "npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@10.2.4-1.18.19.1.1.module%2Bel9.3.0%2B21388%2B22892fb9?arch=aarch64\u0026epoch=1" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "nodejs:18:9030020240301111035:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9" }, "product_reference": "nodejs:18:9030020240301111035:rhel9", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64 as a component of nodejs:18:9030020240301111035:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64" }, "product_reference": "nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le as a component of nodejs:18:9030020240301111035:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le" }, "product_reference": "nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x as a component of nodejs:18:9030020240301111035:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x" }, "product_reference": "nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.src as a component of nodejs:18:9030020240301111035:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.src" }, "product_reference": "nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.src", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64 as a component of nodejs:18:9030020240301111035:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64" }, "product_reference": "nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64 as a component of nodejs:18:9030020240301111035:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64" }, "product_reference": "nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le as a component of nodejs:18:9030020240301111035:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le" }, "product_reference": "nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x as a component of nodejs:18:9030020240301111035:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x" }, "product_reference": "nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64 as a component of nodejs:18:9030020240301111035:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64" }, "product_reference": "nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64 as a component of nodejs:18:9030020240301111035:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64" }, "product_reference": "nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le as a component of nodejs:18:9030020240301111035:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le" }, "product_reference": "nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x as a component of nodejs:18:9030020240301111035:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x" }, "product_reference": "nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64 as a component of nodejs:18:9030020240301111035:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64" }, "product_reference": "nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64 as a component of nodejs:18:9030020240301111035:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64" }, "product_reference": "nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le as a component of nodejs:18:9030020240301111035:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le" }, "product_reference": "nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x as a component of nodejs:18:9030020240301111035:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x" }, "product_reference": "nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64 as a component of nodejs:18:9030020240301111035:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64" }, "product_reference": "nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-docs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.noarch as a component of nodejs:18:9030020240301111035:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-docs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.noarch" }, "product_reference": "nodejs-docs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.noarch", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64 as a component of nodejs:18:9030020240301111035:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64" }, "product_reference": "nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le as a component of nodejs:18:9030020240301111035:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le" }, "product_reference": "nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x as a component of nodejs:18:9030020240301111035:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x" }, "product_reference": "nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64 as a component of nodejs:18:9030020240301111035:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64" }, "product_reference": "nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-nodemon-0:3.0.1-1.module+el9.3.0+19762+d716bf3b.noarch as a component of nodejs:18:9030020240301111035:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0+19762+d716bf3b.noarch" }, "product_reference": "nodejs-nodemon-0:3.0.1-1.module+el9.3.0+19762+d716bf3b.noarch", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-nodemon-0:3.0.1-1.module+el9.3.0+19762+d716bf3b.src as a component of nodejs:18:9030020240301111035:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0+19762+d716bf3b.src" }, "product_reference": "nodejs-nodemon-0:3.0.1-1.module+el9.3.0+19762+d716bf3b.src", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035: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:9030020240301111035:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035: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.3.0.Z.MAIN:nodejs:18:9030020240301111035: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:9030020240301111035:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035: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.3.0.Z.MAIN:nodejs:18:9030020240301111035: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:9030020240301111035:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035: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.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.aarch64 as a component of nodejs:18:9030020240301111035:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.aarch64" }, "product_reference": "npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.ppc64le as a component of nodejs:18:9030020240301111035:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.ppc64le" }, "product_reference": "npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.s390x as a component of nodejs:18:9030020240301111035:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.s390x" }, "product_reference": "npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.x86_64 as a component of nodejs:18:9030020240301111035:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.x86_64" }, "product_reference": "npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-46809", "cwe": { "id": "CWE-208", "name": "Observable Timing Discrepancy" }, "discovery_date": "2024-02-16T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2264569" } ], "notes": [ { "category": "description", "text": "A flaw was found in Node.js. The privateDecrypt() API of the crypto library may allow a covert timing side-channel during PKCS#1 v1.5 padding error handling. This issue revealed significant timing differences in decryption for valid and invalid ciphertexts, which may allow a remote attacker to decrypt captured RSA ciphertexts or forge signatures, especially in scenarios involving API endpoints processing JSON Web Encryption messages.", "title": "Vulnerability description" }, { "category": "summary", "text": "nodejs: vulnerable to timing variant of the Bleichenbacher attack against PKCS#1 v1.5 padding (Marvin)", "title": "Vulnerability summary" }, { "category": "other", "text": "This Node.js vulnerability poses a notable risk as it allows for covert timing side-channel attacks during RSA ciphertext decryption, potentially enabling attackers to decrypt captured data or forge signatures.\n\nIt\u0027s classified as \"Medium\" severity rather than important due to its dependency on specific conditions for exploitation, such as the use of the privateDecrypt() API with PKCS#1 v1.5 padding.", "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.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.src", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-docs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0+19762+d716bf3b.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0+19762+d716bf3b.src", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-46809" }, { "category": "external", "summary": "RHBZ#2264569", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2264569" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-46809", "url": "https://www.cve.org/CVERecord?id=CVE-2023-46809" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-46809", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-46809" } ], "release_date": "2024-02-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-03-25T20:29:38+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.src", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-docs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0+19762+d716bf3b.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0+19762+d716bf3b.src", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:1503" }, { "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.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.src", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-docs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0+19762+d716bf3b.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0+19762+d716bf3b.src", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.src", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-docs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0+19762+d716bf3b.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0+19762+d716bf3b.src", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "nodejs: vulnerable to timing variant of the Bleichenbacher attack against PKCS#1 v1.5 padding (Marvin)" }, { "cve": "CVE-2024-21892", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2024-02-16T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2264582" } ], "notes": [ { "category": "description", "text": "A flaw was found in Node.js. On Linux, Node.js ignores certain environment variables if an unprivileged user has set them while the process is running with elevated privileges, except for CAP_NET_BIND_SERVICE. Due to a bug in the implementation of this exception, Node.js incorrectly applies this exception even when other capabilities have been set. This flaw allows unprivileged users to inject code that inherits the process\u0027s elevated privileges.", "title": "Vulnerability description" }, { "category": "summary", "text": "nodejs: code injection and privilege escalation through Linux capabilities", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as an Important severity rather than Critical due to several factors. While it allows unprivileged users to inject code and potentially escalate privileges in a process running with elevated privileges, it does so under specific conditions and limitations. The vulnerability only affects Linux systems where Node.js is running with elevated privileges, and it relies on a specific bug in handling environment variables set by unprivileged users. Additionally, the impact is constrained to the Node.js environment and does not directly compromise the underlying operating system.", "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.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.src", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-docs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0+19762+d716bf3b.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0+19762+d716bf3b.src", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-21892" }, { "category": "external", "summary": "RHBZ#2264582", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2264582" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-21892", "url": "https://www.cve.org/CVERecord?id=CVE-2024-21892" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-21892", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21892" } ], "release_date": "2024-02-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-03-25T20:29:38+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.src", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-docs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0+19762+d716bf3b.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0+19762+d716bf3b.src", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:1503" }, { "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.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.src", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-docs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0+19762+d716bf3b.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0+19762+d716bf3b.src", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.src", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-docs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0+19762+d716bf3b.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0+19762+d716bf3b.src", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "nodejs: code injection and privilege escalation through Linux capabilities" }, { "cve": "CVE-2024-22019", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2024-02-16T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2264574" } ], "notes": [ { "category": "description", "text": "A flaw was found in Node.js due to a lack of safeguards on chunk extension bytes. The server may read an unbounded number of bytes from a single connection, which can allow an attacker to send a specially crafted HTTP request with chunked encoding, leading to resource exhaustion and a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "nodejs: reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "While this vulnerability in Node.js HTTP servers poses a significant risk to system stability and availability, it is classified as a important severity issue rather than a critical one due to several factors. Firstly, while the vulnerability can lead to denial of service (DoS) attacks by causing resource exhaustion, it does not directly compromise the confidentiality or integrity of data stored or processed by the server. Additionally, the exploit requires the attacker to send specially crafted HTTP requests, which may limit the ease and scope of potential attacks compared to more critical vulnerabilities that can be exploited remotely without specific conditions.", "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.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.src", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-docs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0+19762+d716bf3b.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0+19762+d716bf3b.src", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-22019" }, { "category": "external", "summary": "RHBZ#2264574", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2264574" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-22019", "url": "https://www.cve.org/CVERecord?id=CVE-2024-22019" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-22019", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22019" } ], "release_date": "2024-02-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-03-25T20:29:38+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.src", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-docs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0+19762+d716bf3b.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0+19762+d716bf3b.src", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:1503" }, { "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.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.src", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-docs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0+19762+d716bf3b.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0+19762+d716bf3b.src", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.x86_64" ] } ], "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.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.src", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-devel-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-docs-1:18.19.1-1.module+el9.3.0+21388+22892fb9.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.3.0+21388+22892fb9.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0+19762+d716bf3b.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0+19762+d716bf3b.src", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:18:9030020240301111035:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.3.0+21388+22892fb9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "nodejs: reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks" } ] }
rhsa-2024_1510
Vulnerability from csaf_redhat
Published
2024-03-26 09:31
Modified
2024-11-06 05:21
Summary
Red Hat Security Advisory: nodejs:18 security 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 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.
Security Fix(es):
* nodejs: reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks (CVE-2024-22019)
* nodejs: vulnerable to timing variant of the Bleichenbacher attack against PKCS#1 v1.5 padding (Marvin) (CVE-2023-46809)
* nodejs: code injection and privilege escalation through Linux capabilities (CVE-2024-21892)
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": "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 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 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\nnetwork applications in the JavaScript programming language.\n\nSecurity Fix(es):\n\n* nodejs: reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks (CVE-2024-22019)\n\n* nodejs: vulnerable to timing variant of the Bleichenbacher attack against PKCS#1 v1.5 padding (Marvin) (CVE-2023-46809)\n\n* nodejs: code injection and privilege escalation through Linux capabilities (CVE-2024-21892)\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-2024:1510", "url": "https://access.redhat.com/errata/RHSA-2024:1510" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2264569", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2264569" }, { "category": "external", "summary": "2264574", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2264574" }, { "category": "external", "summary": "2264582", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2264582" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_1510.json" } ], "title": "Red Hat Security Advisory: nodejs:18 security update", "tracking": { "current_release_date": "2024-11-06T05:21:09+00:00", "generator": { "date": "2024-11-06T05:21:09+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:1510", "initial_release_date": "2024-03-26T09:31:25+00:00", "revision_history": [ { "date": "2024-03-26T09:31:25+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-03-26T09:31:25+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T05:21:09+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.9.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:8090020240301110609:a75119d5", "product": { "name": "nodejs:18:8090020240301110609:a75119d5", "product_id": "nodejs:18:8090020240301110609:a75119d5", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/nodejs@18:8090020240301110609:a75119d5" } } }, { "category": "product_version", "name": "nodejs-docs-1:18.19.1-1.module+el8.9.0+21387+21356dec.noarch", "product": { "name": "nodejs-docs-1:18.19.1-1.module+el8.9.0+21387+21356dec.noarch", "product_id": "nodejs-docs-1:18.19.1-1.module+el8.9.0+21387+21356dec.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-docs@18.19.1-1.module%2Bel8.9.0%2B21387%2B21356dec?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-nodemon-0:3.0.1-1.module+el8.9.0+21190+5ebd2c33.noarch", "product": { "name": "nodejs-nodemon-0:3.0.1-1.module+el8.9.0+21190+5ebd2c33.noarch", "product_id": "nodejs-nodemon-0:3.0.1-1.module+el8.9.0+21190+5ebd2c33.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-nodemon@3.0.1-1.module%2Bel8.9.0%2B21190%2B5ebd2c33?arch=noarch" } } }, { "category": "product_version", "name": "nodejs-packaging-0:2021.06-4.module+el8.9.0+21190+5ebd2c33.noarch", "product": { "name": "nodejs-packaging-0:2021.06-4.module+el8.9.0+21190+5ebd2c33.noarch", "product_id": "nodejs-packaging-0:2021.06-4.module+el8.9.0+21190+5ebd2c33.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-packaging@2021.06-4.module%2Bel8.9.0%2B21190%2B5ebd2c33?arch=noarch" } } }, { "category": "product_version", "name": "nodejs-packaging-bundler-0:2021.06-4.module+el8.9.0+21190+5ebd2c33.noarch", "product": { "name": "nodejs-packaging-bundler-0:2021.06-4.module+el8.9.0+21190+5ebd2c33.noarch", "product_id": "nodejs-packaging-bundler-0:2021.06-4.module+el8.9.0+21190+5ebd2c33.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-packaging-bundler@2021.06-4.module%2Bel8.9.0%2B21190%2B5ebd2c33?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.src", "product": { "name": "nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.src", "product_id": "nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@18.19.1-1.module%2Bel8.9.0%2B21387%2B21356dec?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-nodemon-0:3.0.1-1.module+el8.9.0+21190+5ebd2c33.src", "product": { "name": "nodejs-nodemon-0:3.0.1-1.module+el8.9.0+21190+5ebd2c33.src", "product_id": "nodejs-nodemon-0:3.0.1-1.module+el8.9.0+21190+5ebd2c33.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-nodemon@3.0.1-1.module%2Bel8.9.0%2B21190%2B5ebd2c33?arch=src" } } }, { "category": "product_version", "name": "nodejs-packaging-0:2021.06-4.module+el8.9.0+21190+5ebd2c33.src", "product": { "name": "nodejs-packaging-0:2021.06-4.module+el8.9.0+21190+5ebd2c33.src", "product_id": "nodejs-packaging-0:2021.06-4.module+el8.9.0+21190+5ebd2c33.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-packaging@2021.06-4.module%2Bel8.9.0%2B21190%2B5ebd2c33?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "product": { "name": "nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "product_id": "nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@18.19.1-1.module%2Bel8.9.0%2B21387%2B21356dec?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "product": { "name": "nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "product_id": "nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@18.19.1-1.module%2Bel8.9.0%2B21387%2B21356dec?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "product": { "name": "nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "product_id": "nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@18.19.1-1.module%2Bel8.9.0%2B21387%2B21356dec?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "product": { "name": "nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "product_id": "nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-devel@18.19.1-1.module%2Bel8.9.0%2B21387%2B21356dec?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "product": { "name": "nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "product_id": "nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@18.19.1-1.module%2Bel8.9.0%2B21387%2B21356dec?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.x86_64", "product": { "name": "npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.x86_64", "product_id": "npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@10.2.4-1.18.19.1.1.module%2Bel8.9.0%2B21387%2B21356dec?arch=x86_64\u0026epoch=1" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "product": { "name": "nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "product_id": "nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@18.19.1-1.module%2Bel8.9.0%2B21387%2B21356dec?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "product": { "name": "nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "product_id": "nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@18.19.1-1.module%2Bel8.9.0%2B21387%2B21356dec?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "product": { "name": "nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "product_id": "nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@18.19.1-1.module%2Bel8.9.0%2B21387%2B21356dec?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "product": { "name": "nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "product_id": "nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-devel@18.19.1-1.module%2Bel8.9.0%2B21387%2B21356dec?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "product": { "name": "nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "product_id": "nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@18.19.1-1.module%2Bel8.9.0%2B21387%2B21356dec?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.s390x", "product": { "name": "npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.s390x", "product_id": "npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@10.2.4-1.18.19.1.1.module%2Bel8.9.0%2B21387%2B21356dec?arch=s390x\u0026epoch=1" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "product": { "name": "nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "product_id": "nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@18.19.1-1.module%2Bel8.9.0%2B21387%2B21356dec?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "product": { "name": "nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "product_id": "nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@18.19.1-1.module%2Bel8.9.0%2B21387%2B21356dec?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "product": { "name": "nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "product_id": "nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@18.19.1-1.module%2Bel8.9.0%2B21387%2B21356dec?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "product": { "name": "nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "product_id": "nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-devel@18.19.1-1.module%2Bel8.9.0%2B21387%2B21356dec?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "product": { "name": "nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "product_id": "nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@18.19.1-1.module%2Bel8.9.0%2B21387%2B21356dec?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.ppc64le", "product": { "name": "npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.ppc64le", "product_id": "npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@10.2.4-1.18.19.1.1.module%2Bel8.9.0%2B21387%2B21356dec?arch=ppc64le\u0026epoch=1" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "product": { "name": "nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "product_id": "nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@18.19.1-1.module%2Bel8.9.0%2B21387%2B21356dec?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "product": { "name": "nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "product_id": "nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@18.19.1-1.module%2Bel8.9.0%2B21387%2B21356dec?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "product": { "name": "nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "product_id": "nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@18.19.1-1.module%2Bel8.9.0%2B21387%2B21356dec?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "product": { "name": "nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "product_id": "nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-devel@18.19.1-1.module%2Bel8.9.0%2B21387%2B21356dec?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "product": { "name": "nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "product_id": "nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@18.19.1-1.module%2Bel8.9.0%2B21387%2B21356dec?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.aarch64", "product": { "name": "npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.aarch64", "product_id": "npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@10.2.4-1.18.19.1.1.module%2Bel8.9.0%2B21387%2B21356dec?arch=aarch64\u0026epoch=1" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "nodejs:18:8090020240301110609:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5" }, "product_reference": "nodejs:18:8090020240301110609:a75119d5", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64 as a component of nodejs:18:8090020240301110609:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64" }, "product_reference": "nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le as a component of nodejs:18:8090020240301110609:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le" }, "product_reference": "nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x as a component of nodejs:18:8090020240301110609:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x" }, "product_reference": "nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.src as a component of nodejs:18:8090020240301110609:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.src" }, "product_reference": "nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.src", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64 as a component of nodejs:18:8090020240301110609:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64" }, "product_reference": "nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64 as a component of nodejs:18:8090020240301110609:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64" }, "product_reference": "nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le as a component of nodejs:18:8090020240301110609:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le" }, "product_reference": "nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x as a component of nodejs:18:8090020240301110609:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x" }, "product_reference": "nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64 as a component of nodejs:18:8090020240301110609:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64" }, "product_reference": "nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64 as a component of nodejs:18:8090020240301110609:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64" }, "product_reference": "nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le as a component of nodejs:18:8090020240301110609:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le" }, "product_reference": "nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x as a component of nodejs:18:8090020240301110609:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x" }, "product_reference": "nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64 as a component of nodejs:18:8090020240301110609:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64" }, "product_reference": "nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64 as a component of nodejs:18:8090020240301110609:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64" }, "product_reference": "nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le as a component of nodejs:18:8090020240301110609:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le" }, "product_reference": "nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x as a component of nodejs:18:8090020240301110609:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x" }, "product_reference": "nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64 as a component of nodejs:18:8090020240301110609:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64" }, "product_reference": "nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-docs-1:18.19.1-1.module+el8.9.0+21387+21356dec.noarch as a component of nodejs:18:8090020240301110609:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-docs-1:18.19.1-1.module+el8.9.0+21387+21356dec.noarch" }, "product_reference": "nodejs-docs-1:18.19.1-1.module+el8.9.0+21387+21356dec.noarch", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64 as a component of nodejs:18:8090020240301110609:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64" }, "product_reference": "nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le as a component of nodejs:18:8090020240301110609:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le" }, "product_reference": "nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x as a component of nodejs:18:8090020240301110609:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x" }, "product_reference": "nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64 as a component of nodejs:18:8090020240301110609:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64" }, "product_reference": "nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-nodemon-0:3.0.1-1.module+el8.9.0+21190+5ebd2c33.noarch as a component of nodejs:18:8090020240301110609:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+21190+5ebd2c33.noarch" }, "product_reference": "nodejs-nodemon-0:3.0.1-1.module+el8.9.0+21190+5ebd2c33.noarch", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-nodemon-0:3.0.1-1.module+el8.9.0+21190+5ebd2c33.src as a component of nodejs:18:8090020240301110609:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+21190+5ebd2c33.src" }, "product_reference": "nodejs-nodemon-0:3.0.1-1.module+el8.9.0+21190+5ebd2c33.src", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-packaging-0:2021.06-4.module+el8.9.0+21190+5ebd2c33.noarch as a component of nodejs:18:8090020240301110609:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+21190+5ebd2c33.noarch" }, "product_reference": "nodejs-packaging-0:2021.06-4.module+el8.9.0+21190+5ebd2c33.noarch", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-packaging-0:2021.06-4.module+el8.9.0+21190+5ebd2c33.src as a component of nodejs:18:8090020240301110609:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+21190+5ebd2c33.src" }, "product_reference": "nodejs-packaging-0:2021.06-4.module+el8.9.0+21190+5ebd2c33.src", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-packaging-bundler-0:2021.06-4.module+el8.9.0+21190+5ebd2c33.noarch as a component of nodejs:18:8090020240301110609:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-packaging-bundler-0:2021.06-4.module+el8.9.0+21190+5ebd2c33.noarch" }, "product_reference": "nodejs-packaging-bundler-0:2021.06-4.module+el8.9.0+21190+5ebd2c33.noarch", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.aarch64 as a component of nodejs:18:8090020240301110609:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.aarch64" }, "product_reference": "npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.ppc64le as a component of nodejs:18:8090020240301110609:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.ppc64le" }, "product_reference": "npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.s390x as a component of nodejs:18:8090020240301110609:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.s390x" }, "product_reference": "npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.x86_64 as a component of nodejs:18:8090020240301110609:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.x86_64" }, "product_reference": "npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-46809", "cwe": { "id": "CWE-208", "name": "Observable Timing Discrepancy" }, "discovery_date": "2024-02-16T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2264569" } ], "notes": [ { "category": "description", "text": "A flaw was found in Node.js. The privateDecrypt() API of the crypto library may allow a covert timing side-channel during PKCS#1 v1.5 padding error handling. This issue revealed significant timing differences in decryption for valid and invalid ciphertexts, which may allow a remote attacker to decrypt captured RSA ciphertexts or forge signatures, especially in scenarios involving API endpoints processing JSON Web Encryption messages.", "title": "Vulnerability description" }, { "category": "summary", "text": "nodejs: vulnerable to timing variant of the Bleichenbacher attack against PKCS#1 v1.5 padding (Marvin)", "title": "Vulnerability summary" }, { "category": "other", "text": "This Node.js vulnerability poses a notable risk as it allows for covert timing side-channel attacks during RSA ciphertext decryption, potentially enabling attackers to decrypt captured data or forge signatures.\n\nIt\u0027s classified as \"Medium\" severity rather than important due to its dependency on specific conditions for exploitation, such as the use of the privateDecrypt() API with PKCS#1 v1.5 padding.", "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.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.src", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-docs-1:18.19.1-1.module+el8.9.0+21387+21356dec.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+21190+5ebd2c33.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+21190+5ebd2c33.src", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+21190+5ebd2c33.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+21190+5ebd2c33.src", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-packaging-bundler-0:2021.06-4.module+el8.9.0+21190+5ebd2c33.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-46809" }, { "category": "external", "summary": "RHBZ#2264569", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2264569" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-46809", "url": "https://www.cve.org/CVERecord?id=CVE-2023-46809" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-46809", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-46809" } ], "release_date": "2024-02-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-03-26T09:31:25+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.src", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-docs-1:18.19.1-1.module+el8.9.0+21387+21356dec.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+21190+5ebd2c33.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+21190+5ebd2c33.src", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+21190+5ebd2c33.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+21190+5ebd2c33.src", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-packaging-bundler-0:2021.06-4.module+el8.9.0+21190+5ebd2c33.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:1510" }, { "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-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.src", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-docs-1:18.19.1-1.module+el8.9.0+21387+21356dec.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+21190+5ebd2c33.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+21190+5ebd2c33.src", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+21190+5ebd2c33.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+21190+5ebd2c33.src", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-packaging-bundler-0:2021.06-4.module+el8.9.0+21190+5ebd2c33.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.src", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-docs-1:18.19.1-1.module+el8.9.0+21387+21356dec.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+21190+5ebd2c33.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+21190+5ebd2c33.src", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+21190+5ebd2c33.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+21190+5ebd2c33.src", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-packaging-bundler-0:2021.06-4.module+el8.9.0+21190+5ebd2c33.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "nodejs: vulnerable to timing variant of the Bleichenbacher attack against PKCS#1 v1.5 padding (Marvin)" }, { "cve": "CVE-2024-21892", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2024-02-16T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2264582" } ], "notes": [ { "category": "description", "text": "A flaw was found in Node.js. On Linux, Node.js ignores certain environment variables if an unprivileged user has set them while the process is running with elevated privileges, except for CAP_NET_BIND_SERVICE. Due to a bug in the implementation of this exception, Node.js incorrectly applies this exception even when other capabilities have been set. This flaw allows unprivileged users to inject code that inherits the process\u0027s elevated privileges.", "title": "Vulnerability description" }, { "category": "summary", "text": "nodejs: code injection and privilege escalation through Linux capabilities", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as an Important severity rather than Critical due to several factors. While it allows unprivileged users to inject code and potentially escalate privileges in a process running with elevated privileges, it does so under specific conditions and limitations. The vulnerability only affects Linux systems where Node.js is running with elevated privileges, and it relies on a specific bug in handling environment variables set by unprivileged users. Additionally, the impact is constrained to the Node.js environment and does not directly compromise the underlying operating system.", "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.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.src", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-docs-1:18.19.1-1.module+el8.9.0+21387+21356dec.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+21190+5ebd2c33.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+21190+5ebd2c33.src", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+21190+5ebd2c33.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+21190+5ebd2c33.src", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-packaging-bundler-0:2021.06-4.module+el8.9.0+21190+5ebd2c33.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-21892" }, { "category": "external", "summary": "RHBZ#2264582", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2264582" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-21892", "url": "https://www.cve.org/CVERecord?id=CVE-2024-21892" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-21892", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21892" } ], "release_date": "2024-02-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-03-26T09:31:25+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.src", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-docs-1:18.19.1-1.module+el8.9.0+21387+21356dec.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+21190+5ebd2c33.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+21190+5ebd2c33.src", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+21190+5ebd2c33.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+21190+5ebd2c33.src", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-packaging-bundler-0:2021.06-4.module+el8.9.0+21190+5ebd2c33.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:1510" }, { "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-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.src", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-docs-1:18.19.1-1.module+el8.9.0+21387+21356dec.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+21190+5ebd2c33.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+21190+5ebd2c33.src", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+21190+5ebd2c33.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+21190+5ebd2c33.src", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-packaging-bundler-0:2021.06-4.module+el8.9.0+21190+5ebd2c33.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.src", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-docs-1:18.19.1-1.module+el8.9.0+21387+21356dec.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+21190+5ebd2c33.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+21190+5ebd2c33.src", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+21190+5ebd2c33.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+21190+5ebd2c33.src", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-packaging-bundler-0:2021.06-4.module+el8.9.0+21190+5ebd2c33.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "nodejs: code injection and privilege escalation through Linux capabilities" }, { "cve": "CVE-2024-22019", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2024-02-16T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2264574" } ], "notes": [ { "category": "description", "text": "A flaw was found in Node.js due to a lack of safeguards on chunk extension bytes. The server may read an unbounded number of bytes from a single connection, which can allow an attacker to send a specially crafted HTTP request with chunked encoding, leading to resource exhaustion and a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "nodejs: reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "While this vulnerability in Node.js HTTP servers poses a significant risk to system stability and availability, it is classified as a important severity issue rather than a critical one due to several factors. Firstly, while the vulnerability can lead to denial of service (DoS) attacks by causing resource exhaustion, it does not directly compromise the confidentiality or integrity of data stored or processed by the server. Additionally, the exploit requires the attacker to send specially crafted HTTP requests, which may limit the ease and scope of potential attacks compared to more critical vulnerabilities that can be exploited remotely without specific conditions.", "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.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.src", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-docs-1:18.19.1-1.module+el8.9.0+21387+21356dec.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+21190+5ebd2c33.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+21190+5ebd2c33.src", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+21190+5ebd2c33.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+21190+5ebd2c33.src", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-packaging-bundler-0:2021.06-4.module+el8.9.0+21190+5ebd2c33.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-22019" }, { "category": "external", "summary": "RHBZ#2264574", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2264574" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-22019", "url": "https://www.cve.org/CVERecord?id=CVE-2024-22019" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-22019", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22019" } ], "release_date": "2024-02-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-03-26T09:31:25+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.src", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-docs-1:18.19.1-1.module+el8.9.0+21387+21356dec.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+21190+5ebd2c33.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+21190+5ebd2c33.src", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+21190+5ebd2c33.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+21190+5ebd2c33.src", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-packaging-bundler-0:2021.06-4.module+el8.9.0+21190+5ebd2c33.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:1510" }, { "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-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.src", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-docs-1:18.19.1-1.module+el8.9.0+21387+21356dec.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+21190+5ebd2c33.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+21190+5ebd2c33.src", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+21190+5ebd2c33.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+21190+5ebd2c33.src", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-packaging-bundler-0:2021.06-4.module+el8.9.0+21190+5ebd2c33.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.x86_64" ] } ], "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.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.src", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debuginfo-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-debugsource-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-devel-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-docs-1:18.19.1-1.module+el8.9.0+21387+21356dec.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-full-i18n-1:18.19.1-1.module+el8.9.0+21387+21356dec.x86_64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+21190+5ebd2c33.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-nodemon-0:3.0.1-1.module+el8.9.0+21190+5ebd2c33.src", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+21190+5ebd2c33.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-packaging-0:2021.06-4.module+el8.9.0+21190+5ebd2c33.src", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:nodejs-packaging-bundler-0:2021.06-4.module+el8.9.0+21190+5ebd2c33.noarch", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.aarch64", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.ppc64le", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.s390x", "AppStream-8.9.0.Z.MAIN:nodejs:18:8090020240301110609:a75119d5:npm-1:10.2.4-1.18.19.1.1.module+el8.9.0+21387+21356dec.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "nodejs: reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks" } ] }
rhsa-2024_1932
Vulnerability from csaf_redhat
Published
2024-04-22 01:14
Modified
2024-11-06 05:34
Summary
Red Hat Security Advisory: nodejs:18 security update
Notes
Topic
An update for the nodejs:18 module is now available for Red Hat Enterprise Linux 9.2 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.
Security Fix(es):
* nodejs: vulnerable to timing variant of the Bleichenbacher attack against PKCS#1 v1.5 padding (Marvin) (CVE-2023-46809)
* nodejs: code injection and privilege escalation through Linux capabilities (CVE-2024-21892)
* nodejs: reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks (CVE-2024-22019)
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": "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 the nodejs:18 module is now available for Red Hat Enterprise Linux 9.2 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\nSecurity Fix(es):\n\n* nodejs: vulnerable to timing variant of the Bleichenbacher attack against PKCS#1 v1.5 padding (Marvin) (CVE-2023-46809)\n\n* nodejs: code injection and privilege escalation through Linux capabilities (CVE-2024-21892)\n\n* nodejs: reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks (CVE-2024-22019)\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-2024:1932", "url": "https://access.redhat.com/errata/RHSA-2024:1932" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2264569", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2264569" }, { "category": "external", "summary": "2264574", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2264574" }, { "category": "external", "summary": "2264582", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2264582" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_1932.json" } ], "title": "Red Hat Security Advisory: nodejs:18 security update", "tracking": { "current_release_date": "2024-11-06T05:34:03+00:00", "generator": { "date": "2024-11-06T05:34:03+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:1932", "initial_release_date": "2024-04-22T01:14:02+00:00", "revision_history": [ { "date": "2024-04-22T01:14:02+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-04-22T01:14:02+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T05:34:03+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.2)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.2::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "nodejs:18:9020020240322155241:rhel9", "product": { "name": "nodejs:18:9020020240322155241:rhel9", "product_id": "nodejs:18:9020020240322155241:rhel9", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/nodejs@18:9020020240322155241:rhel9" } } }, { "category": "product_version", "name": "nodejs-docs-1:18.19.1-1.module+el9.2.0+21594+a052107e.noarch", "product": { "name": "nodejs-docs-1:18.19.1-1.module+el9.2.0+21594+a052107e.noarch", "product_id": "nodejs-docs-1:18.19.1-1.module+el9.2.0+21594+a052107e.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-docs@18.19.1-1.module%2Bel9.2.0%2B21594%2Ba052107e?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-nodemon-0:3.0.1-1.module+el9.2.0.z+19753+58118bc0.noarch", "product": { "name": "nodejs-nodemon-0:3.0.1-1.module+el9.2.0.z+19753+58118bc0.noarch", "product_id": "nodejs-nodemon-0:3.0.1-1.module+el9.2.0.z+19753+58118bc0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-nodemon@3.0.1-1.module%2Bel9.2.0.z%2B19753%2B58118bc0?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.19.1-1.module+el9.2.0+21594+a052107e.src", "product": { "name": "nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.src", "product_id": "nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@18.19.1-1.module%2Bel9.2.0%2B21594%2Ba052107e?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-nodemon-0:3.0.1-1.module+el9.2.0.z+19753+58118bc0.src", "product": { "name": "nodejs-nodemon-0:3.0.1-1.module+el9.2.0.z+19753+58118bc0.src", "product_id": "nodejs-nodemon-0:3.0.1-1.module+el9.2.0.z+19753+58118bc0.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-nodemon@3.0.1-1.module%2Bel9.2.0.z%2B19753%2B58118bc0?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.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "product": { "name": "nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "product_id": "nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@18.19.1-1.module%2Bel9.2.0%2B21594%2Ba052107e?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "product": { "name": "nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "product_id": "nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@18.19.1-1.module%2Bel9.2.0%2B21594%2Ba052107e?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "product": { "name": "nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "product_id": "nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@18.19.1-1.module%2Bel9.2.0%2B21594%2Ba052107e?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "product": { "name": "nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "product_id": "nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-devel@18.19.1-1.module%2Bel9.2.0%2B21594%2Ba052107e?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "product": { "name": "nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "product_id": "nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@18.19.1-1.module%2Bel9.2.0%2B21594%2Ba052107e?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.x86_64", "product": { "name": "npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.x86_64", "product_id": "npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@10.2.4-1.18.19.1.1.module%2Bel9.2.0%2B21594%2Ba052107e?arch=x86_64\u0026epoch=1" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "product": { "name": "nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "product_id": "nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@18.19.1-1.module%2Bel9.2.0%2B21594%2Ba052107e?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "product": { "name": "nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "product_id": "nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@18.19.1-1.module%2Bel9.2.0%2B21594%2Ba052107e?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "product": { "name": "nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "product_id": "nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@18.19.1-1.module%2Bel9.2.0%2B21594%2Ba052107e?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "product": { "name": "nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "product_id": "nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-devel@18.19.1-1.module%2Bel9.2.0%2B21594%2Ba052107e?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "product": { "name": "nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "product_id": "nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@18.19.1-1.module%2Bel9.2.0%2B21594%2Ba052107e?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.s390x", "product": { "name": "npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.s390x", "product_id": "npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@10.2.4-1.18.19.1.1.module%2Bel9.2.0%2B21594%2Ba052107e?arch=s390x\u0026epoch=1" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "product": { "name": "nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "product_id": "nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@18.19.1-1.module%2Bel9.2.0%2B21594%2Ba052107e?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "product": { "name": "nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "product_id": "nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@18.19.1-1.module%2Bel9.2.0%2B21594%2Ba052107e?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "product": { "name": "nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "product_id": "nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@18.19.1-1.module%2Bel9.2.0%2B21594%2Ba052107e?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "product": { "name": "nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "product_id": "nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-devel@18.19.1-1.module%2Bel9.2.0%2B21594%2Ba052107e?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "product": { "name": "nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "product_id": "nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@18.19.1-1.module%2Bel9.2.0%2B21594%2Ba052107e?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.ppc64le", "product": { "name": "npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.ppc64le", "product_id": "npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@10.2.4-1.18.19.1.1.module%2Bel9.2.0%2B21594%2Ba052107e?arch=ppc64le\u0026epoch=1" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "product": { "name": "nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "product_id": "nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@18.19.1-1.module%2Bel9.2.0%2B21594%2Ba052107e?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "product": { "name": "nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "product_id": "nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@18.19.1-1.module%2Bel9.2.0%2B21594%2Ba052107e?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "product": { "name": "nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "product_id": "nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@18.19.1-1.module%2Bel9.2.0%2B21594%2Ba052107e?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "product": { "name": "nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "product_id": "nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-devel@18.19.1-1.module%2Bel9.2.0%2B21594%2Ba052107e?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "product": { "name": "nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "product_id": "nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@18.19.1-1.module%2Bel9.2.0%2B21594%2Ba052107e?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.aarch64", "product": { "name": "npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.aarch64", "product_id": "npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@10.2.4-1.18.19.1.1.module%2Bel9.2.0%2B21594%2Ba052107e?arch=aarch64\u0026epoch=1" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "nodejs:18:9020020240322155241:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9" }, "product_reference": "nodejs:18:9020020240322155241:rhel9", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64 as a component of nodejs:18:9020020240322155241:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64" }, "product_reference": "nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le as a component of nodejs:18:9020020240322155241:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le" }, "product_reference": "nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x as a component of nodejs:18:9020020240322155241:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x" }, "product_reference": "nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.src as a component of nodejs:18:9020020240322155241:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.src" }, "product_reference": "nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.src", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64 as a component of nodejs:18:9020020240322155241:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64" }, "product_reference": "nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64 as a component of nodejs:18:9020020240322155241:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64" }, "product_reference": "nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le as a component of nodejs:18:9020020240322155241:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le" }, "product_reference": "nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x as a component of nodejs:18:9020020240322155241:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x" }, "product_reference": "nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64 as a component of nodejs:18:9020020240322155241:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64" }, "product_reference": "nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64 as a component of nodejs:18:9020020240322155241:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64" }, "product_reference": "nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le as a component of nodejs:18:9020020240322155241:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le" }, "product_reference": "nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x as a component of nodejs:18:9020020240322155241:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x" }, "product_reference": "nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64 as a component of nodejs:18:9020020240322155241:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64" }, "product_reference": "nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64 as a component of nodejs:18:9020020240322155241:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64" }, "product_reference": "nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le as a component of nodejs:18:9020020240322155241:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le" }, "product_reference": "nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x as a component of nodejs:18:9020020240322155241:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x" }, "product_reference": "nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64 as a component of nodejs:18:9020020240322155241:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64" }, "product_reference": "nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-docs-1:18.19.1-1.module+el9.2.0+21594+a052107e.noarch as a component of nodejs:18:9020020240322155241:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-docs-1:18.19.1-1.module+el9.2.0+21594+a052107e.noarch" }, "product_reference": "nodejs-docs-1:18.19.1-1.module+el9.2.0+21594+a052107e.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64 as a component of nodejs:18:9020020240322155241:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64" }, "product_reference": "nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le as a component of nodejs:18:9020020240322155241:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le" }, "product_reference": "nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x as a component of nodejs:18:9020020240322155241:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x" }, "product_reference": "nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64 as a component of nodejs:18:9020020240322155241:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64" }, "product_reference": "nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-nodemon-0:3.0.1-1.module+el9.2.0.z+19753+58118bc0.noarch as a component of nodejs:18:9020020240322155241:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.2.0.z+19753+58118bc0.noarch" }, "product_reference": "nodejs-nodemon-0:3.0.1-1.module+el9.2.0.z+19753+58118bc0.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-nodemon-0:3.0.1-1.module+el9.2.0.z+19753+58118bc0.src as a component of nodejs:18:9020020240322155241:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.2.0.z+19753+58118bc0.src" }, "product_reference": "nodejs-nodemon-0:3.0.1-1.module+el9.2.0.z+19753+58118bc0.src", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241: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:9020020240322155241:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241: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.EUS:nodejs:18:9020020240322155241: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:9020020240322155241:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241: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.EUS:nodejs:18:9020020240322155241: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:9020020240322155241:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241: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.EUS:nodejs:18:9020020240322155241:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.aarch64 as a component of nodejs:18:9020020240322155241:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.aarch64" }, "product_reference": "npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.ppc64le as a component of nodejs:18:9020020240322155241:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.ppc64le" }, "product_reference": "npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.s390x as a component of nodejs:18:9020020240322155241:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.s390x" }, "product_reference": "npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.x86_64 as a component of nodejs:18:9020020240322155241:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.x86_64" }, "product_reference": "npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-46809", "cwe": { "id": "CWE-208", "name": "Observable Timing Discrepancy" }, "discovery_date": "2024-02-16T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2264569" } ], "notes": [ { "category": "description", "text": "A flaw was found in Node.js. The privateDecrypt() API of the crypto library may allow a covert timing side-channel during PKCS#1 v1.5 padding error handling. This issue revealed significant timing differences in decryption for valid and invalid ciphertexts, which may allow a remote attacker to decrypt captured RSA ciphertexts or forge signatures, especially in scenarios involving API endpoints processing JSON Web Encryption messages.", "title": "Vulnerability description" }, { "category": "summary", "text": "nodejs: vulnerable to timing variant of the Bleichenbacher attack against PKCS#1 v1.5 padding (Marvin)", "title": "Vulnerability summary" }, { "category": "other", "text": "This Node.js vulnerability poses a notable risk as it allows for covert timing side-channel attacks during RSA ciphertext decryption, potentially enabling attackers to decrypt captured data or forge signatures.\n\nIt\u0027s classified as \"Medium\" severity rather than important due to its dependency on specific conditions for exploitation, such as the use of the privateDecrypt() API with PKCS#1 v1.5 padding.", "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.EUS:nodejs:18:9020020240322155241:rhel9", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.src", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-docs-1:18.19.1-1.module+el9.2.0+21594+a052107e.noarch", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.2.0.z+19753+58118bc0.noarch", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.2.0.z+19753+58118bc0.src", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-46809" }, { "category": "external", "summary": "RHBZ#2264569", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2264569" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-46809", "url": "https://www.cve.org/CVERecord?id=CVE-2023-46809" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-46809", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-46809" } ], "release_date": "2024-02-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-04-22T01:14:02+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.src", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-docs-1:18.19.1-1.module+el9.2.0+21594+a052107e.noarch", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.2.0.z+19753+58118bc0.noarch", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.2.0.z+19753+58118bc0.src", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:1932" }, { "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.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.src", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-docs-1:18.19.1-1.module+el9.2.0+21594+a052107e.noarch", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.2.0.z+19753+58118bc0.noarch", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.2.0.z+19753+58118bc0.src", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.src", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-docs-1:18.19.1-1.module+el9.2.0+21594+a052107e.noarch", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.2.0.z+19753+58118bc0.noarch", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.2.0.z+19753+58118bc0.src", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "nodejs: vulnerable to timing variant of the Bleichenbacher attack against PKCS#1 v1.5 padding (Marvin)" }, { "cve": "CVE-2024-21892", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2024-02-16T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2264582" } ], "notes": [ { "category": "description", "text": "A flaw was found in Node.js. On Linux, Node.js ignores certain environment variables if an unprivileged user has set them while the process is running with elevated privileges, except for CAP_NET_BIND_SERVICE. Due to a bug in the implementation of this exception, Node.js incorrectly applies this exception even when other capabilities have been set. This flaw allows unprivileged users to inject code that inherits the process\u0027s elevated privileges.", "title": "Vulnerability description" }, { "category": "summary", "text": "nodejs: code injection and privilege escalation through Linux capabilities", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as an Important severity rather than Critical due to several factors. While it allows unprivileged users to inject code and potentially escalate privileges in a process running with elevated privileges, it does so under specific conditions and limitations. The vulnerability only affects Linux systems where Node.js is running with elevated privileges, and it relies on a specific bug in handling environment variables set by unprivileged users. Additionally, the impact is constrained to the Node.js environment and does not directly compromise the underlying operating system.", "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.EUS:nodejs:18:9020020240322155241:rhel9", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.src", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-docs-1:18.19.1-1.module+el9.2.0+21594+a052107e.noarch", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.2.0.z+19753+58118bc0.noarch", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.2.0.z+19753+58118bc0.src", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-21892" }, { "category": "external", "summary": "RHBZ#2264582", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2264582" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-21892", "url": "https://www.cve.org/CVERecord?id=CVE-2024-21892" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-21892", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21892" } ], "release_date": "2024-02-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-04-22T01:14:02+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.src", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-docs-1:18.19.1-1.module+el9.2.0+21594+a052107e.noarch", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.2.0.z+19753+58118bc0.noarch", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.2.0.z+19753+58118bc0.src", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:1932" }, { "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.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.src", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-docs-1:18.19.1-1.module+el9.2.0+21594+a052107e.noarch", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.2.0.z+19753+58118bc0.noarch", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.2.0.z+19753+58118bc0.src", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.src", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-docs-1:18.19.1-1.module+el9.2.0+21594+a052107e.noarch", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.2.0.z+19753+58118bc0.noarch", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.2.0.z+19753+58118bc0.src", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "nodejs: code injection and privilege escalation through Linux capabilities" }, { "cve": "CVE-2024-22019", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2024-02-16T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2264574" } ], "notes": [ { "category": "description", "text": "A flaw was found in Node.js due to a lack of safeguards on chunk extension bytes. The server may read an unbounded number of bytes from a single connection, which can allow an attacker to send a specially crafted HTTP request with chunked encoding, leading to resource exhaustion and a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "nodejs: reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "While this vulnerability in Node.js HTTP servers poses a significant risk to system stability and availability, it is classified as a important severity issue rather than a critical one due to several factors. Firstly, while the vulnerability can lead to denial of service (DoS) attacks by causing resource exhaustion, it does not directly compromise the confidentiality or integrity of data stored or processed by the server. Additionally, the exploit requires the attacker to send specially crafted HTTP requests, which may limit the ease and scope of potential attacks compared to more critical vulnerabilities that can be exploited remotely without specific conditions.", "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.EUS:nodejs:18:9020020240322155241:rhel9", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.src", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-docs-1:18.19.1-1.module+el9.2.0+21594+a052107e.noarch", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.2.0.z+19753+58118bc0.noarch", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.2.0.z+19753+58118bc0.src", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-22019" }, { "category": "external", "summary": "RHBZ#2264574", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2264574" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-22019", "url": "https://www.cve.org/CVERecord?id=CVE-2024-22019" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-22019", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22019" } ], "release_date": "2024-02-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-04-22T01:14:02+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.src", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-docs-1:18.19.1-1.module+el9.2.0+21594+a052107e.noarch", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.2.0.z+19753+58118bc0.noarch", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.2.0.z+19753+58118bc0.src", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:1932" }, { "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.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.src", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-docs-1:18.19.1-1.module+el9.2.0+21594+a052107e.noarch", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.2.0.z+19753+58118bc0.noarch", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.2.0.z+19753+58118bc0.src", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.x86_64" ] } ], "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.EUS:nodejs:18:9020020240322155241:rhel9", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.src", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debuginfo-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-debugsource-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-devel-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-docs-1:18.19.1-1.module+el9.2.0+21594+a052107e.noarch", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-full-i18n-1:18.19.1-1.module+el9.2.0+21594+a052107e.x86_64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.2.0.z+19753+58118bc0.noarch", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.2.0.z+19753+58118bc0.src", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.aarch64", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.s390x", "AppStream-9.2.0.Z.EUS:nodejs:18:9020020240322155241:rhel9:npm-1:10.2.4-1.18.19.1.1.module+el9.2.0+21594+a052107e.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "nodejs: reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks" } ] }
rhsa-2024_1880
Vulnerability from csaf_redhat
Published
2024-04-18 02:16
Modified
2024-11-06 05:31
Summary
Red Hat Security Advisory: nodejs:18 security update
Notes
Topic
An update for the nodejs:18 module is now available for Red Hat Enterprise Linux 8.8 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.
Security Fix(es):
* nodejs:18/nodejs: reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks (CVE-2024-22019)
* nodejs:18/nodejs: vulnerable to timing variant of the Bleichenbacher attack against PKCS#1 v1.5 padding (Marvin) (CVE-2023-46809)
* nodejs:18/nodejs: code injection and privilege escalation through Linux capabilities (CVE-2024-21892)
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": "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 the nodejs:18 module is now available for Red Hat Enterprise Linux 8.8 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of\nImportant. 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\nnetwork applications in the JavaScript programming language.\n\nSecurity Fix(es):\n\n* nodejs:18/nodejs: reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks (CVE-2024-22019)\n\n* nodejs:18/nodejs: vulnerable to timing variant of the Bleichenbacher attack against PKCS#1 v1.5 padding (Marvin) (CVE-2023-46809)\n\n* nodejs:18/nodejs: code injection and privilege escalation through Linux capabilities (CVE-2024-21892)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, 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-2024:1880", "url": "https://access.redhat.com/errata/RHSA-2024:1880" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2264569", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2264569" }, { "category": "external", "summary": "2264574", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2264574" }, { "category": "external", "summary": "2264582", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2264582" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_1880.json" } ], "title": "Red Hat Security Advisory: nodejs:18 security update", "tracking": { "current_release_date": "2024-11-06T05:31:39+00:00", "generator": { "date": "2024-11-06T05:31:39+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:1880", "initial_release_date": "2024-04-18T02:16:48+00:00", "revision_history": [ { "date": "2024-04-18T02:16:48+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-04-18T02:16:48+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T05:31:39+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.8.8)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "nodejs:18:8080020240322102042:63b34585", "product": { "name": "nodejs:18:8080020240322102042:63b34585", "product_id": "nodejs:18:8080020240322102042:63b34585", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/nodejs@18:8080020240322102042:63b34585" } } }, { "category": "product_version", "name": "nodejs-docs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.noarch", "product": { "name": "nodejs-docs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.noarch", "product_id": "nodejs-docs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-docs@18.19.1-1.module%2Bel8.8.0%2B21592%2B14a8b93e?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19757+8ca87034.noarch", "product": { "name": "nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19757+8ca87034.noarch", "product_id": "nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19757+8ca87034.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-nodemon@3.0.1-1.module%2Bel8.8.0%2B19757%2B8ca87034?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.19.1-1.module+el8.8.0+21592+14a8b93e.src", "product": { "name": "nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.src", "product_id": "nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@18.19.1-1.module%2Bel8.8.0%2B21592%2B14a8b93e?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19757+8ca87034.src", "product": { "name": "nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19757+8ca87034.src", "product_id": "nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19757+8ca87034.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-nodemon@3.0.1-1.module%2Bel8.8.0%2B19757%2B8ca87034?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.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "product": { "name": "nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "product_id": "nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@18.19.1-1.module%2Bel8.8.0%2B21592%2B14a8b93e?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "product": { "name": "nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "product_id": "nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@18.19.1-1.module%2Bel8.8.0%2B21592%2B14a8b93e?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "product": { "name": "nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "product_id": "nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@18.19.1-1.module%2Bel8.8.0%2B21592%2B14a8b93e?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "product": { "name": "nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "product_id": "nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-devel@18.19.1-1.module%2Bel8.8.0%2B21592%2B14a8b93e?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "product": { "name": "nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "product_id": "nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@18.19.1-1.module%2Bel8.8.0%2B21592%2B14a8b93e?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.x86_64", "product": { "name": "npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.x86_64", "product_id": "npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@10.2.4-1.18.19.1.1.module%2Bel8.8.0%2B21592%2B14a8b93e?arch=x86_64\u0026epoch=1" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "product": { "name": "nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "product_id": "nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@18.19.1-1.module%2Bel8.8.0%2B21592%2B14a8b93e?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "product": { "name": "nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "product_id": "nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@18.19.1-1.module%2Bel8.8.0%2B21592%2B14a8b93e?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "product": { "name": "nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "product_id": "nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@18.19.1-1.module%2Bel8.8.0%2B21592%2B14a8b93e?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "product": { "name": "nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "product_id": "nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-devel@18.19.1-1.module%2Bel8.8.0%2B21592%2B14a8b93e?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "product": { "name": "nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "product_id": "nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@18.19.1-1.module%2Bel8.8.0%2B21592%2B14a8b93e?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.s390x", "product": { "name": "npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.s390x", "product_id": "npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@10.2.4-1.18.19.1.1.module%2Bel8.8.0%2B21592%2B14a8b93e?arch=s390x\u0026epoch=1" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "product": { "name": "nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "product_id": "nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@18.19.1-1.module%2Bel8.8.0%2B21592%2B14a8b93e?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "product": { "name": "nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "product_id": "nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@18.19.1-1.module%2Bel8.8.0%2B21592%2B14a8b93e?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "product": { "name": "nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "product_id": "nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@18.19.1-1.module%2Bel8.8.0%2B21592%2B14a8b93e?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "product": { "name": "nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "product_id": "nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-devel@18.19.1-1.module%2Bel8.8.0%2B21592%2B14a8b93e?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "product": { "name": "nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "product_id": "nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@18.19.1-1.module%2Bel8.8.0%2B21592%2B14a8b93e?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.ppc64le", "product": { "name": "npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.ppc64le", "product_id": "npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@10.2.4-1.18.19.1.1.module%2Bel8.8.0%2B21592%2B14a8b93e?arch=ppc64le\u0026epoch=1" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "product": { "name": "nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "product_id": "nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@18.19.1-1.module%2Bel8.8.0%2B21592%2B14a8b93e?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "product": { "name": "nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "product_id": "nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@18.19.1-1.module%2Bel8.8.0%2B21592%2B14a8b93e?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "product": { "name": "nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "product_id": "nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@18.19.1-1.module%2Bel8.8.0%2B21592%2B14a8b93e?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "product": { "name": "nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "product_id": "nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-devel@18.19.1-1.module%2Bel8.8.0%2B21592%2B14a8b93e?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "product": { "name": "nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "product_id": "nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@18.19.1-1.module%2Bel8.8.0%2B21592%2B14a8b93e?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.aarch64", "product": { "name": "npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.aarch64", "product_id": "npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@10.2.4-1.18.19.1.1.module%2Bel8.8.0%2B21592%2B14a8b93e?arch=aarch64\u0026epoch=1" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "nodejs:18:8080020240322102042:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585" }, "product_reference": "nodejs:18:8080020240322102042:63b34585", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64 as a component of nodejs:18:8080020240322102042:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64" }, "product_reference": "nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le as a component of nodejs:18:8080020240322102042:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le" }, "product_reference": "nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x as a component of nodejs:18:8080020240322102042:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x" }, "product_reference": "nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.src as a component of nodejs:18:8080020240322102042:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.src" }, "product_reference": "nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64 as a component of nodejs:18:8080020240322102042:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64" }, "product_reference": "nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64 as a component of nodejs:18:8080020240322102042:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64" }, "product_reference": "nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le as a component of nodejs:18:8080020240322102042:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le" }, "product_reference": "nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x as a component of nodejs:18:8080020240322102042:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x" }, "product_reference": "nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64 as a component of nodejs:18:8080020240322102042:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64" }, "product_reference": "nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64 as a component of nodejs:18:8080020240322102042:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64" }, "product_reference": "nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le as a component of nodejs:18:8080020240322102042:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le" }, "product_reference": "nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x as a component of nodejs:18:8080020240322102042:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x" }, "product_reference": "nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64 as a component of nodejs:18:8080020240322102042:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64" }, "product_reference": "nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64 as a component of nodejs:18:8080020240322102042:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64" }, "product_reference": "nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le as a component of nodejs:18:8080020240322102042:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le" }, "product_reference": "nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x as a component of nodejs:18:8080020240322102042:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x" }, "product_reference": "nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64 as a component of nodejs:18:8080020240322102042:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64" }, "product_reference": "nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-docs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.noarch as a component of nodejs:18:8080020240322102042:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-docs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.noarch" }, "product_reference": "nodejs-docs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64 as a component of nodejs:18:8080020240322102042:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64" }, "product_reference": "nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le as a component of nodejs:18:8080020240322102042:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le" }, "product_reference": "nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x as a component of nodejs:18:8080020240322102042:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x" }, "product_reference": "nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64 as a component of nodejs:18:8080020240322102042:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64" }, "product_reference": "nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19757+8ca87034.noarch as a component of nodejs:18:8080020240322102042:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19757+8ca87034.noarch" }, "product_reference": "nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19757+8ca87034.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19757+8ca87034.src as a component of nodejs:18:8080020240322102042:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19757+8ca87034.src" }, "product_reference": "nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19757+8ca87034.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585" }, { "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:8080020240322102042:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585: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.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585" }, { "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:8080020240322102042:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585: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.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585" }, { "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:8080020240322102042:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585: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.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.aarch64 as a component of nodejs:18:8080020240322102042:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.aarch64" }, "product_reference": "npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.ppc64le as a component of nodejs:18:8080020240322102042:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.ppc64le" }, "product_reference": "npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.s390x as a component of nodejs:18:8080020240322102042:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.s390x" }, "product_reference": "npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.x86_64 as a component of nodejs:18:8080020240322102042:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.x86_64" }, "product_reference": "npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-46809", "cwe": { "id": "CWE-208", "name": "Observable Timing Discrepancy" }, "discovery_date": "2024-02-16T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2264569" } ], "notes": [ { "category": "description", "text": "A flaw was found in Node.js. The privateDecrypt() API of the crypto library may allow a covert timing side-channel during PKCS#1 v1.5 padding error handling. This issue revealed significant timing differences in decryption for valid and invalid ciphertexts, which may allow a remote attacker to decrypt captured RSA ciphertexts or forge signatures, especially in scenarios involving API endpoints processing JSON Web Encryption messages.", "title": "Vulnerability description" }, { "category": "summary", "text": "nodejs: vulnerable to timing variant of the Bleichenbacher attack against PKCS#1 v1.5 padding (Marvin)", "title": "Vulnerability summary" }, { "category": "other", "text": "This Node.js vulnerability poses a notable risk as it allows for covert timing side-channel attacks during RSA ciphertext decryption, potentially enabling attackers to decrypt captured data or forge signatures.\n\nIt\u0027s classified as \"Medium\" severity rather than important due to its dependency on specific conditions for exploitation, such as the use of the privateDecrypt() API with PKCS#1 v1.5 padding.", "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.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.src", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-docs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.noarch", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19757+8ca87034.noarch", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19757+8ca87034.src", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.src", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-packaging-bundler-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-46809" }, { "category": "external", "summary": "RHBZ#2264569", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2264569" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-46809", "url": "https://www.cve.org/CVERecord?id=CVE-2023-46809" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-46809", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-46809" } ], "release_date": "2024-02-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-04-18T02:16:48+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.src", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-docs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.noarch", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19757+8ca87034.noarch", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19757+8ca87034.src", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.src", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-packaging-bundler-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:1880" }, { "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-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.src", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-docs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.noarch", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19757+8ca87034.noarch", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19757+8ca87034.src", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.src", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-packaging-bundler-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.src", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-docs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.noarch", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19757+8ca87034.noarch", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19757+8ca87034.src", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.src", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-packaging-bundler-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "nodejs: vulnerable to timing variant of the Bleichenbacher attack against PKCS#1 v1.5 padding (Marvin)" }, { "cve": "CVE-2024-21892", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2024-02-16T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2264582" } ], "notes": [ { "category": "description", "text": "A flaw was found in Node.js. On Linux, Node.js ignores certain environment variables if an unprivileged user has set them while the process is running with elevated privileges, except for CAP_NET_BIND_SERVICE. Due to a bug in the implementation of this exception, Node.js incorrectly applies this exception even when other capabilities have been set. This flaw allows unprivileged users to inject code that inherits the process\u0027s elevated privileges.", "title": "Vulnerability description" }, { "category": "summary", "text": "nodejs: code injection and privilege escalation through Linux capabilities", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as an Important severity rather than Critical due to several factors. While it allows unprivileged users to inject code and potentially escalate privileges in a process running with elevated privileges, it does so under specific conditions and limitations. The vulnerability only affects Linux systems where Node.js is running with elevated privileges, and it relies on a specific bug in handling environment variables set by unprivileged users. Additionally, the impact is constrained to the Node.js environment and does not directly compromise the underlying operating system.", "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.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.src", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-docs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.noarch", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19757+8ca87034.noarch", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19757+8ca87034.src", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.src", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-packaging-bundler-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-21892" }, { "category": "external", "summary": "RHBZ#2264582", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2264582" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-21892", "url": "https://www.cve.org/CVERecord?id=CVE-2024-21892" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-21892", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21892" } ], "release_date": "2024-02-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-04-18T02:16:48+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.src", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-docs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.noarch", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19757+8ca87034.noarch", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19757+8ca87034.src", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.src", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-packaging-bundler-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:1880" }, { "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-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.src", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-docs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.noarch", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19757+8ca87034.noarch", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19757+8ca87034.src", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.src", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-packaging-bundler-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.src", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-docs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.noarch", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19757+8ca87034.noarch", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19757+8ca87034.src", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.src", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-packaging-bundler-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "nodejs: code injection and privilege escalation through Linux capabilities" }, { "cve": "CVE-2024-22019", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2024-02-16T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2264574" } ], "notes": [ { "category": "description", "text": "A flaw was found in Node.js due to a lack of safeguards on chunk extension bytes. The server may read an unbounded number of bytes from a single connection, which can allow an attacker to send a specially crafted HTTP request with chunked encoding, leading to resource exhaustion and a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "nodejs: reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "While this vulnerability in Node.js HTTP servers poses a significant risk to system stability and availability, it is classified as a important severity issue rather than a critical one due to several factors. Firstly, while the vulnerability can lead to denial of service (DoS) attacks by causing resource exhaustion, it does not directly compromise the confidentiality or integrity of data stored or processed by the server. Additionally, the exploit requires the attacker to send specially crafted HTTP requests, which may limit the ease and scope of potential attacks compared to more critical vulnerabilities that can be exploited remotely without specific conditions.", "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.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.src", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-docs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.noarch", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19757+8ca87034.noarch", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19757+8ca87034.src", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.src", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-packaging-bundler-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-22019" }, { "category": "external", "summary": "RHBZ#2264574", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2264574" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-22019", "url": "https://www.cve.org/CVERecord?id=CVE-2024-22019" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-22019", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22019" } ], "release_date": "2024-02-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-04-18T02:16:48+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.src", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-docs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.noarch", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19757+8ca87034.noarch", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19757+8ca87034.src", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.src", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-packaging-bundler-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:1880" }, { "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-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.src", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-docs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.noarch", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19757+8ca87034.noarch", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19757+8ca87034.src", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.src", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-packaging-bundler-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.x86_64" ] } ], "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.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.src", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debuginfo-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-debugsource-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-devel-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-docs-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.noarch", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-full-i18n-1:18.19.1-1.module+el8.8.0+21592+14a8b93e.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19757+8ca87034.noarch", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19757+8ca87034.src", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.src", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:nodejs-packaging-bundler-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.s390x", "AppStream-8.8.0.Z.EUS:nodejs:18:8080020240322102042:63b34585:npm-1:10.2.4-1.18.19.1.1.module+el8.8.0+21592+14a8b93e.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "nodejs: reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks" } ] }
rhsa-2024_1688
Vulnerability from csaf_redhat
Published
2024-04-08 08:54
Modified
2024-11-06 05:25
Summary
Red Hat Security Advisory: nodejs:20 security update
Notes
Topic
An update for the nodejs:20 module is now available for Red Hat Enterprise Linux 9.
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.
Security Fix(es):
* nodejs: vulnerable to timing variant of the Bleichenbacher attack against PKCS#1 v1.5 padding (Marvin) (CVE-2023-46809)
* nodejs: reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks (CVE-2024-22019)
* nodejs: code injection and privilege escalation through Linux capabilities (CVE-2024-21892)
* nodejs: path traversal by monkey-patching buffer internals (CVE-2024-21896)
* nodejs: multiple permission model bypasses due to improper path traversal sequence sanitization (CVE-2024-21891)
* nodejs: improper handling of wildcards in --allow-fs-read and --allow-fs-write (CVE-2024-21890)
* nodejs: setuid() does not drop all privileges due to io_uring (CVE-2024-22017)
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 the nodejs:20 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\nImportant. A Common Vulnerability Scoring System (CVSS) base score, which gives\na detailed severity rating, is available for each vulnerability from the CVE\nlink(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Node.js is a software development platform for building fast and scalable\nnetwork applications in the JavaScript programming language.\n\nSecurity Fix(es):\n\n* nodejs: vulnerable to timing variant of the Bleichenbacher attack against PKCS#1 v1.5 padding (Marvin) (CVE-2023-46809)\n\n* nodejs: reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks (CVE-2024-22019)\n\n* nodejs: code injection and privilege escalation through Linux capabilities (CVE-2024-21892)\n\n* nodejs: path traversal by monkey-patching buffer internals (CVE-2024-21896)\n\n* nodejs: multiple permission model bypasses due to improper path traversal sequence sanitization (CVE-2024-21891)\n\n* nodejs: improper handling of wildcards in --allow-fs-read and --allow-fs-write (CVE-2024-21890)\n\n* nodejs: setuid() does not drop all privileges due to io_uring (CVE-2024-22017)", "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-2024:1688", "url": "https://access.redhat.com/errata/RHSA-2024:1688" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2264569", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2264569" }, { "category": "external", "summary": "2264574", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2264574" }, { "category": "external", "summary": "2264582", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2264582" }, { "category": "external", "summary": "2265717", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265717" }, { "category": "external", "summary": "2265720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265720" }, { "category": "external", "summary": "2265722", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265722" }, { "category": "external", "summary": "2265727", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265727" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_1688.json" } ], "title": "Red Hat Security Advisory: nodejs:20 security update", "tracking": { "current_release_date": "2024-11-06T05:25:06+00:00", "generator": { "date": "2024-11-06T05:25:06+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:1688", "initial_release_date": "2024-04-08T08:54:12+00:00", "revision_history": [ { "date": "2024-04-08T08:54:12+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-04-08T08:54:12+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T05:25: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. 9)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN", "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:20:9030020240229115828:rhel9", "product": { "name": "nodejs:20:9030020240229115828:rhel9", "product_id": "nodejs:20:9030020240229115828:rhel9", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/nodejs@20:9030020240229115828:rhel9" } } }, { "category": "product_version", "name": "nodejs-docs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.noarch", "product": { "name": "nodejs-docs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.noarch", "product_id": "nodejs-docs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-docs@20.11.1-1.module%2Bel9.3.0%2B21385%2Bbac43d5a?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.noarch", "product": { "name": "nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.noarch", "product_id": "nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-nodemon@3.0.1-1.module%2Bel9.3.0.z%2B20478%2B84a9f781?arch=noarch" } } }, { "category": "product_version", "name": "nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "product": { "name": "nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "product_id": "nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-packaging@2021.06-4.module%2Bel9.3.0%2B19518%2B63aad52d?arch=noarch" } } }, { "category": "product_version", "name": "nodejs-packaging-bundler-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "product": { "name": "nodejs-packaging-bundler-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "product_id": "nodejs-packaging-bundler-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-packaging-bundler@2021.06-4.module%2Bel9.3.0%2B19518%2B63aad52d?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.src", "product": { "name": "nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.src", "product_id": "nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@20.11.1-1.module%2Bel9.3.0%2B21385%2Bbac43d5a?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.src", "product": { "name": "nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.src", "product_id": "nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-nodemon@3.0.1-1.module%2Bel9.3.0.z%2B20478%2B84a9f781?arch=src" } } }, { "category": "product_version", "name": "nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.src", "product": { "name": "nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.src", "product_id": "nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-packaging@2021.06-4.module%2Bel9.3.0%2B19518%2B63aad52d?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "product": { "name": "nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "product_id": "nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@20.11.1-1.module%2Bel9.3.0%2B21385%2Bbac43d5a?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "product": { "name": "nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "product_id": "nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@20.11.1-1.module%2Bel9.3.0%2B21385%2Bbac43d5a?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "product": { "name": "nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "product_id": "nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@20.11.1-1.module%2Bel9.3.0%2B21385%2Bbac43d5a?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "product": { "name": "nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "product_id": "nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-devel@20.11.1-1.module%2Bel9.3.0%2B21385%2Bbac43d5a?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "product": { "name": "nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "product_id": "nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@20.11.1-1.module%2Bel9.3.0%2B21385%2Bbac43d5a?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.x86_64", "product": { "name": "npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.x86_64", "product_id": "npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@10.2.4-1.20.11.1.1.module%2Bel9.3.0%2B21385%2Bbac43d5a?arch=x86_64\u0026epoch=1" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "product": { "name": "nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "product_id": "nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@20.11.1-1.module%2Bel9.3.0%2B21385%2Bbac43d5a?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "product": { "name": "nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "product_id": "nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@20.11.1-1.module%2Bel9.3.0%2B21385%2Bbac43d5a?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "product": { "name": "nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "product_id": "nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@20.11.1-1.module%2Bel9.3.0%2B21385%2Bbac43d5a?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "product": { "name": "nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "product_id": "nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-devel@20.11.1-1.module%2Bel9.3.0%2B21385%2Bbac43d5a?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "product": { "name": "nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "product_id": "nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@20.11.1-1.module%2Bel9.3.0%2B21385%2Bbac43d5a?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.s390x", "product": { "name": "npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.s390x", "product_id": "npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@10.2.4-1.20.11.1.1.module%2Bel9.3.0%2B21385%2Bbac43d5a?arch=s390x\u0026epoch=1" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "product": { "name": "nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "product_id": "nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@20.11.1-1.module%2Bel9.3.0%2B21385%2Bbac43d5a?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "product": { "name": "nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "product_id": "nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@20.11.1-1.module%2Bel9.3.0%2B21385%2Bbac43d5a?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "product": { "name": "nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "product_id": "nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@20.11.1-1.module%2Bel9.3.0%2B21385%2Bbac43d5a?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "product": { "name": "nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "product_id": "nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-devel@20.11.1-1.module%2Bel9.3.0%2B21385%2Bbac43d5a?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "product": { "name": "nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "product_id": "nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@20.11.1-1.module%2Bel9.3.0%2B21385%2Bbac43d5a?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.ppc64le", "product": { "name": "npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.ppc64le", "product_id": "npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@10.2.4-1.20.11.1.1.module%2Bel9.3.0%2B21385%2Bbac43d5a?arch=ppc64le\u0026epoch=1" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "product": { "name": "nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "product_id": "nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@20.11.1-1.module%2Bel9.3.0%2B21385%2Bbac43d5a?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "product": { "name": "nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "product_id": "nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@20.11.1-1.module%2Bel9.3.0%2B21385%2Bbac43d5a?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "product": { "name": "nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "product_id": "nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@20.11.1-1.module%2Bel9.3.0%2B21385%2Bbac43d5a?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "product": { "name": "nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "product_id": "nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-devel@20.11.1-1.module%2Bel9.3.0%2B21385%2Bbac43d5a?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "product": { "name": "nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "product_id": "nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@20.11.1-1.module%2Bel9.3.0%2B21385%2Bbac43d5a?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.aarch64", "product": { "name": "npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.aarch64", "product_id": "npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@10.2.4-1.20.11.1.1.module%2Bel9.3.0%2B21385%2Bbac43d5a?arch=aarch64\u0026epoch=1" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "nodejs:20:9030020240229115828:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9" }, "product_reference": "nodejs:20:9030020240229115828:rhel9", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64 as a component of nodejs:20:9030020240229115828:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64" }, "product_reference": "nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le as a component of nodejs:20:9030020240229115828:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le" }, "product_reference": "nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x as a component of nodejs:20:9030020240229115828:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x" }, "product_reference": "nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.src as a component of nodejs:20:9030020240229115828:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.src" }, "product_reference": "nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.src", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64 as a component of nodejs:20:9030020240229115828:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64" }, "product_reference": "nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64 as a component of nodejs:20:9030020240229115828:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64" }, "product_reference": "nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le as a component of nodejs:20:9030020240229115828:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le" }, "product_reference": "nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x as a component of nodejs:20:9030020240229115828:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x" }, "product_reference": "nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64 as a component of nodejs:20:9030020240229115828:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64" }, "product_reference": "nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64 as a component of nodejs:20:9030020240229115828:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64" }, "product_reference": "nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le as a component of nodejs:20:9030020240229115828:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le" }, "product_reference": "nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x as a component of nodejs:20:9030020240229115828:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x" }, "product_reference": "nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64 as a component of nodejs:20:9030020240229115828:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64" }, "product_reference": "nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64 as a component of nodejs:20:9030020240229115828:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64" }, "product_reference": "nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le as a component of nodejs:20:9030020240229115828:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le" }, "product_reference": "nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x as a component of nodejs:20:9030020240229115828:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x" }, "product_reference": "nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64 as a component of nodejs:20:9030020240229115828:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64" }, "product_reference": "nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-docs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.noarch as a component of nodejs:20:9030020240229115828:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-docs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.noarch" }, "product_reference": "nodejs-docs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.noarch", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64 as a component of nodejs:20:9030020240229115828:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64" }, "product_reference": "nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le as a component of nodejs:20:9030020240229115828:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le" }, "product_reference": "nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x as a component of nodejs:20:9030020240229115828:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x" }, "product_reference": "nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64 as a component of nodejs:20:9030020240229115828:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64" }, "product_reference": "nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.noarch as a component of nodejs:20:9030020240229115828:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.noarch" }, "product_reference": "nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.noarch", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.src as a component of nodejs:20:9030020240229115828:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.src" }, "product_reference": "nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.src", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch as a component of nodejs:20:9030020240229115828:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch" }, "product_reference": "nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.src as a component of nodejs:20:9030020240229115828:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.src" }, "product_reference": "nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.src", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-packaging-bundler-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch as a component of nodejs:20:9030020240229115828:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch" }, "product_reference": "nodejs-packaging-bundler-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.aarch64 as a component of nodejs:20:9030020240229115828:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.aarch64" }, "product_reference": "npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.ppc64le as a component of nodejs:20:9030020240229115828:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.ppc64le" }, "product_reference": "npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.s390x as a component of nodejs:20:9030020240229115828:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.s390x" }, "product_reference": "npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.x86_64 as a component of nodejs:20:9030020240229115828:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.x86_64" }, "product_reference": "npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-46809", "cwe": { "id": "CWE-208", "name": "Observable Timing Discrepancy" }, "discovery_date": "2024-02-16T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2264569" } ], "notes": [ { "category": "description", "text": "A flaw was found in Node.js. The privateDecrypt() API of the crypto library may allow a covert timing side-channel during PKCS#1 v1.5 padding error handling. This issue revealed significant timing differences in decryption for valid and invalid ciphertexts, which may allow a remote attacker to decrypt captured RSA ciphertexts or forge signatures, especially in scenarios involving API endpoints processing JSON Web Encryption messages.", "title": "Vulnerability description" }, { "category": "summary", "text": "nodejs: vulnerable to timing variant of the Bleichenbacher attack against PKCS#1 v1.5 padding (Marvin)", "title": "Vulnerability summary" }, { "category": "other", "text": "This Node.js vulnerability poses a notable risk as it allows for covert timing side-channel attacks during RSA ciphertext decryption, potentially enabling attackers to decrypt captured data or forge signatures.\n\nIt\u0027s classified as \"Medium\" severity rather than important due to its dependency on specific conditions for exploitation, such as the use of the privateDecrypt() API with PKCS#1 v1.5 padding.", "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.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-docs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-46809" }, { "category": "external", "summary": "RHBZ#2264569", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2264569" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-46809", "url": "https://www.cve.org/CVERecord?id=CVE-2023-46809" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-46809", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-46809" } ], "release_date": "2024-02-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-04-08T08:54:12+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-docs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:1688" }, { "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.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-docs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-docs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "nodejs: vulnerable to timing variant of the Bleichenbacher attack against PKCS#1 v1.5 padding (Marvin)" }, { "cve": "CVE-2024-21890", "cwe": { "id": "CWE-1059", "name": "Insufficient Technical Documentation" }, "discovery_date": "2024-02-23T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2265722" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Node.js Permission Model, where it is not clarified in the documentation that wildcards should only be used as the last character of a file path. For example: --allow-fs-read=/home/node/.ssh/*.pub will ignore pub and give access to everything after .ssh/.", "title": "Vulnerability description" }, { "category": "summary", "text": "nodejs: improper handling of wildcards in --allow-fs-read and --allow-fs-write", "title": "Vulnerability summary" }, { "category": "other", "text": "This misleading documentation affects all users using the experimental permission model in active release lines 20.x and 21.x.", "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.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-docs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-21890" }, { "category": "external", "summary": "RHBZ#2265722", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265722" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-21890", "url": "https://www.cve.org/CVERecord?id=CVE-2024-21890" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-21890", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21890" } ], "release_date": "2024-02-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-04-08T08:54:12+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-docs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:1688" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 5.0, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-docs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "nodejs: improper handling of wildcards in --allow-fs-read and --allow-fs-write" }, { "cve": "CVE-2024-21891", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "discovery_date": "2024-02-23T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2265720" } ], "notes": [ { "category": "description", "text": "A flaw was found in Node.js. Node.js depends on multiple built-in utility functions to normalize paths provided to node:fs functions, which can be overwritten with user-defined implementations, leading to a filesystem permission model bypass through a path traversal attack.", "title": "Vulnerability description" }, { "category": "summary", "text": "nodejs: multiple permission model bypasses due to improper path traversal sequence sanitization", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability affects users using the experimental permission model in active release lines 20.x and 21.x.", "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.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-docs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-21891" }, { "category": "external", "summary": "RHBZ#2265720", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265720" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-21891", "url": "https://www.cve.org/CVERecord?id=CVE-2024-21891" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-21891", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21891" } ], "release_date": "2024-02-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-04-08T08:54:12+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-docs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:1688" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 6.6, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-docs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "nodejs: multiple permission model bypasses due to improper path traversal sequence sanitization" }, { "cve": "CVE-2024-21892", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2024-02-16T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2264582" } ], "notes": [ { "category": "description", "text": "A flaw was found in Node.js. On Linux, Node.js ignores certain environment variables if an unprivileged user has set them while the process is running with elevated privileges, except for CAP_NET_BIND_SERVICE. Due to a bug in the implementation of this exception, Node.js incorrectly applies this exception even when other capabilities have been set. This flaw allows unprivileged users to inject code that inherits the process\u0027s elevated privileges.", "title": "Vulnerability description" }, { "category": "summary", "text": "nodejs: code injection and privilege escalation through Linux capabilities", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as an Important severity rather than Critical due to several factors. While it allows unprivileged users to inject code and potentially escalate privileges in a process running with elevated privileges, it does so under specific conditions and limitations. The vulnerability only affects Linux systems where Node.js is running with elevated privileges, and it relies on a specific bug in handling environment variables set by unprivileged users. Additionally, the impact is constrained to the Node.js environment and does not directly compromise the underlying operating system.", "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.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-docs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-21892" }, { "category": "external", "summary": "RHBZ#2264582", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2264582" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-21892", "url": "https://www.cve.org/CVERecord?id=CVE-2024-21892" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-21892", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21892" } ], "release_date": "2024-02-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-04-08T08:54:12+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-docs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:1688" }, { "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.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-docs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-docs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "nodejs: code injection and privilege escalation through Linux capabilities" }, { "cve": "CVE-2024-21896", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "discovery_date": "2024-02-23T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2265717" } ], "notes": [ { "category": "description", "text": "A flaw was found in Node.js. The permission model protects itself against path traversal attacks by calling path.resolve() on any paths given by the user. If the path is to be treated as a buffer, the implementation uses Buffer.from() to obtain a buffer from the result of path.resolve(). By monkey-patching buffer internals, namely, Buffer.prototype.utf8Write, the application can modify the result of path.resolve(), which leads to a path traversal vulnerability.", "title": "Vulnerability description" }, { "category": "summary", "text": "nodejs: path traversal by monkey-patching buffer internals", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability affects users using the experimental permission model in active release lines 20.x and 21.x.", "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.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-docs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-21896" }, { "category": "external", "summary": "RHBZ#2265717", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265717" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-21896", "url": "https://www.cve.org/CVERecord?id=CVE-2024-21896" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-21896", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21896" } ], "release_date": "2024-02-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-04-08T08:54:12+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-docs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:1688" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 7.9, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-docs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "nodejs: path traversal by monkey-patching buffer internals" }, { "cve": "CVE-2024-22017", "cwe": { "id": "CWE-269", "name": "Improper Privilege Management" }, "discovery_date": "2024-02-23T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2265727" } ], "notes": [ { "category": "description", "text": "A flaw was found in Node.js, where the setuid() does not affect libuv\u0027s internal io_uring operations if initialized before the call to setuid(). This issue allows the process to perform privileged operations despite presumably having dropped such privileges through a call to setuid().", "title": "Vulnerability description" }, { "category": "summary", "text": "nodejs: setuid() does not drop all privileges due to io_uring", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability affects all users in active release lines 20.x, and 21.x.", "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.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-docs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-22017" }, { "category": "external", "summary": "RHBZ#2265727", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265727" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-22017", "url": "https://www.cve.org/CVERecord?id=CVE-2024-22017" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-22017", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22017" } ], "release_date": "2024-02-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-04-08T08:54:12+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-docs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:1688" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-docs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "nodejs: setuid() does not drop all privileges due to io_uring" }, { "cve": "CVE-2024-22019", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2024-02-16T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2264574" } ], "notes": [ { "category": "description", "text": "A flaw was found in Node.js due to a lack of safeguards on chunk extension bytes. The server may read an unbounded number of bytes from a single connection, which can allow an attacker to send a specially crafted HTTP request with chunked encoding, leading to resource exhaustion and a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "nodejs: reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "While this vulnerability in Node.js HTTP servers poses a significant risk to system stability and availability, it is classified as a important severity issue rather than a critical one due to several factors. Firstly, while the vulnerability can lead to denial of service (DoS) attacks by causing resource exhaustion, it does not directly compromise the confidentiality or integrity of data stored or processed by the server. Additionally, the exploit requires the attacker to send specially crafted HTTP requests, which may limit the ease and scope of potential attacks compared to more critical vulnerabilities that can be exploited remotely without specific conditions.", "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.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-docs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-22019" }, { "category": "external", "summary": "RHBZ#2264574", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2264574" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-22019", "url": "https://www.cve.org/CVERecord?id=CVE-2024-22019" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-22019", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22019" } ], "release_date": "2024-02-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-04-08T08:54:12+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-docs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:1688" }, { "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.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-docs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.x86_64" ] } ], "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.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debuginfo-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-debugsource-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-devel-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-docs-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-full-i18n-1:20.11.1-1.module+el9.3.0+21385+bac43d5a.x86_64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-nodemon-0:3.0.1-1.module+el9.3.0.z+20478+84a9f781.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-0:2021.06-4.module+el9.3.0+19518+63aad52d.src", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:nodejs-packaging-bundler-0:2021.06-4.module+el9.3.0+19518+63aad52d.noarch", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.aarch64", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.ppc64le", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.s390x", "AppStream-9.3.0.Z.MAIN:nodejs:20:9030020240229115828:rhel9:npm-1:10.2.4-1.20.11.1.1.module+el9.3.0+21385+bac43d5a.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "nodejs: reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks" } ] }
rhsa-2024_1678
Vulnerability from csaf_redhat
Published
2024-04-04 16:12
Modified
2024-11-06 05:24
Summary
Red Hat Security Advisory: nodejs security update
Notes
Topic
An update for nodejs is now available for Red Hat Enterprise Linux 9.2 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.
Security Fix(es):
* nodejs: reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks (CVE-2024-22019)
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": "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.2 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of\nImportant. 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\nnetwork applications in the JavaScript programming language.\n\nSecurity Fix(es):\n\n* nodejs: reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks (CVE-2024-22019)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, 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-2024:1678", "url": "https://access.redhat.com/errata/RHSA-2024:1678" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2264574", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2264574" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_1678.json" } ], "title": "Red Hat Security Advisory: nodejs security update", "tracking": { "current_release_date": "2024-11-06T05:24:44+00:00", "generator": { "date": "2024-11-06T05:24:44+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:1678", "initial_release_date": "2024-04-04T16:12:40+00:00", "revision_history": [ { "date": "2024-04-04T16:12:40+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-04-04T16:12:40+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T05:24:44+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.2)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.2::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:16.20.2-4.el9_2.src", "product": { "name": "nodejs-1:16.20.2-4.el9_2.src", "product_id": "nodejs-1:16.20.2-4.el9_2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@16.20.2-4.el9_2?arch=src\u0026epoch=1" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:16.20.2-4.el9_2.aarch64", "product": { "name": "nodejs-1:16.20.2-4.el9_2.aarch64", "product_id": "nodejs-1:16.20.2-4.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@16.20.2-4.el9_2?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:16.20.2-4.el9_2.aarch64", "product": { "name": "nodejs-full-i18n-1:16.20.2-4.el9_2.aarch64", "product_id": "nodejs-full-i18n-1:16.20.2-4.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@16.20.2-4.el9_2?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-libs-1:16.20.2-4.el9_2.aarch64", "product": { "name": "nodejs-libs-1:16.20.2-4.el9_2.aarch64", "product_id": "nodejs-libs-1:16.20.2-4.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-libs@16.20.2-4.el9_2?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:8.19.4-1.16.20.2.4.el9_2.aarch64", "product": { "name": "npm-1:8.19.4-1.16.20.2.4.el9_2.aarch64", "product_id": "npm-1:8.19.4-1.16.20.2.4.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@8.19.4-1.16.20.2.4.el9_2?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:16.20.2-4.el9_2.aarch64", "product": { "name": "nodejs-debugsource-1:16.20.2-4.el9_2.aarch64", "product_id": "nodejs-debugsource-1:16.20.2-4.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@16.20.2-4.el9_2?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:16.20.2-4.el9_2.aarch64", "product": { "name": "nodejs-debuginfo-1:16.20.2-4.el9_2.aarch64", "product_id": "nodejs-debuginfo-1:16.20.2-4.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@16.20.2-4.el9_2?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-libs-debuginfo-1:16.20.2-4.el9_2.aarch64", "product": { "name": "nodejs-libs-debuginfo-1:16.20.2-4.el9_2.aarch64", "product_id": "nodejs-libs-debuginfo-1:16.20.2-4.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-libs-debuginfo@16.20.2-4.el9_2?arch=aarch64\u0026epoch=1" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:16.20.2-4.el9_2.ppc64le", "product": { "name": "nodejs-1:16.20.2-4.el9_2.ppc64le", "product_id": "nodejs-1:16.20.2-4.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@16.20.2-4.el9_2?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:16.20.2-4.el9_2.ppc64le", "product": { "name": "nodejs-full-i18n-1:16.20.2-4.el9_2.ppc64le", "product_id": "nodejs-full-i18n-1:16.20.2-4.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@16.20.2-4.el9_2?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-libs-1:16.20.2-4.el9_2.ppc64le", "product": { "name": "nodejs-libs-1:16.20.2-4.el9_2.ppc64le", "product_id": "nodejs-libs-1:16.20.2-4.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-libs@16.20.2-4.el9_2?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:8.19.4-1.16.20.2.4.el9_2.ppc64le", "product": { "name": "npm-1:8.19.4-1.16.20.2.4.el9_2.ppc64le", "product_id": "npm-1:8.19.4-1.16.20.2.4.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@8.19.4-1.16.20.2.4.el9_2?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:16.20.2-4.el9_2.ppc64le", "product": { "name": "nodejs-debugsource-1:16.20.2-4.el9_2.ppc64le", "product_id": "nodejs-debugsource-1:16.20.2-4.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@16.20.2-4.el9_2?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:16.20.2-4.el9_2.ppc64le", "product": { "name": "nodejs-debuginfo-1:16.20.2-4.el9_2.ppc64le", "product_id": "nodejs-debuginfo-1:16.20.2-4.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@16.20.2-4.el9_2?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-libs-debuginfo-1:16.20.2-4.el9_2.ppc64le", "product": { "name": "nodejs-libs-debuginfo-1:16.20.2-4.el9_2.ppc64le", "product_id": "nodejs-libs-debuginfo-1:16.20.2-4.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-libs-debuginfo@16.20.2-4.el9_2?arch=ppc64le\u0026epoch=1" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:16.20.2-4.el9_2.x86_64", "product": { "name": "nodejs-1:16.20.2-4.el9_2.x86_64", "product_id": "nodejs-1:16.20.2-4.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@16.20.2-4.el9_2?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:16.20.2-4.el9_2.x86_64", "product": { "name": "nodejs-full-i18n-1:16.20.2-4.el9_2.x86_64", "product_id": "nodejs-full-i18n-1:16.20.2-4.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@16.20.2-4.el9_2?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-libs-1:16.20.2-4.el9_2.x86_64", "product": { "name": "nodejs-libs-1:16.20.2-4.el9_2.x86_64", "product_id": "nodejs-libs-1:16.20.2-4.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-libs@16.20.2-4.el9_2?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:8.19.4-1.16.20.2.4.el9_2.x86_64", "product": { "name": "npm-1:8.19.4-1.16.20.2.4.el9_2.x86_64", "product_id": "npm-1:8.19.4-1.16.20.2.4.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@8.19.4-1.16.20.2.4.el9_2?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:16.20.2-4.el9_2.x86_64", "product": { "name": "nodejs-debugsource-1:16.20.2-4.el9_2.x86_64", "product_id": "nodejs-debugsource-1:16.20.2-4.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@16.20.2-4.el9_2?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:16.20.2-4.el9_2.x86_64", "product": { "name": "nodejs-debuginfo-1:16.20.2-4.el9_2.x86_64", "product_id": "nodejs-debuginfo-1:16.20.2-4.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@16.20.2-4.el9_2?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-libs-debuginfo-1:16.20.2-4.el9_2.x86_64", "product": { "name": "nodejs-libs-debuginfo-1:16.20.2-4.el9_2.x86_64", "product_id": "nodejs-libs-debuginfo-1:16.20.2-4.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-libs-debuginfo@16.20.2-4.el9_2?arch=x86_64\u0026epoch=1" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "nodejs-libs-1:16.20.2-4.el9_2.i686", "product": { "name": "nodejs-libs-1:16.20.2-4.el9_2.i686", "product_id": "nodejs-libs-1:16.20.2-4.el9_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-libs@16.20.2-4.el9_2?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:16.20.2-4.el9_2.i686", "product": { "name": "nodejs-debugsource-1:16.20.2-4.el9_2.i686", "product_id": "nodejs-debugsource-1:16.20.2-4.el9_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@16.20.2-4.el9_2?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:16.20.2-4.el9_2.i686", "product": { "name": "nodejs-debuginfo-1:16.20.2-4.el9_2.i686", "product_id": "nodejs-debuginfo-1:16.20.2-4.el9_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@16.20.2-4.el9_2?arch=i686\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-libs-debuginfo-1:16.20.2-4.el9_2.i686", "product": { "name": "nodejs-libs-debuginfo-1:16.20.2-4.el9_2.i686", "product_id": "nodejs-libs-debuginfo-1:16.20.2-4.el9_2.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-libs-debuginfo@16.20.2-4.el9_2?arch=i686\u0026epoch=1" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:16.20.2-4.el9_2.s390x", "product": { "name": "nodejs-1:16.20.2-4.el9_2.s390x", "product_id": "nodejs-1:16.20.2-4.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@16.20.2-4.el9_2?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:16.20.2-4.el9_2.s390x", "product": { "name": "nodejs-full-i18n-1:16.20.2-4.el9_2.s390x", "product_id": "nodejs-full-i18n-1:16.20.2-4.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@16.20.2-4.el9_2?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-libs-1:16.20.2-4.el9_2.s390x", "product": { "name": "nodejs-libs-1:16.20.2-4.el9_2.s390x", "product_id": "nodejs-libs-1:16.20.2-4.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-libs@16.20.2-4.el9_2?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:8.19.4-1.16.20.2.4.el9_2.s390x", "product": { "name": "npm-1:8.19.4-1.16.20.2.4.el9_2.s390x", "product_id": "npm-1:8.19.4-1.16.20.2.4.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@8.19.4-1.16.20.2.4.el9_2?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:16.20.2-4.el9_2.s390x", "product": { "name": "nodejs-debugsource-1:16.20.2-4.el9_2.s390x", "product_id": "nodejs-debugsource-1:16.20.2-4.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@16.20.2-4.el9_2?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:16.20.2-4.el9_2.s390x", "product": { "name": "nodejs-debuginfo-1:16.20.2-4.el9_2.s390x", "product_id": "nodejs-debuginfo-1:16.20.2-4.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@16.20.2-4.el9_2?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-libs-debuginfo-1:16.20.2-4.el9_2.s390x", "product": { "name": "nodejs-libs-debuginfo-1:16.20.2-4.el9_2.s390x", "product_id": "nodejs-libs-debuginfo-1:16.20.2-4.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-libs-debuginfo@16.20.2-4.el9_2?arch=s390x\u0026epoch=1" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "nodejs-docs-1:16.20.2-4.el9_2.noarch", "product": { "name": "nodejs-docs-1:16.20.2-4.el9_2.noarch", "product_id": "nodejs-docs-1:16.20.2-4.el9_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-docs@16.20.2-4.el9_2?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-4.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs-1:16.20.2-4.el9_2.aarch64" }, "product_reference": "nodejs-1:16.20.2-4.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:16.20.2-4.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs-1:16.20.2-4.el9_2.ppc64le" }, "product_reference": "nodejs-1:16.20.2-4.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:16.20.2-4.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs-1:16.20.2-4.el9_2.s390x" }, "product_reference": "nodejs-1:16.20.2-4.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:16.20.2-4.el9_2.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs-1:16.20.2-4.el9_2.src" }, "product_reference": "nodejs-1:16.20.2-4.el9_2.src", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:16.20.2-4.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs-1:16.20.2-4.el9_2.x86_64" }, "product_reference": "nodejs-1:16.20.2-4.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:16.20.2-4.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs-debuginfo-1:16.20.2-4.el9_2.aarch64" }, "product_reference": "nodejs-debuginfo-1:16.20.2-4.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:16.20.2-4.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs-debuginfo-1:16.20.2-4.el9_2.i686" }, "product_reference": "nodejs-debuginfo-1:16.20.2-4.el9_2.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:16.20.2-4.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs-debuginfo-1:16.20.2-4.el9_2.ppc64le" }, "product_reference": "nodejs-debuginfo-1:16.20.2-4.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:16.20.2-4.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs-debuginfo-1:16.20.2-4.el9_2.s390x" }, "product_reference": "nodejs-debuginfo-1:16.20.2-4.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:16.20.2-4.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs-debuginfo-1:16.20.2-4.el9_2.x86_64" }, "product_reference": "nodejs-debuginfo-1:16.20.2-4.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:16.20.2-4.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs-debugsource-1:16.20.2-4.el9_2.aarch64" }, "product_reference": "nodejs-debugsource-1:16.20.2-4.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:16.20.2-4.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs-debugsource-1:16.20.2-4.el9_2.i686" }, "product_reference": "nodejs-debugsource-1:16.20.2-4.el9_2.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:16.20.2-4.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs-debugsource-1:16.20.2-4.el9_2.ppc64le" }, "product_reference": "nodejs-debugsource-1:16.20.2-4.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:16.20.2-4.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs-debugsource-1:16.20.2-4.el9_2.s390x" }, "product_reference": "nodejs-debugsource-1:16.20.2-4.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:16.20.2-4.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs-debugsource-1:16.20.2-4.el9_2.x86_64" }, "product_reference": "nodejs-debugsource-1:16.20.2-4.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-docs-1:16.20.2-4.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs-docs-1:16.20.2-4.el9_2.noarch" }, "product_reference": "nodejs-docs-1:16.20.2-4.el9_2.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:16.20.2-4.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs-full-i18n-1:16.20.2-4.el9_2.aarch64" }, "product_reference": "nodejs-full-i18n-1:16.20.2-4.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:16.20.2-4.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs-full-i18n-1:16.20.2-4.el9_2.ppc64le" }, "product_reference": "nodejs-full-i18n-1:16.20.2-4.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:16.20.2-4.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs-full-i18n-1:16.20.2-4.el9_2.s390x" }, "product_reference": "nodejs-full-i18n-1:16.20.2-4.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:16.20.2-4.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs-full-i18n-1:16.20.2-4.el9_2.x86_64" }, "product_reference": "nodejs-full-i18n-1:16.20.2-4.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-libs-1:16.20.2-4.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs-libs-1:16.20.2-4.el9_2.aarch64" }, "product_reference": "nodejs-libs-1:16.20.2-4.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-libs-1:16.20.2-4.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs-libs-1:16.20.2-4.el9_2.i686" }, "product_reference": "nodejs-libs-1:16.20.2-4.el9_2.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-libs-1:16.20.2-4.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs-libs-1:16.20.2-4.el9_2.ppc64le" }, "product_reference": "nodejs-libs-1:16.20.2-4.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-libs-1:16.20.2-4.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs-libs-1:16.20.2-4.el9_2.s390x" }, "product_reference": "nodejs-libs-1:16.20.2-4.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-libs-1:16.20.2-4.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs-libs-1:16.20.2-4.el9_2.x86_64" }, "product_reference": "nodejs-libs-1:16.20.2-4.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-libs-debuginfo-1:16.20.2-4.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-4.el9_2.aarch64" }, "product_reference": "nodejs-libs-debuginfo-1:16.20.2-4.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-libs-debuginfo-1:16.20.2-4.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-4.el9_2.i686" }, "product_reference": "nodejs-libs-debuginfo-1:16.20.2-4.el9_2.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-libs-debuginfo-1:16.20.2-4.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-4.el9_2.ppc64le" }, "product_reference": "nodejs-libs-debuginfo-1:16.20.2-4.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-libs-debuginfo-1:16.20.2-4.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-4.el9_2.s390x" }, "product_reference": "nodejs-libs-debuginfo-1:16.20.2-4.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-libs-debuginfo-1:16.20.2-4.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-4.el9_2.x86_64" }, "product_reference": "nodejs-libs-debuginfo-1:16.20.2-4.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:8.19.4-1.16.20.2.4.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:npm-1:8.19.4-1.16.20.2.4.el9_2.aarch64" }, "product_reference": "npm-1:8.19.4-1.16.20.2.4.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:8.19.4-1.16.20.2.4.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:npm-1:8.19.4-1.16.20.2.4.el9_2.ppc64le" }, "product_reference": "npm-1:8.19.4-1.16.20.2.4.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:8.19.4-1.16.20.2.4.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:npm-1:8.19.4-1.16.20.2.4.el9_2.s390x" }, "product_reference": "npm-1:8.19.4-1.16.20.2.4.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:8.19.4-1.16.20.2.4.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:npm-1:8.19.4-1.16.20.2.4.el9_2.x86_64" }, "product_reference": "npm-1:8.19.4-1.16.20.2.4.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-22019", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2024-02-16T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2264574" } ], "notes": [ { "category": "description", "text": "A flaw was found in Node.js due to a lack of safeguards on chunk extension bytes. The server may read an unbounded number of bytes from a single connection, which can allow an attacker to send a specially crafted HTTP request with chunked encoding, leading to resource exhaustion and a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "nodejs: reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "While this vulnerability in Node.js HTTP servers poses a significant risk to system stability and availability, it is classified as a important severity issue rather than a critical one due to several factors. Firstly, while the vulnerability can lead to denial of service (DoS) attacks by causing resource exhaustion, it does not directly compromise the confidentiality or integrity of data stored or processed by the server. Additionally, the exploit requires the attacker to send specially crafted HTTP requests, which may limit the ease and scope of potential attacks compared to more critical vulnerabilities that can be exploited remotely without specific conditions.", "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.EUS:nodejs-1:16.20.2-4.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:nodejs-1:16.20.2-4.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs-1:16.20.2-4.el9_2.s390x", "AppStream-9.2.0.Z.EUS:nodejs-1:16.20.2-4.el9_2.src", "AppStream-9.2.0.Z.EUS:nodejs-1:16.20.2-4.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:nodejs-debuginfo-1:16.20.2-4.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:nodejs-debuginfo-1:16.20.2-4.el9_2.i686", "AppStream-9.2.0.Z.EUS:nodejs-debuginfo-1:16.20.2-4.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs-debuginfo-1:16.20.2-4.el9_2.s390x", "AppStream-9.2.0.Z.EUS:nodejs-debuginfo-1:16.20.2-4.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:nodejs-debugsource-1:16.20.2-4.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:nodejs-debugsource-1:16.20.2-4.el9_2.i686", "AppStream-9.2.0.Z.EUS:nodejs-debugsource-1:16.20.2-4.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs-debugsource-1:16.20.2-4.el9_2.s390x", "AppStream-9.2.0.Z.EUS:nodejs-debugsource-1:16.20.2-4.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:nodejs-docs-1:16.20.2-4.el9_2.noarch", "AppStream-9.2.0.Z.EUS:nodejs-full-i18n-1:16.20.2-4.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:nodejs-full-i18n-1:16.20.2-4.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs-full-i18n-1:16.20.2-4.el9_2.s390x", "AppStream-9.2.0.Z.EUS:nodejs-full-i18n-1:16.20.2-4.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:nodejs-libs-1:16.20.2-4.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:nodejs-libs-1:16.20.2-4.el9_2.i686", "AppStream-9.2.0.Z.EUS:nodejs-libs-1:16.20.2-4.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs-libs-1:16.20.2-4.el9_2.s390x", "AppStream-9.2.0.Z.EUS:nodejs-libs-1:16.20.2-4.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-4.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-4.el9_2.i686", "AppStream-9.2.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-4.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-4.el9_2.s390x", "AppStream-9.2.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-4.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:npm-1:8.19.4-1.16.20.2.4.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:npm-1:8.19.4-1.16.20.2.4.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:npm-1:8.19.4-1.16.20.2.4.el9_2.s390x", "AppStream-9.2.0.Z.EUS:npm-1:8.19.4-1.16.20.2.4.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-22019" }, { "category": "external", "summary": "RHBZ#2264574", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2264574" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-22019", "url": "https://www.cve.org/CVERecord?id=CVE-2024-22019" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-22019", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22019" } ], "release_date": "2024-02-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-04-04T16:12:40+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.2.0.Z.EUS:nodejs-1:16.20.2-4.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:nodejs-1:16.20.2-4.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs-1:16.20.2-4.el9_2.s390x", "AppStream-9.2.0.Z.EUS:nodejs-1:16.20.2-4.el9_2.src", "AppStream-9.2.0.Z.EUS:nodejs-1:16.20.2-4.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:nodejs-debuginfo-1:16.20.2-4.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:nodejs-debuginfo-1:16.20.2-4.el9_2.i686", "AppStream-9.2.0.Z.EUS:nodejs-debuginfo-1:16.20.2-4.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs-debuginfo-1:16.20.2-4.el9_2.s390x", "AppStream-9.2.0.Z.EUS:nodejs-debuginfo-1:16.20.2-4.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:nodejs-debugsource-1:16.20.2-4.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:nodejs-debugsource-1:16.20.2-4.el9_2.i686", "AppStream-9.2.0.Z.EUS:nodejs-debugsource-1:16.20.2-4.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs-debugsource-1:16.20.2-4.el9_2.s390x", "AppStream-9.2.0.Z.EUS:nodejs-debugsource-1:16.20.2-4.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:nodejs-docs-1:16.20.2-4.el9_2.noarch", "AppStream-9.2.0.Z.EUS:nodejs-full-i18n-1:16.20.2-4.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:nodejs-full-i18n-1:16.20.2-4.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs-full-i18n-1:16.20.2-4.el9_2.s390x", "AppStream-9.2.0.Z.EUS:nodejs-full-i18n-1:16.20.2-4.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:nodejs-libs-1:16.20.2-4.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:nodejs-libs-1:16.20.2-4.el9_2.i686", "AppStream-9.2.0.Z.EUS:nodejs-libs-1:16.20.2-4.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs-libs-1:16.20.2-4.el9_2.s390x", "AppStream-9.2.0.Z.EUS:nodejs-libs-1:16.20.2-4.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-4.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-4.el9_2.i686", "AppStream-9.2.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-4.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-4.el9_2.s390x", "AppStream-9.2.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-4.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:npm-1:8.19.4-1.16.20.2.4.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:npm-1:8.19.4-1.16.20.2.4.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:npm-1:8.19.4-1.16.20.2.4.el9_2.s390x", "AppStream-9.2.0.Z.EUS:npm-1:8.19.4-1.16.20.2.4.el9_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:1678" }, { "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.2.0.Z.EUS:nodejs-1:16.20.2-4.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:nodejs-1:16.20.2-4.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs-1:16.20.2-4.el9_2.s390x", "AppStream-9.2.0.Z.EUS:nodejs-1:16.20.2-4.el9_2.src", "AppStream-9.2.0.Z.EUS:nodejs-1:16.20.2-4.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:nodejs-debuginfo-1:16.20.2-4.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:nodejs-debuginfo-1:16.20.2-4.el9_2.i686", "AppStream-9.2.0.Z.EUS:nodejs-debuginfo-1:16.20.2-4.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs-debuginfo-1:16.20.2-4.el9_2.s390x", "AppStream-9.2.0.Z.EUS:nodejs-debuginfo-1:16.20.2-4.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:nodejs-debugsource-1:16.20.2-4.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:nodejs-debugsource-1:16.20.2-4.el9_2.i686", "AppStream-9.2.0.Z.EUS:nodejs-debugsource-1:16.20.2-4.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs-debugsource-1:16.20.2-4.el9_2.s390x", "AppStream-9.2.0.Z.EUS:nodejs-debugsource-1:16.20.2-4.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:nodejs-docs-1:16.20.2-4.el9_2.noarch", "AppStream-9.2.0.Z.EUS:nodejs-full-i18n-1:16.20.2-4.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:nodejs-full-i18n-1:16.20.2-4.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs-full-i18n-1:16.20.2-4.el9_2.s390x", "AppStream-9.2.0.Z.EUS:nodejs-full-i18n-1:16.20.2-4.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:nodejs-libs-1:16.20.2-4.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:nodejs-libs-1:16.20.2-4.el9_2.i686", "AppStream-9.2.0.Z.EUS:nodejs-libs-1:16.20.2-4.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs-libs-1:16.20.2-4.el9_2.s390x", "AppStream-9.2.0.Z.EUS:nodejs-libs-1:16.20.2-4.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-4.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-4.el9_2.i686", "AppStream-9.2.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-4.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-4.el9_2.s390x", "AppStream-9.2.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-4.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:npm-1:8.19.4-1.16.20.2.4.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:npm-1:8.19.4-1.16.20.2.4.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:npm-1:8.19.4-1.16.20.2.4.el9_2.s390x", "AppStream-9.2.0.Z.EUS:npm-1:8.19.4-1.16.20.2.4.el9_2.x86_64" ] } ], "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.EUS:nodejs-1:16.20.2-4.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:nodejs-1:16.20.2-4.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs-1:16.20.2-4.el9_2.s390x", "AppStream-9.2.0.Z.EUS:nodejs-1:16.20.2-4.el9_2.src", "AppStream-9.2.0.Z.EUS:nodejs-1:16.20.2-4.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:nodejs-debuginfo-1:16.20.2-4.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:nodejs-debuginfo-1:16.20.2-4.el9_2.i686", "AppStream-9.2.0.Z.EUS:nodejs-debuginfo-1:16.20.2-4.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs-debuginfo-1:16.20.2-4.el9_2.s390x", "AppStream-9.2.0.Z.EUS:nodejs-debuginfo-1:16.20.2-4.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:nodejs-debugsource-1:16.20.2-4.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:nodejs-debugsource-1:16.20.2-4.el9_2.i686", "AppStream-9.2.0.Z.EUS:nodejs-debugsource-1:16.20.2-4.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs-debugsource-1:16.20.2-4.el9_2.s390x", "AppStream-9.2.0.Z.EUS:nodejs-debugsource-1:16.20.2-4.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:nodejs-docs-1:16.20.2-4.el9_2.noarch", "AppStream-9.2.0.Z.EUS:nodejs-full-i18n-1:16.20.2-4.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:nodejs-full-i18n-1:16.20.2-4.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs-full-i18n-1:16.20.2-4.el9_2.s390x", "AppStream-9.2.0.Z.EUS:nodejs-full-i18n-1:16.20.2-4.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:nodejs-libs-1:16.20.2-4.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:nodejs-libs-1:16.20.2-4.el9_2.i686", "AppStream-9.2.0.Z.EUS:nodejs-libs-1:16.20.2-4.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs-libs-1:16.20.2-4.el9_2.s390x", "AppStream-9.2.0.Z.EUS:nodejs-libs-1:16.20.2-4.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-4.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-4.el9_2.i686", "AppStream-9.2.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-4.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-4.el9_2.s390x", "AppStream-9.2.0.Z.EUS:nodejs-libs-debuginfo-1:16.20.2-4.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:npm-1:8.19.4-1.16.20.2.4.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:npm-1:8.19.4-1.16.20.2.4.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:npm-1:8.19.4-1.16.20.2.4.el9_2.s390x", "AppStream-9.2.0.Z.EUS:npm-1:8.19.4-1.16.20.2.4.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "nodejs: reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks" } ] }
rhsa-2024_2651
Vulnerability from csaf_redhat
Published
2024-05-02 07:08
Modified
2024-11-06 05:44
Summary
Red Hat Security Advisory: nodejs:16 security update
Notes
Topic
An update for the nodejs:16 module is now available for Red Hat Enterprise Linux 8.8 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.
Security Fix(es):
* nodejs: reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks (CVE-2024-22019)
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": "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 the nodejs:16 module is now available for Red Hat Enterprise Linux 8.8 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\nSecurity Fix(es):\n\n* nodejs: reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks (CVE-2024-22019)\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-2024:2651", "url": "https://access.redhat.com/errata/RHSA-2024:2651" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2264574", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2264574" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2651.json" } ], "title": "Red Hat Security Advisory: nodejs:16 security update", "tracking": { "current_release_date": "2024-11-06T05:44:51+00:00", "generator": { "date": "2024-11-06T05:44:51+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:2651", "initial_release_date": "2024-05-02T07:08:13+00:00", "revision_history": [ { "date": "2024-05-02T07:08:13+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-05-02T07:08:13+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T05:44:51+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.8.8)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "nodejs:16:8080020240318185426:63b34585", "product": { "name": "nodejs:16:8080020240318185426:63b34585", "product_id": "nodejs:16:8080020240318185426:63b34585", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/nodejs@16:8080020240318185426:63b34585" } } }, { "category": "product_version", "name": "nodejs-docs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.noarch", "product": { "name": "nodejs-docs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.noarch", "product_id": "nodejs-docs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-docs@16.20.2-4.module%2Bel8.8.0%2B21546%2Becd4bb56?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19764+7eed1ca3.noarch", "product": { "name": "nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19764+7eed1ca3.noarch", "product_id": "nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19764+7eed1ca3.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-nodemon@3.0.1-1.module%2Bel8.8.0%2B19764%2B7eed1ca3?arch=noarch" } } }, { "category": "product_version", "name": "nodejs-packaging-0:26-1.module+el8.8.0+19857+6d2a104d.noarch", "product": { "name": "nodejs-packaging-0:26-1.module+el8.8.0+19857+6d2a104d.noarch", "product_id": "nodejs-packaging-0:26-1.module+el8.8.0+19857+6d2a104d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-packaging@26-1.module%2Bel8.8.0%2B19857%2B6d2a104d?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.src", "product": { "name": "nodejs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.src", "product_id": "nodejs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@16.20.2-4.module%2Bel8.8.0%2B21546%2Becd4bb56?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19764+7eed1ca3.src", "product": { "name": "nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19764+7eed1ca3.src", "product_id": "nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19764+7eed1ca3.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-nodemon@3.0.1-1.module%2Bel8.8.0%2B19764%2B7eed1ca3?arch=src" } } }, { "category": "product_version", "name": "nodejs-packaging-0:26-1.module+el8.8.0+19857+6d2a104d.src", "product": { "name": "nodejs-packaging-0:26-1.module+el8.8.0+19857+6d2a104d.src", "product_id": "nodejs-packaging-0:26-1.module+el8.8.0+19857+6d2a104d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-packaging@26-1.module%2Bel8.8.0%2B19857%2B6d2a104d?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.x86_64", "product": { "name": "nodejs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.x86_64", "product_id": "nodejs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@16.20.2-4.module%2Bel8.8.0%2B21546%2Becd4bb56?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.x86_64", "product": { "name": "nodejs-debuginfo-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.x86_64", "product_id": "nodejs-debuginfo-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@16.20.2-4.module%2Bel8.8.0%2B21546%2Becd4bb56?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.x86_64", "product": { "name": "nodejs-debugsource-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.x86_64", "product_id": "nodejs-debugsource-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@16.20.2-4.module%2Bel8.8.0%2B21546%2Becd4bb56?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-devel-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.x86_64", "product": { "name": "nodejs-devel-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.x86_64", "product_id": "nodejs-devel-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-devel@16.20.2-4.module%2Bel8.8.0%2B21546%2Becd4bb56?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.x86_64", "product": { "name": "nodejs-full-i18n-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.x86_64", "product_id": "nodejs-full-i18n-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@16.20.2-4.module%2Bel8.8.0%2B21546%2Becd4bb56?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:8.19.4-1.16.20.2.4.module+el8.8.0+21546+ecd4bb56.x86_64", "product": { "name": "npm-1:8.19.4-1.16.20.2.4.module+el8.8.0+21546+ecd4bb56.x86_64", "product_id": "npm-1:8.19.4-1.16.20.2.4.module+el8.8.0+21546+ecd4bb56.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@8.19.4-1.16.20.2.4.module%2Bel8.8.0%2B21546%2Becd4bb56?arch=x86_64\u0026epoch=1" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.s390x", "product": { "name": "nodejs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.s390x", "product_id": "nodejs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@16.20.2-4.module%2Bel8.8.0%2B21546%2Becd4bb56?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.s390x", "product": { "name": "nodejs-debuginfo-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.s390x", "product_id": "nodejs-debuginfo-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@16.20.2-4.module%2Bel8.8.0%2B21546%2Becd4bb56?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.s390x", "product": { "name": "nodejs-debugsource-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.s390x", "product_id": "nodejs-debugsource-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@16.20.2-4.module%2Bel8.8.0%2B21546%2Becd4bb56?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-devel-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.s390x", "product": { "name": "nodejs-devel-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.s390x", "product_id": "nodejs-devel-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-devel@16.20.2-4.module%2Bel8.8.0%2B21546%2Becd4bb56?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.s390x", "product": { "name": "nodejs-full-i18n-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.s390x", "product_id": "nodejs-full-i18n-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@16.20.2-4.module%2Bel8.8.0%2B21546%2Becd4bb56?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:8.19.4-1.16.20.2.4.module+el8.8.0+21546+ecd4bb56.s390x", "product": { "name": "npm-1:8.19.4-1.16.20.2.4.module+el8.8.0+21546+ecd4bb56.s390x", "product_id": "npm-1:8.19.4-1.16.20.2.4.module+el8.8.0+21546+ecd4bb56.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@8.19.4-1.16.20.2.4.module%2Bel8.8.0%2B21546%2Becd4bb56?arch=s390x\u0026epoch=1" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.ppc64le", "product": { "name": "nodejs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.ppc64le", "product_id": "nodejs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@16.20.2-4.module%2Bel8.8.0%2B21546%2Becd4bb56?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.ppc64le", "product": { "name": "nodejs-debuginfo-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.ppc64le", "product_id": "nodejs-debuginfo-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@16.20.2-4.module%2Bel8.8.0%2B21546%2Becd4bb56?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.ppc64le", "product": { "name": "nodejs-debugsource-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.ppc64le", "product_id": "nodejs-debugsource-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@16.20.2-4.module%2Bel8.8.0%2B21546%2Becd4bb56?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-devel-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.ppc64le", "product": { "name": "nodejs-devel-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.ppc64le", "product_id": "nodejs-devel-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-devel@16.20.2-4.module%2Bel8.8.0%2B21546%2Becd4bb56?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.ppc64le", "product": { "name": "nodejs-full-i18n-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.ppc64le", "product_id": "nodejs-full-i18n-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@16.20.2-4.module%2Bel8.8.0%2B21546%2Becd4bb56?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:8.19.4-1.16.20.2.4.module+el8.8.0+21546+ecd4bb56.ppc64le", "product": { "name": "npm-1:8.19.4-1.16.20.2.4.module+el8.8.0+21546+ecd4bb56.ppc64le", "product_id": "npm-1:8.19.4-1.16.20.2.4.module+el8.8.0+21546+ecd4bb56.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@8.19.4-1.16.20.2.4.module%2Bel8.8.0%2B21546%2Becd4bb56?arch=ppc64le\u0026epoch=1" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "nodejs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.aarch64", "product": { "name": "nodejs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.aarch64", "product_id": "nodejs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs@16.20.2-4.module%2Bel8.8.0%2B21546%2Becd4bb56?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debuginfo-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.aarch64", "product": { "name": "nodejs-debuginfo-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.aarch64", "product_id": "nodejs-debuginfo-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debuginfo@16.20.2-4.module%2Bel8.8.0%2B21546%2Becd4bb56?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-debugsource-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.aarch64", "product": { "name": "nodejs-debugsource-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.aarch64", "product_id": "nodejs-debugsource-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-debugsource@16.20.2-4.module%2Bel8.8.0%2B21546%2Becd4bb56?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-devel-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.aarch64", "product": { "name": "nodejs-devel-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.aarch64", "product_id": "nodejs-devel-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-devel@16.20.2-4.module%2Bel8.8.0%2B21546%2Becd4bb56?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "nodejs-full-i18n-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.aarch64", "product": { "name": "nodejs-full-i18n-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.aarch64", "product_id": "nodejs-full-i18n-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/nodejs-full-i18n@16.20.2-4.module%2Bel8.8.0%2B21546%2Becd4bb56?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "npm-1:8.19.4-1.16.20.2.4.module+el8.8.0+21546+ecd4bb56.aarch64", "product": { "name": "npm-1:8.19.4-1.16.20.2.4.module+el8.8.0+21546+ecd4bb56.aarch64", "product_id": "npm-1:8.19.4-1.16.20.2.4.module+el8.8.0+21546+ecd4bb56.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/npm@8.19.4-1.16.20.2.4.module%2Bel8.8.0%2B21546%2Becd4bb56?arch=aarch64\u0026epoch=1" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "nodejs:16:8080020240318185426:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585" }, "product_reference": "nodejs:16:8080020240318185426:63b34585", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.aarch64 as a component of nodejs:16:8080020240318185426:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.aarch64" }, "product_reference": "nodejs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.ppc64le as a component of nodejs:16:8080020240318185426:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.ppc64le" }, "product_reference": "nodejs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.s390x as a component of nodejs:16:8080020240318185426:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.s390x" }, "product_reference": "nodejs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.src as a component of nodejs:16:8080020240318185426:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.src" }, "product_reference": "nodejs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.x86_64 as a component of nodejs:16:8080020240318185426:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.x86_64" }, "product_reference": "nodejs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.aarch64 as a component of nodejs:16:8080020240318185426:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-debuginfo-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.aarch64" }, "product_reference": "nodejs-debuginfo-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.ppc64le as a component of nodejs:16:8080020240318185426:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-debuginfo-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.ppc64le" }, "product_reference": "nodejs-debuginfo-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.s390x as a component of nodejs:16:8080020240318185426:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-debuginfo-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.s390x" }, "product_reference": "nodejs-debuginfo-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debuginfo-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.x86_64 as a component of nodejs:16:8080020240318185426:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-debuginfo-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.x86_64" }, "product_reference": "nodejs-debuginfo-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.aarch64 as a component of nodejs:16:8080020240318185426:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-debugsource-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.aarch64" }, "product_reference": "nodejs-debugsource-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.ppc64le as a component of nodejs:16:8080020240318185426:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-debugsource-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.ppc64le" }, "product_reference": "nodejs-debugsource-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.s390x as a component of nodejs:16:8080020240318185426:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-debugsource-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.s390x" }, "product_reference": "nodejs-debugsource-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-debugsource-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.x86_64 as a component of nodejs:16:8080020240318185426:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-debugsource-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.x86_64" }, "product_reference": "nodejs-debugsource-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-devel-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.aarch64 as a component of nodejs:16:8080020240318185426:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-devel-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.aarch64" }, "product_reference": "nodejs-devel-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-devel-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.ppc64le as a component of nodejs:16:8080020240318185426:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-devel-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.ppc64le" }, "product_reference": "nodejs-devel-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-devel-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.s390x as a component of nodejs:16:8080020240318185426:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-devel-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.s390x" }, "product_reference": "nodejs-devel-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-devel-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.x86_64 as a component of nodejs:16:8080020240318185426:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-devel-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.x86_64" }, "product_reference": "nodejs-devel-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-docs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.noarch as a component of nodejs:16:8080020240318185426:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-docs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.noarch" }, "product_reference": "nodejs-docs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.aarch64 as a component of nodejs:16:8080020240318185426:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-full-i18n-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.aarch64" }, "product_reference": "nodejs-full-i18n-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.ppc64le as a component of nodejs:16:8080020240318185426:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-full-i18n-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.ppc64le" }, "product_reference": "nodejs-full-i18n-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.s390x as a component of nodejs:16:8080020240318185426:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-full-i18n-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.s390x" }, "product_reference": "nodejs-full-i18n-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-full-i18n-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.x86_64 as a component of nodejs:16:8080020240318185426:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-full-i18n-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.x86_64" }, "product_reference": "nodejs-full-i18n-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19764+7eed1ca3.noarch as a component of nodejs:16:8080020240318185426:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19764+7eed1ca3.noarch" }, "product_reference": "nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19764+7eed1ca3.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19764+7eed1ca3.src as a component of nodejs:16:8080020240318185426:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19764+7eed1ca3.src" }, "product_reference": "nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19764+7eed1ca3.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-packaging-0:26-1.module+el8.8.0+19857+6d2a104d.noarch as a component of nodejs:16:8080020240318185426:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-packaging-0:26-1.module+el8.8.0+19857+6d2a104d.noarch" }, "product_reference": "nodejs-packaging-0:26-1.module+el8.8.0+19857+6d2a104d.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "nodejs-packaging-0:26-1.module+el8.8.0+19857+6d2a104d.src as a component of nodejs:16:8080020240318185426:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-packaging-0:26-1.module+el8.8.0+19857+6d2a104d.src" }, "product_reference": "nodejs-packaging-0:26-1.module+el8.8.0+19857+6d2a104d.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:8.19.4-1.16.20.2.4.module+el8.8.0+21546+ecd4bb56.aarch64 as a component of nodejs:16:8080020240318185426:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:npm-1:8.19.4-1.16.20.2.4.module+el8.8.0+21546+ecd4bb56.aarch64" }, "product_reference": "npm-1:8.19.4-1.16.20.2.4.module+el8.8.0+21546+ecd4bb56.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:8.19.4-1.16.20.2.4.module+el8.8.0+21546+ecd4bb56.ppc64le as a component of nodejs:16:8080020240318185426:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:npm-1:8.19.4-1.16.20.2.4.module+el8.8.0+21546+ecd4bb56.ppc64le" }, "product_reference": "npm-1:8.19.4-1.16.20.2.4.module+el8.8.0+21546+ecd4bb56.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:8.19.4-1.16.20.2.4.module+el8.8.0+21546+ecd4bb56.s390x as a component of nodejs:16:8080020240318185426:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:npm-1:8.19.4-1.16.20.2.4.module+el8.8.0+21546+ecd4bb56.s390x" }, "product_reference": "npm-1:8.19.4-1.16.20.2.4.module+el8.8.0+21546+ecd4bb56.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "npm-1:8.19.4-1.16.20.2.4.module+el8.8.0+21546+ecd4bb56.x86_64 as a component of nodejs:16:8080020240318185426:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:npm-1:8.19.4-1.16.20.2.4.module+el8.8.0+21546+ecd4bb56.x86_64" }, "product_reference": "npm-1:8.19.4-1.16.20.2.4.module+el8.8.0+21546+ecd4bb56.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-22019", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2024-02-16T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2264574" } ], "notes": [ { "category": "description", "text": "A flaw was found in Node.js due to a lack of safeguards on chunk extension bytes. The server may read an unbounded number of bytes from a single connection, which can allow an attacker to send a specially crafted HTTP request with chunked encoding, leading to resource exhaustion and a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "nodejs: reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks", "title": "Vulnerability summary" }, { "category": "other", "text": "While this vulnerability in Node.js HTTP servers poses a significant risk to system stability and availability, it is classified as a important severity issue rather than a critical one due to several factors. Firstly, while the vulnerability can lead to denial of service (DoS) attacks by causing resource exhaustion, it does not directly compromise the confidentiality or integrity of data stored or processed by the server. Additionally, the exploit requires the attacker to send specially crafted HTTP requests, which may limit the ease and scope of potential attacks compared to more critical vulnerabilities that can be exploited remotely without specific conditions.", "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.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.s390x", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.src", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-debuginfo-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-debuginfo-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-debuginfo-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.s390x", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-debuginfo-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-debugsource-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-debugsource-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-debugsource-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.s390x", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-debugsource-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-devel-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-devel-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-devel-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.s390x", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-devel-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-docs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.noarch", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-full-i18n-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-full-i18n-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-full-i18n-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.s390x", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-full-i18n-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19764+7eed1ca3.noarch", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19764+7eed1ca3.src", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-packaging-0:26-1.module+el8.8.0+19857+6d2a104d.noarch", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-packaging-0:26-1.module+el8.8.0+19857+6d2a104d.src", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:npm-1:8.19.4-1.16.20.2.4.module+el8.8.0+21546+ecd4bb56.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:npm-1:8.19.4-1.16.20.2.4.module+el8.8.0+21546+ecd4bb56.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:npm-1:8.19.4-1.16.20.2.4.module+el8.8.0+21546+ecd4bb56.s390x", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:npm-1:8.19.4-1.16.20.2.4.module+el8.8.0+21546+ecd4bb56.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-22019" }, { "category": "external", "summary": "RHBZ#2264574", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2264574" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-22019", "url": "https://www.cve.org/CVERecord?id=CVE-2024-22019" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-22019", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22019" } ], "release_date": "2024-02-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-05-02T07:08:13+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor 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.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.s390x", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.src", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-debuginfo-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-debuginfo-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-debuginfo-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.s390x", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-debuginfo-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-debugsource-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-debugsource-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-debugsource-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.s390x", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-debugsource-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-devel-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-devel-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-devel-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.s390x", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-devel-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-docs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.noarch", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-full-i18n-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-full-i18n-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-full-i18n-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.s390x", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-full-i18n-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19764+7eed1ca3.noarch", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19764+7eed1ca3.src", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-packaging-0:26-1.module+el8.8.0+19857+6d2a104d.noarch", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-packaging-0:26-1.module+el8.8.0+19857+6d2a104d.src", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:npm-1:8.19.4-1.16.20.2.4.module+el8.8.0+21546+ecd4bb56.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:npm-1:8.19.4-1.16.20.2.4.module+el8.8.0+21546+ecd4bb56.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:npm-1:8.19.4-1.16.20.2.4.module+el8.8.0+21546+ecd4bb56.s390x", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:npm-1:8.19.4-1.16.20.2.4.module+el8.8.0+21546+ecd4bb56.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2651" }, { "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-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.s390x", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.src", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-debuginfo-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-debuginfo-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-debuginfo-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.s390x", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-debuginfo-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-debugsource-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-debugsource-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-debugsource-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.s390x", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-debugsource-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-devel-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-devel-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-devel-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.s390x", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-devel-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-docs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.noarch", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-full-i18n-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-full-i18n-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-full-i18n-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.s390x", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-full-i18n-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19764+7eed1ca3.noarch", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19764+7eed1ca3.src", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-packaging-0:26-1.module+el8.8.0+19857+6d2a104d.noarch", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-packaging-0:26-1.module+el8.8.0+19857+6d2a104d.src", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:npm-1:8.19.4-1.16.20.2.4.module+el8.8.0+21546+ecd4bb56.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:npm-1:8.19.4-1.16.20.2.4.module+el8.8.0+21546+ecd4bb56.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:npm-1:8.19.4-1.16.20.2.4.module+el8.8.0+21546+ecd4bb56.s390x", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:npm-1:8.19.4-1.16.20.2.4.module+el8.8.0+21546+ecd4bb56.x86_64" ] } ], "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.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.s390x", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.src", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-debuginfo-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-debuginfo-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-debuginfo-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.s390x", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-debuginfo-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-debugsource-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-debugsource-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-debugsource-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.s390x", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-debugsource-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-devel-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-devel-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-devel-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.s390x", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-devel-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-docs-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.noarch", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-full-i18n-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-full-i18n-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-full-i18n-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.s390x", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-full-i18n-1:16.20.2-4.module+el8.8.0+21546+ecd4bb56.x86_64", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19764+7eed1ca3.noarch", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-nodemon-0:3.0.1-1.module+el8.8.0+19764+7eed1ca3.src", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-packaging-0:26-1.module+el8.8.0+19857+6d2a104d.noarch", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:nodejs-packaging-0:26-1.module+el8.8.0+19857+6d2a104d.src", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:npm-1:8.19.4-1.16.20.2.4.module+el8.8.0+21546+ecd4bb56.aarch64", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:npm-1:8.19.4-1.16.20.2.4.module+el8.8.0+21546+ecd4bb56.ppc64le", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:npm-1:8.19.4-1.16.20.2.4.module+el8.8.0+21546+ecd4bb56.s390x", "AppStream-8.8.0.Z.EUS:nodejs:16:8080020240318185426:63b34585:npm-1:8.19.4-1.16.20.2.4.module+el8.8.0+21546+ecd4bb56.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "nodejs: reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks" } ] }
wid-sec-w-2024-1248
Vulnerability from csaf_certbund
Published
2024-05-28 22:00
Modified
2024-05-28 22:00
Summary
Xerox FreeFlow Print Server: 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
- Sonstiges
- UNIX
- Windows
{ "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": "- Sonstiges\n- UNIX\n- Windows", "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-2024-1248 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-1248.json" }, { "category": "self", "summary": "WID-SEC-2024-1248 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-1248" }, { "category": "external", "summary": "Xerox Security Bulletin XRX24-010 vom 2024-05-28", "url": "https://security.business.xerox.com/wp-content/uploads/2024/05/Xerox-Security-Bulletin-XRX24-010-for-Xerox%C2%AE-FreeFlow%C2%AE-Print-Server-v7.pdf" } ], "source_lang": "en-US", "title": "Xerox FreeFlow Print Server: Mehrere Schwachstellen", "tracking": { "current_release_date": "2024-05-28T22:00:00.000+00:00", "generator": { "date": "2024-05-29T10:05:59.154+00:00", "engine": { "name": "BSI-WID", "version": "1.3.0" } }, "id": "WID-SEC-W-2024-1248", "initial_release_date": "2024-05-28T22:00:00.000+00:00", "revision_history": [ { "date": "2024-05-28T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "v7", "product": { "name": "Xerox FreeFlow Print Server v7", "product_id": "T035098", "product_identification_helper": { "cpe": "cpe:/a:xerox:freeflow_print_server:v7" } } } ], "category": "product_name", "name": "FreeFlow Print Server" } ], "category": "vendor", "name": "Xerox" } ] }, "vulnerabilities": [ { "cve": "CVE-2014-10401", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2014-10401" }, { "cve": "CVE-2014-10402", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2014-10402" }, { "cve": "CVE-2020-22218", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2020-22218" }, { "cve": "CVE-2020-27545", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2020-27545" }, { "cve": "CVE-2020-28162", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2020-28162" }, { "cve": "CVE-2020-28163", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2020-28163" }, { "cve": "CVE-2022-22817", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2022-22817" }, { "cve": "CVE-2022-32200", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2022-32200" }, { "cve": "CVE-2022-34299", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2022-34299" }, { "cve": "CVE-2022-39170", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2022-39170" }, { "cve": "CVE-2022-40982", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2022-40982" }, { "cve": "CVE-2022-46285", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2022-46285" }, { "cve": "CVE-2022-46344", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2022-46344" }, { "cve": "CVE-2023-22053", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-22053" }, { "cve": "CVE-2023-27371", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-27371" }, { "cve": "CVE-2023-34872", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-34872" }, { "cve": "CVE-2023-38408", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-38408" }, { "cve": "CVE-2023-38709", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-38709" }, { "cve": "CVE-2023-39326", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-39326" }, { "cve": "CVE-2023-39615", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-39615" }, { "cve": "CVE-2023-40305", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-40305" }, { "cve": "CVE-2023-40745", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-40745" }, { "cve": "CVE-2023-41175", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-41175" }, { "cve": "CVE-2023-43785", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-43785" }, { "cve": "CVE-2023-43786", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-43786" }, { "cve": "CVE-2023-43787", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-43787" }, { "cve": "CVE-2023-43788", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-43788" }, { "cve": "CVE-2023-43789", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-43789" }, { "cve": "CVE-2023-4408", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-4408" }, { "cve": "CVE-2023-44487", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-44487" }, { "cve": "CVE-2023-45285", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-45285" }, { "cve": "CVE-2023-46589", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-46589" }, { "cve": "CVE-2023-46728", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-46728" }, { "cve": "CVE-2023-4675", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-4675" }, { "cve": "CVE-2023-46751", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-46751" }, { "cve": "CVE-2023-46809", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-46809" }, { "cve": "CVE-2023-46846", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-46846" }, { "cve": "CVE-2023-46847", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-46847" }, { "cve": "CVE-2023-46848", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-46848" }, { "cve": "CVE-2023-47038", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-47038" }, { "cve": "CVE-2023-47100", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-47100" }, { "cve": "CVE-2023-48795", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-48795" }, { "cve": "CVE-2023-49285", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-49285" }, { "cve": "CVE-2023-49286", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-49286" }, { "cve": "CVE-2023-49288", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-49288" }, { "cve": "CVE-2023-49990", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-49990" }, { "cve": "CVE-2023-49991", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-49991" }, { "cve": "CVE-2023-49992", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-49992" }, { "cve": "CVE-2023-49993", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-49993" }, { "cve": "CVE-2023-49994", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-49994" }, { "cve": "CVE-2023-50387", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-50387" }, { "cve": "CVE-2023-50447", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-50447" }, { "cve": "CVE-2023-50761", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-50761" }, { "cve": "CVE-2023-50762", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-50762" }, { "cve": "CVE-2023-50868", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-50868" }, { "cve": "CVE-2023-51384", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-51384" }, { "cve": "CVE-2023-51385", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-51385" }, { "cve": "CVE-2023-51713", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-51713" }, { "cve": "CVE-2023-51765", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-51765" }, { "cve": "CVE-2023-52355", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-52355" }, { "cve": "CVE-2023-52356", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-52356" }, { "cve": "CVE-2023-5363", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-5363" }, { "cve": "CVE-2023-5367", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-5367" }, { "cve": "CVE-2023-5371", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-5371" }, { "cve": "CVE-2023-5380", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-5380" }, { "cve": "CVE-2023-5388", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-5388" }, { "cve": "CVE-2023-5517", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-5517" }, { "cve": "CVE-2023-5574", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-5574" }, { "cve": "CVE-2023-5679", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-5679" }, { "cve": "CVE-2023-5764", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-5764" }, { "cve": "CVE-2023-5824", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-5824" }, { "cve": "CVE-2023-6174", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-6174" }, { "cve": "CVE-2023-6175", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-6175" }, { "cve": "CVE-2023-6377", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-6377" }, { "cve": "CVE-2023-6478", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-6478" }, { "cve": "CVE-2023-6516", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-6516" }, { "cve": "CVE-2023-6856", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-6856" }, { "cve": "CVE-2023-6857", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-6857" }, { "cve": "CVE-2023-6858", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-6858" }, { "cve": "CVE-2023-6859", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-6859" }, { "cve": "CVE-2023-6860", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-6860" }, { "cve": "CVE-2023-6861", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-6861" }, { "cve": "CVE-2023-6862", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-6862" }, { "cve": "CVE-2023-6863", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-6863" }, { "cve": "CVE-2023-6864", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-6864" }, { "cve": "CVE-2023-6865", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-6865" }, { "cve": "CVE-2023-6867", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2023-6867" }, { "cve": "CVE-2024-0207", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2024-0207" }, { "cve": "CVE-2024-0208", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2024-0208" }, { "cve": "CVE-2024-0209", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2024-0209" }, { "cve": "CVE-2024-0210", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2024-0210" }, { "cve": "CVE-2024-0211", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2024-0211" }, { "cve": "CVE-2024-0727", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2024-0727" }, { "cve": "CVE-2024-0741", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2024-0741" }, { "cve": "CVE-2024-0742", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2024-0742" }, { "cve": "CVE-2024-0743", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2024-0743" }, { "cve": "CVE-2024-0746", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2024-0746" }, { "cve": "CVE-2024-0747", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2024-0747" }, { "cve": "CVE-2024-0749", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2024-0749" }, { "cve": "CVE-2024-0750", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2024-0750" }, { "cve": "CVE-2024-0751", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2024-0751" }, { "cve": "CVE-2024-0753", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2024-0753" }, { "cve": "CVE-2024-0755", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2024-0755" }, { "cve": "CVE-2024-1546", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2024-1546" }, { "cve": "CVE-2024-1547", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2024-1547" }, { "cve": "CVE-2024-1548", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2024-1548" }, { "cve": "CVE-2024-1549", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2024-1549" }, { "cve": "CVE-2024-1550", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2024-1550" }, { "cve": "CVE-2024-1551", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2024-1551" }, { "cve": "CVE-2024-1552", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2024-1552" }, { "cve": "CVE-2024-1553", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2024-1553" }, { "cve": "CVE-2024-20999", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2024-20999" }, { "cve": "CVE-2024-21011", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2024-21011" }, { "cve": "CVE-2024-21059", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2024-21059" }, { "cve": "CVE-2024-21068", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2024-21068" }, { "cve": "CVE-2024-21085", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2024-21085" }, { "cve": "CVE-2024-21094", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2024-21094" }, { "cve": "CVE-2024-21105", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2024-21105" }, { "cve": "CVE-2024-21890", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2024-21890" }, { "cve": "CVE-2024-21891", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2024-21891" }, { "cve": "CVE-2024-21896", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2024-21896" }, { "cve": "CVE-2024-22019", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2024-22019" }, { "cve": "CVE-2024-22195", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2024-22195" }, { "cve": "CVE-2024-24680", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2024-24680" }, { "cve": "CVE-2024-24795", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2024-24795" }, { "cve": "CVE-2024-24806", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2024-24806" }, { "cve": "CVE-2024-25617", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2024-25617" }, { "cve": "CVE-2024-2605", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2024-2605" }, { "cve": "CVE-2024-2607", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2024-2607" }, { "cve": "CVE-2024-2608", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2024-2608" }, { "cve": "CVE-2024-2610", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2024-2610" }, { "cve": "CVE-2024-2611", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2024-2611" }, { "cve": "CVE-2024-2612", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2024-2612" }, { "cve": "CVE-2024-2614", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2024-2614" }, { "cve": "CVE-2024-2616", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2024-2616" }, { "cve": "CVE-2024-27316", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T035098" ] }, "release_date": "2024-05-28T22:00:00Z", "title": "CVE-2024-27316" } ] }
wid-sec-w-2024-0393
Vulnerability from csaf_certbund
Published
2024-02-14 23:00
Modified
2024-07-24 22: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 Angreifer kann mehrere Schwachstellen in Node.js ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, einen Denial-of-Service-Zustand zu verursachen, vertrauliche Informationen offenzulegen, Dateien zu manipulieren oder seine Privilegien zu erweitern.
Betroffene Betriebssysteme
- Linux
- MacOS X
- Windows
{ "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": "Node.js ist eine Plattform zur Entwicklung von Netzwerkanwendungen.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Node.js ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, einen Denial-of-Service-Zustand zu verursachen, vertrauliche Informationen offenzulegen, Dateien zu manipulieren oder seine Privilegien zu erweitern.", "title": "Angriff" }, { "category": "general", "text": "- Linux\n- MacOS X\n- Windows", "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-2024-0393 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-0393.json" }, { "category": "self", "summary": "WID-SEC-2024-0393 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-0393" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2024-2474 vom 2024-03-05", "url": "https://alas.aws.amazon.com/AL2/ALAS-2024-2474.html" }, { "category": "external", "summary": "Debian Security Advisory DLA-3752 vom 2024-03-05", "url": "https://lists.debian.org/debian-lts-announce/2024/03/msg00005.html" }, { "category": "external", "summary": "IBM Security Bulletin 7129940 vom 2024-03-06", "url": "https://www.ibm.com/support/pages/node/7129940" }, { "category": "external", "summary": "NodeJS Security Releases vom 2024-02-14", "url": "https://nodejs.org/en/blog/vulnerability/february-2024-security-releases" }, { "category": "external", "summary": "NodeJS Release Notes vom 2024-02-14", "url": "https://nodejs.org/en/blog/release/v18.19.1" }, { "category": "external", "summary": "NodeJS Release Notes vom 2024-02-14", "url": "https://nodejs.org/en/blog/release/v20.11.1" }, { "category": "external", "summary": "NodeJS Release Notes vom 2024-02-14", "url": "https://nodejs.org/en/blog/release/v21.6.2" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:0644-1 vom 2024-02-28", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-February/018058.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-6666-1 vom 2024-02-28", "url": "https://ubuntu.com/security/notices/USN-6666-1" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:0643-1 vom 2024-02-28", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-February/018059.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:0730-1 vom 2024-02-29", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-February/018077.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:0730-1 vom 2024-02-29", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-February/018078.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:0731-1 vom 2024-02-29", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-February/018076.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:0733-1 vom 2024-02-29", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-February/018074.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:0732-1 vom 2024-02-29", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-February/018075.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:0728-1 vom 2024-03-01", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-March/018084.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:0729-1 vom 2024-03-01", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-March/018083.html" }, { "category": "external", "summary": "IBM Security Bulletin 7129324 vom 2024-03-01", "url": "https://www.ibm.com/support/pages/node/7129324" }, { "category": "external", "summary": "Debian Security Advisory DSA-5638 vom 2024-03-10", "url": "https://lists.debian.org/debian-security-announce/2024/msg00044.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:1354 vom 2024-03-18", "url": "https://access.redhat.com/errata/RHSA-2024:1354" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:1424 vom 2024-03-19", "url": "https://access.redhat.com/errata/RHSA-2024:1424" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:1438 vom 2024-03-20", "url": "https://access.redhat.com/errata/RHSA-2024:1438" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:1444 vom 2024-03-20", "url": "https://access.redhat.com/errata/RHSA-2024:1444" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-1438 vom 2024-03-21", "url": "https://linux.oracle.com/errata/ELSA-2024-1438.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-1444 vom 2024-03-21", "url": "https://linux.oracle.com/errata/ELSA-2024-1444.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:1503 vom 2024-03-25", "url": "https://access.redhat.com/errata/RHSA-2024:1503" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:1510 vom 2024-03-26", "url": "https://access.redhat.com/errata/RHSA-2024:1510" }, { "category": "external", "summary": "Rocky Linux Security Advisory RLSA-2024:1503 vom 2024-03-27", "url": "https://errata.build.resf.org/RLSA-2024:1503" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-1503 vom 2024-03-27", "url": "https://linux.oracle.com/errata/ELSA-2024-1503.html" }, { "category": "external", "summary": "Debian Security Advisory DLA-3776 vom 2024-03-27", "url": "https://lists.debian.org/debian-lts-announce/2024/03/msg00029.html" }, { "category": "external", "summary": "Rocky Linux Security Advisory RLSA-2024:1510 vom 2024-03-27", "url": "https://errata.build.resf.org/RLSA-2024:1510" }, { "category": "external", "summary": "Rocky Linux Security Advisory RLSA-2024:1444 vom 2024-03-27", "url": "https://errata.build.resf.org/RLSA-2024:1444" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-1510 vom 2024-03-27", "url": "http://linux.oracle.com/errata/ELSA-2024-1510.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-1510 vom 2024-03-27", "url": "https://linux.oracle.com/errata/ELSA-2024-1510.html" }, { "category": "external", "summary": "IBM Security Bulletin 7145582 vom 2024-04-01", "url": "https://www.ibm.com/support/pages/node/7145582" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:1678 vom 2024-04-04", "url": "https://access.redhat.com/errata/RHSA-2024:1678" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:1688 vom 2024-04-08", "url": "https://access.redhat.com/errata/RHSA-2024:1688" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:1687 vom 2024-04-08", "url": "https://access.redhat.com/errata/RHSA-2024:1687" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-1688 vom 2024-04-09", "url": "https://linux.oracle.com/errata/ELSA-2024-1688.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-1687 vom 2024-04-09", "url": "https://linux.oracle.com/errata/ELSA-2024-1687.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:1301-1 vom 2024-04-16", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-April/018360.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:1309-1 vom 2024-04-16", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-April/018363.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:1307-1 vom 2024-04-16", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-April/018365.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:1880 vom 2024-04-18", "url": "https://access.redhat.com/errata/RHSA-2024:1880" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:1932 vom 2024-04-22", "url": "https://access.redhat.com/errata/RHSA-2024:1932" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:2651 vom 2024-05-02", "url": "https://access.redhat.com/errata/RHSA-2024:2651" }, { "category": "external", "summary": "Rocky Linux Security Advisory RLSA-2024:1687 vom 2024-05-06", "url": "https://errata.build.resf.org/RLSA-2024:1687" }, { "category": "external", "summary": "Rocky Linux Security Advisory RLSA-2024:1688 vom 2024-05-06", "url": "https://errata.build.resf.org/RLSA-2024:1688" }, { "category": "external", "summary": "Rocky Linux Security Advisory RLSA-2024:2778 vom 2024-05-09", "url": "https://errata.build.resf.org/RLSA-2024:2778" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:2780 vom 2024-05-09", "url": "https://access.redhat.com/errata/RHSA-2024:2780" }, { "category": "external", "summary": "Rocky Linux Security Advisory RLSA-2024:2780 vom 2024-05-09", "url": "https://errata.build.resf.org/RLSA-2024:2780" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:2778 vom 2024-05-09", "url": "https://access.redhat.com/errata/RHSA-2024:2778" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:2793 vom 2024-05-09", "url": "https://access.redhat.com/errata/RHSA-2024:2793" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:2779 vom 2024-05-09", "url": "https://access.redhat.com/errata/RHSA-2024:2779" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-2778 vom 2024-05-09", "url": "https://linux.oracle.com/errata/ELSA-2024-2778.html" }, { "category": "external", "summary": "Rocky Linux Security Advisory RLSA-2024:2779 vom 2024-05-09", "url": "https://errata.build.resf.org/RLSA-2024:2779" }, { "category": "external", "summary": "IBM Security Bulletin 7150839 vom 2024-05-10", "url": "https://www.ibm.com/support/pages/node/7150839" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-2780 vom 2024-05-10", "url": "https://linux.oracle.com/errata/ELSA-2024-2780.html" }, { "category": "external", "summary": "Rocky Linux Security Advisory RLSA-2024:1438 vom 2024-05-10", "url": "https://errata.build.resf.org/RLSA-2024:1438" }, { "category": "external", "summary": "IBM Security Bulletin 7151378 vom 2024-05-14", "url": "https://www.ibm.com/support/pages/node/7151378" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-2779 vom 2024-05-15", "url": "https://linux.oracle.com/errata/ELSA-2024-2779.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:2853 vom 2024-05-15", "url": "https://access.redhat.com/errata/RHSA-2024:2853" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-2853 vom 2024-05-17", "url": "https://linux.oracle.com/errata/ELSA-2024-2853.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:2910 vom 2024-05-20", "url": "https://access.redhat.com/errata/RHSA-2024:2910" }, { "category": "external", "summary": "IBM Security Bulletin 7149175 vom 2024-05-24", "url": "https://www.ibm.com/support/pages/node/7149175" }, { "category": "external", "summary": "Rocky Linux Security Advisory RLSA-2024:2910 vom 2024-06-14", "url": "https://errata.build.resf.org/RLSA-2024:2910" }, { "category": "external", "summary": "Rocky Linux Security Advisory RLSA-2024:2853 vom 2024-06-14", "url": "https://errata.build.resf.org/RLSA-2024:2853" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:4247 vom 2024-07-03", "url": "https://access.redhat.com/errata/RHSA-2024:4247" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-4247 vom 2024-07-03", "url": "https://linux.oracle.com/errata/ELSA-2024-4247.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:4559 vom 2024-07-16", "url": "https://access.redhat.com/errata/RHSA-2024:4559" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:4631 vom 2024-07-18", "url": "https://access.redhat.com/errata/RHSA-2024:4631" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:4756 vom 2024-07-24", "url": "https://access.redhat.com/errata/RHSA-2024:4756" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:4721 vom 2024-07-23", "url": "https://access.redhat.com/errata/RHSA-2024:4721" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-4756 vom 2024-07-24", "url": "https://linux.oracle.com/errata/ELSA-2024-4756.html" } ], "source_lang": "en-US", "title": "Node.js: Mehrere Schwachstellen", "tracking": { "current_release_date": "2024-07-24T22:00:00.000+00:00", "generator": { "date": "2024-07-25T08:36:26.032+00:00", "engine": { "name": "BSI-WID", "version": "1.3.0" } }, "id": "WID-SEC-W-2024-0393", "initial_release_date": "2024-02-14T23:00:00.000+00:00", "revision_history": [ { "date": "2024-02-14T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2024-02-15T23:00:00.000+00:00", "number": "2", "summary": "CVE erg\u00e4nzt" }, { "date": "2024-02-28T23:00:00.000+00:00", "number": "3", "summary": "Neue Updates von SUSE und Ubuntu aufgenommen" }, { "date": "2024-02-29T23:00:00.000+00:00", "number": "4", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-03-03T23:00:00.000+00:00", "number": "5", "summary": "Neue Updates von IBM aufgenommen" }, { "date": "2024-03-04T23:00:00.000+00:00", "number": "6", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2024-03-05T23:00:00.000+00:00", "number": "7", "summary": "Neue Updates von Debian aufgenommen" }, { "date": "2024-03-10T23:00:00.000+00:00", "number": "8", "summary": "Neue Updates von Debian aufgenommen" }, { "date": "2024-03-17T23:00:00.000+00:00", "number": "9", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-03-19T23:00:00.000+00:00", "number": "10", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-03-20T23:00:00.000+00:00", "number": "11", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-03-21T23:00:00.000+00:00", "number": "12", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2024-03-25T23:00:00.000+00:00", "number": "13", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-03-26T23:00:00.000+00:00", "number": "14", "summary": "Neue Updates von Rocky Enterprise Software Foundation, Oracle Linux und Debian aufgenommen" }, { "date": "2024-03-27T23:00:00.000+00:00", "number": "15", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2024-04-01T22:00:00.000+00:00", "number": "16", "summary": "Neue Updates von IBM und IBM-APAR aufgenommen" }, { "date": "2024-04-04T22:00:00.000+00:00", "number": "17", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-04-07T22:00:00.000+00:00", "number": "18", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-04-08T22:00:00.000+00:00", "number": "19", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2024-04-15T22:00:00.000+00:00", "number": "20", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-04-16T22:00:00.000+00:00", "number": "21", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-04-17T22:00:00.000+00:00", "number": "22", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-04-21T22:00:00.000+00:00", "number": "23", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-05-01T22:00:00.000+00:00", "number": "24", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-05-06T22:00:00.000+00:00", "number": "25", "summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen" }, { "date": "2024-05-09T22:00:00.000+00:00", "number": "26", "summary": "Neue Updates von Rocky Enterprise Software Foundation, Red Hat und Oracle Linux aufgenommen" }, { "date": "2024-05-12T22:00:00.000+00:00", "number": "27", "summary": "Neue Updates von IBM, Oracle Linux und Rocky Enterprise Software Foundation aufgenommen" }, { "date": "2024-05-13T22:00:00.000+00:00", "number": "28", "summary": "Neue Updates von IBM aufgenommen" }, { "date": "2024-05-14T22:00:00.000+00:00", "number": "29", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2024-05-15T22:00:00.000+00:00", "number": "30", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-05-16T22:00:00.000+00:00", "number": "31", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2024-05-20T22:00:00.000+00:00", "number": "32", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-05-23T22:00:00.000+00:00", "number": "33", "summary": "Neue Updates von IBM aufgenommen" }, { "date": "2024-06-16T22:00:00.000+00:00", "number": "34", "summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen" }, { "date": "2024-07-02T22:00:00.000+00:00", "number": "35", "summary": "Neue Updates von Red Hat und Oracle Linux aufgenommen" }, { "date": "2024-07-16T22:00:00.000+00:00", "number": "36", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-07-18T22:00:00.000+00:00", "number": "37", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-07-23T22:00:00.000+00:00", "number": "38", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-07-24T22:00:00.000+00:00", "number": "39", "summary": "Neue Updates von Oracle Linux aufgenommen" } ], "status": "final", "version": "39" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Amazon Linux 2", "product": { "name": "Amazon Linux 2", "product_id": "398363", "product_identification_helper": { "cpe": "cpe:/o:amazon:linux_2:-" } } } ], "category": "vendor", "name": "Amazon" }, { "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": [ { "branches": [ { "category": "product_name", "name": "IBM App Connect Enterprise", "product": { "name": "IBM App Connect Enterprise", "product_id": "T032495", "product_identification_helper": { "cpe": "cpe:/a:ibm:app_connect_enterprise:-" } } }, { "category": "product_version_range", "name": "Certified Container Operator \u003c11.5.0", "product": { "name": "IBM App Connect Enterprise Certified Container Operator \u003c11.5.0", "product_id": "T035057", "product_identification_helper": { "cpe": "cpe:/a:ibm:app_connect_enterprise:11.5.0::certified_container_operator" } } }, { "category": "product_version_range", "name": "Certified Container Operator \u003c5.0.17", "product": { "name": "IBM App Connect Enterprise Certified Container Operator \u003c5.0.17", "product_id": "T035058", "product_identification_helper": { "cpe": "cpe:/a:ibm:app_connect_enterprise:5.0.17::certified_container_operator" } } } ], "category": "product_name", "name": "App Connect Enterprise" }, { "category": "product_name", "name": "IBM Business Automation Workflow", "product": { "name": "IBM Business Automation Workflow", "product_id": "T019704", "product_identification_helper": { "cpe": "cpe:/a:ibm:business_automation_workflow:-" } } }, { "branches": [ { "category": "product_version_range", "name": "\u003c10.5.4", "product": { "name": "IBM DataPower Gateway \u003c10.5.4", "product_id": "T033810", "product_identification_helper": { "cpe": "cpe:/a:ibm:datapower_gateway:10.5.4" } } }, { "category": "product_version_range", "name": "\u003c10.5.0.10", "product": { "name": "IBM DataPower Gateway \u003c10.5.0.10", "product_id": "T033811", "product_identification_helper": { "cpe": "cpe:/a:ibm:datapower_gateway:10.5.0.10" } } }, { "category": "product_version_range", "name": "\u003c10.0.1.18", "product": { "name": "IBM DataPower Gateway \u003c10.0.1.18", "product_id": "T033812", "product_identification_helper": { "cpe": "cpe:/a:ibm:datapower_gateway:10.0.1.18" } } } ], "category": "product_name", "name": "DataPower Gateway" }, { "branches": [ { "category": "product_version", "name": "9.6", "product": { "name": "IBM Rational Application Developer for WebSphere Software 9.6", "product_id": "T012259", "product_identification_helper": { "cpe": "cpe:/a:ibm:rational_application_developer_for_websphere_software:9.6" } } }, { "category": "product_version", "name": "9.7", "product": { "name": "IBM Rational Application Developer for WebSphere Software 9.7", "product_id": "T033489", "product_identification_helper": { "cpe": "cpe:/a:ibm:rational_application_developer_for_websphere_software:9.7" } } } ], "category": "product_name", "name": "Rational Application Developer for WebSphere Software" } ], "category": "vendor", "name": "IBM" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c18.19.1", "product": { "name": "Open Source Node.js \u003c18.19.1", "product_id": "T032827", "product_identification_helper": { "cpe": "cpe:/a:nodejs:nodejs:18.19.1" } } }, { "category": "product_version_range", "name": "\u003c20.11.1", "product": { "name": "Open Source Node.js \u003c20.11.1", "product_id": "T032828", "product_identification_helper": { "cpe": "cpe:/a:nodejs:nodejs:20.11.1" } } }, { "category": "product_version_range", "name": "\u003c21.6.2", "product": { "name": "Open Source Node.js \u003c21.6.2", "product_id": "T032829", "product_identification_helper": { "cpe": "cpe:/a:nodejs:nodejs:21.6.2" } } } ], "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": "RESF Rocky Linux", "product": { "name": "RESF Rocky Linux", "product_id": "T032255", "product_identification_helper": { "cpe": "cpe:/o:resf:rocky_linux:-" } } } ], "category": "vendor", "name": "RESF" }, { "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" }, { "branches": [ { "category": "product_name", "name": "Ubuntu Linux", "product": { "name": "Ubuntu Linux", "product_id": "T000126", "product_identification_helper": { "cpe": "cpe:/o:canonical:ubuntu_linux:-" } } } ], "category": "vendor", "name": "Ubuntu" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-46809", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Node.js. Diese Fehler bestehen aufgrund verschiedener sicherheitsrelevanter Probleme, wie z. B. einer unsachgem\u00e4\u00dfen Neutralisierung von Benutzereingaben, einer Code-Injektion oder einem Pfad-Traversal, um nur einige zu nennen. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, einen Denial-of-Service-Zustand zu verursachen, vertrauliche Informationen offenzulegen, Dateien zu manipulieren oder seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T033810", "T033489", "67646", "T033811", "T012259", "T033812", "T004914", "T032255", "T035058", "T032495", "T035057", "2951", "T002207", "T000126", "T019704", "398363" ] }, "release_date": "2024-02-14T23:00:00Z", "title": "CVE-2023-46809" }, { "cve": "CVE-2024-21890", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Node.js. Diese Fehler bestehen aufgrund verschiedener sicherheitsrelevanter Probleme, wie z. B. einer unsachgem\u00e4\u00dfen Neutralisierung von Benutzereingaben, einer Code-Injektion oder einem Pfad-Traversal, um nur einige zu nennen. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, einen Denial-of-Service-Zustand zu verursachen, vertrauliche Informationen offenzulegen, Dateien zu manipulieren oder seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T033810", "T033489", "67646", "T033811", "T012259", "T033812", "T004914", "T032255", "T035058", "T032495", "T035057", "2951", "T002207", "T000126", "T019704", "398363" ] }, "release_date": "2024-02-14T23:00:00Z", "title": "CVE-2024-21890" }, { "cve": "CVE-2024-21891", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Node.js. Diese Fehler bestehen aufgrund verschiedener sicherheitsrelevanter Probleme, wie z. B. einer unsachgem\u00e4\u00dfen Neutralisierung von Benutzereingaben, einer Code-Injektion oder einem Pfad-Traversal, um nur einige zu nennen. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, einen Denial-of-Service-Zustand zu verursachen, vertrauliche Informationen offenzulegen, Dateien zu manipulieren oder seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T033810", "T033489", "67646", "T033811", "T012259", "T033812", "T004914", "T032255", "T035058", "T032495", "T035057", "2951", "T002207", "T000126", "T019704", "398363" ] }, "release_date": "2024-02-14T23:00:00Z", "title": "CVE-2024-21891" }, { "cve": "CVE-2024-21892", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Node.js. Diese Fehler bestehen aufgrund verschiedener sicherheitsrelevanter Probleme, wie z. B. einer unsachgem\u00e4\u00dfen Neutralisierung von Benutzereingaben, einer Code-Injektion oder einem Pfad-Traversal, um nur einige zu nennen. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, einen Denial-of-Service-Zustand zu verursachen, vertrauliche Informationen offenzulegen, Dateien zu manipulieren oder seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T033810", "T033489", "67646", "T033811", "T012259", "T033812", "T004914", "T032255", "T035058", "T032495", "T035057", "2951", "T002207", "T000126", "T019704", "398363" ] }, "release_date": "2024-02-14T23:00:00Z", "title": "CVE-2024-21892" }, { "cve": "CVE-2024-21896", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Node.js. Diese Fehler bestehen aufgrund verschiedener sicherheitsrelevanter Probleme, wie z. B. einer unsachgem\u00e4\u00dfen Neutralisierung von Benutzereingaben, einer Code-Injektion oder einem Pfad-Traversal, um nur einige zu nennen. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, einen Denial-of-Service-Zustand zu verursachen, vertrauliche Informationen offenzulegen, Dateien zu manipulieren oder seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T033810", "T033489", "67646", "T033811", "T012259", "T033812", "T004914", "T032255", "T035058", "T032495", "T035057", "2951", "T002207", "T000126", "T019704", "398363" ] }, "release_date": "2024-02-14T23:00:00Z", "title": "CVE-2024-21896" }, { "cve": "CVE-2024-22017", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Node.js. Diese Fehler bestehen aufgrund verschiedener sicherheitsrelevanter Probleme, wie z. B. einer unsachgem\u00e4\u00dfen Neutralisierung von Benutzereingaben, einer Code-Injektion oder einem Pfad-Traversal, um nur einige zu nennen. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, einen Denial-of-Service-Zustand zu verursachen, vertrauliche Informationen offenzulegen, Dateien zu manipulieren oder seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T033810", "T033489", "67646", "T033811", "T012259", "T033812", "T004914", "T032255", "T035058", "T032495", "T035057", "2951", "T002207", "T000126", "T019704", "398363" ] }, "release_date": "2024-02-14T23:00:00Z", "title": "CVE-2024-22017" }, { "cve": "CVE-2024-22019", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Node.js. Diese Fehler bestehen aufgrund verschiedener sicherheitsrelevanter Probleme, wie z. B. einer unsachgem\u00e4\u00dfen Neutralisierung von Benutzereingaben, einer Code-Injektion oder einem Pfad-Traversal, um nur einige zu nennen. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, einen Denial-of-Service-Zustand zu verursachen, vertrauliche Informationen offenzulegen, Dateien zu manipulieren oder seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T033810", "T033489", "67646", "T033811", "T012259", "T033812", "T004914", "T032255", "T035058", "T032495", "T035057", "2951", "T002207", "T000126", "T019704", "398363" ] }, "release_date": "2024-02-14T23:00:00Z", "title": "CVE-2024-22019" }, { "cve": "CVE-2024-22025", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Node.js. Diese Fehler bestehen aufgrund verschiedener sicherheitsrelevanter Probleme, wie z. B. einer unsachgem\u00e4\u00dfen Neutralisierung von Benutzereingaben, einer Code-Injektion oder einem Pfad-Traversal, um nur einige zu nennen. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, einen Denial-of-Service-Zustand zu verursachen, vertrauliche Informationen offenzulegen, Dateien zu manipulieren oder seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T033810", "T033489", "67646", "T033811", "T012259", "T033812", "T004914", "T032255", "T035058", "T032495", "T035057", "2951", "T002207", "T000126", "T019704", "398363" ] }, "release_date": "2024-02-14T23:00:00Z", "title": "CVE-2024-22025" }, { "cve": "CVE-2024-24758", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Node.js. Diese Fehler bestehen aufgrund verschiedener sicherheitsrelevanter Probleme, wie z. B. einer unsachgem\u00e4\u00dfen Neutralisierung von Benutzereingaben, einer Code-Injektion oder einem Pfad-Traversal, um nur einige zu nennen. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, einen Denial-of-Service-Zustand zu verursachen, vertrauliche Informationen offenzulegen, Dateien zu manipulieren oder seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T033810", "T033489", "67646", "T033811", "T012259", "T033812", "T004914", "T032255", "T035058", "T032495", "T035057", "2951", "T002207", "T000126", "T019704", "398363" ] }, "release_date": "2024-02-14T23:00:00Z", "title": "CVE-2024-24758" }, { "cve": "CVE-2024-24806", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen in Node.js. Diese Fehler bestehen aufgrund verschiedener sicherheitsrelevanter Probleme, wie z. B. einer unsachgem\u00e4\u00dfen Neutralisierung von Benutzereingaben, einer Code-Injektion oder einem Pfad-Traversal, um nur einige zu nennen. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, einen Denial-of-Service-Zustand zu verursachen, vertrauliche Informationen offenzulegen, Dateien zu manipulieren oder seine Privilegien zu erweitern." } ], "product_status": { "known_affected": [ "T033810", "T033489", "67646", "T033811", "T012259", "T033812", "T004914", "T032255", "T035058", "T032495", "T035057", "2951", "T002207", "T000126", "T019704", "398363" ] }, "release_date": "2024-02-14T23:00:00Z", "title": "CVE-2024-24806" } ] }
gsd-2024-22019
Vulnerability from gsd
Modified
2024-01-04 06:02
Details
A vulnerability in Node.js HTTP servers allows an attacker to send a specially crafted HTTP request with chunked encoding, leading to resource exhaustion and denial of service (DoS). The server reads an unbounded number of bytes from a single connection, exploiting the lack of limitations on chunk extension bytes. The issue can cause CPU and network bandwidth exhaustion, bypassing standard safeguards like timeouts and body size limits.
Aliases
{ "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2024-22019" ], "details": "A vulnerability in Node.js HTTP servers allows an attacker to send a specially crafted HTTP request with chunked encoding, leading to resource exhaustion and denial of service (DoS). The server reads an unbounded number of bytes from a single connection, exploiting the lack of limitations on chunk extension bytes. The issue can cause CPU and network bandwidth exhaustion, bypassing standard safeguards like timeouts and body size limits.", "id": "GSD-2024-22019", "modified": "2024-01-04T06:02:16.680040Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "support@hackerone.com", "ID": "CVE-2024-22019", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "Node.js", "version": { "version_data": [ { "version_affected": "\u003c=", "version_name": "21.6.1", "version_value": "21.6.1" } ] } } ] }, "vendor_name": "Node.js" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "A vulnerability in Node.js HTTP servers allows an attacker to send a specially crafted HTTP request with chunked encoding, leading to resource exhaustion and denial of service (DoS). The server reads an unbounded number of bytes from a single connection, exploiting the lack of limitations on chunk extension bytes. The issue can cause CPU and network bandwidth exhaustion, bypassing standard safeguards like timeouts and body size limits." } ] }, "impact": { "cvss": [ { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "https://hackerone.com/reports/2233486", "refsource": "MISC", "url": "https://hackerone.com/reports/2233486" }, { "name": "https://security.netapp.com/advisory/ntap-20240315-0004/", "refsource": "MISC", "url": "https://security.netapp.com/advisory/ntap-20240315-0004/" } ] } }, "nvd.nist.gov": { "cve": { "descriptions": [ { "lang": "en", "value": "A vulnerability in Node.js HTTP servers allows an attacker to send a specially crafted HTTP request with chunked encoding, leading to resource exhaustion and denial of service (DoS). The server reads an unbounded number of bytes from a single connection, exploiting the lack of limitations on chunk extension bytes. The issue can cause CPU and network bandwidth exhaustion, bypassing standard safeguards like timeouts and body size limits." }, { "lang": "es", "value": "Una vulnerabilidad en los servidores HTTP de Node.js permite a un atacante enviar una solicitud HTTP especialmente manipulada con codificaci\u00f3n fragmentada, lo que provoca el agotamiento de los recursos y la denegaci\u00f3n de servicio (DoS). El servidor lee una cantidad ilimitada de bytes de una \u00fanica conexi\u00f3n, aprovechando la falta de limitaciones en los bytes de extensi\u00f3n de fragmentos. El problema puede provocar el agotamiento del ancho de banda de la CPU y de la red, pasando por alto salvaguardas est\u00e1ndar como tiempos de espera y l\u00edmites de tama\u00f1o corporal." } ], "id": "CVE-2024-22019", "lastModified": "2024-03-15T11:15:08.807", "metrics": { "cvssMetricV30": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "exploitabilityScore": 3.9, "impactScore": 3.6, "source": "support@hackerone.com", "type": "Secondary" } ] }, "published": "2024-02-20T02:15:50.983", "references": [ { "source": "support@hackerone.com", "url": "https://hackerone.com/reports/2233486" }, { "source": "support@hackerone.com", "url": "https://security.netapp.com/advisory/ntap-20240315-0004/" } ], "sourceIdentifier": "support@hackerone.com", "vulnStatus": "Awaiting Analysis" } } } }
ghsa-prhj-8562-p8gj
Vulnerability from github
Published
2024-02-20 03:30
Modified
2024-05-01 18:30
Severity ?
Details
A vulnerability in Node.js HTTP servers allows an attacker to send a specially crafted HTTP request with chunked encoding, leading to resource exhaustion and denial of service (DoS). The server reads an unbounded number of bytes from a single connection, exploiting the lack of limitations on chunk extension bytes. The issue can cause CPU and network bandwidth exhaustion, bypassing standard safeguards like timeouts and body size limits.
{ "affected": [], "aliases": [ "CVE-2024-22019" ], "database_specific": { "cwe_ids": [ "CWE-404" ], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2024-02-20T02:15:50Z", "severity": "HIGH" }, "details": "A vulnerability in Node.js HTTP servers allows an attacker to send a specially crafted HTTP request with chunked encoding, leading to resource exhaustion and denial of service (DoS). The server reads an unbounded number of bytes from a single connection, exploiting the lack of limitations on chunk extension bytes. The issue can cause CPU and network bandwidth exhaustion, bypassing standard safeguards like timeouts and body size limits.", "id": "GHSA-prhj-8562-p8gj", "modified": "2024-05-01T18:30:35Z", "published": "2024-02-20T03:30:57Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22019" }, { "type": "WEB", "url": "https://hackerone.com/reports/2233486" }, { "type": "WEB", "url": "https://security.netapp.com/advisory/ntap-20240315-0004" }, { "type": "WEB", "url": "http://www.openwall.com/lists/oss-security/2024/03/11/1" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "type": "CVSS_V3" } ] }
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.