Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-23165 (GCVE-0-2025-23165)
Vulnerability from cvelistv5 – Published: 2025-05-19 01:25 – Updated: 2025-05-28 00:06
VLAI
EPSS
Summary
In Node.js, the `ReadFileUtf8` internal binding leaks memory due to a corrupted pointer in `uv_fs_s.file`: a UTF-16 path buffer is allocated but subsequently overwritten when the file descriptor is set. This results in an unrecoverable memory leak on every call. Repeated use can cause unbounded memory growth, leading to a denial of service.
Impact:
* This vulnerability affects APIs relying on `ReadFileUtf8` on Node.js release lines: v20 and v22.
Severity
SSVC
Exploitation: poc
Automatable: no
Technical Impact: partial
CISA Coordinator (v2.0.3)
CWE
- CWE-401 - Missing Release of Memory after Effective Lifetime
Assigner
References
1 reference
Impacted products
1 product
| Vendor | Product | Version | |
|---|---|---|---|
| nodejs | node |
Affected:
4.0 , < 4.*
(semver)
Affected: 5.0 , < 5.* (semver) Affected: 6.0 , < 6.* (semver) Affected: 7.0 , < 7.* (semver) Affected: 8.0 , < 8.* (semver) Affected: 9.0 , < 9.* (semver) Affected: 10.0 , < 10.* (semver) Affected: 11.0 , < 11.* (semver) Affected: 12.0 , < 12.* (semver) Affected: 13.0 , < 13.* (semver) Affected: 14.0 , < 14.* (semver) Affected: 15.0 , < 15.* (semver) Affected: 16.0 , < 16.* (semver) Affected: 17.0 , < 17.* (semver) Affected: 18.0 , < 18.* (semver) Affected: 19.0 , < 19.* (semver) Affected: 20.0 , ≤ 20.19.1 (semver) Affected: 22.0 , ≤ 22.15.0 (semver) Affected: 21.0 , < 21.* (semver) |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2025-23165",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-05-19T13:55:12.588574Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-401",
"description": "CWE-401 Missing Release of Memory after Effective Lifetime",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-05-19T13:55:16.433Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "node",
"vendor": "nodejs",
"versions": [
{
"lessThan": "4.*",
"status": "affected",
"version": "4.0",
"versionType": "semver"
},
{
"lessThan": "5.*",
"status": "affected",
"version": "5.0",
"versionType": "semver"
},
{
"lessThan": "6.*",
"status": "affected",
"version": "6.0",
"versionType": "semver"
},
{
"lessThan": "7.*",
"status": "affected",
"version": "7.0",
"versionType": "semver"
},
{
"lessThan": "8.*",
"status": "affected",
"version": "8.0",
"versionType": "semver"
},
{
"lessThan": "9.*",
"status": "affected",
"version": "9.0",
"versionType": "semver"
},
{
"lessThan": "10.*",
"status": "affected",
"version": "10.0",
"versionType": "semver"
},
{
"lessThan": "11.*",
"status": "affected",
"version": "11.0",
"versionType": "semver"
},
{
"lessThan": "12.*",
"status": "affected",
"version": "12.0",
"versionType": "semver"
},
{
"lessThan": "13.*",
"status": "affected",
"version": "13.0",
"versionType": "semver"
},
{
"lessThan": "14.*",
"status": "affected",
"version": "14.0",
"versionType": "semver"
},
{
"lessThan": "15.*",
"status": "affected",
"version": "15.0",
"versionType": "semver"
},
{
"lessThan": "16.*",
"status": "affected",
"version": "16.0",
"versionType": "semver"
},
{
"lessThan": "17.*",
"status": "affected",
"version": "17.0",
"versionType": "semver"
},
{
"lessThan": "18.*",
"status": "affected",
"version": "18.0",
"versionType": "semver"
},
{
"lessThan": "19.*",
"status": "affected",
"version": "19.0",
"versionType": "semver"
},
{
"lessThanOrEqual": "20.19.1",
"status": "affected",
"version": "20.0",
"versionType": "semver"
},
{
"lessThanOrEqual": "22.15.0",
"status": "affected",
"version": "22.0",
"versionType": "semver"
},
{
"lessThan": "21.*",
"status": "affected",
"version": "21.0",
"versionType": "semver"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In Node.js, the `ReadFileUtf8` internal binding leaks memory due to a corrupted pointer in `uv_fs_s.file`: a UTF-16 path buffer is allocated but subsequently overwritten when the file descriptor is set. This results in an unrecoverable memory leak on every call. Repeated use can cause unbounded memory growth, leading to a denial of service.\r\n\r\nImpact:\r\n* This vulnerability affects APIs relying on `ReadFileUtf8` on Node.js release lines: v20 and v22."
}
],
"metrics": [
{
"cvssV3_0": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.0"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-05-28T00:06:31.253Z",
"orgId": "36234546-b8fa-4601-9d6f-f4e334aa8ea1",
"shortName": "hackerone"
},
"references": [
{
"url": "https://nodejs.org/en/blog/vulnerability/may-2025-security-releases"
}
]
}
},
"cveMetadata": {
"assignerOrgId": "36234546-b8fa-4601-9d6f-f4e334aa8ea1",
"assignerShortName": "hackerone",
"cveId": "CVE-2025-23165",
"datePublished": "2025-05-19T01:25:08.569Z",
"dateReserved": "2025-01-12T01:00:00.648Z",
"dateUpdated": "2025-05-28T00:06:31.253Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-23165",
"date": "2026-06-06",
"epss": "0.0056",
"percentile": "0.68692"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-23165\",\"sourceIdentifier\":\"support@hackerone.com\",\"published\":\"2025-05-19T02:15:17.370\",\"lastModified\":\"2025-05-19T14:15:22.683\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In Node.js, the `ReadFileUtf8` internal binding leaks memory due to a corrupted pointer in `uv_fs_s.file`: a UTF-16 path buffer is allocated but subsequently overwritten when the file descriptor is set. This results in an unrecoverable memory leak on every call. Repeated use can cause unbounded memory growth, leading to a denial of service.\\r\\n\\r\\nImpact:\\r\\n* This vulnerability affects APIs relying on `ReadFileUtf8` on Node.js release lines: v20 and v22.\"},{\"lang\":\"es\",\"value\":\"En Node.js, el enlace interno de `ReadFileUtf8` causa una p\u00e9rdida de memoria debido a un puntero da\u00f1ado en `uv_fs_s.file`: se asigna un b\u00fafer de ruta UTF-16, pero posteriormente se sobrescribe al configurar el descriptor de archivo. Esto provoca una p\u00e9rdida de memoria irrecuperable en cada llamada. El uso repetido puede causar un crecimiento descontrolado de la memoria, lo que resulta en una denegaci\u00f3n de servicio. Impacto: * Esta vulnerabilidad afecta a las API que dependen de `ReadFileUtf8` en las versiones v20 y v22 de Node.js.\"}],\"metrics\":{\"cvssMetricV30\":[{\"source\":\"support@hackerone.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.0\",\"vectorString\":\"CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L\",\"baseScore\":3.7,\"baseSeverity\":\"LOW\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":2.2,\"impactScore\":1.4}]},\"weaknesses\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-401\"}]}],\"references\":[{\"url\":\"https://nodejs.org/en/blog/vulnerability/may-2025-security-releases\",\"source\":\"support@hackerone.com\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-23165\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-05-19T13:55:12.588574Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-401\", \"description\": \"CWE-401 Missing Release of Memory after Effective Lifetime\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-05-19T13:55:07.346Z\"}}], \"cna\": {\"metrics\": [{\"cvssV3_0\": {\"version\": \"3.0\", \"baseScore\": 3.7, \"baseSeverity\": \"LOW\", \"vectorString\": \"CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L\"}}], \"affected\": [{\"vendor\": \"nodejs\", \"product\": \"node\", \"versions\": [{\"status\": \"affected\", \"version\": \"4.0\", \"lessThan\": \"4.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"5.0\", \"lessThan\": \"5.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"6.0\", \"lessThan\": \"6.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"7.0\", \"lessThan\": \"7.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"8.0\", \"lessThan\": \"8.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"9.0\", \"lessThan\": \"9.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"10.0\", \"lessThan\": \"10.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"11.0\", \"lessThan\": \"11.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"12.0\", \"lessThan\": \"12.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"13.0\", \"lessThan\": \"13.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"14.0\", \"lessThan\": \"14.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"15.0\", \"lessThan\": \"15.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"16.0\", \"lessThan\": \"16.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"17.0\", \"lessThan\": \"17.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"18.0\", \"lessThan\": \"18.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"19.0\", \"lessThan\": \"19.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"20.0\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"20.19.1\"}, {\"status\": \"affected\", \"version\": \"22.0\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"22.15.0\"}], \"defaultStatus\": \"unaffected\"}], \"references\": [{\"url\": \"https://nodejs.org/en/blog/vulnerability/may-2025-security-releases\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"In Node.js, the `ReadFileUtf8` internal binding leaks memory due to a corrupted pointer in `uv_fs_s.file`: a UTF-16 path buffer is allocated but subsequently overwritten when the file descriptor is set. This results in an unrecoverable memory leak on every call. Repeated use can cause unbounded memory growth, leading to a denial of service.\\r\\n\\r\\nImpact:\\r\\n* This vulnerability affects APIs relying on `ReadFileUtf8` on Node.js release lines: v20 and v22.\"}], \"providerMetadata\": {\"orgId\": \"36234546-b8fa-4601-9d6f-f4e334aa8ea1\", \"shortName\": \"hackerone\", \"dateUpdated\": \"2025-05-27T18:28:44.754Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-23165\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-05-27T18:28:44.754Z\", \"dateReserved\": \"2025-01-12T01:00:00.648Z\", \"assignerOrgId\": \"36234546-b8fa-4601-9d6f-f4e334aa8ea1\", \"datePublished\": \"2025-05-19T01:25:08.569Z\", \"assignerShortName\": \"hackerone\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
SUSE-SU-2025:02039-1
Vulnerability from csaf_suse - Published: 2025-06-20 09:40 - Updated: 2025-06-20 09:40Summary
Security update for nodejs20
Severity
Important
Notes
Title of the patch: Security update for nodejs20
Description of the patch: This update for nodejs20 fixes the following issues:
Update to 20.19.2:
- CVE-2025-23166: improper error handling in async cryptographic operations crashes process (bsc#1243218).
- CVE-2025-23167: improper HTTP header block termination in llhttp (bsc#1243220).
- CVE-2025-23165: add missing call to uv_fs_req_cleanup (bsc#1243217).
Other bugfixes:
- Build with PIE (bsc#1239949)
Patchnames: SUSE-2025-2039,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-2039,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-2039,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-2039,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-2039
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.3 (Medium)
Affected products
Recommended
34 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.19.2-150500.11.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.19.2-150500.11.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.19.2-150500.11.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.19.2-150500.11.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.19.2-150500.11.21.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.19.2-150500.11.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.19.2-150500.11.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.19.2-150500.11.21.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.19.2-150500.11.21.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.19.2-150500.11.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.19.2-150500.11.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.19.2-150500.11.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.19.2-150500.11.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.19.2-150500.11.21.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.19.2-150500.11.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.19.2-150500.11.21.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
34 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.19.2-150500.11.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.19.2-150500.11.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.19.2-150500.11.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.19.2-150500.11.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.19.2-150500.11.21.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.19.2-150500.11.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.19.2-150500.11.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.19.2-150500.11.21.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.19.2-150500.11.21.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.19.2-150500.11.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.19.2-150500.11.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.19.2-150500.11.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.19.2-150500.11.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.19.2-150500.11.21.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.19.2-150500.11.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.19.2-150500.11.21.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.5 (Medium)
Affected products
Recommended
34 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.19.2-150500.11.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.19.2-150500.11.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.19.2-150500.11.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.19.2-150500.11.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.19.2-150500.11.21.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.19.2-150500.11.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.19.2-150500.11.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.19.2-150500.11.21.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.19.2-150500.11.21.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.19.2-150500.11.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.19.2-150500.11.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.19.2-150500.11.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.19.2-150500.11.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.19.2-150500.11.21.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.19.2-150500.11.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.19.2-150500.11.21.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
17 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for nodejs20",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for nodejs20 fixes the following issues:\n\nUpdate to 20.19.2:\n\n- CVE-2025-23166: improper error handling in async cryptographic operations crashes process (bsc#1243218).\n- CVE-2025-23167: improper HTTP header block termination in llhttp (bsc#1243220).\n- CVE-2025-23165: add missing call to uv_fs_req_cleanup (bsc#1243217).\n\nOther bugfixes:\n\n- Build with PIE (bsc#1239949)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2039,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-2039,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-2039,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-2039,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-2039",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_02039-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:02039-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502039-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:02039-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-June/040407.html"
},
{
"category": "self",
"summary": "SUSE Bug 1239949",
"url": "https://bugzilla.suse.com/1239949"
},
{
"category": "self",
"summary": "SUSE Bug 1243217",
"url": "https://bugzilla.suse.com/1243217"
},
{
"category": "self",
"summary": "SUSE Bug 1243218",
"url": "https://bugzilla.suse.com/1243218"
},
{
"category": "self",
"summary": "SUSE Bug 1243220",
"url": "https://bugzilla.suse.com/1243220"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-23165 page",
"url": "https://www.suse.com/security/cve/CVE-2025-23165/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-23166 page",
"url": "https://www.suse.com/security/cve/CVE-2025-23166/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-23167 page",
"url": "https://www.suse.com/security/cve/CVE-2025-23167/"
}
],
"title": "Security update for nodejs20",
"tracking": {
"current_release_date": "2025-06-20T09:40:53Z",
"generator": {
"date": "2025-06-20T09:40:53Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:02039-1",
"initial_release_date": "2025-06-20T09:40:53Z",
"revision_history": [
{
"date": "2025-06-20T09:40:53Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "corepack20-20.19.2-150500.11.21.1.aarch64",
"product": {
"name": "corepack20-20.19.2-150500.11.21.1.aarch64",
"product_id": "corepack20-20.19.2-150500.11.21.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs20-20.19.2-150500.11.21.1.aarch64",
"product": {
"name": "nodejs20-20.19.2-150500.11.21.1.aarch64",
"product_id": "nodejs20-20.19.2-150500.11.21.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs20-devel-20.19.2-150500.11.21.1.aarch64",
"product": {
"name": "nodejs20-devel-20.19.2-150500.11.21.1.aarch64",
"product_id": "nodejs20-devel-20.19.2-150500.11.21.1.aarch64"
}
},
{
"category": "product_version",
"name": "npm20-20.19.2-150500.11.21.1.aarch64",
"product": {
"name": "npm20-20.19.2-150500.11.21.1.aarch64",
"product_id": "npm20-20.19.2-150500.11.21.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack20-20.19.2-150500.11.21.1.i586",
"product": {
"name": "corepack20-20.19.2-150500.11.21.1.i586",
"product_id": "corepack20-20.19.2-150500.11.21.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs20-20.19.2-150500.11.21.1.i586",
"product": {
"name": "nodejs20-20.19.2-150500.11.21.1.i586",
"product_id": "nodejs20-20.19.2-150500.11.21.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs20-devel-20.19.2-150500.11.21.1.i586",
"product": {
"name": "nodejs20-devel-20.19.2-150500.11.21.1.i586",
"product_id": "nodejs20-devel-20.19.2-150500.11.21.1.i586"
}
},
{
"category": "product_version",
"name": "npm20-20.19.2-150500.11.21.1.i586",
"product": {
"name": "npm20-20.19.2-150500.11.21.1.i586",
"product_id": "npm20-20.19.2-150500.11.21.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs20-docs-20.19.2-150500.11.21.1.noarch",
"product": {
"name": "nodejs20-docs-20.19.2-150500.11.21.1.noarch",
"product_id": "nodejs20-docs-20.19.2-150500.11.21.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack20-20.19.2-150500.11.21.1.ppc64le",
"product": {
"name": "corepack20-20.19.2-150500.11.21.1.ppc64le",
"product_id": "corepack20-20.19.2-150500.11.21.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs20-20.19.2-150500.11.21.1.ppc64le",
"product": {
"name": "nodejs20-20.19.2-150500.11.21.1.ppc64le",
"product_id": "nodejs20-20.19.2-150500.11.21.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs20-devel-20.19.2-150500.11.21.1.ppc64le",
"product": {
"name": "nodejs20-devel-20.19.2-150500.11.21.1.ppc64le",
"product_id": "nodejs20-devel-20.19.2-150500.11.21.1.ppc64le"
}
},
{
"category": "product_version",
"name": "npm20-20.19.2-150500.11.21.1.ppc64le",
"product": {
"name": "npm20-20.19.2-150500.11.21.1.ppc64le",
"product_id": "npm20-20.19.2-150500.11.21.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack20-20.19.2-150500.11.21.1.s390x",
"product": {
"name": "corepack20-20.19.2-150500.11.21.1.s390x",
"product_id": "corepack20-20.19.2-150500.11.21.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs20-20.19.2-150500.11.21.1.s390x",
"product": {
"name": "nodejs20-20.19.2-150500.11.21.1.s390x",
"product_id": "nodejs20-20.19.2-150500.11.21.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs20-devel-20.19.2-150500.11.21.1.s390x",
"product": {
"name": "nodejs20-devel-20.19.2-150500.11.21.1.s390x",
"product_id": "nodejs20-devel-20.19.2-150500.11.21.1.s390x"
}
},
{
"category": "product_version",
"name": "npm20-20.19.2-150500.11.21.1.s390x",
"product": {
"name": "npm20-20.19.2-150500.11.21.1.s390x",
"product_id": "npm20-20.19.2-150500.11.21.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack20-20.19.2-150500.11.21.1.x86_64",
"product": {
"name": "corepack20-20.19.2-150500.11.21.1.x86_64",
"product_id": "corepack20-20.19.2-150500.11.21.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs20-20.19.2-150500.11.21.1.x86_64",
"product": {
"name": "nodejs20-20.19.2-150500.11.21.1.x86_64",
"product_id": "nodejs20-20.19.2-150500.11.21.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs20-devel-20.19.2-150500.11.21.1.x86_64",
"product": {
"name": "nodejs20-devel-20.19.2-150500.11.21.1.x86_64",
"product_id": "nodejs20-devel-20.19.2-150500.11.21.1.x86_64"
}
},
{
"category": "product_version",
"name": "npm20-20.19.2-150500.11.21.1.x86_64",
"product": {
"name": "npm20-20.19.2-150500.11.21.1.x86_64",
"product_id": "npm20-20.19.2-150500.11.21.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.19.2-150500.11.21.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.19.2-150500.11.21.1.aarch64"
},
"product_reference": "nodejs20-20.19.2-150500.11.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.19.2-150500.11.21.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.19.2-150500.11.21.1.x86_64"
},
"product_reference": "nodejs20-20.19.2-150500.11.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.19.2-150500.11.21.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.19.2-150500.11.21.1.aarch64"
},
"product_reference": "nodejs20-devel-20.19.2-150500.11.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.19.2-150500.11.21.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.19.2-150500.11.21.1.x86_64"
},
"product_reference": "nodejs20-devel-20.19.2-150500.11.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-docs-20.19.2-150500.11.21.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.19.2-150500.11.21.1.noarch"
},
"product_reference": "nodejs20-docs-20.19.2-150500.11.21.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.19.2-150500.11.21.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.19.2-150500.11.21.1.aarch64"
},
"product_reference": "npm20-20.19.2-150500.11.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.19.2-150500.11.21.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.19.2-150500.11.21.1.x86_64"
},
"product_reference": "npm20-20.19.2-150500.11.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.19.2-150500.11.21.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.aarch64"
},
"product_reference": "nodejs20-20.19.2-150500.11.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.19.2-150500.11.21.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.x86_64"
},
"product_reference": "nodejs20-20.19.2-150500.11.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.19.2-150500.11.21.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.aarch64"
},
"product_reference": "nodejs20-devel-20.19.2-150500.11.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.19.2-150500.11.21.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.x86_64"
},
"product_reference": "nodejs20-devel-20.19.2-150500.11.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-docs-20.19.2-150500.11.21.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.19.2-150500.11.21.1.noarch"
},
"product_reference": "nodejs20-docs-20.19.2-150500.11.21.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.19.2-150500.11.21.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.aarch64"
},
"product_reference": "npm20-20.19.2-150500.11.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.19.2-150500.11.21.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.x86_64"
},
"product_reference": "npm20-20.19.2-150500.11.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.19.2-150500.11.21.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.aarch64"
},
"product_reference": "nodejs20-20.19.2-150500.11.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.19.2-150500.11.21.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.ppc64le"
},
"product_reference": "nodejs20-20.19.2-150500.11.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.19.2-150500.11.21.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.s390x"
},
"product_reference": "nodejs20-20.19.2-150500.11.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.19.2-150500.11.21.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.x86_64"
},
"product_reference": "nodejs20-20.19.2-150500.11.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.19.2-150500.11.21.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.aarch64"
},
"product_reference": "nodejs20-devel-20.19.2-150500.11.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.19.2-150500.11.21.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.ppc64le"
},
"product_reference": "nodejs20-devel-20.19.2-150500.11.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.19.2-150500.11.21.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.s390x"
},
"product_reference": "nodejs20-devel-20.19.2-150500.11.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.19.2-150500.11.21.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.x86_64"
},
"product_reference": "nodejs20-devel-20.19.2-150500.11.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-docs-20.19.2-150500.11.21.1.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.19.2-150500.11.21.1.noarch"
},
"product_reference": "nodejs20-docs-20.19.2-150500.11.21.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.19.2-150500.11.21.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.aarch64"
},
"product_reference": "npm20-20.19.2-150500.11.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.19.2-150500.11.21.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.ppc64le"
},
"product_reference": "npm20-20.19.2-150500.11.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.19.2-150500.11.21.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.s390x"
},
"product_reference": "npm20-20.19.2-150500.11.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.19.2-150500.11.21.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.x86_64"
},
"product_reference": "npm20-20.19.2-150500.11.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.19.2-150500.11.21.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.19.2-150500.11.21.1.ppc64le"
},
"product_reference": "nodejs20-20.19.2-150500.11.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.19.2-150500.11.21.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.19.2-150500.11.21.1.x86_64"
},
"product_reference": "nodejs20-20.19.2-150500.11.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.19.2-150500.11.21.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.19.2-150500.11.21.1.ppc64le"
},
"product_reference": "nodejs20-devel-20.19.2-150500.11.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.19.2-150500.11.21.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.19.2-150500.11.21.1.x86_64"
},
"product_reference": "nodejs20-devel-20.19.2-150500.11.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-docs-20.19.2-150500.11.21.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.19.2-150500.11.21.1.noarch"
},
"product_reference": "nodejs20-docs-20.19.2-150500.11.21.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.19.2-150500.11.21.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.19.2-150500.11.21.1.ppc64le"
},
"product_reference": "npm20-20.19.2-150500.11.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.19.2-150500.11.21.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.19.2-150500.11.21.1.x86_64"
},
"product_reference": "npm20-20.19.2-150500.11.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-23165",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-23165"
}
],
"notes": [
{
"category": "general",
"text": "In Node.js, the `ReadFileUtf8` internal binding leaks memory due to a corrupted pointer in `uv_fs_s.file`: a UTF-16 path buffer is allocated but subsequently overwritten when the file descriptor is set. This results in an unrecoverable memory leak on every call. Repeated use can cause unbounded memory growth, leading to a denial of service.\r\n\r\nImpact:\r\n* This vulnerability affects APIs relying on `ReadFileUtf8` on Node.js release lines: v20 and v22.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.19.2-150500.11.21.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.19.2-150500.11.21.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.19.2-150500.11.21.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.19.2-150500.11.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.19.2-150500.11.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.19.2-150500.11.21.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.19.2-150500.11.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.19.2-150500.11.21.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-23165",
"url": "https://www.suse.com/security/cve/CVE-2025-23165"
},
{
"category": "external",
"summary": "SUSE Bug 1243217 for CVE-2025-23165",
"url": "https://bugzilla.suse.com/1243217"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.19.2-150500.11.21.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.19.2-150500.11.21.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.19.2-150500.11.21.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.19.2-150500.11.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.19.2-150500.11.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.19.2-150500.11.21.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.19.2-150500.11.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.19.2-150500.11.21.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.19.2-150500.11.21.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.19.2-150500.11.21.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.19.2-150500.11.21.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.19.2-150500.11.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.19.2-150500.11.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.19.2-150500.11.21.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.19.2-150500.11.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.19.2-150500.11.21.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-20T09:40:53Z",
"details": "moderate"
}
],
"title": "CVE-2025-23165"
},
{
"cve": "CVE-2025-23166",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-23166"
}
],
"notes": [
{
"category": "general",
"text": "The C++ method SignTraits::DeriveBits() may incorrectly call ThrowException() based on user-supplied inputs when executing in a background thread, crashing the Node.js process. Such cryptographic operations are commonly applied to untrusted inputs. Thus, this mechanism potentially allows an adversary to remotely crash a Node.js runtime.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.19.2-150500.11.21.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.19.2-150500.11.21.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.19.2-150500.11.21.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.19.2-150500.11.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.19.2-150500.11.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.19.2-150500.11.21.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.19.2-150500.11.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.19.2-150500.11.21.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-23166",
"url": "https://www.suse.com/security/cve/CVE-2025-23166"
},
{
"category": "external",
"summary": "SUSE Bug 1243218 for CVE-2025-23166",
"url": "https://bugzilla.suse.com/1243218"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.19.2-150500.11.21.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.19.2-150500.11.21.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.19.2-150500.11.21.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.19.2-150500.11.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.19.2-150500.11.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.19.2-150500.11.21.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.19.2-150500.11.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.19.2-150500.11.21.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.19.2-150500.11.21.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.19.2-150500.11.21.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.19.2-150500.11.21.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.19.2-150500.11.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.19.2-150500.11.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.19.2-150500.11.21.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.19.2-150500.11.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.19.2-150500.11.21.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-20T09:40:53Z",
"details": "important"
}
],
"title": "CVE-2025-23166"
},
{
"cve": "CVE-2025-23167",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-23167"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js 20\u0027s HTTP parser allows improper termination of HTTP/1 headers using `\\r\\n\\rX` instead of the required `\\r\\n\\r\\n`.\nThis inconsistency enables request smuggling, allowing attackers to bypass proxy-based access controls and submit unauthorized requests.\n\nThe issue was resolved by upgrading `llhttp` to version 9, which enforces correct header termination.\n\nImpact:\n* This vulnerability affects only Node.js 20.x users prior to the `llhttp` v9 upgrade.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.19.2-150500.11.21.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.19.2-150500.11.21.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.19.2-150500.11.21.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.19.2-150500.11.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.19.2-150500.11.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.19.2-150500.11.21.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.19.2-150500.11.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.19.2-150500.11.21.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-23167",
"url": "https://www.suse.com/security/cve/CVE-2025-23167"
},
{
"category": "external",
"summary": "SUSE Bug 1243220 for CVE-2025-23167",
"url": "https://bugzilla.suse.com/1243220"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.19.2-150500.11.21.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.19.2-150500.11.21.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.19.2-150500.11.21.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.19.2-150500.11.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.19.2-150500.11.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.19.2-150500.11.21.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.19.2-150500.11.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.19.2-150500.11.21.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.19.2-150500.11.21.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.19.2-150500.11.21.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.19.2-150500.11.21.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.19.2-150500.11.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.19.2-150500.11.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.19.2-150500.11.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.19.2-150500.11.21.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.19.2-150500.11.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.19.2-150500.11.21.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-20T09:40:53Z",
"details": "moderate"
}
],
"title": "CVE-2025-23167"
}
]
}
SUSE-SU-2025:02045-1
Vulnerability from csaf_suse - Published: 2025-06-20 11:04 - Updated: 2025-06-20 11:04Summary
Security update for nodejs20
Severity
Important
Notes
Title of the patch: Security update for nodejs20
Description of the patch: This update for nodejs20 fixes the following issues:
Update to 20.19.2:
- CVE-2025-23166: improper error handling in async cryptographic operations crashes process (bsc#1243218).
- CVE-2025-23167: improper HTTP header block termination in llhttp (bsc#1243220).
- CVE-2025-23165: add missing call to uv_fs_req_cleanup (bsc#1243217).
Other bugfixes:
- Build with PIE (bsc#1239949)
Patchnames: SUSE-2025-2045,SUSE-SLE-Module-Web-Scripting-15-SP6-2025-2045,openSUSE-SLE-15.6-2025-2045
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.3 (Medium)
Affected products
Recommended
30 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-20.19.2-150600.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-20.19.2-150600.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-20.19.2-150600.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-20.19.2-150600.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-devel-20.19.2-150600.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-devel-20.19.2-150600.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-devel-20.19.2-150600.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-devel-20.19.2-150600.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-docs-20.19.2-150600.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP6:npm20-20.19.2-150600.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP6:npm20-20.19.2-150600.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP6:npm20-20.19.2-150600.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP6:npm20-20.19.2-150600.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack20-20.19.2-150600.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack20-20.19.2-150600.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack20-20.19.2-150600.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack20-20.19.2-150600.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-20.19.2-150600.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-20.19.2-150600.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-20.19.2-150600.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-20.19.2-150600.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-devel-20.19.2-150600.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-devel-20.19.2-150600.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-devel-20.19.2-150600.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-devel-20.19.2-150600.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-docs-20.19.2-150600.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm20-20.19.2-150600.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm20-20.19.2-150600.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm20-20.19.2-150600.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm20-20.19.2-150600.3.12.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
30 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-20.19.2-150600.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-20.19.2-150600.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-20.19.2-150600.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-20.19.2-150600.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-devel-20.19.2-150600.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-devel-20.19.2-150600.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-devel-20.19.2-150600.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-devel-20.19.2-150600.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-docs-20.19.2-150600.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP6:npm20-20.19.2-150600.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP6:npm20-20.19.2-150600.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP6:npm20-20.19.2-150600.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP6:npm20-20.19.2-150600.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack20-20.19.2-150600.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack20-20.19.2-150600.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack20-20.19.2-150600.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack20-20.19.2-150600.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-20.19.2-150600.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-20.19.2-150600.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-20.19.2-150600.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-20.19.2-150600.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-devel-20.19.2-150600.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-devel-20.19.2-150600.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-devel-20.19.2-150600.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-devel-20.19.2-150600.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-docs-20.19.2-150600.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm20-20.19.2-150600.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm20-20.19.2-150600.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm20-20.19.2-150600.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm20-20.19.2-150600.3.12.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.5 (Medium)
Affected products
Recommended
30 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-20.19.2-150600.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-20.19.2-150600.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-20.19.2-150600.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-20.19.2-150600.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-devel-20.19.2-150600.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-devel-20.19.2-150600.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-devel-20.19.2-150600.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-devel-20.19.2-150600.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-docs-20.19.2-150600.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP6:npm20-20.19.2-150600.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP6:npm20-20.19.2-150600.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP6:npm20-20.19.2-150600.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP6:npm20-20.19.2-150600.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack20-20.19.2-150600.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack20-20.19.2-150600.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack20-20.19.2-150600.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack20-20.19.2-150600.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-20.19.2-150600.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-20.19.2-150600.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-20.19.2-150600.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-20.19.2-150600.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-devel-20.19.2-150600.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-devel-20.19.2-150600.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-devel-20.19.2-150600.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-devel-20.19.2-150600.3.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-docs-20.19.2-150600.3.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm20-20.19.2-150600.3.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm20-20.19.2-150600.3.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm20-20.19.2-150600.3.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm20-20.19.2-150600.3.12.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
17 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for nodejs20",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for nodejs20 fixes the following issues:\n\nUpdate to 20.19.2:\n\n- CVE-2025-23166: improper error handling in async cryptographic operations crashes process (bsc#1243218).\n- CVE-2025-23167: improper HTTP header block termination in llhttp (bsc#1243220).\n- CVE-2025-23165: add missing call to uv_fs_req_cleanup (bsc#1243217).\n\nOther bugfixes:\n\n- Build with PIE (bsc#1239949)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2045,SUSE-SLE-Module-Web-Scripting-15-SP6-2025-2045,openSUSE-SLE-15.6-2025-2045",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_02045-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:02045-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502045-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:02045-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-June/040401.html"
},
{
"category": "self",
"summary": "SUSE Bug 1239949",
"url": "https://bugzilla.suse.com/1239949"
},
{
"category": "self",
"summary": "SUSE Bug 1243217",
"url": "https://bugzilla.suse.com/1243217"
},
{
"category": "self",
"summary": "SUSE Bug 1243218",
"url": "https://bugzilla.suse.com/1243218"
},
{
"category": "self",
"summary": "SUSE Bug 1243220",
"url": "https://bugzilla.suse.com/1243220"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-23165 page",
"url": "https://www.suse.com/security/cve/CVE-2025-23165/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-23166 page",
"url": "https://www.suse.com/security/cve/CVE-2025-23166/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-23167 page",
"url": "https://www.suse.com/security/cve/CVE-2025-23167/"
}
],
"title": "Security update for nodejs20",
"tracking": {
"current_release_date": "2025-06-20T11:04:00Z",
"generator": {
"date": "2025-06-20T11:04:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:02045-1",
"initial_release_date": "2025-06-20T11:04:00Z",
"revision_history": [
{
"date": "2025-06-20T11:04:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "corepack20-20.19.2-150600.3.12.1.aarch64",
"product": {
"name": "corepack20-20.19.2-150600.3.12.1.aarch64",
"product_id": "corepack20-20.19.2-150600.3.12.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs20-20.19.2-150600.3.12.1.aarch64",
"product": {
"name": "nodejs20-20.19.2-150600.3.12.1.aarch64",
"product_id": "nodejs20-20.19.2-150600.3.12.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs20-devel-20.19.2-150600.3.12.1.aarch64",
"product": {
"name": "nodejs20-devel-20.19.2-150600.3.12.1.aarch64",
"product_id": "nodejs20-devel-20.19.2-150600.3.12.1.aarch64"
}
},
{
"category": "product_version",
"name": "npm20-20.19.2-150600.3.12.1.aarch64",
"product": {
"name": "npm20-20.19.2-150600.3.12.1.aarch64",
"product_id": "npm20-20.19.2-150600.3.12.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack20-20.19.2-150600.3.12.1.i586",
"product": {
"name": "corepack20-20.19.2-150600.3.12.1.i586",
"product_id": "corepack20-20.19.2-150600.3.12.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs20-20.19.2-150600.3.12.1.i586",
"product": {
"name": "nodejs20-20.19.2-150600.3.12.1.i586",
"product_id": "nodejs20-20.19.2-150600.3.12.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs20-devel-20.19.2-150600.3.12.1.i586",
"product": {
"name": "nodejs20-devel-20.19.2-150600.3.12.1.i586",
"product_id": "nodejs20-devel-20.19.2-150600.3.12.1.i586"
}
},
{
"category": "product_version",
"name": "npm20-20.19.2-150600.3.12.1.i586",
"product": {
"name": "npm20-20.19.2-150600.3.12.1.i586",
"product_id": "npm20-20.19.2-150600.3.12.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs20-docs-20.19.2-150600.3.12.1.noarch",
"product": {
"name": "nodejs20-docs-20.19.2-150600.3.12.1.noarch",
"product_id": "nodejs20-docs-20.19.2-150600.3.12.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack20-20.19.2-150600.3.12.1.ppc64le",
"product": {
"name": "corepack20-20.19.2-150600.3.12.1.ppc64le",
"product_id": "corepack20-20.19.2-150600.3.12.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs20-20.19.2-150600.3.12.1.ppc64le",
"product": {
"name": "nodejs20-20.19.2-150600.3.12.1.ppc64le",
"product_id": "nodejs20-20.19.2-150600.3.12.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs20-devel-20.19.2-150600.3.12.1.ppc64le",
"product": {
"name": "nodejs20-devel-20.19.2-150600.3.12.1.ppc64le",
"product_id": "nodejs20-devel-20.19.2-150600.3.12.1.ppc64le"
}
},
{
"category": "product_version",
"name": "npm20-20.19.2-150600.3.12.1.ppc64le",
"product": {
"name": "npm20-20.19.2-150600.3.12.1.ppc64le",
"product_id": "npm20-20.19.2-150600.3.12.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack20-20.19.2-150600.3.12.1.s390x",
"product": {
"name": "corepack20-20.19.2-150600.3.12.1.s390x",
"product_id": "corepack20-20.19.2-150600.3.12.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs20-20.19.2-150600.3.12.1.s390x",
"product": {
"name": "nodejs20-20.19.2-150600.3.12.1.s390x",
"product_id": "nodejs20-20.19.2-150600.3.12.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs20-devel-20.19.2-150600.3.12.1.s390x",
"product": {
"name": "nodejs20-devel-20.19.2-150600.3.12.1.s390x",
"product_id": "nodejs20-devel-20.19.2-150600.3.12.1.s390x"
}
},
{
"category": "product_version",
"name": "npm20-20.19.2-150600.3.12.1.s390x",
"product": {
"name": "npm20-20.19.2-150600.3.12.1.s390x",
"product_id": "npm20-20.19.2-150600.3.12.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack20-20.19.2-150600.3.12.1.x86_64",
"product": {
"name": "corepack20-20.19.2-150600.3.12.1.x86_64",
"product_id": "corepack20-20.19.2-150600.3.12.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs20-20.19.2-150600.3.12.1.x86_64",
"product": {
"name": "nodejs20-20.19.2-150600.3.12.1.x86_64",
"product_id": "nodejs20-20.19.2-150600.3.12.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs20-devel-20.19.2-150600.3.12.1.x86_64",
"product": {
"name": "nodejs20-devel-20.19.2-150600.3.12.1.x86_64",
"product_id": "nodejs20-devel-20.19.2-150600.3.12.1.x86_64"
}
},
{
"category": "product_version",
"name": "npm20-20.19.2-150600.3.12.1.x86_64",
"product": {
"name": "npm20-20.19.2-150600.3.12.1.x86_64",
"product_id": "npm20-20.19.2-150600.3.12.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Web and Scripting 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Web and Scripting 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-web-scripting:15:sp6"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.19.2-150600.3.12.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-20.19.2-150600.3.12.1.aarch64"
},
"product_reference": "nodejs20-20.19.2-150600.3.12.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.19.2-150600.3.12.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-20.19.2-150600.3.12.1.ppc64le"
},
"product_reference": "nodejs20-20.19.2-150600.3.12.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.19.2-150600.3.12.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-20.19.2-150600.3.12.1.s390x"
},
"product_reference": "nodejs20-20.19.2-150600.3.12.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.19.2-150600.3.12.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-20.19.2-150600.3.12.1.x86_64"
},
"product_reference": "nodejs20-20.19.2-150600.3.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.19.2-150600.3.12.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-devel-20.19.2-150600.3.12.1.aarch64"
},
"product_reference": "nodejs20-devel-20.19.2-150600.3.12.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.19.2-150600.3.12.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-devel-20.19.2-150600.3.12.1.ppc64le"
},
"product_reference": "nodejs20-devel-20.19.2-150600.3.12.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.19.2-150600.3.12.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-devel-20.19.2-150600.3.12.1.s390x"
},
"product_reference": "nodejs20-devel-20.19.2-150600.3.12.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.19.2-150600.3.12.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-devel-20.19.2-150600.3.12.1.x86_64"
},
"product_reference": "nodejs20-devel-20.19.2-150600.3.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-docs-20.19.2-150600.3.12.1.noarch as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-docs-20.19.2-150600.3.12.1.noarch"
},
"product_reference": "nodejs20-docs-20.19.2-150600.3.12.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.19.2-150600.3.12.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP6:npm20-20.19.2-150600.3.12.1.aarch64"
},
"product_reference": "npm20-20.19.2-150600.3.12.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.19.2-150600.3.12.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP6:npm20-20.19.2-150600.3.12.1.ppc64le"
},
"product_reference": "npm20-20.19.2-150600.3.12.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.19.2-150600.3.12.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP6:npm20-20.19.2-150600.3.12.1.s390x"
},
"product_reference": "npm20-20.19.2-150600.3.12.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.19.2-150600.3.12.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP6:npm20-20.19.2-150600.3.12.1.x86_64"
},
"product_reference": "npm20-20.19.2-150600.3.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack20-20.19.2-150600.3.12.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:corepack20-20.19.2-150600.3.12.1.aarch64"
},
"product_reference": "corepack20-20.19.2-150600.3.12.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack20-20.19.2-150600.3.12.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:corepack20-20.19.2-150600.3.12.1.ppc64le"
},
"product_reference": "corepack20-20.19.2-150600.3.12.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack20-20.19.2-150600.3.12.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:corepack20-20.19.2-150600.3.12.1.s390x"
},
"product_reference": "corepack20-20.19.2-150600.3.12.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack20-20.19.2-150600.3.12.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:corepack20-20.19.2-150600.3.12.1.x86_64"
},
"product_reference": "corepack20-20.19.2-150600.3.12.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.19.2-150600.3.12.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:nodejs20-20.19.2-150600.3.12.1.aarch64"
},
"product_reference": "nodejs20-20.19.2-150600.3.12.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.19.2-150600.3.12.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:nodejs20-20.19.2-150600.3.12.1.ppc64le"
},
"product_reference": "nodejs20-20.19.2-150600.3.12.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.19.2-150600.3.12.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:nodejs20-20.19.2-150600.3.12.1.s390x"
},
"product_reference": "nodejs20-20.19.2-150600.3.12.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.19.2-150600.3.12.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:nodejs20-20.19.2-150600.3.12.1.x86_64"
},
"product_reference": "nodejs20-20.19.2-150600.3.12.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.19.2-150600.3.12.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:nodejs20-devel-20.19.2-150600.3.12.1.aarch64"
},
"product_reference": "nodejs20-devel-20.19.2-150600.3.12.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.19.2-150600.3.12.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:nodejs20-devel-20.19.2-150600.3.12.1.ppc64le"
},
"product_reference": "nodejs20-devel-20.19.2-150600.3.12.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.19.2-150600.3.12.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:nodejs20-devel-20.19.2-150600.3.12.1.s390x"
},
"product_reference": "nodejs20-devel-20.19.2-150600.3.12.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.19.2-150600.3.12.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:nodejs20-devel-20.19.2-150600.3.12.1.x86_64"
},
"product_reference": "nodejs20-devel-20.19.2-150600.3.12.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-docs-20.19.2-150600.3.12.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:nodejs20-docs-20.19.2-150600.3.12.1.noarch"
},
"product_reference": "nodejs20-docs-20.19.2-150600.3.12.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.19.2-150600.3.12.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:npm20-20.19.2-150600.3.12.1.aarch64"
},
"product_reference": "npm20-20.19.2-150600.3.12.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.19.2-150600.3.12.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:npm20-20.19.2-150600.3.12.1.ppc64le"
},
"product_reference": "npm20-20.19.2-150600.3.12.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.19.2-150600.3.12.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:npm20-20.19.2-150600.3.12.1.s390x"
},
"product_reference": "npm20-20.19.2-150600.3.12.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.19.2-150600.3.12.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:npm20-20.19.2-150600.3.12.1.x86_64"
},
"product_reference": "npm20-20.19.2-150600.3.12.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-23165",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-23165"
}
],
"notes": [
{
"category": "general",
"text": "In Node.js, the `ReadFileUtf8` internal binding leaks memory due to a corrupted pointer in `uv_fs_s.file`: a UTF-16 path buffer is allocated but subsequently overwritten when the file descriptor is set. This results in an unrecoverable memory leak on every call. Repeated use can cause unbounded memory growth, leading to a denial of service.\r\n\r\nImpact:\r\n* This vulnerability affects APIs relying on `ReadFileUtf8` on Node.js release lines: v20 and v22.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-20.19.2-150600.3.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-20.19.2-150600.3.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-20.19.2-150600.3.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-20.19.2-150600.3.12.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-devel-20.19.2-150600.3.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-devel-20.19.2-150600.3.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-devel-20.19.2-150600.3.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-devel-20.19.2-150600.3.12.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-docs-20.19.2-150600.3.12.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:npm20-20.19.2-150600.3.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:npm20-20.19.2-150600.3.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:npm20-20.19.2-150600.3.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:npm20-20.19.2-150600.3.12.1.x86_64",
"openSUSE Leap 15.6:corepack20-20.19.2-150600.3.12.1.aarch64",
"openSUSE Leap 15.6:corepack20-20.19.2-150600.3.12.1.ppc64le",
"openSUSE Leap 15.6:corepack20-20.19.2-150600.3.12.1.s390x",
"openSUSE Leap 15.6:corepack20-20.19.2-150600.3.12.1.x86_64",
"openSUSE Leap 15.6:nodejs20-20.19.2-150600.3.12.1.aarch64",
"openSUSE Leap 15.6:nodejs20-20.19.2-150600.3.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-20.19.2-150600.3.12.1.s390x",
"openSUSE Leap 15.6:nodejs20-20.19.2-150600.3.12.1.x86_64",
"openSUSE Leap 15.6:nodejs20-devel-20.19.2-150600.3.12.1.aarch64",
"openSUSE Leap 15.6:nodejs20-devel-20.19.2-150600.3.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-devel-20.19.2-150600.3.12.1.s390x",
"openSUSE Leap 15.6:nodejs20-devel-20.19.2-150600.3.12.1.x86_64",
"openSUSE Leap 15.6:nodejs20-docs-20.19.2-150600.3.12.1.noarch",
"openSUSE Leap 15.6:npm20-20.19.2-150600.3.12.1.aarch64",
"openSUSE Leap 15.6:npm20-20.19.2-150600.3.12.1.ppc64le",
"openSUSE Leap 15.6:npm20-20.19.2-150600.3.12.1.s390x",
"openSUSE Leap 15.6:npm20-20.19.2-150600.3.12.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-23165",
"url": "https://www.suse.com/security/cve/CVE-2025-23165"
},
{
"category": "external",
"summary": "SUSE Bug 1243217 for CVE-2025-23165",
"url": "https://bugzilla.suse.com/1243217"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-20.19.2-150600.3.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-20.19.2-150600.3.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-20.19.2-150600.3.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-20.19.2-150600.3.12.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-devel-20.19.2-150600.3.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-devel-20.19.2-150600.3.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-devel-20.19.2-150600.3.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-devel-20.19.2-150600.3.12.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-docs-20.19.2-150600.3.12.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:npm20-20.19.2-150600.3.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:npm20-20.19.2-150600.3.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:npm20-20.19.2-150600.3.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:npm20-20.19.2-150600.3.12.1.x86_64",
"openSUSE Leap 15.6:corepack20-20.19.2-150600.3.12.1.aarch64",
"openSUSE Leap 15.6:corepack20-20.19.2-150600.3.12.1.ppc64le",
"openSUSE Leap 15.6:corepack20-20.19.2-150600.3.12.1.s390x",
"openSUSE Leap 15.6:corepack20-20.19.2-150600.3.12.1.x86_64",
"openSUSE Leap 15.6:nodejs20-20.19.2-150600.3.12.1.aarch64",
"openSUSE Leap 15.6:nodejs20-20.19.2-150600.3.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-20.19.2-150600.3.12.1.s390x",
"openSUSE Leap 15.6:nodejs20-20.19.2-150600.3.12.1.x86_64",
"openSUSE Leap 15.6:nodejs20-devel-20.19.2-150600.3.12.1.aarch64",
"openSUSE Leap 15.6:nodejs20-devel-20.19.2-150600.3.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-devel-20.19.2-150600.3.12.1.s390x",
"openSUSE Leap 15.6:nodejs20-devel-20.19.2-150600.3.12.1.x86_64",
"openSUSE Leap 15.6:nodejs20-docs-20.19.2-150600.3.12.1.noarch",
"openSUSE Leap 15.6:npm20-20.19.2-150600.3.12.1.aarch64",
"openSUSE Leap 15.6:npm20-20.19.2-150600.3.12.1.ppc64le",
"openSUSE Leap 15.6:npm20-20.19.2-150600.3.12.1.s390x",
"openSUSE Leap 15.6:npm20-20.19.2-150600.3.12.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-20.19.2-150600.3.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-20.19.2-150600.3.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-20.19.2-150600.3.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-20.19.2-150600.3.12.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-devel-20.19.2-150600.3.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-devel-20.19.2-150600.3.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-devel-20.19.2-150600.3.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-devel-20.19.2-150600.3.12.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-docs-20.19.2-150600.3.12.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:npm20-20.19.2-150600.3.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:npm20-20.19.2-150600.3.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:npm20-20.19.2-150600.3.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:npm20-20.19.2-150600.3.12.1.x86_64",
"openSUSE Leap 15.6:corepack20-20.19.2-150600.3.12.1.aarch64",
"openSUSE Leap 15.6:corepack20-20.19.2-150600.3.12.1.ppc64le",
"openSUSE Leap 15.6:corepack20-20.19.2-150600.3.12.1.s390x",
"openSUSE Leap 15.6:corepack20-20.19.2-150600.3.12.1.x86_64",
"openSUSE Leap 15.6:nodejs20-20.19.2-150600.3.12.1.aarch64",
"openSUSE Leap 15.6:nodejs20-20.19.2-150600.3.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-20.19.2-150600.3.12.1.s390x",
"openSUSE Leap 15.6:nodejs20-20.19.2-150600.3.12.1.x86_64",
"openSUSE Leap 15.6:nodejs20-devel-20.19.2-150600.3.12.1.aarch64",
"openSUSE Leap 15.6:nodejs20-devel-20.19.2-150600.3.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-devel-20.19.2-150600.3.12.1.s390x",
"openSUSE Leap 15.6:nodejs20-devel-20.19.2-150600.3.12.1.x86_64",
"openSUSE Leap 15.6:nodejs20-docs-20.19.2-150600.3.12.1.noarch",
"openSUSE Leap 15.6:npm20-20.19.2-150600.3.12.1.aarch64",
"openSUSE Leap 15.6:npm20-20.19.2-150600.3.12.1.ppc64le",
"openSUSE Leap 15.6:npm20-20.19.2-150600.3.12.1.s390x",
"openSUSE Leap 15.6:npm20-20.19.2-150600.3.12.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-20T11:04:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-23165"
},
{
"cve": "CVE-2025-23166",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-23166"
}
],
"notes": [
{
"category": "general",
"text": "The C++ method SignTraits::DeriveBits() may incorrectly call ThrowException() based on user-supplied inputs when executing in a background thread, crashing the Node.js process. Such cryptographic operations are commonly applied to untrusted inputs. Thus, this mechanism potentially allows an adversary to remotely crash a Node.js runtime.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-20.19.2-150600.3.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-20.19.2-150600.3.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-20.19.2-150600.3.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-20.19.2-150600.3.12.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-devel-20.19.2-150600.3.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-devel-20.19.2-150600.3.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-devel-20.19.2-150600.3.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-devel-20.19.2-150600.3.12.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-docs-20.19.2-150600.3.12.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:npm20-20.19.2-150600.3.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:npm20-20.19.2-150600.3.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:npm20-20.19.2-150600.3.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:npm20-20.19.2-150600.3.12.1.x86_64",
"openSUSE Leap 15.6:corepack20-20.19.2-150600.3.12.1.aarch64",
"openSUSE Leap 15.6:corepack20-20.19.2-150600.3.12.1.ppc64le",
"openSUSE Leap 15.6:corepack20-20.19.2-150600.3.12.1.s390x",
"openSUSE Leap 15.6:corepack20-20.19.2-150600.3.12.1.x86_64",
"openSUSE Leap 15.6:nodejs20-20.19.2-150600.3.12.1.aarch64",
"openSUSE Leap 15.6:nodejs20-20.19.2-150600.3.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-20.19.2-150600.3.12.1.s390x",
"openSUSE Leap 15.6:nodejs20-20.19.2-150600.3.12.1.x86_64",
"openSUSE Leap 15.6:nodejs20-devel-20.19.2-150600.3.12.1.aarch64",
"openSUSE Leap 15.6:nodejs20-devel-20.19.2-150600.3.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-devel-20.19.2-150600.3.12.1.s390x",
"openSUSE Leap 15.6:nodejs20-devel-20.19.2-150600.3.12.1.x86_64",
"openSUSE Leap 15.6:nodejs20-docs-20.19.2-150600.3.12.1.noarch",
"openSUSE Leap 15.6:npm20-20.19.2-150600.3.12.1.aarch64",
"openSUSE Leap 15.6:npm20-20.19.2-150600.3.12.1.ppc64le",
"openSUSE Leap 15.6:npm20-20.19.2-150600.3.12.1.s390x",
"openSUSE Leap 15.6:npm20-20.19.2-150600.3.12.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-23166",
"url": "https://www.suse.com/security/cve/CVE-2025-23166"
},
{
"category": "external",
"summary": "SUSE Bug 1243218 for CVE-2025-23166",
"url": "https://bugzilla.suse.com/1243218"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-20.19.2-150600.3.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-20.19.2-150600.3.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-20.19.2-150600.3.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-20.19.2-150600.3.12.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-devel-20.19.2-150600.3.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-devel-20.19.2-150600.3.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-devel-20.19.2-150600.3.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-devel-20.19.2-150600.3.12.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-docs-20.19.2-150600.3.12.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:npm20-20.19.2-150600.3.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:npm20-20.19.2-150600.3.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:npm20-20.19.2-150600.3.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:npm20-20.19.2-150600.3.12.1.x86_64",
"openSUSE Leap 15.6:corepack20-20.19.2-150600.3.12.1.aarch64",
"openSUSE Leap 15.6:corepack20-20.19.2-150600.3.12.1.ppc64le",
"openSUSE Leap 15.6:corepack20-20.19.2-150600.3.12.1.s390x",
"openSUSE Leap 15.6:corepack20-20.19.2-150600.3.12.1.x86_64",
"openSUSE Leap 15.6:nodejs20-20.19.2-150600.3.12.1.aarch64",
"openSUSE Leap 15.6:nodejs20-20.19.2-150600.3.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-20.19.2-150600.3.12.1.s390x",
"openSUSE Leap 15.6:nodejs20-20.19.2-150600.3.12.1.x86_64",
"openSUSE Leap 15.6:nodejs20-devel-20.19.2-150600.3.12.1.aarch64",
"openSUSE Leap 15.6:nodejs20-devel-20.19.2-150600.3.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-devel-20.19.2-150600.3.12.1.s390x",
"openSUSE Leap 15.6:nodejs20-devel-20.19.2-150600.3.12.1.x86_64",
"openSUSE Leap 15.6:nodejs20-docs-20.19.2-150600.3.12.1.noarch",
"openSUSE Leap 15.6:npm20-20.19.2-150600.3.12.1.aarch64",
"openSUSE Leap 15.6:npm20-20.19.2-150600.3.12.1.ppc64le",
"openSUSE Leap 15.6:npm20-20.19.2-150600.3.12.1.s390x",
"openSUSE Leap 15.6:npm20-20.19.2-150600.3.12.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-20.19.2-150600.3.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-20.19.2-150600.3.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-20.19.2-150600.3.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-20.19.2-150600.3.12.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-devel-20.19.2-150600.3.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-devel-20.19.2-150600.3.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-devel-20.19.2-150600.3.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-devel-20.19.2-150600.3.12.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-docs-20.19.2-150600.3.12.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:npm20-20.19.2-150600.3.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:npm20-20.19.2-150600.3.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:npm20-20.19.2-150600.3.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:npm20-20.19.2-150600.3.12.1.x86_64",
"openSUSE Leap 15.6:corepack20-20.19.2-150600.3.12.1.aarch64",
"openSUSE Leap 15.6:corepack20-20.19.2-150600.3.12.1.ppc64le",
"openSUSE Leap 15.6:corepack20-20.19.2-150600.3.12.1.s390x",
"openSUSE Leap 15.6:corepack20-20.19.2-150600.3.12.1.x86_64",
"openSUSE Leap 15.6:nodejs20-20.19.2-150600.3.12.1.aarch64",
"openSUSE Leap 15.6:nodejs20-20.19.2-150600.3.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-20.19.2-150600.3.12.1.s390x",
"openSUSE Leap 15.6:nodejs20-20.19.2-150600.3.12.1.x86_64",
"openSUSE Leap 15.6:nodejs20-devel-20.19.2-150600.3.12.1.aarch64",
"openSUSE Leap 15.6:nodejs20-devel-20.19.2-150600.3.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-devel-20.19.2-150600.3.12.1.s390x",
"openSUSE Leap 15.6:nodejs20-devel-20.19.2-150600.3.12.1.x86_64",
"openSUSE Leap 15.6:nodejs20-docs-20.19.2-150600.3.12.1.noarch",
"openSUSE Leap 15.6:npm20-20.19.2-150600.3.12.1.aarch64",
"openSUSE Leap 15.6:npm20-20.19.2-150600.3.12.1.ppc64le",
"openSUSE Leap 15.6:npm20-20.19.2-150600.3.12.1.s390x",
"openSUSE Leap 15.6:npm20-20.19.2-150600.3.12.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-20T11:04:00Z",
"details": "important"
}
],
"title": "CVE-2025-23166"
},
{
"cve": "CVE-2025-23167",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-23167"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js 20\u0027s HTTP parser allows improper termination of HTTP/1 headers using `\\r\\n\\rX` instead of the required `\\r\\n\\r\\n`.\nThis inconsistency enables request smuggling, allowing attackers to bypass proxy-based access controls and submit unauthorized requests.\n\nThe issue was resolved by upgrading `llhttp` to version 9, which enforces correct header termination.\n\nImpact:\n* This vulnerability affects only Node.js 20.x users prior to the `llhttp` v9 upgrade.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-20.19.2-150600.3.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-20.19.2-150600.3.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-20.19.2-150600.3.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-20.19.2-150600.3.12.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-devel-20.19.2-150600.3.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-devel-20.19.2-150600.3.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-devel-20.19.2-150600.3.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-devel-20.19.2-150600.3.12.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-docs-20.19.2-150600.3.12.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:npm20-20.19.2-150600.3.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:npm20-20.19.2-150600.3.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:npm20-20.19.2-150600.3.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:npm20-20.19.2-150600.3.12.1.x86_64",
"openSUSE Leap 15.6:corepack20-20.19.2-150600.3.12.1.aarch64",
"openSUSE Leap 15.6:corepack20-20.19.2-150600.3.12.1.ppc64le",
"openSUSE Leap 15.6:corepack20-20.19.2-150600.3.12.1.s390x",
"openSUSE Leap 15.6:corepack20-20.19.2-150600.3.12.1.x86_64",
"openSUSE Leap 15.6:nodejs20-20.19.2-150600.3.12.1.aarch64",
"openSUSE Leap 15.6:nodejs20-20.19.2-150600.3.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-20.19.2-150600.3.12.1.s390x",
"openSUSE Leap 15.6:nodejs20-20.19.2-150600.3.12.1.x86_64",
"openSUSE Leap 15.6:nodejs20-devel-20.19.2-150600.3.12.1.aarch64",
"openSUSE Leap 15.6:nodejs20-devel-20.19.2-150600.3.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-devel-20.19.2-150600.3.12.1.s390x",
"openSUSE Leap 15.6:nodejs20-devel-20.19.2-150600.3.12.1.x86_64",
"openSUSE Leap 15.6:nodejs20-docs-20.19.2-150600.3.12.1.noarch",
"openSUSE Leap 15.6:npm20-20.19.2-150600.3.12.1.aarch64",
"openSUSE Leap 15.6:npm20-20.19.2-150600.3.12.1.ppc64le",
"openSUSE Leap 15.6:npm20-20.19.2-150600.3.12.1.s390x",
"openSUSE Leap 15.6:npm20-20.19.2-150600.3.12.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-23167",
"url": "https://www.suse.com/security/cve/CVE-2025-23167"
},
{
"category": "external",
"summary": "SUSE Bug 1243220 for CVE-2025-23167",
"url": "https://bugzilla.suse.com/1243220"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-20.19.2-150600.3.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-20.19.2-150600.3.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-20.19.2-150600.3.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-20.19.2-150600.3.12.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-devel-20.19.2-150600.3.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-devel-20.19.2-150600.3.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-devel-20.19.2-150600.3.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-devel-20.19.2-150600.3.12.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-docs-20.19.2-150600.3.12.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:npm20-20.19.2-150600.3.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:npm20-20.19.2-150600.3.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:npm20-20.19.2-150600.3.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:npm20-20.19.2-150600.3.12.1.x86_64",
"openSUSE Leap 15.6:corepack20-20.19.2-150600.3.12.1.aarch64",
"openSUSE Leap 15.6:corepack20-20.19.2-150600.3.12.1.ppc64le",
"openSUSE Leap 15.6:corepack20-20.19.2-150600.3.12.1.s390x",
"openSUSE Leap 15.6:corepack20-20.19.2-150600.3.12.1.x86_64",
"openSUSE Leap 15.6:nodejs20-20.19.2-150600.3.12.1.aarch64",
"openSUSE Leap 15.6:nodejs20-20.19.2-150600.3.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-20.19.2-150600.3.12.1.s390x",
"openSUSE Leap 15.6:nodejs20-20.19.2-150600.3.12.1.x86_64",
"openSUSE Leap 15.6:nodejs20-devel-20.19.2-150600.3.12.1.aarch64",
"openSUSE Leap 15.6:nodejs20-devel-20.19.2-150600.3.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-devel-20.19.2-150600.3.12.1.s390x",
"openSUSE Leap 15.6:nodejs20-devel-20.19.2-150600.3.12.1.x86_64",
"openSUSE Leap 15.6:nodejs20-docs-20.19.2-150600.3.12.1.noarch",
"openSUSE Leap 15.6:npm20-20.19.2-150600.3.12.1.aarch64",
"openSUSE Leap 15.6:npm20-20.19.2-150600.3.12.1.ppc64le",
"openSUSE Leap 15.6:npm20-20.19.2-150600.3.12.1.s390x",
"openSUSE Leap 15.6:npm20-20.19.2-150600.3.12.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-20.19.2-150600.3.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-20.19.2-150600.3.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-20.19.2-150600.3.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-20.19.2-150600.3.12.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-devel-20.19.2-150600.3.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-devel-20.19.2-150600.3.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-devel-20.19.2-150600.3.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-devel-20.19.2-150600.3.12.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:nodejs20-docs-20.19.2-150600.3.12.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:npm20-20.19.2-150600.3.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:npm20-20.19.2-150600.3.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:npm20-20.19.2-150600.3.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP6:npm20-20.19.2-150600.3.12.1.x86_64",
"openSUSE Leap 15.6:corepack20-20.19.2-150600.3.12.1.aarch64",
"openSUSE Leap 15.6:corepack20-20.19.2-150600.3.12.1.ppc64le",
"openSUSE Leap 15.6:corepack20-20.19.2-150600.3.12.1.s390x",
"openSUSE Leap 15.6:corepack20-20.19.2-150600.3.12.1.x86_64",
"openSUSE Leap 15.6:nodejs20-20.19.2-150600.3.12.1.aarch64",
"openSUSE Leap 15.6:nodejs20-20.19.2-150600.3.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-20.19.2-150600.3.12.1.s390x",
"openSUSE Leap 15.6:nodejs20-20.19.2-150600.3.12.1.x86_64",
"openSUSE Leap 15.6:nodejs20-devel-20.19.2-150600.3.12.1.aarch64",
"openSUSE Leap 15.6:nodejs20-devel-20.19.2-150600.3.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-devel-20.19.2-150600.3.12.1.s390x",
"openSUSE Leap 15.6:nodejs20-devel-20.19.2-150600.3.12.1.x86_64",
"openSUSE Leap 15.6:nodejs20-docs-20.19.2-150600.3.12.1.noarch",
"openSUSE Leap 15.6:npm20-20.19.2-150600.3.12.1.aarch64",
"openSUSE Leap 15.6:npm20-20.19.2-150600.3.12.1.ppc64le",
"openSUSE Leap 15.6:npm20-20.19.2-150600.3.12.1.s390x",
"openSUSE Leap 15.6:npm20-20.19.2-150600.3.12.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-20T11:04:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-23167"
}
]
}
WID-SEC-W-2025-1055
Vulnerability from csaf_certbund - Published: 2025-05-14 22:00 - Updated: 2025-10-29 23:00Summary
Node.js: Mehrere Schwachstellen
Severity
Mittel
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 lokaler Angreifer kann mehrere Schwachstellen in Node.js ausnutzen, um einen Denial of Service Angriff durchzuführen oder Sicherheitsvorkehrungen zu umgehen.
Betroffene Betriebssysteme: - Linux
- Sonstiges
- UNIX
- Windows
Affected products
Known affected
15 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Arch Linux
Open Source
|
cpe:/o:archlinux:archlinux:-
|
— | |
|
IBM App Connect Enterprise <12.14.0
IBM / App Connect Enterprise
|
<12.14.0 | ||
|
IBM App Connect Enterprise <LTS 12.0.14
IBM / App Connect Enterprise
|
<LTS 12.0.14 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Hitachi Ops Center
Hitachi
|
cpe:/a:hitachi:ops_center:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Dell Data Protection Advisor
Dell
|
cpe:/a:dell:data_protection_advisor:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM Business Automation Workflow
IBM
|
cpe:/a:ibm:business_automation_workflow:-
|
— | |
|
Open Source Node.js <v20.19.2
Open Source / Node.js
|
<v20.19.2 | ||
|
Open Source Node.js <v22.15.1
Open Source / Node.js
|
<v22.15.1 | ||
|
Open Source Node.js <v23.11.1
Open Source / Node.js
|
<v23.11.1 | ||
|
Open Source Node.js <v24.0.2
Open Source / Node.js
|
<v24.0.2 |
Affected products
Known affected
15 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Arch Linux
Open Source
|
cpe:/o:archlinux:archlinux:-
|
— | |
|
IBM App Connect Enterprise <12.14.0
IBM / App Connect Enterprise
|
<12.14.0 | ||
|
IBM App Connect Enterprise <LTS 12.0.14
IBM / App Connect Enterprise
|
<LTS 12.0.14 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Hitachi Ops Center
Hitachi
|
cpe:/a:hitachi:ops_center:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Dell Data Protection Advisor
Dell
|
cpe:/a:dell:data_protection_advisor:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM Business Automation Workflow
IBM
|
cpe:/a:ibm:business_automation_workflow:-
|
— | |
|
Open Source Node.js <v20.19.2
Open Source / Node.js
|
<v20.19.2 | ||
|
Open Source Node.js <v22.15.1
Open Source / Node.js
|
<v22.15.1 | ||
|
Open Source Node.js <v23.11.1
Open Source / Node.js
|
<v23.11.1 | ||
|
Open Source Node.js <v24.0.2
Open Source / Node.js
|
<v24.0.2 |
Affected products
Known affected
15 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Arch Linux
Open Source
|
cpe:/o:archlinux:archlinux:-
|
— | |
|
IBM App Connect Enterprise <12.14.0
IBM / App Connect Enterprise
|
<12.14.0 | ||
|
IBM App Connect Enterprise <LTS 12.0.14
IBM / App Connect Enterprise
|
<LTS 12.0.14 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Hitachi Ops Center
Hitachi
|
cpe:/a:hitachi:ops_center:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Dell Data Protection Advisor
Dell
|
cpe:/a:dell:data_protection_advisor:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM Business Automation Workflow
IBM
|
cpe:/a:ibm:business_automation_workflow:-
|
— | |
|
Open Source Node.js <v20.19.2
Open Source / Node.js
|
<v20.19.2 | ||
|
Open Source Node.js <v22.15.1
Open Source / Node.js
|
<v22.15.1 | ||
|
Open Source Node.js <v23.11.1
Open Source / Node.js
|
<v23.11.1 | ||
|
Open Source Node.js <v24.0.2
Open Source / Node.js
|
<v24.0.2 |
References
32 references
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Node.js ist eine Plattform zur Entwicklung von Netzwerkanwendungen.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein lokaler Angreifer kann mehrere Schwachstellen in Node.js ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren oder Sicherheitsvorkehrungen zu umgehen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- 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-2025-1055 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-1055.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-1055 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-1055"
},
{
"category": "external",
"summary": "Node.js Security Releases vom 2025-05-14",
"url": "https://nodejs.org/en/blog/vulnerability/may-2025-security-releases"
},
{
"category": "external",
"summary": "OSS Security Mailing List vom 2025-05-14",
"url": "https://seclists.org/oss-sec/2025/q2/148"
},
{
"category": "external",
"summary": "Arch Linux Security Advisory ASA-202505-6 vom 2025-05-19",
"url": "https://security.archlinux.org/ASA-202505-6"
},
{
"category": "external",
"summary": "Arch Linux Security Advisory ASA-202505-7 vom 2025-05-19",
"url": "https://security.archlinux.org/ASA-202505-7"
},
{
"category": "external",
"summary": "Arch Linux Security Advisory ASA-202505-8 vom 2025-05-19",
"url": "https://security.archlinux.org/ASA-202505-8"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-F4CEE58E97 vom 2025-05-19",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-f4cee58e97"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-61AD6E65B3 vom 2025-05-19",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-61ad6e65b3"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-2936DECE0E vom 2025-05-19",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-2936dece0e"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-0C2B7A8F32 vom 2025-05-19",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-0c2b7a8f32"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:8467 vom 2025-06-03",
"url": "https://access.redhat.com/errata/RHSA-2025:8467"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:8468 vom 2025-06-03",
"url": "https://access.redhat.com/errata/RHSA-2025:8468"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:8493 vom 2025-06-04",
"url": "https://access.redhat.com/errata/RHSA-2025:8493"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:8506 vom 2025-06-04",
"url": "https://access.redhat.com/errata/RHSA-2025:8506"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:8514 vom 2025-06-04",
"url": "https://access.redhat.com/errata/RHSA-2025:8514"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-8468 vom 2025-06-04",
"url": "https://linux.oracle.com/errata/ELSA-2025-8468.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-8467 vom 2025-06-04",
"url": "https://linux.oracle.com/errata/ELSA-2025-8467.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-8506 vom 2025-06-05",
"url": "https://linux.oracle.com/errata/ELSA-2025-8506.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01879-1 vom 2025-06-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021462.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01878-1 vom 2025-06-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021463.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:8902 vom 2025-06-11",
"url": "https://access.redhat.com/errata/RHSA-2025:8902"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-8514 vom 2025-06-13",
"url": "https://linux.oracle.com/errata/ELSA-2025-8514.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02045-1 vom 2025-06-20",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021596.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02039-1 vom 2025-06-20",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021602.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-8493 vom 2025-06-28",
"url": "https://linux.oracle.com/errata/ELSA-2025-8493.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-11803 vom 2025-07-28",
"url": "https://linux.oracle.com/errata/ELSA-2025-11803.html"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7241538 vom 2025-08-06",
"url": "https://www.ibm.com/support/pages/node/7241538"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7241699 vom 2025-08-07",
"url": "https://www.ibm.com/support/pages/node/7241699"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7244612 vom 2025-09-11",
"url": "https://www.ibm.com/support/pages/node/7244612"
},
{
"category": "external",
"summary": "Hitachi Vulnerability Information HITACHI-SEC-2025-126 vom 2025-09-30",
"url": "https://www.hitachi.com/products/it/software/security/info/vuls/hitachi-sec-2025-126/index.html"
},
{
"category": "external",
"summary": "Dell Security Advisory DSA-2025-338 vom 2025-10-30",
"url": "https://www.dell.com/support/kbdoc/de-de/000385427/dsa-2025-338-security-update-for-dell-data-protection-advisor-for-jdk-8u451-vulnerabilities"
}
],
"source_lang": "en-US",
"title": "Node.js: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2025-10-29T23:00:00.000+00:00",
"generator": {
"date": "2025-10-30T08:13:54.014+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.4.0"
}
},
"id": "WID-SEC-W-2025-1055",
"initial_release_date": "2025-05-14T22:00:00.000+00:00",
"revision_history": [
{
"date": "2025-05-14T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2025-05-18T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Arch Linux aufgenommen"
},
{
"date": "2025-05-19T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Fedora und European Union Vulnerability Database aufgenommen"
},
{
"date": "2025-06-03T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-06-04T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-06-10T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-06-11T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-06-12T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-06-22T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-06-29T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-07-28T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-08-06T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-08-07T22:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-09-10T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-09-29T22:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von HITACHI aufgenommen"
},
{
"date": "2025-10-29T23:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von Dell aufgenommen"
}
],
"status": "final",
"version": "16"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Dell Data Protection Advisor",
"product": {
"name": "Dell Data Protection Advisor",
"product_id": "T021498",
"product_identification_helper": {
"cpe": "cpe:/a:dell:data_protection_advisor:-"
}
}
}
],
"category": "vendor",
"name": "Dell"
},
{
"branches": [
{
"category": "product_name",
"name": "Fedora Linux",
"product": {
"name": "Fedora Linux",
"product_id": "74185",
"product_identification_helper": {
"cpe": "cpe:/o:fedoraproject:fedora:-"
}
}
}
],
"category": "vendor",
"name": "Fedora"
},
{
"branches": [
{
"category": "product_name",
"name": "Hitachi Ops Center",
"product": {
"name": "Hitachi Ops Center",
"product_id": "T038840",
"product_identification_helper": {
"cpe": "cpe:/a:hitachi:ops_center:-"
}
}
}
],
"category": "vendor",
"name": "Hitachi"
},
{
"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": "\u003c12.14.0",
"product": {
"name": "IBM App Connect Enterprise \u003c12.14.0",
"product_id": "T045927"
}
},
{
"category": "product_version",
"name": "12.14.0",
"product": {
"name": "IBM App Connect Enterprise 12.14.0",
"product_id": "T045927-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:app_connect_enterprise:12.14.0"
}
}
},
{
"category": "product_version_range",
"name": "\u003cLTS 12.0.14",
"product": {
"name": "IBM App Connect Enterprise \u003cLTS 12.0.14",
"product_id": "T045928"
}
},
{
"category": "product_version",
"name": "LTS 12.0.14",
"product": {
"name": "IBM App Connect Enterprise LTS 12.0.14",
"product_id": "T045928-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:app_connect_enterprise:lts_12.0.14"
}
}
}
],
"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:-"
}
}
}
],
"category": "vendor",
"name": "IBM"
},
{
"branches": [
{
"category": "product_name",
"name": "Open Source Arch Linux",
"product": {
"name": "Open Source Arch Linux",
"product_id": "T013312",
"product_identification_helper": {
"cpe": "cpe:/o:archlinux:archlinux:-"
}
}
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cv20.19.2",
"product": {
"name": "Open Source Node.js \u003cv20.19.2",
"product_id": "T043779"
}
},
{
"category": "product_version",
"name": "v20.19.2",
"product": {
"name": "Open Source Node.js v20.19.2",
"product_id": "T043779-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:nodejs:nodejs:v20.19.2"
}
}
},
{
"category": "product_version_range",
"name": "\u003cv22.15.1",
"product": {
"name": "Open Source Node.js \u003cv22.15.1",
"product_id": "T043780"
}
},
{
"category": "product_version",
"name": "v22.15.1",
"product": {
"name": "Open Source Node.js v22.15.1",
"product_id": "T043780-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:nodejs:nodejs:v22.15.1"
}
}
},
{
"category": "product_version_range",
"name": "\u003cv23.11.1",
"product": {
"name": "Open Source Node.js \u003cv23.11.1",
"product_id": "T043781"
}
},
{
"category": "product_version",
"name": "v23.11.1",
"product": {
"name": "Open Source Node.js v23.11.1",
"product_id": "T043781-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:nodejs:nodejs:v23.11.1"
}
}
},
{
"category": "product_version_range",
"name": "\u003cv24.0.2",
"product": {
"name": "Open Source Node.js \u003cv24.0.2",
"product_id": "T043782"
}
},
{
"category": "product_version",
"name": "v24.0.2",
"product": {
"name": "Open Source Node.js v24.0.2",
"product_id": "T043782-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:nodejs:nodejs:v24.0.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": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-23165",
"product_status": {
"known_affected": [
"67646",
"T013312",
"T045927",
"T045928",
"T004914",
"74185",
"T038840",
"T032495",
"T021498",
"T002207",
"T019704",
"T043779",
"T043780",
"T043781",
"T043782"
]
},
"release_date": "2025-05-14T22:00:00.000+00:00",
"title": "CVE-2025-23165"
},
{
"cve": "CVE-2025-23166",
"product_status": {
"known_affected": [
"67646",
"T013312",
"T045927",
"T045928",
"T004914",
"74185",
"T038840",
"T032495",
"T021498",
"T002207",
"T019704",
"T043779",
"T043780",
"T043781",
"T043782"
]
},
"release_date": "2025-05-14T22:00:00.000+00:00",
"title": "CVE-2025-23166"
},
{
"cve": "CVE-2025-23167",
"product_status": {
"known_affected": [
"67646",
"T013312",
"T045927",
"T045928",
"T004914",
"74185",
"T038840",
"T032495",
"T021498",
"T002207",
"T019704",
"T043779",
"T043780",
"T043781",
"T043782"
]
},
"release_date": "2025-05-14T22:00:00.000+00:00",
"title": "CVE-2025-23167"
}
]
}
Loading…
Trend slope:
-
(linear fit over daily sighting counts)
Show additional events:
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…