Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-9678 (GCVE-0-2026-9678)
Vulnerability from cvelistv5 – Published: 2026-06-17 17:04 – Updated: 2026-06-17 18:05- CWE-524 - Use of Cache Containing Sensitive Information
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-9678",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-06-17T18:05:24.378630Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-06-17T18:05:30.162Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"packageURL": "pkg:npm/undici",
"product": "undici",
"vendor": "undici",
"versions": [
{
"lessThan": "7.28.0",
"status": "affected",
"version": "7.0.0",
"versionType": "semver"
},
{
"status": "unaffected",
"version": "7.28.0",
"versionType": "semver"
},
{
"lessThan": "8.5.0",
"status": "affected",
"version": "8.0.0",
"versionType": "semver"
},
{
"status": "unaffected",
"version": "8.5.0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "remediation developer",
"value": "mcollina"
},
{
"lang": "en",
"type": "remediation reviewer",
"value": "UlisesGascon"
},
{
"lang": "en",
"type": "reporter",
"value": "AndrewMohawk"
}
],
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "Impact:\nUndici\u0027s cache interceptor incorrectly classifies some responses as cacheable when the upstream Cache-Control header uses whitespace-padded qualified private or no-cache field names such as private=\" authorization\" or no-cache=\"\\tauthorization\". The parser preserves the surrounding whitespace, so later comparisons against the literal authorization field name fail and the response is stored.\n\nIn shared-cache mode, this allows a response containing one user\u0027s authenticated data to be served from cache to a subsequent caller, including an unauthenticated caller, when both requests resolve to the same cache key.\n\nAffected applications are those that explicitly enable the cache interceptor (interceptors.cache()) in shared mode, forward Authorization headers upstream, and receive cacheable responses with non-canonical qualified private or no-cache directives.\n\nPatches:\nUpgrade to undici v7.28.0 or v8.5.0.\n\nWorkarounds:\nIf upgrade is not immediately possible, disable shared-cache mode for traffic that includes Authorization headers, avoid caching responses to authenticated requests, or add Vary: Authorization upstream."
}
],
"value": "Impact:\nUndici\u0027s cache interceptor incorrectly classifies some responses as cacheable when the upstream Cache-Control header uses whitespace-padded qualified private or no-cache field names such as private=\" authorization\" or no-cache=\"\\tauthorization\". The parser preserves the surrounding whitespace, so later comparisons against the literal authorization field name fail and the response is stored.\n\nIn shared-cache mode, this allows a response containing one user\u0027s authenticated data to be served from cache to a subsequent caller, including an unauthenticated caller, when both requests resolve to the same cache key.\n\nAffected applications are those that explicitly enable the cache interceptor (interceptors.cache()) in shared mode, forward Authorization headers upstream, and receive cacheable responses with non-canonical qualified private or no-cache directives.\n\nPatches:\nUpgrade to undici v7.28.0 or v8.5.0.\n\nWorkarounds:\nIf upgrade is not immediately possible, disable shared-cache mode for traffic that includes Authorization headers, avoid caching responses to authenticated requests, or add Vary: Authorization upstream."
}
],
"metrics": [
{
"cvssV3_1": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"format": "CVSS",
"scenarios": [
{
"lang": "en",
"value": "GENERAL"
}
]
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-524",
"description": "CWE-524: Use of Cache Containing Sensitive Information",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-06-17T17:04:09.680Z",
"orgId": "ce714d77-add3-4f53-aff5-83d477b104bb",
"shortName": "openjs"
},
"references": [
{
"url": "https://github.com/nodejs/undici/security/advisories/GHSA-pr7r-676h-xcf6"
},
{
"url": "https://cna.openjsf.org/security-advisories.html"
}
],
"title": "undici vulnerable to cross-user information disclosure via shared cache whitespace bypass",
"x_generator": {
"engine": "cve-kit 1.0.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "ce714d77-add3-4f53-aff5-83d477b104bb",
"assignerShortName": "openjs",
"cveId": "CVE-2026-9678",
"datePublished": "2026-06-17T17:04:09.680Z",
"dateReserved": "2026-05-27T08:05:04.453Z",
"dateUpdated": "2026-06-17T18:05:30.162Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-9678",
"date": "2026-09-05",
"epss": "0.00388",
"percentile": "0.31973"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-9678\",\"sourceIdentifier\":\"ce714d77-add3-4f53-aff5-83d477b104bb\",\"published\":\"2026-06-17T18:18:06.050\",\"lastModified\":\"2026-06-25T17:44:16.007\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Impact:\\nUndici\u0027s cache interceptor incorrectly classifies some responses as cacheable when the upstream Cache-Control header uses whitespace-padded qualified private or no-cache field names such as private=\\\" authorization\\\" or no-cache=\\\"\\\\tauthorization\\\". The parser preserves the surrounding whitespace, so later comparisons against the literal authorization field name fail and the response is stored.\\n\\nIn shared-cache mode, this allows a response containing one user\u0027s authenticated data to be served from cache to a subsequent caller, including an unauthenticated caller, when both requests resolve to the same cache key.\\n\\nAffected applications are those that explicitly enable the cache interceptor (interceptors.cache()) in shared mode, forward Authorization headers upstream, and receive cacheable responses with non-canonical qualified private or no-cache directives.\\n\\nPatches:\\nUpgrade to undici v7.28.0 or v8.5.0.\\n\\nWorkarounds:\\nIf upgrade is not immediately possible, disable shared-cache mode for traffic that includes Authorization headers, avoid caching responses to authenticated requests, or add Vary: Authorization upstream.\"}],\"affected\":[{\"source\":\"ce714d77-add3-4f53-aff5-83d477b104bb\",\"affectedData\":[{\"vendor\":\"undici\",\"product\":\"undici\",\"defaultStatus\":\"unaffected\",\"packageURL\":\"pkg:npm/undici\",\"versions\":[{\"version\":\"7.0.0\",\"lessThan\":\"7.28.0\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"7.28.0\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"8.0.0\",\"lessThan\":\"8.5.0\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"8.5.0\",\"versionType\":\"semver\",\"status\":\"unaffected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"ce714d77-add3-4f53-aff5-83d477b104bb\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N\",\"baseScore\":5.9,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":2.2,\"impactScore\":3.6}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-06-17T18:05:24.378630Z\",\"id\":\"CVE-2026-9678\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"ce714d77-add3-4f53-aff5-83d477b104bb\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-524\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nodejs:undici:*:*:*:*:*:node.js:*:*\",\"versionStartIncluding\":\"7.0.0\",\"versionEndExcluding\":\"7.28.0\",\"matchCriteriaId\":\"0C34D757-BB16-4E28-95D8-7D3FAC851B69\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nodejs:undici:*:*:*:*:*:node.js:*:*\",\"versionStartIncluding\":\"8.0.0\",\"versionEndExcluding\":\"8.5.0\",\"matchCriteriaId\":\"37F3655C-C7AE-4B13-A5EB-6FE0A9566124\"}]}]}],\"references\":[{\"url\":\"https://cna.openjsf.org/security-advisories.html\",\"source\":\"ce714d77-add3-4f53-aff5-83d477b104bb\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://github.com/nodejs/undici/security/advisories/GHSA-pr7r-676h-xcf6\",\"source\":\"ce714d77-add3-4f53-aff5-83d477b104bb\",\"tags\":[\"Mitigation\",\"Vendor Advisory\"]}]}}",
"redhat_vex": {
"aggregate_severity": "Moderate",
"current_release_date": "2026-07-20T13:43:26+00:00",
"cve": "CVE-2026-9678",
"id": "CVE-2026-9678",
"initial_release_date": "2026-06-17T17:04:09.680000+00:00",
"product_status:fixed": "247",
"product_status:known_affected": "37",
"product_status:known_not_affected": "8",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "undici: Undici: Information disclosure due to improper cache-control header parsing",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-9678.json",
"version": "3"
},
"suse_vex": {
"aggregate_severity": "moderate",
"current_release_date": "2026-07-15T05:37:15Z",
"cve": "CVE-2026-9678",
"id": "CVE-2026-9678",
"initial_release_date": "2026-06-19T01:57:51Z",
"product_status:known_affected": "209",
"product_status:recommended": "59",
"source": "SUSE CSAF VEX",
"status": "interim",
"title": "SUSE CVE CVE-2026-9678",
"url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-9678.json",
"version": "5"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-9678\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-06-17T18:05:24.378630Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-06-17T18:05:27.060Z\"}}], \"cna\": {\"title\": \"undici vulnerable to cross-user information disclosure via shared cache whitespace bypass\", \"credits\": [{\"lang\": \"en\", \"type\": \"remediation developer\", \"value\": \"mcollina\"}, {\"lang\": \"en\", \"type\": \"remediation reviewer\", \"value\": \"UlisesGascon\"}, {\"lang\": \"en\", \"type\": \"reporter\", \"value\": \"AndrewMohawk\"}], \"metrics\": [{\"format\": \"CVSS\", \"cvssV3_1\": {\"version\": \"3.1\", \"baseScore\": 5.9, \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N\"}, \"scenarios\": [{\"lang\": \"en\", \"value\": \"GENERAL\"}]}], \"affected\": [{\"vendor\": \"undici\", \"product\": \"undici\", \"versions\": [{\"status\": \"affected\", \"version\": \"7.0.0\", \"lessThan\": \"7.28.0\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"7.28.0\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"8.0.0\", \"lessThan\": \"8.5.0\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"8.5.0\", \"versionType\": \"semver\"}], \"packageURL\": \"pkg:npm/undici\", \"defaultStatus\": \"unaffected\"}], \"references\": [{\"url\": \"https://github.com/nodejs/undici/security/advisories/GHSA-pr7r-676h-xcf6\"}, {\"url\": \"https://cna.openjsf.org/security-advisories.html\"}], \"x_generator\": {\"engine\": \"cve-kit 1.0.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"Impact:\\nUndici\u0027s cache interceptor incorrectly classifies some responses as cacheable when the upstream Cache-Control header uses whitespace-padded qualified private or no-cache field names such as private=\\\" authorization\\\" or no-cache=\\\"\\\\tauthorization\\\". The parser preserves the surrounding whitespace, so later comparisons against the literal authorization field name fail and the response is stored.\\n\\nIn shared-cache mode, this allows a response containing one user\u0027s authenticated data to be served from cache to a subsequent caller, including an unauthenticated caller, when both requests resolve to the same cache key.\\n\\nAffected applications are those that explicitly enable the cache interceptor (interceptors.cache()) in shared mode, forward Authorization headers upstream, and receive cacheable responses with non-canonical qualified private or no-cache directives.\\n\\nPatches:\\nUpgrade to undici v7.28.0 or v8.5.0.\\n\\nWorkarounds:\\nIf upgrade is not immediately possible, disable shared-cache mode for traffic that includes Authorization headers, avoid caching responses to authenticated requests, or add Vary: Authorization upstream.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"Impact:\\nUndici\u0027s cache interceptor incorrectly classifies some responses as cacheable when the upstream Cache-Control header uses whitespace-padded qualified private or no-cache field names such as private=\\\" authorization\\\" or no-cache=\\\"\\\\tauthorization\\\". The parser preserves the surrounding whitespace, so later comparisons against the literal authorization field name fail and the response is stored.\\n\\nIn shared-cache mode, this allows a response containing one user\u0027s authenticated data to be served from cache to a subsequent caller, including an unauthenticated caller, when both requests resolve to the same cache key.\\n\\nAffected applications are those that explicitly enable the cache interceptor (interceptors.cache()) in shared mode, forward Authorization headers upstream, and receive cacheable responses with non-canonical qualified private or no-cache directives.\\n\\nPatches:\\nUpgrade to undici v7.28.0 or v8.5.0.\\n\\nWorkarounds:\\nIf upgrade is not immediately possible, disable shared-cache mode for traffic that includes Authorization headers, avoid caching responses to authenticated requests, or add Vary: Authorization upstream.\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-524\", \"description\": \"CWE-524: Use of Cache Containing Sensitive Information\"}]}], \"providerMetadata\": {\"orgId\": \"ce714d77-add3-4f53-aff5-83d477b104bb\", \"shortName\": \"openjs\", \"dateUpdated\": \"2026-06-17T17:04:09.680Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-9678\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-06-17T18:05:30.162Z\", \"dateReserved\": \"2026-05-27T08:05:04.453Z\", \"assignerOrgId\": \"ce714d77-add3-4f53-aff5-83d477b104bb\", \"datePublished\": \"2026-06-17T17:04:09.680Z\", \"assignerShortName\": \"openjs\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
alsa-2026:35841
Vulnerability from osv_almalinux
Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.
Security Fix(es):
- ip-address: ip-address: Cross-site scripting via improper HTML escaping of untrusted input (CVE-2026-42338)
- undici: undici: Denial of Service due to unbounded memory growth via WebSocket frames (CVE-2026-12151)
- undici: Undici: Information disclosure due to improper cache-control header parsing (CVE-2026-9678)
- undici: Undici: Response queue poisoning on reused keep-alive sockets can lead to incorrect response delivery. (CVE-2026-6733)
- undici: undici: Weakening of cookie SameSite policy due to incorrect parsing of Set-Cookie header (CVE-2026-11525)
- undici: undici: Man-in-the-Middle attack via ignored TLS options with SOCKS5 proxy (CVE-2026-9697)
- undici: undici: Information disclosure and data integrity issues due to incorrect Socks5ProxyAgent connection routing (CVE-2026-6734)
- nodejs: Node.js: Denial of Service via unlimited HTTP/2 ORIGIN frames (CVE-2026-48619)
- nodejs: Node.js: Silent authority rebinding due to embedded-nul hostnames in TLS handling (CVE-2026-48930)
- nodejs: Node.js: Unauthorized file metadata modification (CVE-2026-48935)
- nodejs: Node.js WebCrypto: Denial of Service via large input to subtle.encrypt() (CVE-2026-48933)
- nodejs: Node.js: Certification validation bypass in TLS host verification (CVE-2026-48934)
- Node.js: Node.js: Trust-policy bypass due to hostname matching inconsistency (CVE-2026-48928)
- nodejs: Node.js: Information disclosure of proxy credentials via proxy tunnel error handling (CVE-2026-48615)
- nodejs: Node.js: Authentication bypass due to TLS hostname handling and unicode dot separator mismatch (CVE-2026-48618)
Bug Fix(es) and Enhancement(s):
- nodejs24: Rebase to the latest Node.js 24 release [almalinux-10.2.z] (JIRA:AlmaLinux-186582)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
{
"affected": [
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "nodejs24"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1:24.18.0-1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "nodejs24-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1:24.18.0-1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "nodejs24-docs"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1:24.18.0-1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "nodejs24-full-i18n"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1:24.18.0-1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "nodejs24-libs"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1:24.18.0-1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "nodejs24-npm"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1:11.16.0-1.24.18.0.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"details": "Node.js is a platform built on Chrome\u0027s JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. \n\nSecurity Fix(es): \n\n * ip-address: ip-address: Cross-site scripting via improper HTML escaping of untrusted input (CVE-2026-42338)\n * undici: undici: Denial of Service due to unbounded memory growth via WebSocket frames (CVE-2026-12151)\n * undici: Undici: Information disclosure due to improper cache-control header parsing (CVE-2026-9678)\n * undici: Undici: Response queue poisoning on reused keep-alive sockets can lead to incorrect response delivery. (CVE-2026-6733)\n * undici: undici: Weakening of cookie SameSite policy due to incorrect parsing of Set-Cookie header (CVE-2026-11525)\n * undici: undici: Man-in-the-Middle attack via ignored TLS options with SOCKS5 proxy (CVE-2026-9697)\n * undici: undici: Information disclosure and data integrity issues due to incorrect Socks5ProxyAgent connection routing (CVE-2026-6734)\n * nodejs: Node.js: Denial of Service via unlimited HTTP/2 ORIGIN frames (CVE-2026-48619)\n * nodejs: Node.js: Silent authority rebinding due to embedded-nul hostnames in TLS handling (CVE-2026-48930)\n * nodejs: Node.js: Unauthorized file metadata modification (CVE-2026-48935)\n * nodejs: Node.js WebCrypto: Denial of Service via large input to subtle.encrypt() (CVE-2026-48933)\n * nodejs: Node.js: Certification validation bypass in TLS host verification (CVE-2026-48934)\n * Node.js: Node.js: Trust-policy bypass due to hostname matching inconsistency (CVE-2026-48928)\n * nodejs: Node.js: Information disclosure of proxy credentials via proxy tunnel error handling (CVE-2026-48615)\n * nodejs: Node.js: Authentication bypass due to TLS hostname handling and unicode dot separator mismatch (CVE-2026-48618)\n\n\nBug Fix(es) and Enhancement(s): \n\n * nodejs24: Rebase to the latest Node.js 24 release [almalinux-10.2.z] (JIRA:AlmaLinux-186582)\n\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n",
"id": "ALSA-2026:35841",
"modified": "2026-07-06T12:42:48Z",
"published": "2026-07-06T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:35841"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-11525"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-12151"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-42338"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-48615"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-48618"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-48619"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-48928"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-48930"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-48933"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-48934"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-48935"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-6733"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-6734"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-9678"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-9697"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2476810"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2489980"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2490000"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2490006"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2490008"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2490018"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2490024"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2493325"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2493326"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2493329"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2493331"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2493332"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2493333"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2493335"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2493337"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/10/ALSA-2026-35841.html"
}
],
"related": [
"CVE-2026-42338",
"CVE-2026-12151",
"CVE-2026-9678",
"CVE-2026-6733",
"CVE-2026-11525",
"CVE-2026-9697",
"CVE-2026-6734",
"CVE-2026-48619",
"CVE-2026-48930",
"CVE-2026-48935",
"CVE-2026-48933",
"CVE-2026-48934",
"CVE-2026-48928",
"CVE-2026-48615",
"CVE-2026-48618"
],
"summary": "Important: nodejs24 security, bug fix, and enhancement update"
}
alsa-2026:35842
Vulnerability from osv_almalinux
Node.js is a platform built on Chrome's JavaScript runtime \ for easily building fast, scalable network applications. \ Node.js uses an event-driven, non-blocking I/O model that \ makes it lightweight and efficient, perfect for data-intensive \ real-time applications that run across distributed devices.
Security Fix(es):
- ip-address: ip-address: Cross-site scripting via improper HTML escaping of untrusted input (CVE-2026-42338)
- undici: undici: Denial of Service due to unbounded memory growth via WebSocket frames (CVE-2026-12151)
- undici: Undici: Information disclosure due to improper cache-control header parsing (CVE-2026-9678)
- undici: Undici: Response queue poisoning on reused keep-alive sockets can lead to incorrect response delivery. (CVE-2026-6733)
- undici: undici: Weakening of cookie SameSite policy due to incorrect parsing of Set-Cookie header (CVE-2026-11525)
- nodejs: Node.js: Denial of Service via unlimited HTTP/2 ORIGIN frames (CVE-2026-48619)
- nodejs: Node.js: Silent authority rebinding due to embedded-nul hostnames in TLS handling (CVE-2026-48930)
- nodejs: Node.js: Unauthorized file metadata modification (CVE-2026-48935)
- nodejs: Node.js WebCrypto: Denial of Service via large input to subtle.encrypt() (CVE-2026-48933)
- nodejs: Node.js: Certification validation bypass in TLS host verification (CVE-2026-48934)
- Node.js: Node.js: Trust-policy bypass due to hostname matching inconsistency (CVE-2026-48928)
- nodejs: Node.js: Information disclosure of proxy credentials via proxy tunnel error handling (CVE-2026-48615)
- nodejs: Node.js: Authentication bypass due to TLS hostname handling and unicode dot separator mismatch (CVE-2026-48618)
Bug Fix(es) and Enhancement(s):
- nodejs22: Rebase to the latest Node.js 22 release [almalinux-10.2.z] (JIRA:AlmaLinux-186623)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
| URL | Type | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "nodejs"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1:22.23.1-2.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "nodejs-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1:22.23.1-2.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "nodejs-docs"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1:22.23.1-2.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "nodejs-full-i18n"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1:22.23.1-2.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "nodejs-libs"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1:22.23.1-2.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "nodejs-npm"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1:10.9.8-1.22.23.1.2.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"details": "Node.js is a platform built on Chrome\u0027s JavaScript runtime \\ for easily building fast, scalable network applications. \\ Node.js uses an event-driven, non-blocking I/O model that \\ makes it lightweight and efficient, perfect for data-intensive \\ real-time applications that run across distributed devices. \n\nSecurity Fix(es): \n\n * ip-address: ip-address: Cross-site scripting via improper HTML escaping of untrusted input (CVE-2026-42338)\n * undici: undici: Denial of Service due to unbounded memory growth via WebSocket frames (CVE-2026-12151)\n * undici: Undici: Information disclosure due to improper cache-control header parsing (CVE-2026-9678)\n * undici: Undici: Response queue poisoning on reused keep-alive sockets can lead to incorrect response delivery. (CVE-2026-6733)\n * undici: undici: Weakening of cookie SameSite policy due to incorrect parsing of Set-Cookie header (CVE-2026-11525)\n * nodejs: Node.js: Denial of Service via unlimited HTTP/2 ORIGIN frames (CVE-2026-48619)\n * nodejs: Node.js: Silent authority rebinding due to embedded-nul hostnames in TLS handling (CVE-2026-48930)\n * nodejs: Node.js: Unauthorized file metadata modification (CVE-2026-48935)\n * nodejs: Node.js WebCrypto: Denial of Service via large input to subtle.encrypt() (CVE-2026-48933)\n * nodejs: Node.js: Certification validation bypass in TLS host verification (CVE-2026-48934)\n * Node.js: Node.js: Trust-policy bypass due to hostname matching inconsistency (CVE-2026-48928)\n * nodejs: Node.js: Information disclosure of proxy credentials via proxy tunnel error handling (CVE-2026-48615)\n * nodejs: Node.js: Authentication bypass due to TLS hostname handling and unicode dot separator mismatch (CVE-2026-48618)\n\n\nBug Fix(es) and Enhancement(s): \n\n * nodejs22: Rebase to the latest Node.js 22 release [almalinux-10.2.z] (JIRA:AlmaLinux-186623)\n\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n",
"id": "ALSA-2026:35842",
"modified": "2026-07-06T12:41:55Z",
"published": "2026-07-06T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:35842"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-11525"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-12151"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-42338"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-48615"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-48618"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-48619"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-48928"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-48930"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-48933"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-48934"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-48935"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-6733"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-9678"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2476810"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2489980"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2490000"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2490006"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2490008"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2493325"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2493326"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2493329"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2493331"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2493332"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2493333"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2493335"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2493337"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/10/ALSA-2026-35842.html"
}
],
"related": [
"CVE-2026-42338",
"CVE-2026-12151",
"CVE-2026-9678",
"CVE-2026-6733",
"CVE-2026-11525",
"CVE-2026-48619",
"CVE-2026-48930",
"CVE-2026-48935",
"CVE-2026-48933",
"CVE-2026-48934",
"CVE-2026-48928",
"CVE-2026-48615",
"CVE-2026-48618"
],
"summary": "Important: nodejs22 security, bug fix, and enhancement update"
}
alsa-2026:35891
Vulnerability from osv_almalinux
Node.js is a software development platform for building fast and scalable network applications in the JavaScript programming language.
Security Fix(es):
- ip-address: ip-address: Cross-site scripting via improper HTML escaping of untrusted input (CVE-2026-42338)
- undici: undici: Denial of Service due to unbounded memory growth via WebSocket frames (CVE-2026-12151)
- undici: Undici: Information disclosure due to improper cache-control header parsing (CVE-2026-9678)
- undici: Undici: Response queue poisoning on reused keep-alive sockets can lead to incorrect response delivery. (CVE-2026-6733)
- undici: undici: Weakening of cookie SameSite policy due to incorrect parsing of Set-Cookie header (CVE-2026-11525)
- undici: undici: Man-in-the-Middle attack via ignored TLS options with SOCKS5 proxy (CVE-2026-9697)
- undici: undici: Information disclosure and data integrity issues due to incorrect Socks5ProxyAgent connection routing (CVE-2026-6734)
- nodejs: Node.js: Denial of Service via unlimited HTTP/2 ORIGIN frames (CVE-2026-48619)
- nodejs: Node.js: Silent authority rebinding due to embedded-nul hostnames in TLS handling (CVE-2026-48930)
- nodejs: Node.js: Unauthorized file metadata modification (CVE-2026-48935)
- nodejs: Node.js WebCrypto: Denial of Service via large input to subtle.encrypt() (CVE-2026-48933)
- nodejs: Node.js: Certification validation bypass in TLS host verification (CVE-2026-48934)
- Node.js: Node.js: Trust-policy bypass due to hostname matching inconsistency (CVE-2026-48928)
- nodejs: Node.js: Information disclosure of proxy credentials via proxy tunnel error handling (CVE-2026-48615)
- nodejs: Node.js: Authentication bypass due to TLS hostname handling and unicode dot separator mismatch (CVE-2026-48618)
Bug Fix(es) and Enhancement(s):
- nodejs:24/nodejs: Rebase to the latest Node.js 24 release [almalinux-9.8.z] (JIRA:AlmaLinux-186580)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
| URL | Type | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "nodejs"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1:24.18.0-1.module_el9.8.0+277+61fc613e"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "nodejs-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1:24.18.0-1.module_el9.8.0+277+61fc613e"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "nodejs-docs"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1:24.18.0-1.module_el9.8.0+277+61fc613e"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "nodejs-full-i18n"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1:24.18.0-1.module_el9.8.0+277+61fc613e"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "nodejs-libs"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1:24.18.0-1.module_el9.8.0+277+61fc613e"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "nodejs-nodemon"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.0.3-3.module_el9.7.0+209+ecf6523e"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "nodejs-packaging"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2021.06-6.module_el9.7.0+209+ecf6523e"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "nodejs-packaging-bundler"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2021.06-6.module_el9.7.0+209+ecf6523e"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "npm"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1:11.16.0-1.24.18.0.1.module_el9.8.0+277+61fc613e"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "v8-13.6-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3:13.6.233.17-1.24.18.0.1.module_el9.8.0+277+61fc613e"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"details": "Node.js is a software development platform for building fast and scalable network applications in the JavaScript programming language. \n\nSecurity Fix(es): \n\n * ip-address: ip-address: Cross-site scripting via improper HTML escaping of untrusted input (CVE-2026-42338)\n * undici: undici: Denial of Service due to unbounded memory growth via WebSocket frames (CVE-2026-12151)\n * undici: Undici: Information disclosure due to improper cache-control header parsing (CVE-2026-9678)\n * undici: Undici: Response queue poisoning on reused keep-alive sockets can lead to incorrect response delivery. (CVE-2026-6733)\n * undici: undici: Weakening of cookie SameSite policy due to incorrect parsing of Set-Cookie header (CVE-2026-11525)\n * undici: undici: Man-in-the-Middle attack via ignored TLS options with SOCKS5 proxy (CVE-2026-9697)\n * undici: undici: Information disclosure and data integrity issues due to incorrect Socks5ProxyAgent connection routing (CVE-2026-6734)\n * nodejs: Node.js: Denial of Service via unlimited HTTP/2 ORIGIN frames (CVE-2026-48619)\n * nodejs: Node.js: Silent authority rebinding due to embedded-nul hostnames in TLS handling (CVE-2026-48930)\n * nodejs: Node.js: Unauthorized file metadata modification (CVE-2026-48935)\n * nodejs: Node.js WebCrypto: Denial of Service via large input to subtle.encrypt() (CVE-2026-48933)\n * nodejs: Node.js: Certification validation bypass in TLS host verification (CVE-2026-48934)\n * Node.js: Node.js: Trust-policy bypass due to hostname matching inconsistency (CVE-2026-48928)\n * nodejs: Node.js: Information disclosure of proxy credentials via proxy tunnel error handling (CVE-2026-48615)\n * nodejs: Node.js: Authentication bypass due to TLS hostname handling and unicode dot separator mismatch (CVE-2026-48618)\n\n\nBug Fix(es) and Enhancement(s): \n\n * nodejs:24/nodejs: Rebase to the latest Node.js 24 release [almalinux-9.8.z] (JIRA:AlmaLinux-186580)\n\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n",
"id": "ALSA-2026:35891",
"modified": "2026-07-07T09:50:32Z",
"published": "2026-07-06T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:35891"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-11525"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-12151"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-42338"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-48615"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-48618"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-48619"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-48928"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-48930"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-48933"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-48934"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-48935"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-6733"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-6734"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-9678"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-9697"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2476810"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2489980"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2490000"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2490006"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2490008"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2490018"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2490024"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2493325"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2493326"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2493329"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2493331"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2493332"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2493333"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2493335"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2493337"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/9/ALSA-2026-35891.html"
}
],
"related": [
"CVE-2026-42338",
"CVE-2026-12151",
"CVE-2026-9678",
"CVE-2026-6733",
"CVE-2026-11525",
"CVE-2026-9697",
"CVE-2026-6734",
"CVE-2026-48619",
"CVE-2026-48930",
"CVE-2026-48935",
"CVE-2026-48933",
"CVE-2026-48934",
"CVE-2026-48928",
"CVE-2026-48615",
"CVE-2026-48618"
],
"summary": "Important: nodejs:24 security, bug fix, and enhancement update"
}
alsa-2026:35892
Vulnerability from osv_almalinux
Node.js is a software development platform for building fast and scalable network applications in the JavaScript programming language.
Security Fix(es):
- ip-address: ip-address: Cross-site scripting via improper HTML escaping of untrusted input (CVE-2026-42338)
- undici: undici: Denial of Service due to unbounded memory growth via WebSocket frames (CVE-2026-12151)
- undici: Undici: Information disclosure due to improper cache-control header parsing (CVE-2026-9678)
- undici: Undici: Response queue poisoning on reused keep-alive sockets can lead to incorrect response delivery. (CVE-2026-6733)
- undici: undici: Weakening of cookie SameSite policy due to incorrect parsing of Set-Cookie header (CVE-2026-11525)
- nodejs: Node.js: Denial of Service via unlimited HTTP/2 ORIGIN frames (CVE-2026-48619)
- nodejs: Node.js: Silent authority rebinding due to embedded-nul hostnames in TLS handling (CVE-2026-48930)
- nodejs: Node.js: Unauthorized file metadata modification (CVE-2026-48935)
- nodejs: Node.js WebCrypto: Denial of Service via large input to subtle.encrypt() (CVE-2026-48933)
- nodejs: Node.js: Certification validation bypass in TLS host verification (CVE-2026-48934)
- Node.js: Node.js: Trust-policy bypass due to hostname matching inconsistency (CVE-2026-48928)
- nodejs: Node.js: Information disclosure of proxy credentials via proxy tunnel error handling (CVE-2026-48615)
- nodejs: Node.js: Authentication bypass due to TLS hostname handling and unicode dot separator mismatch (CVE-2026-48618)
Bug Fix(es) and Enhancement(s):
- nodejs:22/nodejs: Rebase to the latest Node.js 22 release [almalinux-9.8.z] (JIRA:AlmaLinux-186622)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
| URL | Type | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "nodejs"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1:22.23.1-1.module_el9.8.0+276+8b329b47"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "nodejs-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1:22.23.1-1.module_el9.8.0+276+8b329b47"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "nodejs-docs"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1:22.23.1-1.module_el9.8.0+276+8b329b47"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "nodejs-full-i18n"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1:22.23.1-1.module_el9.8.0+276+8b329b47"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "nodejs-libs"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1:22.23.1-1.module_el9.8.0+276+8b329b47"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "nodejs-nodemon"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.0.1-1.module_el9.7.0+208+fb06c0ab"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "nodejs-packaging"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2021.06-6.module_el9.7.0+227+12323393"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "nodejs-packaging-bundler"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2021.06-6.module_el9.7.0+227+12323393"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "npm"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1:10.9.8-1.22.23.1.1.module_el9.8.0+276+8b329b47"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "v8-12.4-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3:12.4.254.21-1.22.23.1.1.module_el9.8.0+276+8b329b47"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"details": "Node.js is a software development platform for building fast and scalable network applications in the JavaScript programming language. \n\nSecurity Fix(es): \n\n * ip-address: ip-address: Cross-site scripting via improper HTML escaping of untrusted input (CVE-2026-42338)\n * undici: undici: Denial of Service due to unbounded memory growth via WebSocket frames (CVE-2026-12151)\n * undici: Undici: Information disclosure due to improper cache-control header parsing (CVE-2026-9678)\n * undici: Undici: Response queue poisoning on reused keep-alive sockets can lead to incorrect response delivery. (CVE-2026-6733)\n * undici: undici: Weakening of cookie SameSite policy due to incorrect parsing of Set-Cookie header (CVE-2026-11525)\n * nodejs: Node.js: Denial of Service via unlimited HTTP/2 ORIGIN frames (CVE-2026-48619)\n * nodejs: Node.js: Silent authority rebinding due to embedded-nul hostnames in TLS handling (CVE-2026-48930)\n * nodejs: Node.js: Unauthorized file metadata modification (CVE-2026-48935)\n * nodejs: Node.js WebCrypto: Denial of Service via large input to subtle.encrypt() (CVE-2026-48933)\n * nodejs: Node.js: Certification validation bypass in TLS host verification (CVE-2026-48934)\n * Node.js: Node.js: Trust-policy bypass due to hostname matching inconsistency (CVE-2026-48928)\n * nodejs: Node.js: Information disclosure of proxy credentials via proxy tunnel error handling (CVE-2026-48615)\n * nodejs: Node.js: Authentication bypass due to TLS hostname handling and unicode dot separator mismatch (CVE-2026-48618)\n\n\nBug Fix(es) and Enhancement(s): \n\n * nodejs:22/nodejs: Rebase to the latest Node.js 22 release [almalinux-9.8.z] (JIRA:AlmaLinux-186622)\n\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n",
"id": "ALSA-2026:35892",
"modified": "2026-07-07T11:42:55Z",
"published": "2026-07-06T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:35892"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-11525"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-12151"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-42338"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-48615"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-48618"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-48619"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-48928"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-48930"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-48933"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-48934"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-48935"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-6733"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-9678"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2476810"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2489980"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2490000"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2490006"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2490008"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2493325"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2493326"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2493329"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2493331"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2493332"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2493333"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2493335"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2493337"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/9/ALSA-2026-35892.html"
}
],
"related": [
"CVE-2026-42338",
"CVE-2026-12151",
"CVE-2026-9678",
"CVE-2026-6733",
"CVE-2026-11525",
"CVE-2026-48619",
"CVE-2026-48930",
"CVE-2026-48935",
"CVE-2026-48933",
"CVE-2026-48934",
"CVE-2026-48928",
"CVE-2026-48615",
"CVE-2026-48618"
],
"summary": "Important: nodejs:22 security, bug fix, and enhancement update"
}
alsa-2026:39868
Vulnerability from osv_almalinux
Node.js is a software development platform for building fast and scalable network applications in the JavaScript programming language.
Security Fix(es):
- ip-address: ip-address: Cross-site scripting via improper HTML escaping of untrusted input (CVE-2026-42338)
- undici: undici: Denial of Service due to unbounded memory growth via WebSocket frames (CVE-2026-12151)
- undici: Undici: Information disclosure due to improper cache-control header parsing (CVE-2026-9678)
- undici: Undici: Response queue poisoning on reused keep-alive sockets can lead to incorrect response delivery. (CVE-2026-6733)
- undici: undici: Weakening of cookie SameSite policy due to incorrect parsing of Set-Cookie header (CVE-2026-11525)
- undici: undici: Man-in-the-Middle attack via ignored TLS options with SOCKS5 proxy (CVE-2026-9697)
- undici: undici: Information disclosure and data integrity issues due to incorrect Socks5ProxyAgent connection routing (CVE-2026-6734)
- nodejs: Node.js: Denial of Service via unlimited HTTP/2 ORIGIN frames (CVE-2026-48619)
- nodejs: Node.js: Silent authority rebinding due to embedded-nul hostnames in TLS handling (CVE-2026-48930)
- nodejs: Node.js: Unauthorized file metadata modification (CVE-2026-48935)
- nodejs: Node.js WebCrypto: Denial of Service via large input to subtle.encrypt() (CVE-2026-48933)
- nodejs: Node.js: Certification validation bypass in TLS host verification (CVE-2026-48934)
- Node.js: Node.js: Trust-policy bypass due to hostname matching inconsistency (CVE-2026-48928)
- nodejs: Node.js: Information disclosure of proxy credentials via proxy tunnel error handling (CVE-2026-48615)
- nodejs: Node.js: Authentication bypass due to TLS hostname handling and unicode dot separator mismatch (CVE-2026-48618)
Bug Fix(es) and Enhancement(s):
- nodejs:24/nodejs: Rebase to the latest Node.js 24 release [almalinux-8] (JIRA:AlmaLinux-168744)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
| URL | Type | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "nodejs"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1:24.18.0-1.module_el8.10.0+4228+2938bc94"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "nodejs-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1:24.18.0-1.module_el8.10.0+4228+2938bc94"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "nodejs-docs"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1:24.18.0-1.module_el8.10.0+4228+2938bc94"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "nodejs-full-i18n"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1:24.18.0-1.module_el8.10.0+4228+2938bc94"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "nodejs-libs"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1:24.18.0-1.module_el8.10.0+4228+2938bc94"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "nodejs-nodemon"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.0.3-1.module_el8.10.0+4061+f8ceeab9"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "nodejs-packaging"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2021.06-6.module_el8.10.0+4086+70facd4a"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "nodejs-packaging-bundler"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2021.06-6.module_el8.10.0+4086+70facd4a"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "npm"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1:11.16.0-1.24.18.0.1.module_el8.10.0+4228+2938bc94"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "v8-13.6-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3:13.6.233.17-1.24.18.0.1.module_el8.10.0+4228+2938bc94"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"details": "Node.js is a software development platform for building fast and scalable network applications in the JavaScript programming language. \n\nSecurity Fix(es): \n\n * ip-address: ip-address: Cross-site scripting via improper HTML escaping of untrusted input (CVE-2026-42338)\n * undici: undici: Denial of Service due to unbounded memory growth via WebSocket frames (CVE-2026-12151)\n * undici: Undici: Information disclosure due to improper cache-control header parsing (CVE-2026-9678)\n * undici: Undici: Response queue poisoning on reused keep-alive sockets can lead to incorrect response delivery. (CVE-2026-6733)\n * undici: undici: Weakening of cookie SameSite policy due to incorrect parsing of Set-Cookie header (CVE-2026-11525)\n * undici: undici: Man-in-the-Middle attack via ignored TLS options with SOCKS5 proxy (CVE-2026-9697)\n * undici: undici: Information disclosure and data integrity issues due to incorrect Socks5ProxyAgent connection routing (CVE-2026-6734)\n * nodejs: Node.js: Denial of Service via unlimited HTTP/2 ORIGIN frames (CVE-2026-48619)\n * nodejs: Node.js: Silent authority rebinding due to embedded-nul hostnames in TLS handling (CVE-2026-48930)\n * nodejs: Node.js: Unauthorized file metadata modification (CVE-2026-48935)\n * nodejs: Node.js WebCrypto: Denial of Service via large input to subtle.encrypt() (CVE-2026-48933)\n * nodejs: Node.js: Certification validation bypass in TLS host verification (CVE-2026-48934)\n * Node.js: Node.js: Trust-policy bypass due to hostname matching inconsistency (CVE-2026-48928)\n * nodejs: Node.js: Information disclosure of proxy credentials via proxy tunnel error handling (CVE-2026-48615)\n * nodejs: Node.js: Authentication bypass due to TLS hostname handling and unicode dot separator mismatch (CVE-2026-48618)\n\n\nBug Fix(es) and Enhancement(s): \n\n * nodejs:24/nodejs: Rebase to the latest Node.js 24 release [almalinux-8] (JIRA:AlmaLinux-168744)\n\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n",
"id": "ALSA-2026:39868",
"modified": "2026-07-16T10:27:38Z",
"published": "2026-07-15T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:39868"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-11525"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-12151"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-42338"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-48615"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-48618"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-48619"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-48928"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-48930"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-48933"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-48934"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-48935"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-6733"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-6734"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-9678"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-9697"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2476810"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2489980"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2490000"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2490006"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2490008"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2490018"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2490024"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2493325"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2493326"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2493329"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2493331"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2493332"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2493333"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2493335"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2493337"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/8/ALSA-2026-39868.html"
}
],
"related": [
"CVE-2026-42338",
"CVE-2026-12151",
"CVE-2026-9678",
"CVE-2026-6733",
"CVE-2026-11525",
"CVE-2026-9697",
"CVE-2026-6734",
"CVE-2026-48619",
"CVE-2026-48930",
"CVE-2026-48935",
"CVE-2026-48933",
"CVE-2026-48934",
"CVE-2026-48928",
"CVE-2026-48615",
"CVE-2026-48618"
],
"summary": "Important: nodejs:24 security, bug fix, and enhancement update"
}
alsa-2026:41947
Vulnerability from osv_almalinux
Node.js is a software development platform for building fast and scalable network applications in the JavaScript programming language.
Security Fix(es):
- ip-address: ip-address: Cross-site scripting via improper HTML escaping of untrusted input (CVE-2026-42338)
- undici: undici: Denial of Service due to unbounded memory growth via WebSocket frames (CVE-2026-12151)
- undici: Undici: Information disclosure due to improper cache-control header parsing (CVE-2026-9678)
- undici: Undici: Response queue poisoning on reused keep-alive sockets can lead to incorrect response delivery. (CVE-2026-6733)
- undici: undici: Weakening of cookie SameSite policy due to incorrect parsing of Set-Cookie header (CVE-2026-11525)
- nodejs: Node.js: Denial of Service via unlimited HTTP/2 ORIGIN frames (CVE-2026-48619)
- nodejs: Node.js: Silent authority rebinding due to embedded-nul hostnames in TLS handling (CVE-2026-48930)
- nodejs: Node.js: Unauthorized file metadata modification (CVE-2026-48935)
- nodejs: Node.js WebCrypto: Denial of Service via large input to subtle.encrypt() (CVE-2026-48933)
- nodejs: Node.js: Certification validation bypass in TLS host verification (CVE-2026-48934)
- Node.js: Node.js: Trust-policy bypass due to hostname matching inconsistency (CVE-2026-48928)
- nodejs: Node.js: Information disclosure of proxy credentials via proxy tunnel error handling (CVE-2026-48615)
- nodejs: Node.js: Authentication bypass due to TLS hostname handling and unicode dot separator mismatch (CVE-2026-48618)
Bug Fix(es) and Enhancement(s):
- nodejs:22/nodejs: Rebase to the latest Node.js 22 release [almalinux-8] (JIRA:AlmaLinux-176170)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
| URL | Type | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "nodejs"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1:22.23.1-1.module_el8.10.0+4231+1bf2f855"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "nodejs-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1:22.23.1-1.module_el8.10.0+4231+1bf2f855"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "nodejs-docs"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1:22.23.1-1.module_el8.10.0+4231+1bf2f855"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "nodejs-full-i18n"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1:22.23.1-1.module_el8.10.0+4231+1bf2f855"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "nodejs-libs"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1:22.23.1-1.module_el8.10.0+4231+1bf2f855"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "nodejs-nodemon"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.0.1-1.module_el8.10.0+3956+47c9ee9f"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "nodejs-packaging"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2021.06-6.module_el8.10.0+4158+e796f37f"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "nodejs-packaging-bundler"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2021.06-6.module_el8.10.0+4158+e796f37f"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "npm"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1:10.9.8-1.22.23.1.1.module_el8.10.0+4231+1bf2f855"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "v8-12.4-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3:12.4.254.21-1.22.23.1.1.module_el8.10.0+4231+1bf2f855"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"details": "Node.js is a software development platform for building fast and scalable network applications in the JavaScript programming language. \n\nSecurity Fix(es): \n\n * ip-address: ip-address: Cross-site scripting via improper HTML escaping of untrusted input (CVE-2026-42338)\n * undici: undici: Denial of Service due to unbounded memory growth via WebSocket frames (CVE-2026-12151)\n * undici: Undici: Information disclosure due to improper cache-control header parsing (CVE-2026-9678)\n * undici: Undici: Response queue poisoning on reused keep-alive sockets can lead to incorrect response delivery. (CVE-2026-6733)\n * undici: undici: Weakening of cookie SameSite policy due to incorrect parsing of Set-Cookie header (CVE-2026-11525)\n * nodejs: Node.js: Denial of Service via unlimited HTTP/2 ORIGIN frames (CVE-2026-48619)\n * nodejs: Node.js: Silent authority rebinding due to embedded-nul hostnames in TLS handling (CVE-2026-48930)\n * nodejs: Node.js: Unauthorized file metadata modification (CVE-2026-48935)\n * nodejs: Node.js WebCrypto: Denial of Service via large input to subtle.encrypt() (CVE-2026-48933)\n * nodejs: Node.js: Certification validation bypass in TLS host verification (CVE-2026-48934)\n * Node.js: Node.js: Trust-policy bypass due to hostname matching inconsistency (CVE-2026-48928)\n * nodejs: Node.js: Information disclosure of proxy credentials via proxy tunnel error handling (CVE-2026-48615)\n * nodejs: Node.js: Authentication bypass due to TLS hostname handling and unicode dot separator mismatch (CVE-2026-48618)\n\n\nBug Fix(es) and Enhancement(s): \n\n * nodejs:22/nodejs: Rebase to the latest Node.js 22 release [almalinux-8] (JIRA:AlmaLinux-176170)\n\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n",
"id": "ALSA-2026:41947",
"modified": "2026-07-21T10:43:04Z",
"published": "2026-07-20T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:41947"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-11525"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-12151"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-42338"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-48615"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-48618"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-48619"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-48928"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-48930"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-48933"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-48934"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-48935"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-6733"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-9678"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2476810"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2489980"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2490000"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2490006"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2490008"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2493325"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2493326"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2493329"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2493331"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2493332"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2493333"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2493335"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2493337"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/8/ALSA-2026-41947.html"
}
],
"related": [
"CVE-2026-42338",
"CVE-2026-12151",
"CVE-2026-9678",
"CVE-2026-6733",
"CVE-2026-11525",
"CVE-2026-48619",
"CVE-2026-48930",
"CVE-2026-48935",
"CVE-2026-48933",
"CVE-2026-48934",
"CVE-2026-48928",
"CVE-2026-48615",
"CVE-2026-48618"
],
"summary": "Important: nodejs:22 security, bug fix, and enhancement update"
}
CERTFR-2026-AVI-1094
Vulnerability from certfr_avis - Published: 2026-08-28 - Updated: 2026-08-28
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et un déni de service à distance.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| IBM | WebSphere | WebSphere Application Server Liberty versions 17.0.0.3 à 26.0.0.7 sans le correctif de sécurité PH71585 | ||
| IBM | QRadar | QRadar SIEM versions 7.5.x antérieures à 7.5.0 UP15 IF06 | ||
| IBM | Tivoli | Tivoli System Automation Application Manager version 4.1 avec WebSphere Application Server sans les derniers correctifs de sécurité | ||
| IBM | Sterling | Sterling Control Center version 6.3.1.0 antérieure à 6.3.1.0 iFix11 | ||
| IBM | Db2 | Db2 versions 11.5.x antérieures à 11.5.9 sans le dernier correctif de sécurité | ||
| IBM | Sterling | Sterling Connect:Direct File Agent versions 1.4.0.3x à 1.4.0.5x antérieures à 1.4.0.5_iFix016 | ||
| IBM | Db2 | Db2 versions 12.1.x antérieures à 12.1.4 sans le dernier correctif de sécurité | ||
| IBM | Spectrum | Spectrum Control versions antérieures à 5.5 | ||
| IBM | Sterling | Sterling Control Center version 6.4.2.0 antérieure à 6.4.2.0 iFix06 | ||
| IBM | QRadar | QRadar SIEM versions 7.6.x antérieures à 7.6.0.3 | ||
| IBM | QRadar | Security QRadar EDR versions 3.12.x antérieures à 3.12.26 | ||
| IBM | WebSphere | WebSphere Hybrid Edition version 5.1 sans les correctifs de sécurité APAR DT496328, DT496327 et DT497580 | ||
| IBM | Db2 | Db2 Genius Hub & Agentics versions 1.1.x antérieures à 1.1.4 | ||
| IBM | Tivoli | Tivoli Application Dependency Discovery Manager versions 7.3.0.0 à 7.3.0.12 avec WebSphere Application Server Liberty versions antérieures à 26.0.0.8 | ||
| IBM | WebSphere | WebSphere Extreme Scale versions 8.6.1.x antérieures à 8.6.1.6 avec le correctif de sécurité PH72588 | ||
| IBM | Sterling | Sterling Connect:Direct for Unix versions 6.3.0.x antérieures à 6.3.0.7.iFix026 | ||
| IBM | Sterling | Sterling Connect:Direct for Unix versions 6.4.0.x antérieures à 6.4.0.6.iFix014 | ||
| IBM | QRadar | QRadar Suite Software versions 1.10.12.0 à 1.11.10.0 antérieures à 1.11.12.0 | ||
| IBM | QRadar | QRadar AI Assistant versions antérieures à 2.2.0 |
| Title | Publication Time | Tags | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "WebSphere Application Server Liberty versions 17.0.0.3 \u00e0 26.0.0.7 sans le correctif de s\u00e9curit\u00e9 PH71585",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar SIEM versions 7.5.x ant\u00e9rieures \u00e0 7.5.0 UP15 IF06",
"product": {
"name": "QRadar",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Tivoli System Automation Application Manager version 4.1 avec WebSphere Application Server sans les derniers correctifs de s\u00e9curit\u00e9",
"product": {
"name": "Tivoli",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Control Center version 6.3.1.0 ant\u00e9rieure \u00e0 6.3.1.0 iFix11",
"product": {
"name": "Sterling",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Db2 versions 11.5.x ant\u00e9rieures \u00e0 11.5.9 sans le dernier correctif de s\u00e9curit\u00e9",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Connect:Direct File Agent versions 1.4.0.3x \u00e0 1.4.0.5x ant\u00e9rieures \u00e0 1.4.0.5_iFix016",
"product": {
"name": "Sterling",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Db2 versions 12.1.x ant\u00e9rieures \u00e0 12.1.4 sans le dernier correctif de s\u00e9curit\u00e9",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Spectrum Control versions ant\u00e9rieures \u00e0 5.5",
"product": {
"name": "Spectrum",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Control Center version 6.4.2.0 ant\u00e9rieure \u00e0 6.4.2.0 iFix06",
"product": {
"name": "Sterling",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar SIEM versions 7.6.x ant\u00e9rieures \u00e0 7.6.0.3",
"product": {
"name": "QRadar",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Security QRadar EDR versions 3.12.x ant\u00e9rieures \u00e0 3.12.26",
"product": {
"name": "QRadar",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "WebSphere Hybrid Edition version 5.1 sans les correctifs de s\u00e9curit\u00e9 APAR DT496328, DT496327 et DT497580",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Db2 Genius Hub \u0026 Agentics versions 1.1.x ant\u00e9rieures \u00e0 1.1.4",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Tivoli Application Dependency Discovery Manager versions 7.3.0.0 \u00e0 7.3.0.12 avec WebSphere Application Server Liberty versions ant\u00e9rieures \u00e0 26.0.0.8",
"product": {
"name": "Tivoli",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "WebSphere Extreme Scale versions 8.6.1.x ant\u00e9rieures \u00e0 8.6.1.6 avec le correctif de s\u00e9curit\u00e9 PH72588",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Connect:Direct for Unix versions 6.3.0.x ant\u00e9rieures \u00e0 6.3.0.7.iFix026",
"product": {
"name": "Sterling",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Connect:Direct for Unix versions 6.4.0.x ant\u00e9rieures \u00e0 6.4.0.6.iFix014",
"product": {
"name": "Sterling",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar Suite Software versions 1.10.12.0 \u00e0 1.11.10.0 ant\u00e9rieures \u00e0 1.11.12.0",
"product": {
"name": "QRadar",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar AI Assistant versions ant\u00e9rieures \u00e0 2.2.0",
"product": {
"name": "QRadar",
"vendor": {
"name": "IBM",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2026-41411",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41411"
},
{
"name": "CVE-2026-14380",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14380"
},
{
"name": "CVE-2026-26007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26007"
},
{
"name": "CVE-2026-43198",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43198"
},
{
"name": "CVE-2026-54293",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54293"
},
{
"name": "CVE-2026-49978",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-49978"
},
{
"name": "CVE-2026-9697",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9697"
},
{
"name": "CVE-2026-53540",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53540"
},
{
"name": "CVE-2026-54283",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54283"
},
{
"name": "CVE-2026-54369",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54369"
},
{
"name": "CVE-2026-40466",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40466"
},
{
"name": "CVE-2026-59724",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59724"
},
{
"name": "CVE-2026-45505",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45505"
},
{
"name": "CVE-2026-4878",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4878"
},
{
"name": "CVE-2026-49476",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-49476"
},
{
"name": "CVE-2026-42588",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42588"
},
{
"name": "CVE-2026-27205",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27205"
},
{
"name": "CVE-2026-59205",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59205"
},
{
"name": "CVE-2026-33845",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33845"
},
{
"name": "CVE-2026-41254",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41254"
},
{
"name": "CVE-2026-42253",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42253"
},
{
"name": "CVE-2026-44405",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44405"
},
{
"name": "CVE-2026-50645",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50645"
},
{
"name": "CVE-2026-44289",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44289"
},
{
"name": "CVE-2026-42041",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42041"
},
{
"name": "CVE-2026-9679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9679"
},
{
"name": "CVE-2026-39892",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39892"
},
{
"name": "CVE-2026-10050",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-10050"
},
{
"name": "CVE-2024-24762",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24762"
},
{
"name": "CVE-2026-42402",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42402"
},
{
"name": "CVE-2026-42561",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42561"
},
{
"name": "CVE-2025-14505",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14505"
},
{
"name": "CVE-2026-16184",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-16184"
},
{
"name": "CVE-2026-15328",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-15328"
},
{
"name": "CVE-2026-32286",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32286"
},
{
"name": "CVE-2026-46227",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46227"
},
{
"name": "CVE-2026-57455",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-57455"
},
{
"name": "CVE-2026-54514",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54514"
},
{
"name": "CVE-2026-44293",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44293"
},
{
"name": "CVE-2026-44290",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44290"
},
{
"name": "CVE-2021-23336",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23336"
},
{
"name": "CVE-2026-55276",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55276"
},
{
"name": "CVE-2026-48710",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48710"
},
{
"name": "CVE-2026-16243",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-16243"
},
{
"name": "CVE-2026-9171",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9171"
},
{
"name": "CVE-2025-47279",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47279"
},
{
"name": "CVE-2025-40026",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40026"
},
{
"name": "CVE-2026-47010",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47010"
},
{
"name": "CVE-2026-69249",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-69249"
},
{
"name": "CVE-2026-54058",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54058"
},
{
"name": "CVE-2026-55653",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55653"
},
{
"name": "CVE-2026-41239",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41239"
},
{
"name": "CVE-2026-46117",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46117"
},
{
"name": "CVE-2026-59084",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59084"
},
{
"name": "CVE-2026-45740",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45740"
},
{
"name": "CVE-2025-14920",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14920"
},
{
"name": "CVE-2026-52993",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52993"
},
{
"name": "CVE-2026-59725",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59725"
},
{
"name": "CVE-2026-14739",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14739"
},
{
"name": "CVE-2026-39824",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39824"
},
{
"name": "CVE-2026-46605",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46605"
},
{
"name": "CVE-2026-54275",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54275"
},
{
"name": "CVE-2026-22013",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22013"
},
{
"name": "CVE-2026-47057",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47057"
},
{
"name": "CVE-2026-10846",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-10846"
},
{
"name": "CVE-2026-22018",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22018"
},
{
"name": "CVE-2026-12505",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-12505"
},
{
"name": "CVE-2026-35469",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35469"
},
{
"name": "CVE-2026-9698",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9698"
},
{
"name": "CVE-2026-42015",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42015"
},
{
"name": "CVE-2026-14528",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14528"
},
{
"name": "CVE-2026-54278",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54278"
},
{
"name": "CVE-2026-53538",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53538"
},
{
"name": "CVE-2026-18499",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-18499"
},
{
"name": "CVE-2026-46113",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46113"
},
{
"name": "CVE-2026-54515",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54515"
},
{
"name": "CVE-2026-53550",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53550"
},
{
"name": "CVE-2026-43279",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43279"
},
{
"name": "CVE-2026-53071",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53071"
},
{
"name": "CVE-2026-49157",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-49157"
},
{
"name": "CVE-2026-16221",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-16221"
},
{
"name": "CVE-2026-55798",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55798"
},
{
"name": "CVE-2026-6790",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6790"
},
{
"name": "CVE-2026-7246",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-7246"
},
{
"name": "CVE-2026-15308",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-15308"
},
{
"name": "CVE-2026-66143",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-66143"
},
{
"name": "CVE-2026-46331",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46331"
},
{
"name": "CVE-2026-66144",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-66144"
},
{
"name": "CVE-2026-44494",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44494"
},
{
"name": "CVE-2026-55153",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55153"
},
{
"name": "CVE-2026-46209",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46209"
},
{
"name": "CVE-2026-11541",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-11541"
},
{
"name": "CVE-2026-34282",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34282"
},
{
"name": "CVE-2026-44618",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44618"
},
{
"name": "CVE-2026-42036",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42036"
},
{
"name": "CVE-2026-33236",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33236"
},
{
"name": "CVE-2026-54475",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54475"
},
{
"name": "CVE-2026-31692",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31692"
},
{
"name": "CVE-2026-44240",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44240"
},
{
"name": "CVE-2026-55443",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55443"
},
{
"name": "CVE-2026-65900",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-65900"
},
{
"name": "CVE-2026-33558",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33558"
},
{
"name": "CVE-2026-53916",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53916"
},
{
"name": "CVE-2026-53006",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53006"
},
{
"name": "CVE-2026-43450",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43450"
},
{
"name": "CVE-2026-33846",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33846"
},
{
"name": "CVE-2026-42403",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42403"
},
{
"name": "CVE-2026-34043",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34043"
},
{
"name": "CVE-2026-59880",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59880"
},
{
"name": "CVE-2026-15057",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-15057"
},
{
"name": "CVE-2026-59890",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59890"
},
{
"name": "CVE-2026-53266",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53266"
},
{
"name": "CVE-2025-64718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64718"
},
{
"name": "CVE-2026-46116",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46116"
},
{
"name": "CVE-2026-14742",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14742"
},
{
"name": "CVE-2025-62718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62718"
},
{
"name": "CVE-2026-44990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44990"
},
{
"name": "CVE-2026-47265",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47265"
},
{
"name": "CVE-2026-49458",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-49458"
},
{
"name": "CVE-2026-54282",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54282"
},
{
"name": "CVE-2026-46259",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46259"
},
{
"name": "CVE-2026-0540",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0540"
},
{
"name": "CVE-2026-45149",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45149"
},
{
"name": "CVE-2026-45249",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45249"
},
{
"name": "CVE-2026-23865",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23865"
},
{
"name": "CVE-2026-48988",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48988"
},
{
"name": "CVE-2026-43499",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43499"
},
{
"name": "CVE-2026-11525",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-11525"
},
{
"name": "CVE-2026-15325",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-15325"
},
{
"name": "CVE-2026-59199",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59199"
},
{
"name": "CVE-2026-69247",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-69247"
},
{
"name": "CVE-2026-33671",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33671"
},
{
"name": "CVE-2026-34515",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34515"
},
{
"name": "CVE-2026-14976",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14976"
},
{
"name": "CVE-2026-48864",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48864"
},
{
"name": "CVE-2026-34519",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34519"
},
{
"name": "CVE-2026-42033",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42033"
},
{
"name": "CVE-2026-42035",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42035"
},
{
"name": "CVE-2026-54277",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54277"
},
{
"name": "CVE-2026-69248",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-69248"
},
{
"name": "CVE-2026-18446",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-18446"
},
{
"name": "CVE-2026-5450",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5450"
},
{
"name": "CVE-2026-14512",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14512"
},
{
"name": "CVE-2026-5260",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5260"
},
{
"name": "CVE-2026-42009",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42009"
},
{
"name": "CVE-2026-54059",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54059"
},
{
"name": "CVE-2026-10842",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-10842"
},
{
"name": "CVE-2026-46189",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46189"
},
{
"name": "CVE-2026-33750",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33750"
},
{
"name": "CVE-2026-5038",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5038"
},
{
"name": "CVE-2026-40186",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40186"
},
{
"name": "CVE-2026-2359",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2359"
},
{
"name": "CVE-2026-42043",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42043"
},
{
"name": "CVE-2026-44288",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44288"
},
{
"name": "CVE-2026-41603",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41603"
},
{
"name": "CVE-2026-8646",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-8646"
},
{
"name": "CVE-2026-45822",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45822"
},
{
"name": "CVE-2026-6918",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6918"
},
{
"name": "CVE-2026-55380",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55380"
},
{
"name": "CVE-2026-54280",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54280"
},
{
"name": "CVE-2026-46625",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46625"
},
{
"name": "CVE-2026-25749",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25749"
},
{
"name": "CVE-2026-44489",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44489"
},
{
"name": "CVE-2026-12413",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-12413"
},
{
"name": "CVE-2026-59869",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59869"
},
{
"name": "CVE-2026-3833",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3833"
},
{
"name": "CVE-2025-13151",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13151"
},
{
"name": "CVE-2026-9320",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9320"
},
{
"name": "CVE-2026-49459",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-49459"
},
{
"name": "CVE-2026-66053",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-66053"
},
{
"name": "CVE-2026-41044",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41044"
},
{
"name": "CVE-2026-41043",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41043"
},
{
"name": "CVE-2026-5079",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5079"
},
{
"name": "CVE-2026-34518",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34518"
},
{
"name": "CVE-2026-50734",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50734"
},
{
"name": "CVE-2026-44930",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44930"
},
{
"name": "CVE-2026-14974",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14974"
},
{
"name": "CVE-2026-41240",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41240"
},
{
"name": "CVE-2026-42010",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42010"
},
{
"name": "CVE-2026-5435",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5435"
},
{
"name": "CVE-2026-4427",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4427"
},
{
"name": "CVE-2026-59887",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59887"
},
{
"name": "CVE-2026-59203",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59203"
},
{
"name": "CVE-2025-10263",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10263"
},
{
"name": "CVE-2026-42040",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42040"
},
{
"name": "CVE-2026-47027",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47027"
},
{
"name": "CVE-2026-23216",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23216"
},
{
"name": "CVE-2026-47058",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47058"
},
{
"name": "CVE-2026-42013",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42013"
},
{
"name": "CVE-2026-62389",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-62389"
},
{
"name": "CVE-2026-12151",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-12151"
},
{
"name": "CVE-2026-5928",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5928"
},
{
"name": "CVE-2026-16441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-16441"
},
{
"name": "CVE-2026-27903",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27903"
},
{
"name": "CVE-2026-14981",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14981"
},
{
"name": "CVE-2026-6734",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6734"
},
{
"name": "CVE-2026-12243",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-12243"
},
{
"name": "CVE-2025-6170",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6170"
},
{
"name": "CVE-2026-46150",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46150"
},
{
"name": "CVE-2026-46090",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46090"
},
{
"name": "CVE-2026-14529",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14529"
},
{
"name": "CVE-2026-34525",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34525"
},
{
"name": "CVE-2025-71089",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71089"
},
{
"name": "CVE-2026-54274",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54274"
},
{
"name": "CVE-2026-54512",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54512"
},
{
"name": "CVE-2026-59197",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59197"
},
{
"name": "CVE-2026-57819",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-57819"
},
{
"name": "CVE-2026-53059",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53059"
},
{
"name": "CVE-2026-65899",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-65899"
},
{
"name": "CVE-2026-4539",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4539"
},
{
"name": "CVE-2026-34197",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34197"
},
{
"name": "CVE-2026-55956",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55956"
},
{
"name": "CVE-2026-54060",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54060"
},
{
"name": "CVE-2026-41140",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41140"
},
{
"name": "CVE-2025-48913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48913"
},
{
"name": "CVE-2026-59858",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59858"
},
{
"name": "CVE-2026-42404",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42404"
},
{
"name": "CVE-2026-45984",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45984"
},
{
"name": "CVE-2026-53537",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53537"
},
{
"name": "CVE-2026-40046",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40046"
},
{
"name": "CVE-2026-16192",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-16192"
},
{
"name": "CVE-2026-50722",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50722"
},
{
"name": "CVE-2026-3304",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3304"
},
{
"name": "CVE-2026-46145",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46145"
},
{
"name": "CVE-2026-54273",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54273"
},
{
"name": "CVE-2026-40895",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40895"
},
{
"name": "CVE-2026-42198",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42198"
},
{
"name": "CVE-2026-47063",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47063"
},
{
"name": "CVE-2026-14515",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14515"
},
{
"name": "CVE-2026-22016",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22016"
},
{
"name": "CVE-2026-22021",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22021"
},
{
"name": "CVE-2026-59083",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59083"
},
{
"name": "CVE-2026-25243",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25243"
},
{
"name": "CVE-2026-46135",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46135"
},
{
"name": "CVE-2026-22007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22007"
},
{
"name": "CVE-2026-58016",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-58016"
},
{
"name": "CVE-2026-43056",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43056"
},
{
"name": "CVE-2026-59888",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59888"
},
{
"name": "CVE-2026-13149",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-13149"
},
{
"name": "CVE-2026-47021",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47021"
},
{
"name": "CVE-2025-54410",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54410"
},
{
"name": "CVE-2026-46054",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46054"
},
{
"name": "CVE-2025-69873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69873"
},
{
"name": "CVE-2026-49434",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-49434"
},
{
"name": "CVE-2026-42011",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42011"
},
{
"name": "CVE-2026-34268",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34268"
},
{
"name": "CVE-2026-16440",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-16440"
},
{
"name": "CVE-2026-64958",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64958"
},
{
"name": "CVE-2026-50721",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50721"
},
{
"name": "CVE-2025-71066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71066"
},
{
"name": "CVE-2026-44291",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44291"
},
{
"name": "CVE-2026-15043",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-15043"
},
{
"name": "CVE-2026-66373",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-66373"
},
{
"name": "CVE-2026-3520",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3520"
},
{
"name": "CVE-2026-55693",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55693"
},
{
"name": "CVE-2026-57456",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-57456"
},
{
"name": "CVE-2026-29786",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29786"
},
{
"name": "CVE-2026-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44487"
},
{
"name": "CVE-2026-2482",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2482"
},
{
"name": "CVE-2026-11897",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-11897"
},
{
"name": "CVE-2026-42038",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42038"
},
{
"name": "CVE-2026-49844",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-49844"
},
{
"name": "CVE-2026-31419",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31419"
},
{
"name": "CVE-2026-41680",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41680"
},
{
"name": "CVE-2026-44292",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44292"
},
{
"name": "CVE-2026-54370",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54370"
},
{
"name": "CVE-2026-42039",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42039"
},
{
"name": "CVE-2026-49432",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-49432"
},
{
"name": "CVE-2026-59879",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59879"
},
{
"name": "CVE-2026-46968",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46968"
},
{
"name": "CVE-2025-15599",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15599"
},
{
"name": "CVE-2026-55379",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55379"
},
{
"name": "CVE-2026-31488",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31488"
},
{
"name": "CVE-2026-9358",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9358"
},
{
"name": "CVE-2026-44417",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44417"
},
{
"name": "CVE-2026-14446",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14446"
},
{
"name": "CVE-2026-54279",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54279"
},
{
"name": "CVE-2026-33672",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33672"
},
{
"name": "CVE-2026-6238",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6238"
},
{
"name": "CVE-2026-8723",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-8723"
},
{
"name": "CVE-2026-75838",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-75838"
},
{
"name": "CVE-2026-59200",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59200"
},
{
"name": "CVE-2025-58181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58181"
},
{
"name": "CVE-2025-47914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47914"
},
{
"name": "CVE-2026-59877",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59877"
},
{
"name": "CVE-2026-9678",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9678"
},
{
"name": "CVE-2026-39304",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39304"
},
{
"name": "CVE-2026-48713",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48713"
},
{
"name": "CVE-2026-49270",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-49270"
},
{
"name": "CVE-2026-34516",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34516"
},
{
"name": "CVE-2026-46086",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46086"
},
{
"name": "CVE-2026-15064",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-15064"
},
{
"name": "CVE-2026-42044",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42044"
},
{
"name": "CVE-2026-14476",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14476"
},
{
"name": "CVE-2026-53359",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53359"
},
{
"name": "CVE-2026-16439",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-16439"
},
{
"name": "CVE-2018-16487",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16487"
},
{
"name": "CVE-2026-44728",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44728"
},
{
"name": "CVE-2026-55955",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55955"
},
{
"name": "CVE-2026-34517",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34517"
},
{
"name": "CVE-2026-49477",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-49477"
},
{
"name": "CVE-2026-42034",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42034"
},
{
"name": "CVE-2026-9322",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9322"
},
{
"name": "CVE-2025-5889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5889"
},
{
"name": "CVE-2026-31411",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31411"
},
{
"name": "CVE-2026-54513",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54513"
},
{
"name": "CVE-2026-34591",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34591"
},
{
"name": "CVE-2026-48779",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48779"
},
{
"name": "CVE-2025-14914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14914"
},
{
"name": "CVE-2026-9563",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9563"
},
{
"name": "CVE-2026-13676",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-13676"
},
{
"name": "CVE-2026-54276",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54276"
},
{
"name": "CVE-2026-53434",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53434"
},
{
"name": "CVE-2026-40347",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40347"
},
{
"name": "CVE-2026-43112",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43112"
},
{
"name": "CVE-2025-66168",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66168"
},
{
"name": "CVE-2026-66142",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-66142"
},
{
"name": "CVE-2026-10051",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-10051"
},
{
"name": "CVE-2026-6322",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6322"
},
{
"name": "CVE-2026-34513",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34513"
},
{
"name": "CVE-2026-43869",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43869"
},
{
"name": "CVE-2026-8400",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-8400"
},
{
"name": "CVE-2026-14980",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14980"
},
{
"name": "CVE-2026-5078",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5078"
},
{
"name": "CVE-2026-12143",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-12143"
},
{
"name": "CVE-2026-55655",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55655"
},
{
"name": "CVE-2026-34514",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34514"
},
{
"name": "CVE-2026-44431",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44431"
},
{
"name": "CVE-2026-27601",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27601"
},
{
"name": "CVE-2026-26996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26996"
},
{
"name": "CVE-2026-44486",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44486"
},
{
"name": "CVE-2026-33227",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33227"
},
{
"name": "CVE-2026-48775",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48775"
},
{
"name": "CVE-2026-44496",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44496"
},
{
"name": "CVE-2026-60081",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-60081"
},
{
"name": "CVE-2026-10879",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-10879"
},
{
"name": "CVE-2026-64530",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64530"
},
{
"name": "CVE-2026-44492",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44492"
},
{
"name": "CVE-2026-45736",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45736"
},
{
"name": "CVE-2026-54225",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54225"
},
{
"name": "CVE-2026-34520",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34520"
},
{
"name": "CVE-2026-41238",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41238"
},
{
"name": "CVE-2026-42037",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42037"
},
{
"name": "CVE-2026-53404",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53404"
},
{
"name": "CVE-2026-33416",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33416"
},
{
"name": "CVE-2026-42042",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42042"
},
{
"name": "CVE-2026-9071",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9071"
},
{
"name": "CVE-2026-34993",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34993"
},
{
"name": "CVE-2026-59198",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59198"
},
{
"name": "CVE-2026-11806",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-11806"
},
{
"name": "CVE-2026-44294",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44294"
},
{
"name": "CVE-2026-6321",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6321"
},
{
"name": "CVE-2026-33231",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33231"
},
{
"name": "CVE-2026-48801",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48801"
},
{
"name": "CVE-2026-52923",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52923"
},
{
"name": "CVE-2026-42012",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42012"
},
{
"name": "CVE-2026-44490",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44490"
},
{
"name": "CVE-2026-46917",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46917"
},
{
"name": "CVE-2026-43116",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43116"
},
{
"name": "CVE-2026-60147",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-60147"
},
{
"name": "CVE-2026-22815",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22815"
},
{
"name": "CVE-2026-15280",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-15280"
},
{
"name": "CVE-2026-22008",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22008"
},
{
"name": "CVE-2026-31802",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31802"
},
{
"name": "CVE-2026-56852",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-56852"
},
{
"name": "CVE-2026-6733",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6733"
},
{
"name": "CVE-2026-13311",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-13311"
},
{
"name": "CVE-2026-44488",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44488"
},
{
"name": "CVE-2026-33230",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33230"
},
{
"name": "CVE-2026-10535",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-10535"
},
{
"name": "CVE-2026-34481",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34481"
},
{
"name": "CVE-2025-47273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47273"
},
{
"name": "CVE-2026-59204",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59204"
},
{
"name": "CVE-2026-27904",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27904"
},
{
"name": "CVE-2026-14474",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14474"
},
{
"name": "CVE-2026-47059",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47059"
},
{
"name": "CVE-2026-53539",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53539"
},
{
"name": "CVE-2026-2739",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2739"
},
{
"name": "CVE-2026-65898",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-65898"
},
{
"name": "CVE-2026-53917",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53917"
},
{
"name": "CVE-2026-15392",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-15392"
},
{
"name": "CVE-2026-8177",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-8177"
}
],
"initial_release_date": "2026-08-28T00:00:00",
"last_revision_date": "2026-08-28T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-1094",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-08-28T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Injection de requ\u00eates ill\u00e9gitimes par rebond (CSRF)"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Falsification de requ\u00eates c\u00f4t\u00e9 serveur (SSRF)"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits IBM. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et un d\u00e9ni de service \u00e0 distance.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
"vendor_advisories": [
{
"published_at": "2026-08-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285382",
"url": "https://www.ibm.com/support/pages/node/7285382"
},
{
"published_at": "2026-08-24",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7284666",
"url": "https://www.ibm.com/support/pages/node/7284666"
},
{
"published_at": "2026-08-28",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285542",
"url": "https://www.ibm.com/support/pages/node/7285542"
},
{
"published_at": "2026-08-26",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285272",
"url": "https://www.ibm.com/support/pages/node/7285272"
},
{
"published_at": "2026-08-26",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285232",
"url": "https://www.ibm.com/support/pages/node/7285232"
},
{
"published_at": "2026-08-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285472",
"url": "https://www.ibm.com/support/pages/node/7285472"
},
{
"published_at": "2026-08-26",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285291",
"url": "https://www.ibm.com/support/pages/node/7285291"
},
{
"published_at": "2026-08-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285470",
"url": "https://www.ibm.com/support/pages/node/7285470"
},
{
"published_at": "2026-08-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285469",
"url": "https://www.ibm.com/support/pages/node/7285469"
},
{
"published_at": "2026-08-21",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7284528",
"url": "https://www.ibm.com/support/pages/node/7284528"
},
{
"published_at": "2026-08-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285416",
"url": "https://www.ibm.com/support/pages/node/7285416"
},
{
"published_at": "2026-08-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285376",
"url": "https://www.ibm.com/support/pages/node/7285376"
},
{
"published_at": "2026-08-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285380",
"url": "https://www.ibm.com/support/pages/node/7285380"
},
{
"published_at": "2026-08-26",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285275",
"url": "https://www.ibm.com/support/pages/node/7285275"
},
{
"published_at": "2026-08-26",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285292",
"url": "https://www.ibm.com/support/pages/node/7285292"
},
{
"published_at": "2026-08-26",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285234",
"url": "https://www.ibm.com/support/pages/node/7285234"
},
{
"published_at": "2026-08-26",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285141",
"url": "https://www.ibm.com/support/pages/node/7285141"
},
{
"published_at": "2026-08-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7279466",
"url": "https://www.ibm.com/support/pages/node/7279466"
},
{
"published_at": "2026-08-24",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7284718",
"url": "https://www.ibm.com/support/pages/node/7284718"
},
{
"published_at": "2026-08-28",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285509",
"url": "https://www.ibm.com/support/pages/node/7285509"
},
{
"published_at": "2026-08-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285340",
"url": "https://www.ibm.com/support/pages/node/7285340"
},
{
"published_at": "2026-08-28",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285513",
"url": "https://www.ibm.com/support/pages/node/7285513"
},
{
"published_at": "2026-08-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285420",
"url": "https://www.ibm.com/support/pages/node/7285420"
},
{
"published_at": "2026-08-24",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7284710",
"url": "https://www.ibm.com/support/pages/node/7284710"
},
{
"published_at": "2026-08-26",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285274",
"url": "https://www.ibm.com/support/pages/node/7285274"
},
{
"published_at": "2026-08-24",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7284653",
"url": "https://www.ibm.com/support/pages/node/7284653"
},
{
"published_at": "2026-08-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285342",
"url": "https://www.ibm.com/support/pages/node/7285342"
},
{
"published_at": "2026-08-28",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7285539",
"url": "https://www.ibm.com/support/pages/node/7285539"
},
{
"published_at": "2026-08-24",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7284670",
"url": "https://www.ibm.com/support/pages/node/7284670"
},
{
"published_at": "2026-08-24",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7284806",
"url": "https://www.ibm.com/support/pages/node/7284806"
}
]
}
FKIE_CVE-2026-9678
Vulnerability from fkie_nvd - Published: 2026-06-17 18:18 - Updated: 2026-06-25 17:44| URL | Tags | ||
|---|---|---|---|
| ce714d77-add3-4f53-aff5-83d477b104bb | https://cna.openjsf.org/security-advisories.html | Vendor Advisory | |
| ce714d77-add3-4f53-aff5-83d477b104bb | https://github.com/nodejs/undici/security/advisories/GHSA-pr7r-676h-xcf6 | Mitigation, Vendor Advisory |
{
"affected": [
{
"affectedData": [
{
"defaultStatus": "unaffected",
"packageURL": "pkg:npm/undici",
"product": "undici",
"vendor": "undici",
"versions": [
{
"lessThan": "7.28.0",
"status": "affected",
"version": "7.0.0",
"versionType": "semver"
},
{
"status": "unaffected",
"version": "7.28.0",
"versionType": "semver"
},
{
"lessThan": "8.5.0",
"status": "affected",
"version": "8.0.0",
"versionType": "semver"
},
{
"status": "unaffected",
"version": "8.5.0",
"versionType": "semver"
}
]
}
],
"source": "ce714d77-add3-4f53-aff5-83d477b104bb"
}
],
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:nodejs:undici:*:*:*:*:*:node.js:*:*",
"matchCriteriaId": "0C34D757-BB16-4E28-95D8-7D3FAC851B69",
"versionEndExcluding": "7.28.0",
"versionStartIncluding": "7.0.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:nodejs:undici:*:*:*:*:*:node.js:*:*",
"matchCriteriaId": "37F3655C-C7AE-4B13-A5EB-6FE0A9566124",
"versionEndExcluding": "8.5.0",
"versionStartIncluding": "8.0.0",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "Impact:\nUndici\u0027s cache interceptor incorrectly classifies some responses as cacheable when the upstream Cache-Control header uses whitespace-padded qualified private or no-cache field names such as private=\" authorization\" or no-cache=\"\\tauthorization\". The parser preserves the surrounding whitespace, so later comparisons against the literal authorization field name fail and the response is stored.\n\nIn shared-cache mode, this allows a response containing one user\u0027s authenticated data to be served from cache to a subsequent caller, including an unauthenticated caller, when both requests resolve to the same cache key.\n\nAffected applications are those that explicitly enable the cache interceptor (interceptors.cache()) in shared mode, forward Authorization headers upstream, and receive cacheable responses with non-canonical qualified private or no-cache directives.\n\nPatches:\nUpgrade to undici v7.28.0 or v8.5.0.\n\nWorkarounds:\nIf upgrade is not immediately possible, disable shared-cache mode for traffic that includes Authorization headers, avoid caching responses to authenticated requests, or add Vary: Authorization upstream."
}
],
"id": "CVE-2026-9678",
"lastModified": "2026-06-25T17:44:16.007",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"exploitabilityScore": 2.2,
"impactScore": 3.6,
"source": "ce714d77-add3-4f53-aff5-83d477b104bb",
"type": "Secondary"
}
],
"ssvcV203": [
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"ssvcData": {
"id": "CVE-2026-9678",
"options": [
{
"exploitation": "none"
},
{
"automatable": "no"
},
{
"technicalImpact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-06-17T18:05:24.378630Z",
"version": "2.0.3"
}
}
]
},
"published": "2026-06-17T18:18:06.050",
"references": [
{
"source": "ce714d77-add3-4f53-aff5-83d477b104bb",
"tags": [
"Vendor Advisory"
],
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"source": "ce714d77-add3-4f53-aff5-83d477b104bb",
"tags": [
"Mitigation",
"Vendor Advisory"
],
"url": "https://github.com/nodejs/undici/security/advisories/GHSA-pr7r-676h-xcf6"
}
],
"sourceIdentifier": "ce714d77-add3-4f53-aff5-83d477b104bb",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-524"
}
],
"source": "ce714d77-add3-4f53-aff5-83d477b104bb",
"type": "Secondary"
}
]
}
GHSA-PR7R-676H-XCF6
Vulnerability from github – Published: 2026-06-18 14:28 – Updated: 2026-06-18 14:28Impact
Undici's cache interceptor incorrectly classifies some responses as cacheable when the upstream Cache-Control header uses whitespace-padded qualified private or no-cache field names such as private=" authorization" or no-cache="\tauthorization". The parser preserves the surrounding whitespace, so later comparisons against the literal authorization field name fail and the response is stored.
In shared-cache mode, this allows a response containing one user's authenticated data to be served from cache to a subsequent caller, including an unauthenticated caller, when both requests resolve to the same cache key.
Affected applications are those that explicitly enable the cache interceptor (interceptors.cache()) in shared mode, forward Authorization headers upstream, and receive cacheable responses with non-canonical qualified private or no-cache directives.
Patches
Upgrade to undici v7.28.0 or v8.5.0.
Workarounds
If upgrade is not immediately possible, disable shared-cache mode for traffic that includes Authorization headers, avoid caching responses to authenticated requests, or add Vary: Authorization upstream.
{
"affected": [
{
"package": {
"ecosystem": "npm",
"name": "undici"
},
"ranges": [
{
"events": [
{
"introduced": "7.0.0"
},
{
"fixed": "7.28.0"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "npm",
"name": "undici"
},
"ranges": [
{
"events": [
{
"introduced": "8.0.0"
},
{
"fixed": "8.5.0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2026-9678"
],
"database_specific": {
"cwe_ids": [
"CWE-524"
],
"github_reviewed": true,
"github_reviewed_at": "2026-06-18T14:28:13Z",
"nvd_published_at": "2026-06-17T18:18:06Z",
"severity": "MODERATE"
},
"details": "## Impact\n\nUndici\u0027s cache interceptor incorrectly classifies some responses as cacheable when the upstream `Cache-Control` header uses whitespace-padded qualified `private` or `no-cache` field names such as `private=\" authorization\"` or `no-cache=\"\\tauthorization\"`. The parser preserves the surrounding whitespace, so later comparisons against the literal `authorization` field name fail and the response is stored.\n\nIn shared-cache mode, this allows a response containing one user\u0027s authenticated data to be served from cache to a subsequent caller, including an unauthenticated caller, when both requests resolve to the same cache key.\n\nAffected applications are those that explicitly enable the cache interceptor (`interceptors.cache()`) in shared mode, forward `Authorization` headers upstream, and receive cacheable responses with non-canonical qualified `private` or `no-cache` directives.\n\n## Patches\n\nUpgrade to undici v7.28.0 or v8.5.0.\n\n## Workarounds\n\nIf upgrade is not immediately possible, disable shared-cache mode for traffic that includes `Authorization` headers, avoid caching responses to authenticated requests, or add `Vary: Authorization` upstream.",
"id": "GHSA-pr7r-676h-xcf6",
"modified": "2026-06-18T14:28:13Z",
"published": "2026-06-18T14:28:13Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/nodejs/undici/security/advisories/GHSA-pr7r-676h-xcf6"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-9678"
},
{
"type": "WEB",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"type": "PACKAGE",
"url": "https://github.com/nodejs/undici"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"type": "CVSS_V3"
}
],
"summary": "undici vulnerable to cross-user information disclosure via shared cache whitespace bypass"
}
OPENSUSE-SU-2026:11121-1
Vulnerability from csaf_opensuse - Published: 2026-06-25 00:00 - Updated: 2026-06-25 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64 | — |
Vendor Fix
|
| URL | Category |
|---|---|
| https://www.suse.com/support/security/rating/ | external |
| https://ftp.suse.com/pub/projects/security/csaf/o… | self |
| https://www.suse.com/security/cve/CVE-2026-11525/ | self |
| https://www.suse.com/security/cve/CVE-2026-12151/ | self |
| https://www.suse.com/security/cve/CVE-2026-2581/ | self |
| https://www.suse.com/security/cve/CVE-2026-27135/ | self |
| https://www.suse.com/security/cve/CVE-2026-40170/ | self |
| https://www.suse.com/security/cve/CVE-2026-42338/ | self |
| https://www.suse.com/security/cve/CVE-2026-48615/ | self |
| https://www.suse.com/security/cve/CVE-2026-48617/ | self |
| https://www.suse.com/security/cve/CVE-2026-48618/ | self |
| https://www.suse.com/security/cve/CVE-2026-48619/ | self |
| https://www.suse.com/security/cve/CVE-2026-48928/ | self |
| https://www.suse.com/security/cve/CVE-2026-48930/ | self |
| https://www.suse.com/security/cve/CVE-2026-48931/ | self |
| https://www.suse.com/security/cve/CVE-2026-48933/ | self |
| https://www.suse.com/security/cve/CVE-2026-48934/ | self |
| https://www.suse.com/security/cve/CVE-2026-48935/ | self |
| https://www.suse.com/security/cve/CVE-2026-48937/ | self |
| https://www.suse.com/security/cve/CVE-2026-6733/ | self |
| https://www.suse.com/security/cve/CVE-2026-9496/ | self |
| https://www.suse.com/security/cve/CVE-2026-9678/ | self |
| https://www.suse.com/security/cve/CVE-2026-9679/ | self |
| https://www.suse.com/security/cve/CVE-2026-11525 | external |
| https://bugzilla.suse.com/1268481 | external |
| https://www.suse.com/security/cve/CVE-2026-12151 | external |
| https://bugzilla.suse.com/1268482 | external |
| https://www.suse.com/security/cve/CVE-2026-2581 | external |
| https://bugzilla.suse.com/1268480 | external |
| https://www.suse.com/security/cve/CVE-2026-27135 | external |
| https://bugzilla.suse.com/1259835 | external |
| https://www.suse.com/security/cve/CVE-2026-40170 | external |
| https://bugzilla.suse.com/1262273 | external |
| https://www.suse.com/security/cve/CVE-2026-42338 | external |
| https://bugzilla.suse.com/1268097 | external |
| https://www.suse.com/security/cve/CVE-2026-48615 | external |
| https://bugzilla.suse.com/1268598 | external |
| https://www.suse.com/security/cve/CVE-2026-48617 | external |
| https://bugzilla.suse.com/1268554 | external |
| https://www.suse.com/security/cve/CVE-2026-48618 | external |
| https://bugzilla.suse.com/1268593 | external |
| https://www.suse.com/security/cve/CVE-2026-48619 | external |
| https://bugzilla.suse.com/1268618 | external |
| https://www.suse.com/security/cve/CVE-2026-48928 | external |
| https://bugzilla.suse.com/1268605 | external |
| https://www.suse.com/security/cve/CVE-2026-48930 | external |
| https://bugzilla.suse.com/1268606 | external |
| https://www.suse.com/security/cve/CVE-2026-48931 | external |
| https://bugzilla.suse.com/1268611 | external |
| https://www.suse.com/security/cve/CVE-2026-48933 | external |
| https://bugzilla.suse.com/1268592 | external |
| https://www.suse.com/security/cve/CVE-2026-48934 | external |
| https://bugzilla.suse.com/1268608 | external |
| https://www.suse.com/security/cve/CVE-2026-48935 | external |
| https://bugzilla.suse.com/1268609 | external |
| https://www.suse.com/security/cve/CVE-2026-48937 | external |
| https://bugzilla.suse.com/1268555 | external |
| https://www.suse.com/security/cve/CVE-2026-6733 | external |
| https://bugzilla.suse.com/1268479 | external |
| https://www.suse.com/security/cve/CVE-2026-9496 | external |
| https://bugzilla.suse.com/1266318 | external |
| https://www.suse.com/security/cve/CVE-2026-9678 | external |
| https://bugzilla.suse.com/1268478 | external |
| https://www.suse.com/security/cve/CVE-2026-9679 | external |
| https://bugzilla.suse.com/1268477 | external |
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"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": "corepack24-24.17.0-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the corepack24-24.17.0-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-11121",
"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/opensuse-su-2026_11121-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-11525 page",
"url": "https://www.suse.com/security/cve/CVE-2026-11525/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-12151 page",
"url": "https://www.suse.com/security/cve/CVE-2026-12151/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-2581 page",
"url": "https://www.suse.com/security/cve/CVE-2026-2581/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-27135 page",
"url": "https://www.suse.com/security/cve/CVE-2026-27135/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-40170 page",
"url": "https://www.suse.com/security/cve/CVE-2026-40170/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-42338 page",
"url": "https://www.suse.com/security/cve/CVE-2026-42338/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-48615 page",
"url": "https://www.suse.com/security/cve/CVE-2026-48615/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-48617 page",
"url": "https://www.suse.com/security/cve/CVE-2026-48617/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-48618 page",
"url": "https://www.suse.com/security/cve/CVE-2026-48618/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-48619 page",
"url": "https://www.suse.com/security/cve/CVE-2026-48619/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-48928 page",
"url": "https://www.suse.com/security/cve/CVE-2026-48928/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-48930 page",
"url": "https://www.suse.com/security/cve/CVE-2026-48930/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-48931 page",
"url": "https://www.suse.com/security/cve/CVE-2026-48931/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-48933 page",
"url": "https://www.suse.com/security/cve/CVE-2026-48933/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-48934 page",
"url": "https://www.suse.com/security/cve/CVE-2026-48934/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-48935 page",
"url": "https://www.suse.com/security/cve/CVE-2026-48935/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-48937 page",
"url": "https://www.suse.com/security/cve/CVE-2026-48937/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-6733 page",
"url": "https://www.suse.com/security/cve/CVE-2026-6733/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-9496 page",
"url": "https://www.suse.com/security/cve/CVE-2026-9496/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-9678 page",
"url": "https://www.suse.com/security/cve/CVE-2026-9678/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-9679 page",
"url": "https://www.suse.com/security/cve/CVE-2026-9679/"
}
],
"title": "corepack24-24.17.0-1.1 on GA media",
"tracking": {
"current_release_date": "2026-06-25T00:00:00Z",
"generator": {
"date": "2026-06-25T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:11121-1",
"initial_release_date": "2026-06-25T00:00:00Z",
"revision_history": [
{
"date": "2026-06-25T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "corepack24-24.17.0-1.1.aarch64",
"product": {
"name": "corepack24-24.17.0-1.1.aarch64",
"product_id": "corepack24-24.17.0-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs24-24.17.0-1.1.aarch64",
"product": {
"name": "nodejs24-24.17.0-1.1.aarch64",
"product_id": "nodejs24-24.17.0-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs24-devel-24.17.0-1.1.aarch64",
"product": {
"name": "nodejs24-devel-24.17.0-1.1.aarch64",
"product_id": "nodejs24-devel-24.17.0-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs24-docs-24.17.0-1.1.aarch64",
"product": {
"name": "nodejs24-docs-24.17.0-1.1.aarch64",
"product_id": "nodejs24-docs-24.17.0-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "npm24-24.17.0-1.1.aarch64",
"product": {
"name": "npm24-24.17.0-1.1.aarch64",
"product_id": "npm24-24.17.0-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack24-24.17.0-1.1.ppc64le",
"product": {
"name": "corepack24-24.17.0-1.1.ppc64le",
"product_id": "corepack24-24.17.0-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs24-24.17.0-1.1.ppc64le",
"product": {
"name": "nodejs24-24.17.0-1.1.ppc64le",
"product_id": "nodejs24-24.17.0-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs24-devel-24.17.0-1.1.ppc64le",
"product": {
"name": "nodejs24-devel-24.17.0-1.1.ppc64le",
"product_id": "nodejs24-devel-24.17.0-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs24-docs-24.17.0-1.1.ppc64le",
"product": {
"name": "nodejs24-docs-24.17.0-1.1.ppc64le",
"product_id": "nodejs24-docs-24.17.0-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "npm24-24.17.0-1.1.ppc64le",
"product": {
"name": "npm24-24.17.0-1.1.ppc64le",
"product_id": "npm24-24.17.0-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack24-24.17.0-1.1.s390x",
"product": {
"name": "corepack24-24.17.0-1.1.s390x",
"product_id": "corepack24-24.17.0-1.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs24-24.17.0-1.1.s390x",
"product": {
"name": "nodejs24-24.17.0-1.1.s390x",
"product_id": "nodejs24-24.17.0-1.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs24-devel-24.17.0-1.1.s390x",
"product": {
"name": "nodejs24-devel-24.17.0-1.1.s390x",
"product_id": "nodejs24-devel-24.17.0-1.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs24-docs-24.17.0-1.1.s390x",
"product": {
"name": "nodejs24-docs-24.17.0-1.1.s390x",
"product_id": "nodejs24-docs-24.17.0-1.1.s390x"
}
},
{
"category": "product_version",
"name": "npm24-24.17.0-1.1.s390x",
"product": {
"name": "npm24-24.17.0-1.1.s390x",
"product_id": "npm24-24.17.0-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack24-24.17.0-1.1.x86_64",
"product": {
"name": "corepack24-24.17.0-1.1.x86_64",
"product_id": "corepack24-24.17.0-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs24-24.17.0-1.1.x86_64",
"product": {
"name": "nodejs24-24.17.0-1.1.x86_64",
"product_id": "nodejs24-24.17.0-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs24-devel-24.17.0-1.1.x86_64",
"product": {
"name": "nodejs24-devel-24.17.0-1.1.x86_64",
"product_id": "nodejs24-devel-24.17.0-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs24-docs-24.17.0-1.1.x86_64",
"product": {
"name": "nodejs24-docs-24.17.0-1.1.x86_64",
"product_id": "nodejs24-docs-24.17.0-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "npm24-24.17.0-1.1.x86_64",
"product": {
"name": "npm24-24.17.0-1.1.x86_64",
"product_id": "npm24-24.17.0-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack24-24.17.0-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64"
},
"product_reference": "corepack24-24.17.0-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack24-24.17.0-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le"
},
"product_reference": "corepack24-24.17.0-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack24-24.17.0-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x"
},
"product_reference": "corepack24-24.17.0-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack24-24.17.0-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64"
},
"product_reference": "corepack24-24.17.0-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs24-24.17.0-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64"
},
"product_reference": "nodejs24-24.17.0-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs24-24.17.0-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le"
},
"product_reference": "nodejs24-24.17.0-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs24-24.17.0-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x"
},
"product_reference": "nodejs24-24.17.0-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs24-24.17.0-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64"
},
"product_reference": "nodejs24-24.17.0-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs24-devel-24.17.0-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64"
},
"product_reference": "nodejs24-devel-24.17.0-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs24-devel-24.17.0-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le"
},
"product_reference": "nodejs24-devel-24.17.0-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs24-devel-24.17.0-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x"
},
"product_reference": "nodejs24-devel-24.17.0-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs24-devel-24.17.0-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64"
},
"product_reference": "nodejs24-devel-24.17.0-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs24-docs-24.17.0-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64"
},
"product_reference": "nodejs24-docs-24.17.0-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs24-docs-24.17.0-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le"
},
"product_reference": "nodejs24-docs-24.17.0-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs24-docs-24.17.0-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x"
},
"product_reference": "nodejs24-docs-24.17.0-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs24-docs-24.17.0-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64"
},
"product_reference": "nodejs24-docs-24.17.0-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm24-24.17.0-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64"
},
"product_reference": "npm24-24.17.0-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm24-24.17.0-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le"
},
"product_reference": "npm24-24.17.0-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm24-24.17.0-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x"
},
"product_reference": "npm24-24.17.0-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm24-24.17.0-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
},
"product_reference": "npm24-24.17.0-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-11525",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-11525"
}
],
"notes": [
{
"category": "general",
"text": "Impact:\nWhen undici parses a Set-Cookie header, it accepts any SameSite attribute value that contains Strict, Lax, or None as a substring, rather than the case-insensitive exact match specified by RFC 6265. Non-spec values are silently mapped to one of the three standard tokens. For example, SameSite=NoneOfYourBusiness is parsed as None (the most permissive setting), and SameSite=StrictLax is parsed as Lax (a downgrade from Strict).\n\nAffected applications are those that consume Set-Cookie headers from server responses (for example via undici\u0027s fetch or proxy code paths) and then forward or rely on the parsed sameSite attribute. A malicious or non-compliant server can coerce the consumer\u0027s view of a cookie\u0027s SameSite policy to a weaker value, silently degrading the SameSite enforcement the cookie is supposed to provide.\n\nThis was introduced in undici 5.15.0 when the cookies feature was added.\n\nPatches:\nUpgrade to undici v6.26.0, v7.28.0 or v8.5.0.\n\nWorkarounds:\nAfter parsing a Set-Cookie header, validate that the resulting sameSite attribute is one of \u0027Strict\u0027, \u0027Lax\u0027, or \u0027None\u0027 (exact, case-insensitive) before forwarding or relying on it.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-11525",
"url": "https://www.suse.com/security/cve/CVE-2026-11525"
},
{
"category": "external",
"summary": "SUSE Bug 1268481 for CVE-2026-11525",
"url": "https://bugzilla.suse.com/1268481"
}
],
"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": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2026-11525"
},
{
"cve": "CVE-2026-12151",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-12151"
}
],
"notes": [
{
"category": "general",
"text": "Impact:\nThe undici WebSocket client enforces maxPayloadSize on the cumulative byte count of fragments in a message but does not enforce a limit on the number of fragments. A malicious WebSocket server can stream many small or empty continuation frames that each pass per-frame and cumulative-size validation, collectively causing unbounded memory growth in the client process. The result is memory exhaustion and a denial of service.\n\nAffected applications are those using the undici WebSocket client (new WebSocket(...)) or the WebSocketStream API that can be induced to connect to an attacker-controlled or compromised WebSocket endpoint.\n\nAll releases starting at undici 6.17.0 are affected.\n\nPatches: Upgrade to undici \u003e= 6.26.0, \u003e= 7.28.0, or \u003e= 8.5.0. Workarounds:\nNo workaround is available. The fix must be applied through an upgrade.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-12151",
"url": "https://www.suse.com/security/cve/CVE-2026-12151"
},
{
"category": "external",
"summary": "SUSE Bug 1268482 for CVE-2026-12151",
"url": "https://bugzilla.suse.com/1268482"
}
],
"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": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-12151"
},
{
"cve": "CVE-2026-2581",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-2581"
}
],
"notes": [
{
"category": "general",
"text": "This is an uncontrolled resource consumption vulnerability (CWE-400) that can lead to Denial of Service (DoS).\n\nIn vulnerable Undici versions, when interceptors.deduplicate() is enabled, response data for deduplicated requests could be accumulated in memory for downstream handlers. An attacker-controlled or untrusted upstream endpoint can exploit this with large/chunked responses and concurrent identical requests, causing high memory usage and potential OOM process termination.\n\nImpacted users are applications that use Undici\u0027s deduplication interceptor against endpoints that may produce large or long-lived response bodies.\n\nPatchesThe issue has been patched by changing deduplication behavior to stream response chunks to downstream handlers as they arrive (instead of full-body accumulation), and by preventing late deduplication when body streaming has already started.\n\nUsers should upgrade to the first official Undici (and Node.js, where applicable) releases that include this patch.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-2581",
"url": "https://www.suse.com/security/cve/CVE-2026-2581"
},
{
"category": "external",
"summary": "SUSE Bug 1268480 for CVE-2026-2581",
"url": "https://bugzilla.suse.com/1268480"
}
],
"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": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-2581"
},
{
"cve": "CVE-2026-27135",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-27135"
}
],
"notes": [
{
"category": "general",
"text": "nghttp2 is an implementation of the Hypertext Transfer Protocol version 2 in C. Prior to version 1.68.1, the nghttp2 library stops reading the incoming data when user facing public API `nghttp2_session_terminate_session` or `nghttp2_session_terminate_session2` is called by the application. They might be called internally by the library when it detects the situation that is subject to connection error. Due to the missing internal state validation, the library keeps reading the rest of the data after one of those APIs is called. Then receiving a malformed frame that causes FRAME_SIZE_ERROR causes assertion failure. nghttp2 v1.68.1 adds missing state validation to avoid assertion failure. No known workarounds are available.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-27135",
"url": "https://www.suse.com/security/cve/CVE-2026-27135"
},
{
"category": "external",
"summary": "SUSE Bug 1259835 for CVE-2026-27135",
"url": "https://bugzilla.suse.com/1259835"
}
],
"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": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.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": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-27135"
},
{
"cve": "CVE-2026-40170",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-40170"
}
],
"notes": [
{
"category": "general",
"text": "ngtcp2 is a C implementation of the IETF QUIC protocol. In versions prior to 1.22.1, ngtcp2_qlog_parameters_set_transport_params() serializes peer transport parameters into a fixed 1024-byte stack buffer without bounds checking. When qlog is enabled, a remote peer can send sufficiently large transport parameters during the QUIC handshake to cause writes beyond the buffer boundary, resulting in a stack buffer overflow. This affects deployments that enable the qlog callback and process untrusted peer transport parameters. This issue has been fixed in version 1.22.1. If developers are unable to immediately upgrade, they can disable the qlog on client.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-40170",
"url": "https://www.suse.com/security/cve/CVE-2026-40170"
},
{
"category": "external",
"summary": "SUSE Bug 1262273 for CVE-2026-40170",
"url": "https://bugzilla.suse.com/1262273"
}
],
"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": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.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": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-40170"
},
{
"cve": "CVE-2026-42338",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-42338"
}
],
"notes": [
{
"category": "general",
"text": "ip-address is a library for parsing and manipulating IPv4 and IPv6 addresses in JavaScript. Prior to 10.1.1, Address6.group() and Address6.link() do not HTML-escape attacker-controlled content before embedding it in the HTML strings they return, and AddressError.parseMessage (emitted by the Address6 constructor for invalid input) can contain unescaped attacker-controlled content in one branch. An application that (1) passes untrusted input to Address6 and (2) renders the output of these methods, or the thrown error\u0027s parseMessage, as HTML (e.g. via innerHTML) is vulnerable to cross-site scripting. This vulnerability is fixed in 10.1.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-42338",
"url": "https://www.suse.com/security/cve/CVE-2026-42338"
},
{
"category": "external",
"summary": "SUSE Bug 1268097 for CVE-2026-42338",
"url": "https://bugzilla.suse.com/1268097"
}
],
"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": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-42338"
},
{
"cve": "CVE-2026-48615",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-48615"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js proxy tunnel error handling could expose proxy credentials in `ERR_PROXY_TUNNEL` error messages.\r\n\r\nWhen proxy credentials are embedded in the proxy URL, they may be exposed through error handling paths and captured by logs, diagnostics, or other error consumers.\r\n\r\nThis vulnerability affects all supported release lines: **Node.js 22**, **Node.js 24**, and **Node.js 26**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-48615",
"url": "https://www.suse.com/security/cve/CVE-2026-48615"
},
{
"category": "external",
"summary": "SUSE Bug 1268598 for CVE-2026-48615",
"url": "https://bugzilla.suse.com/1268598"
}
],
"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": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.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:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-48615"
},
{
"cve": "CVE-2026-48617",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-48617"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js Permission Model enforcement allows Bypass via `process.report.writeReport()` Path Misvalidation. This can lead to confidentiality impact or bypass of the intended security boundary under affected configurations. This vulnerability affects all supported release lines: **Node.js 22**, **Node.js 24**, and **Node.js 26**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-48617",
"url": "https://www.suse.com/security/cve/CVE-2026-48617"
},
{
"category": "external",
"summary": "SUSE Bug 1268554 for CVE-2026-48617",
"url": "https://bugzilla.suse.com/1268554"
}
],
"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": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.9,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-48617"
},
{
"cve": "CVE-2026-48618",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-48618"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js TLS hostname handling can cause Node.js unicode dot separator handling can lead to tls wildcard-depth authentication bypass due to resolver and verifier hostname normalization mismat.\r\n\r\nThis can lead to confidentiality impact or bypass of the intended security boundary under affected configurations.\r\n\r\nThis vulnerability affects all supported release lines: **Node.js 22**, **Node.js 24**, and **Node.js 26**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-48618",
"url": "https://www.suse.com/security/cve/CVE-2026-48618"
},
{
"category": "external",
"summary": "SUSE Bug 1268593 for CVE-2026-48618",
"url": "https://bugzilla.suse.com/1268593"
}
],
"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": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-48618"
},
{
"cve": "CVE-2026-48619",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-48619"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js HTTP/2 client allows a server to send an unlimited number of ORIGIN frames, which could lead to an Out of Memory error on the client.\r\n\r\nThis vulnerability affects all supported release lines: **Node.js 22**, **Node.js 24**, and **Node.js 26**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-48619",
"url": "https://www.suse.com/security/cve/CVE-2026-48619"
},
{
"category": "external",
"summary": "SUSE Bug 1268618 for CVE-2026-48619",
"url": "https://bugzilla.suse.com/1268618"
}
],
"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": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-48619"
},
{
"cve": "CVE-2026-48928",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-48928"
}
],
"notes": [
{
"category": "general",
"text": "A inconsistency in Node.js hostname matching can cause a trust-policy bypass in multi-context mTLS setups.\r\n\r\nThis vulnerability affects all supported release lines: **Node.js 22**, **Node.js 24**, and **Node.js 26**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-48928",
"url": "https://www.suse.com/security/cve/CVE-2026-48928"
},
{
"category": "external",
"summary": "SUSE Bug 1268605 for CVE-2026-48928",
"url": "https://bugzilla.suse.com/1268605"
}
],
"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": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-48928"
},
{
"cve": "CVE-2026-48930",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-48930"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js TLS hostname handling can cause Embedded-nul hostnames can lead to silent authority rebinding due to c-string truncation in resolver bindings.\r\n\r\nThis vulnerability affects all supported release lines: **Node.js 22**, **Node.js 24**, and **Node.js 26**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-48930",
"url": "https://www.suse.com/security/cve/CVE-2026-48930"
},
{
"category": "external",
"summary": "SUSE Bug 1268606 for CVE-2026-48930",
"url": "https://bugzilla.suse.com/1268606"
}
],
"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": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-48930"
},
{
"cve": "CVE-2026-48931",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-48931"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js HTTP Agent can cause a client to accept as valid a response that is send before the client has sent the request.\r\n\r\nThis vulnerability affects all supported release lines: **Node.js 22**, **Node.js 24**, and **Node.js 26**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-48931",
"url": "https://www.suse.com/security/cve/CVE-2026-48931"
},
{
"category": "external",
"summary": "SUSE Bug 1268611 for CVE-2026-48931",
"url": "https://bugzilla.suse.com/1268611"
}
],
"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": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2026-48931"
},
{
"cve": "CVE-2026-48933",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-48933"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js WebCrypto implementation can crash the process if the input of `subtle.encrypt()` is a multiple of 2GiB.\r\n\r\nThis vulnerability affects all supported release lines: **Node.js 22**, **Node.js 24**, and **Node.js 26**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-48933",
"url": "https://www.suse.com/security/cve/CVE-2026-48933"
},
{
"category": "external",
"summary": "SUSE Bug 1268592 for CVE-2026-48933",
"url": "https://bugzilla.suse.com/1268592"
}
],
"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": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.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": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-48933"
},
{
"cve": "CVE-2026-48934",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-48934"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js TLS host verification can cause an attacker to bypass certification validation.\r\n\r\nThis vulnerability affects all supported release lines: **Node.js 22**, **Node.js 24**, and **Node.js 26**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-48934",
"url": "https://www.suse.com/security/cve/CVE-2026-48934"
},
{
"category": "external",
"summary": "SUSE Bug 1268608 for CVE-2026-48934",
"url": "https://bugzilla.suse.com/1268608"
}
],
"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": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.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": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-48934"
},
{
"cve": "CVE-2026-48935",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-48935"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js Permission API can cause a file metadata to be modified even on a path that was set as read-only with e.g. `--allow-fs-read`.\r\n\r\nThis vulnerability affects all supported release lines: **Node.js 22**, **Node.js 24**, and **Node.js 26**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-48935",
"url": "https://www.suse.com/security/cve/CVE-2026-48935"
},
{
"category": "external",
"summary": "SUSE Bug 1268609 for CVE-2026-48935",
"url": "https://bugzilla.suse.com/1268609"
}
],
"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": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-48935"
},
{
"cve": "CVE-2026-48937",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-48937"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js HTTP/2 server API can cause servers to keep accepting data even after sending a `GOAWAY` frame. This vulnerability affects two supported release lines: **Node.js 22** and **Node.js 24**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-48937",
"url": "https://www.suse.com/security/cve/CVE-2026-48937"
},
{
"category": "external",
"summary": "SUSE Bug 1268555 for CVE-2026-48937",
"url": "https://bugzilla.suse.com/1268555"
}
],
"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": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.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": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-48937"
},
{
"cve": "CVE-2026-6733",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-6733"
}
],
"notes": [
{
"category": "general",
"text": "Impact:\nUndici\u0027s HTTP/1.1 client is vulnerable to response queue poisoning on reused keep-alive sockets. An attacker-controlled upstream server can inject an unsolicited HTTP/1.1 response onto an idle socket after a request completes. When the client dispatches the next request on that socket, it associates the injected response with the new request, causing responses to be delivered to the wrong requests.\n\nThis requires an attacker-controlled or compromised upstream HTTP/1.1 server and keep-alive connection reuse.\n\nPatches:\nUpgrade to undici v6.26.0, v7.28.0 or v8.5.0.\n\nWorkarounds:\nDisable keep-alive connection reuse by setting keepAliveTimeout: 0 on the Client or Pool.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-6733",
"url": "https://www.suse.com/security/cve/CVE-2026-6733"
},
{
"category": "external",
"summary": "SUSE Bug 1268479 for CVE-2026-6733",
"url": "https://bugzilla.suse.com/1268479"
}
],
"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": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2026-6733"
},
{
"cve": "CVE-2026-9496",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-9496"
}
],
"notes": [
{
"category": "general",
"text": "Versions of the package pacote from 11.2.7 are vulnerable to Denial of Service (DoS) via the addGitSha function. An attacker can exploit this vulnerability by supplying a specially crafted spec.rawSpec value that triggers the function\u0027s regex replacement and string-manipulation logic, causing excessive CPU consumption and potentially stalling or crashing the process.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-9496",
"url": "https://www.suse.com/security/cve/CVE-2026-9496"
},
{
"category": "external",
"summary": "SUSE Bug 1266318 for CVE-2026-9496",
"url": "https://bugzilla.suse.com/1266318"
}
],
"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": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-9496"
},
{
"cve": "CVE-2026-9678",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-9678"
}
],
"notes": [
{
"category": "general",
"text": "Impact:\nUndici\u0027s cache interceptor incorrectly classifies some responses as cacheable when the upstream Cache-Control header uses whitespace-padded qualified private or no-cache field names such as private=\" authorization\" or no-cache=\"\\tauthorization\". The parser preserves the surrounding whitespace, so later comparisons against the literal authorization field name fail and the response is stored.\n\nIn shared-cache mode, this allows a response containing one user\u0027s authenticated data to be served from cache to a subsequent caller, including an unauthenticated caller, when both requests resolve to the same cache key.\n\nAffected applications are those that explicitly enable the cache interceptor (interceptors.cache()) in shared mode, forward Authorization headers upstream, and receive cacheable responses with non-canonical qualified private or no-cache directives.\n\nPatches:\nUpgrade to undici v7.28.0 or v8.5.0.\n\nWorkarounds:\nIf upgrade is not immediately possible, disable shared-cache mode for traffic that includes Authorization headers, avoid caching responses to authenticated requests, or add Vary: Authorization upstream.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-9678",
"url": "https://www.suse.com/security/cve/CVE-2026-9678"
},
{
"category": "external",
"summary": "SUSE Bug 1268478 for CVE-2026-9678",
"url": "https://bugzilla.suse.com/1268478"
}
],
"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": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-9678"
},
{
"cve": "CVE-2026-9679",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-9679"
}
],
"notes": [
{
"category": "general",
"text": "Impact:\nundici\u0027s cookie parser in parseSetCookie percent-decodes cookie values via qsUnescape, turning encoded sequences like %0D%0A, %00, %3B, and %3D into their literal byte equivalents. RFC 6265 5.4 does not specify any decoding and browsers do not decode either.\n\nApplications that parse a Set-Cookie header and then forward the parsed value into a response header (proxies, middleware, SSR frameworks) become vulnerable to HTTP response header injection: an attacker-controlled upstream can inject arbitrary Set-Cookie, Location, or Cache-Control headers into the application\u0027s downstream response, enabling session fixation, open redirect, or cache poisoning.\n\nAffected applications are those that use undici\u0027s cookie parsing (parseSetCookie, parseCookie, getSetCookies) and forward the parsed cookie value into a response header.\n\nThis was introduced in undici 7.0.0 via PR #3789.\n\nPatches:\nUpgrade to undici v6.26.0, v7.28.0 or v8.5.0.\n\nWorkarounds:\nIf upgrade is not immediately possible, do not forward values returned by parseSetCookie/parseCookie/getSetCookies directly into response headers; sanitize the value first to strip or reject CR, LF, NUL, ;, and = bytes.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-9679",
"url": "https://www.suse.com/security/cve/CVE-2026-9679"
},
{
"category": "external",
"summary": "SUSE Bug 1268477 for CVE-2026-9679",
"url": "https://bugzilla.suse.com/1268477"
}
],
"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": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:corepack24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-devel-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs24-docs-24.17.0-1.1.x86_64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.aarch64",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.s390x",
"openSUSE Tumbleweed:npm24-24.17.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-9679"
}
]
}
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.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.