Action not permitted
Modal body text goes here.
CVE-2024-21891
Vulnerability from cvelistv5
Published
2024-02-20 01:31
Modified
2024-08-01 22:35
Severity ?
EPSS score ?
Summary
Node.js depends on multiple built-in utility functions to normalize paths provided to node:fs functions, which can be overwitten with user-defined implementations leading to filesystem permission model bypass through path traversal attack.
This vulnerability affects all users using the experimental permission model in Node.js 20 and Node.js 21.
Please note that at the time this CVE was issued, the permission model is an experimental feature of Node.js.
References
{ "containers": { "adp": [ { "metrics": [ { "other": { "content": { "id": "CVE-2024-21891", "options": [ { "Exploitation": "none" }, { "Automatable": "no" }, { "Technical Impact": "partial" } ], "role": "CISA Coordinator", "timestamp": "2024-02-20T15:01:31.150243Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2024-06-04T17:38:01.954Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" }, { "providerMetadata": { "dateUpdated": "2024-08-01T22:35:33.379Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_transferred" ], "url": "https://hackerone.com/reports/2259914" }, { "tags": [ "x_transferred" ], "url": "https://security.netapp.com/advisory/ntap-20240315-0005/" }, { "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.0", "status": "affected", "version": "21.6.0", "versionType": "semver" }, { "lessThanOrEqual": "20.11.0", "status": "affected", "version": "20.11.0", "versionType": "semver" } ] } ], "descriptions": [ { "lang": "en", "value": "Node.js depends on multiple built-in utility functions to normalize paths provided to node:fs functions, which can be overwitten with user-defined implementations leading to filesystem permission model bypass through path traversal attack.\nThis vulnerability affects all users using the experimental permission model in Node.js 20 and Node.js 21.\nPlease note that at the time this CVE was issued, the permission model is an experimental feature of Node.js." } ], "metrics": [ { "cvssV3_0": { "baseScore": 7.9, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N", "version": "3.0" } } ], "providerMetadata": { "dateUpdated": "2024-02-20T01:31:08.152Z", "orgId": "36234546-b8fa-4601-9d6f-f4e334aa8ea1", "shortName": "hackerone" }, "references": [ { "url": "https://hackerone.com/reports/2259914" }, { "url": "https://security.netapp.com/advisory/ntap-20240315-0005/" }, { "url": "http://www.openwall.com/lists/oss-security/2024/03/11/1" } ] } }, "cveMetadata": { "assignerOrgId": "36234546-b8fa-4601-9d6f-f4e334aa8ea1", "assignerShortName": "hackerone", "cveId": "CVE-2024-21891", "datePublished": "2024-02-20T01:31:08.152Z", "dateReserved": "2024-01-03T01:04:06.539Z", "dateUpdated": "2024-08-01T22:35:33.379Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2024-21891\",\"sourceIdentifier\":\"support@hackerone.com\",\"published\":\"2024-02-20T02:15:50.347\",\"lastModified\":\"2024-05-01T18:15:13.500\",\"vulnStatus\":\"Awaiting Analysis\",\"descriptions\":[{\"lang\":\"en\",\"value\":\"Node.js depends on multiple built-in utility functions to normalize paths provided to node:fs functions, which can be overwitten with user-defined implementations leading to filesystem permission model bypass through path traversal attack.\\nThis vulnerability affects all users using the experimental permission model in Node.js 20 and Node.js 21.\\nPlease note that at the time this CVE was issued, the permission model is an experimental feature of Node.js.\"},{\"lang\":\"es\",\"value\":\"Node.js depende de m\u00faltiples funciones de utilidad integradas para normalizar las rutas proporcionadas a las funciones de node:fs, que pueden ser exageradas con implementaciones definidas por el usuario que conducen a la omisi\u00f3n del modelo de permisos del sistema de archivos mediante un ataque de path traversal. Esta vulnerabilidad afecta a todos los usuarios que utilizan el modelo de permiso experimental en Node.js 20 y Node.js 21. Tenga en cuenta que en el momento en que se emiti\u00f3 este CVE, el modelo de permiso es una caracter\u00edstica experimental de Node.js.\"}],\"metrics\":{\"cvssMetricV30\":[{\"source\":\"support@hackerone.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.0\",\"vectorString\":\"CVSS:3.0/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"REQUIRED\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\",\"baseScore\":7.9,\"baseSeverity\":\"HIGH\"},\"exploitabilityScore\":1.5,\"impactScore\":5.8}]},\"references\":[{\"url\":\"http://www.openwall.com/lists/oss-security/2024/03/11/1\",\"source\":\"support@hackerone.com\"},{\"url\":\"https://hackerone.com/reports/2259914\",\"source\":\"support@hackerone.com\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20240315-0005/\",\"source\":\"support@hackerone.com\"}]}}" } }
gsd-2024-21891
Vulnerability from gsd
Modified
2024-01-03 06:02
Details
Node.js depends on multiple built-in utility functions to normalize paths provided to node:fs functions, which can be overwitten with user-defined implementations leading to filesystem permission model bypass through path traversal attack.
This vulnerability affects all users using the experimental permission model in Node.js 20 and Node.js 21.
Please note that at the time this CVE was issued, the permission model is an experimental feature of Node.js.
Aliases
{ "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2024-21891" ], "details": "Node.js depends on multiple built-in utility functions to normalize paths provided to node:fs functions, which can be overwitten with user-defined implementations leading to filesystem permission model bypass through path traversal attack.\nThis vulnerability affects all users using the experimental permission model in Node.js 20 and Node.js 21.\nPlease note that at the time this CVE was issued, the permission model is an experimental feature of Node.js.", "id": "GSD-2024-21891", "modified": "2024-01-03T06:02:06.929642Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "support@hackerone.com", "ID": "CVE-2024-21891", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "Node.js", "version": { "version_data": [ { "version_affected": "\u003c=", "version_name": "21.6.0", "version_value": "21.6.0" }, { "version_affected": "\u003c=", "version_name": "20.11.0", "version_value": "20.11.0" } ] } } ] }, "vendor_name": "Node.js" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "Node.js depends on multiple built-in utility functions to normalize paths provided to node:fs functions, which can be overwitten with user-defined implementations leading to filesystem permission model bypass through path traversal attack.\nThis vulnerability affects all users using the experimental permission model in Node.js 20 and Node.js 21.\nPlease note that at the time this CVE was issued, the permission model is an experimental feature of Node.js." } ] }, "impact": { "cvss": [ { "baseScore": 7.9, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N", "version": "3.0" } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "https://hackerone.com/reports/2259914", "refsource": "MISC", "url": "https://hackerone.com/reports/2259914" }, { "name": "https://security.netapp.com/advisory/ntap-20240315-0005/", "refsource": "MISC", "url": "https://security.netapp.com/advisory/ntap-20240315-0005/" } ] } }, "nvd.nist.gov": { "cve": { "descriptions": [ { "lang": "en", "value": "Node.js depends on multiple built-in utility functions to normalize paths provided to node:fs functions, which can be overwitten with user-defined implementations leading to filesystem permission model bypass through path traversal attack.\nThis vulnerability affects all users using the experimental permission model in Node.js 20 and Node.js 21.\nPlease note that at the time this CVE was issued, the permission model is an experimental feature of Node.js." }, { "lang": "es", "value": "Node.js depende de m\u00faltiples funciones de utilidad integradas para normalizar las rutas proporcionadas a las funciones de node:fs, que pueden ser exageradas con implementaciones definidas por el usuario que conducen a la omisi\u00f3n del modelo de permisos del sistema de archivos mediante un ataque de path traversal. Esta vulnerabilidad afecta a todos los usuarios que utilizan el modelo de permiso experimental en Node.js 20 y Node.js 21. Tenga en cuenta que en el momento en que se emiti\u00f3 este CVE, el modelo de permiso es una caracter\u00edstica experimental de Node.js." } ], "id": "CVE-2024-21891", "lastModified": "2024-03-15T11:15:08.753", "metrics": { "cvssMetricV30": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 7.9, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N", "version": "3.0" }, "exploitabilityScore": 1.5, "impactScore": 5.8, "source": "support@hackerone.com", "type": "Secondary" } ] }, "published": "2024-02-20T02:15:50.347", "references": [ { "source": "support@hackerone.com", "url": "https://hackerone.com/reports/2259914" }, { "source": "support@hackerone.com", "url": "https://security.netapp.com/advisory/ntap-20240315-0005/" } ], "sourceIdentifier": "support@hackerone.com", "vulnStatus": "Awaiting Analysis" } } } }
ghsa-4rwx-mrf5-wx33
Vulnerability from github
Published
2024-02-20 03:30
Modified
2024-05-01 18:30
Severity ?
Details
Node.js depends on multiple built-in utility functions to normalize paths provided to node:fs functions, which can be overwitten with user-defined implementations leading to filesystem permission model bypass through path traversal attack. This vulnerability affects all users using the experimental permission model in Node.js 20 and Node.js 21. Please note that at the time this CVE was issued, the permission model is an experimental feature of Node.js.
{ "affected": [], "aliases": [ "CVE-2024-21891" ], "database_specific": { "cwe_ids": [], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2024-02-20T02:15:50Z", "severity": "HIGH" }, "details": "Node.js depends on multiple built-in utility functions to normalize paths provided to node:fs functions, which can be overwitten with user-defined implementations leading to filesystem permission model bypass through path traversal attack.\nThis vulnerability affects all users using the experimental permission model in Node.js 20 and Node.js 21.\nPlease note that at the time this CVE was issued, the permission model is an experimental feature of Node.js.", "id": "GHSA-4rwx-mrf5-wx33", "modified": "2024-05-01T18:30:35Z", "published": "2024-02-20T03:30:57Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21891" }, { "type": "WEB", "url": "https://hackerone.com/reports/2259914" }, { "type": "WEB", "url": "https://security.netapp.com/advisory/ntap-20240315-0005" }, { "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:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N", "type": "CVSS_V3" } ] }
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" } ] }
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_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" } ] }
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.