Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-54272 (GCVE-0-2026-54272)
Vulnerability from cvelistv5 – Published: 2026-07-27 17:13 – Updated: 2026-07-27 17:42| URL | Tags |
|---|---|
| https://github.com/beaugunderson/ip-address/secur… | x_refsource_CONFIRM |
| Vendor | Product | Version | |
|---|---|---|---|
| beaugunderson | ip-address |
Affected:
>= 10.1.1, < 10.2.1
|
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-54272",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-07-27T17:41:46.238340Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-07-27T17:42:10.446Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"references": [
{
"tags": [
"exploit"
],
"url": "https://github.com/beaugunderson/ip-address/security/advisories/GHSA-22jq-vg5j-6vgg"
}
],
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "ip-address",
"vendor": "beaugunderson",
"versions": [
{
"status": "affected",
"version": "\u003e= 10.1.1, \u003c 10.2.1"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "ip-address is a library for parsing and manipulating IPv4 and IPv6 addresses in JavaScript. Versions 10.1.1 through 10.2.0 are vulnerable to SSRF through misclassification of IPv4-mapped/NAT64 IPv6 addresses. Address6.getType() classifies an address by matching it against a table of known IPv6 special-use prefixes, returning Global unicast when nothing matches. That table had no entry for the IPv4-mapped range (::ffff:0:0/96), so every mapped address fell through to Global unicast; NAT64 addresses matched their own NAT64 \u2026 labels. The boolean checks isLoopback, isUnspecified, and isMulticast compared getType() against a fixed label and so returned false, while isLinkLocal and isULA checked only the native IPv6 ranges. The library already exposed isMapped4() and to4(), but did not apply them inside these checks, so a mapped or NAT64 address was never normalized to its embedded IPv4 address before classification. For IPv4-mapped addresses the host OS routes to the IPv4 stack, so the misclassification is reachable on any dual-stack host. For NAT64, the classification bypass is unconditional but end-to-end reachability additionally requires a NAT64/DNS64 gateway in the deployment network.This issue has been fixed in version 10.2.1."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "LOW",
"attackRequirements": "PRESENT",
"attackVector": "NETWORK",
"baseScore": 6.9,
"baseSeverity": "MEDIUM",
"privilegesRequired": "NONE",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "HIGH",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:N/VA:N/SC:H/SI:N/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "NONE",
"vulnConfidentialityImpact": "LOW",
"vulnIntegrityImpact": "NONE"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-20",
"description": "CWE-20: Improper Input Validation",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-918",
"description": "CWE-918: Server-Side Request Forgery (SSRF)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-07-27T17:13:09.244Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/beaugunderson/ip-address/security/advisories/GHSA-22jq-vg5j-6vgg",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/beaugunderson/ip-address/security/advisories/GHSA-22jq-vg5j-6vgg"
}
],
"source": {
"advisory": "GHSA-22jq-vg5j-6vgg",
"discovery": "UNKNOWN"
},
"title": "ip-address: Misclassification of IPv4-mapped/NAT64 IPv6 addresses can bypass SSRF and trust-boundary checks"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-54272",
"datePublished": "2026-07-27T17:13:09.244Z",
"dateReserved": "2026-06-12T17:13:32.280Z",
"dateUpdated": "2026-07-27T17:42:10.446Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-54272",
"date": "2026-08-11",
"epss": "0.00254",
"percentile": "0.1696"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-54272\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-07-27T18:16:56.410\",\"lastModified\":\"2026-07-27T18:16:56.410\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"ip-address is a library for parsing and manipulating IPv4 and IPv6 addresses in JavaScript. Versions 10.1.1 through 10.2.0 are vulnerable to SSRF through misclassification of IPv4-mapped/NAT64 IPv6 addresses. Address6.getType() classifies an address by matching it against a table of known IPv6 special-use prefixes, returning Global unicast when nothing matches. That table had no entry for the IPv4-mapped range (::ffff:0:0/96), so every mapped address fell through to Global unicast; NAT64 addresses matched their own NAT64 \u2026 labels. The boolean checks isLoopback, isUnspecified, and isMulticast compared getType() against a fixed label and so returned false, while isLinkLocal and isULA checked only the native IPv6 ranges. The library already exposed isMapped4() and to4(), but did not apply them inside these checks, so a mapped or NAT64 address was never normalized to its embedded IPv4 address before classification. For IPv4-mapped addresses the host OS routes to the IPv4 stack, so the misclassification is reachable on any dual-stack host. For NAT64, the classification bypass is unconditional but end-to-end reachability additionally requires a NAT64/DNS64 gateway in the deployment network.This issue has been fixed in version 10.2.1.\"}],\"affected\":[{\"source\":\"security-advisories@github.com\",\"affectedData\":[{\"vendor\":\"beaugunderson\",\"product\":\"ip-address\",\"versions\":[{\"version\":\"\u003e= 10.1.1, \u003c 10.2.1\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:N/VA:N/SC:H/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\",\"baseScore\":6.9,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"attackRequirements\":\"PRESENT\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"vulnConfidentialityImpact\":\"LOW\",\"vulnIntegrityImpact\":\"NONE\",\"vulnAvailabilityImpact\":\"NONE\",\"subConfidentialityImpact\":\"HIGH\",\"subIntegrityImpact\":\"NONE\",\"subAvailabilityImpact\":\"NONE\",\"exploitMaturity\":\"NOT_DEFINED\",\"confidentialityRequirement\":\"NOT_DEFINED\",\"integrityRequirement\":\"NOT_DEFINED\",\"availabilityRequirement\":\"NOT_DEFINED\",\"modifiedAttackVector\":\"NOT_DEFINED\",\"modifiedAttackComplexity\":\"NOT_DEFINED\",\"modifiedAttackRequirements\":\"NOT_DEFINED\",\"modifiedPrivilegesRequired\":\"NOT_DEFINED\",\"modifiedUserInteraction\":\"NOT_DEFINED\",\"modifiedVulnConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedVulnIntegrityImpact\":\"NOT_DEFINED\",\"modifiedVulnAvailabilityImpact\":\"NOT_DEFINED\",\"modifiedSubConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedSubIntegrityImpact\":\"NOT_DEFINED\",\"modifiedSubAvailabilityImpact\":\"NOT_DEFINED\",\"Safety\":\"NOT_DEFINED\",\"Automatable\":\"NOT_DEFINED\",\"Recovery\":\"NOT_DEFINED\",\"valueDensity\":\"NOT_DEFINED\",\"vulnerabilityResponseEffort\":\"NOT_DEFINED\",\"providerUrgency\":\"NOT_DEFINED\"}}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-07-27T17:41:46.238340Z\",\"id\":\"CVE-2026-54272\",\"options\":[{\"exploitation\":\"poc\"},{\"automatable\":\"yes\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-20\"},{\"lang\":\"en\",\"value\":\"CWE-918\"}]}],\"references\":[{\"url\":\"https://github.com/beaugunderson/ip-address/security/advisories/GHSA-22jq-vg5j-6vgg\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/beaugunderson/ip-address/security/advisories/GHSA-22jq-vg5j-6vgg\",\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\"}]}}",
"redhat_vex": {
"aggregate_severity": "Moderate",
"current_release_date": "2026-08-07T14:19:11+00:00",
"cve": "CVE-2026-54272",
"id": "CVE-2026-54272",
"initial_release_date": "2026-07-27T17:13:09.244000+00:00",
"product_status:known_affected": "66",
"product_status:known_not_affected": "57",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "ip-address: ip-address: Server-Side Request Forgery via IPv4-mapped/NAT64 IPv6 address misclassification",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-54272.json",
"version": "3"
},
"suse_vex": {
"aggregate_severity": "important",
"current_release_date": "2026-08-11T00:05:08Z",
"cve": "CVE-2026-54272",
"id": "CVE-2026-54272",
"initial_release_date": "2026-07-30T16:40:15Z",
"product_status:first_fixed": "20",
"product_status:known_not_affected": "235",
"product_status:recommended": "40",
"source": "SUSE CSAF VEX",
"status": "interim",
"title": "SUSE CVE CVE-2026-54272",
"url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-54272.json",
"version": "6"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-54272\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-07-27T17:41:46.238340Z\"}}}], \"references\": [{\"url\": \"https://github.com/beaugunderson/ip-address/security/advisories/GHSA-22jq-vg5j-6vgg\", \"tags\": [\"exploit\"]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-07-27T17:42:03.817Z\"}}], \"cna\": {\"title\": \"ip-address: Misclassification of IPv4-mapped/NAT64 IPv6 addresses can bypass SSRF and trust-boundary checks\", \"source\": {\"advisory\": \"GHSA-22jq-vg5j-6vgg\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV4_0\": {\"version\": \"4.0\", \"baseScore\": 6.9, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:N/VA:N/SC:H/SI:N/SA:N\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"attackRequirements\": \"PRESENT\", \"privilegesRequired\": \"NONE\", \"subIntegrityImpact\": \"NONE\", \"vulnIntegrityImpact\": \"NONE\", \"subAvailabilityImpact\": \"NONE\", \"vulnAvailabilityImpact\": \"NONE\", \"subConfidentialityImpact\": \"HIGH\", \"vulnConfidentialityImpact\": \"LOW\"}}], \"affected\": [{\"vendor\": \"beaugunderson\", \"product\": \"ip-address\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003e= 10.1.1, \u003c 10.2.1\"}]}], \"references\": [{\"url\": \"https://github.com/beaugunderson/ip-address/security/advisories/GHSA-22jq-vg5j-6vgg\", \"name\": \"https://github.com/beaugunderson/ip-address/security/advisories/GHSA-22jq-vg5j-6vgg\", \"tags\": [\"x_refsource_CONFIRM\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"ip-address is a library for parsing and manipulating IPv4 and IPv6 addresses in JavaScript. Versions 10.1.1 through 10.2.0 are vulnerable to SSRF through misclassification of IPv4-mapped/NAT64 IPv6 addresses. Address6.getType() classifies an address by matching it against a table of known IPv6 special-use prefixes, returning Global unicast when nothing matches. That table had no entry for the IPv4-mapped range (::ffff:0:0/96), so every mapped address fell through to Global unicast; NAT64 addresses matched their own NAT64 \\u2026 labels. The boolean checks isLoopback, isUnspecified, and isMulticast compared getType() against a fixed label and so returned false, while isLinkLocal and isULA checked only the native IPv6 ranges. The library already exposed isMapped4() and to4(), but did not apply them inside these checks, so a mapped or NAT64 address was never normalized to its embedded IPv4 address before classification. For IPv4-mapped addresses the host OS routes to the IPv4 stack, so the misclassification is reachable on any dual-stack host. For NAT64, the classification bypass is unconditional but end-to-end reachability additionally requires a NAT64/DNS64 gateway in the deployment network.This issue has been fixed in version 10.2.1.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-20\", \"description\": \"CWE-20: Improper Input Validation\"}]}, {\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-918\", \"description\": \"CWE-918: Server-Side Request Forgery (SSRF)\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2026-07-27T17:13:09.244Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-54272\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-07-27T17:42:10.446Z\", \"dateReserved\": \"2026-06-12T17:13:32.280Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2026-07-27T17:13:09.244Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
GHSA-22JQ-VG5J-6VGG
Vulnerability from github – Published: 2026-08-03 19:52 – Updated: 2026-08-03 19:52Summary
Address6's special-property checks misclassify IPv4-mapped (::ffff:0:0/96) and NAT64 well-known (64:ff9b::/96) IPv6 addresses. These checks classify an address by its IPv6 wrapper rather than by the IPv4 address it embeds, so isLoopback(), isLinkLocal(), isMulticast(), and isUnspecified() all return false for literals such as ::ffff:127.0.0.1 or ::ffff:169.254.169.254 that actually route to loopback, RFC 1918, or link-local (cloud-metadata) destinations. Address6 also had no isPrivate() method, so a mapped RFC 1918 address could not be detected at all.
An application that builds a network trust-boundary decision on these checks (for example, a filter intended to block Server-Side Request Forgery, or SSRF) may therefore treat an internal target as external and allow the request. SSRF is an attack in which a user-supplied address coaxes the server into making a request to an internal destination the user could not otherwise reach, such as a loopback service or a cloud metadata endpoint.
Details
Address6.getType() classifies an address by matching it against a table of known IPv6 special-use prefixes, returning Global unicast when nothing matches. That table had no entry for the IPv4-mapped range (::ffff:0:0/96), so every mapped address fell through to Global unicast; NAT64 addresses matched their own NAT64 … labels. The boolean checks isLoopback, isUnspecified, and isMulticast compared getType() against a fixed label and so returned false, while isLinkLocal and isULA checked only the native IPv6 ranges.
The library already exposed isMapped4() and to4(), but did not apply them inside these checks, so a mapped or NAT64 address was never normalized to its embedded IPv4 address before classification. The underlying CIDR matching is correct; the defect is that the special-use table omitted the IPv4-mapped range and the checks performed no embedded-IPv4 normalization.
Affected versions
>= 10.1.1, <= 10.2.0. The is* classification API was introduced for Address4 in 10.1.1 and extended to Address6 in 10.2.0. Releases before 10.1.1 do not expose this API and are not affected through this vector.
Impact
The misclassification covers the entire ::ffff:0:0/96 range, in both dotted and hex notation and case-insensitively, plus the 64:ff9b::/96 NAT64 well-known prefix:
| Address | Reported as | Actually points at |
|---|---|---|
::ffff:127.0.0.1 / ::ffff:7f00:1 |
Global unicast | loopback (127.0.0.0/8) |
::ffff:10.0.0.1 |
Global unicast | RFC 1918 10/8 |
::ffff:172.16.5.5 |
Global unicast | RFC 1918 172.16/12 |
::ffff:192.168.1.1 |
Global unicast | RFC 1918 192.168/16 |
::ffff:169.254.169.254 / ::ffff:a9fe:a9fe |
Global unicast | link-local / cloud metadata (IMDS) |
::ffff:100.64.0.1 |
Global unicast | CGNAT 100.64/10 |
::ffff:0.0.0.0 / ::ffff:255.255.255.255 |
Global unicast | unspecified / broadcast |
64:ff9b::7f00:1 / 64:ff9b::a9fe:a9fe |
NAT64 (well-known) | loopback / IMDS via NAT64 |
For IPv4-mapped addresses the host OS routes to the IPv4 stack, so the misclassification is reachable on any dual-stack host. For NAT64, the classification bypass is unconditional but end-to-end reachability additionally requires a NAT64/DNS64 gateway in the deployment network.
Proof of concept
A guard assembled from these checks lets internal hosts through:
const { Address4, Address6 } = require('ip-address');
// true => block as internal, false => allow outbound
function isBlocked(host) {
try {
const a = new Address4(host);
return a.isPrivate() || a.isLoopback() || a.isLinkLocal() || a.isCGNAT()
|| a.isMulticast() || a.isUnspecified() || a.isBroadcast();
} catch {}
try {
const a = new Address6(host);
return a.isLoopback() || a.isLinkLocal() || a.isULA()
|| a.isMulticast() || a.isUnspecified();
} catch {}
return false;
}
for (const h of ['127.0.0.1', '::1', '10.0.0.1', '8.8.8.8',
'::ffff:127.0.0.1', '::ffff:10.0.0.1',
'::ffff:169.254.169.254', '64:ff9b::7f00:1']) {
console.log(isBlocked(h) ? 'BLOCK ' : 'ALLOW ', h);
}
On affected versions this prints (note that every ::ffff:… and 64:ff9b::… internal target is allowed):
BLOCK 127.0.0.1
BLOCK ::1
BLOCK 10.0.0.1
ALLOW 8.8.8.8
ALLOW ::ffff:127.0.0.1
ALLOW ::ffff:10.0.0.1
ALLOW ::ffff:169.254.169.254
ALLOW 64:ff9b::7f00:1
The first three lines (native loopback, native IPv6 loopback, and a literal RFC 1918 address) are blocked as expected; the IPv4-mapped and NAT64 forms of the same internal destinations are allowed through.
Remediation
Upgrade to the patched release. In the fix, Address6 normalizes IPv4-mapped and NAT64 well-known addresses to their embedded IPv4 address before classifying, via a new embeddedIPv4() helper that isLoopback, isLinkLocal, isMulticast, and isUnspecified consult first. Address6 also gains isPrivate(), isCGNAT(), and isBroadcast() for parity with Address4, and getType() now labels the ::ffff:0:0/96 range as IPv4-mapped. After upgrading, new Address6('::ffff:127.0.0.1').isLoopback() returns true and new Address6('::ffff:10.0.0.1').isPrivate() returns true.
If you cannot upgrade immediately, normalize embedded IPv4 addresses yourself before classifying: call to4() on any address where isMapped4() (or membership in 64:ff9b::/96) is true, and run your IPv4 checks against the result.
A note on SSRF defense
These methods are address classifiers, not a complete SSRF defense. Regardless of this fix, a robust SSRF guard must resolve the hostname and validate the resolved IP against the socket it connects to, and account for DNS rebinding and redirects. Treat these checks as one layer, not the only one.
Credit
Reported by @OV-0-VO.
{
"affected": [
{
"database_specific": {
"last_known_affected_version_range": "\u003c= 10.2.0"
},
"package": {
"ecosystem": "npm",
"name": "ip-address"
},
"ranges": [
{
"events": [
{
"introduced": "10.1.1"
},
{
"fixed": "10.2.1"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2026-54272"
],
"database_specific": {
"cwe_ids": [
"CWE-20",
"CWE-918"
],
"github_reviewed": true,
"github_reviewed_at": "2026-08-03T19:52:33Z",
"nvd_published_at": "2026-07-27T18:16:56Z",
"severity": "MODERATE"
},
"details": "### Summary\n\n`Address6`\u0027s special-property checks misclassify IPv4-mapped (`::ffff:0:0/96`) and NAT64 well-known (`64:ff9b::/96`) IPv6 addresses. These checks classify an address by its IPv6 wrapper rather than by the IPv4 address it embeds, so `isLoopback()`, `isLinkLocal()`, `isMulticast()`, and `isUnspecified()` all return `false` for literals such as `::ffff:127.0.0.1` or `::ffff:169.254.169.254` that actually route to loopback, RFC 1918, or link-local (cloud-metadata) destinations. `Address6` also had no `isPrivate()` method, so a mapped RFC 1918 address could not be detected at all.\n\nAn application that builds a network trust-boundary decision on these checks (for example, a filter intended to block Server-Side Request Forgery, or SSRF) may therefore treat an internal target as external and allow the request. SSRF is an attack in which a user-supplied address coaxes the server into making a request to an internal destination the user could not otherwise reach, such as a loopback service or a cloud metadata endpoint.\n\n### Details\n\n`Address6.getType()` classifies an address by matching it against a table of known IPv6 special-use prefixes, returning `Global unicast` when nothing matches. That table had no entry for the IPv4-mapped range (`::ffff:0:0/96`), so every mapped address fell through to `Global unicast`; NAT64 addresses matched their own `NAT64 \u2026` labels. The boolean checks `isLoopback`, `isUnspecified`, and `isMulticast` compared `getType()` against a fixed label and so returned `false`, while `isLinkLocal` and `isULA` checked only the native IPv6 ranges.\n\nThe library already exposed `isMapped4()` and `to4()`, but did not apply them inside these checks, so a mapped or NAT64 address was never normalized to its embedded IPv4 address before classification. The underlying CIDR matching is correct; the defect is that the special-use table omitted the IPv4-mapped range and the checks performed no embedded-IPv4 normalization.\n\n### Affected versions\n\n`\u003e= 10.1.1, \u003c= 10.2.0`. The `is*` classification API was introduced for `Address4` in 10.1.1 and extended to `Address6` in 10.2.0. Releases before 10.1.1 do not expose this API and are not affected through this vector.\n\n### Impact\n\nThe misclassification covers the entire `::ffff:0:0/96` range, in both dotted and hex notation and case-insensitively, plus the `64:ff9b::/96` NAT64 well-known prefix:\n\n| Address | Reported as | Actually points at |\n|---|---|---|\n| `::ffff:127.0.0.1` / `::ffff:7f00:1` | Global unicast | loopback (`127.0.0.0/8`) |\n| `::ffff:10.0.0.1` | Global unicast | RFC 1918 `10/8` |\n| `::ffff:172.16.5.5` | Global unicast | RFC 1918 `172.16/12` |\n| `::ffff:192.168.1.1` | Global unicast | RFC 1918 `192.168/16` |\n| `::ffff:169.254.169.254` / `::ffff:a9fe:a9fe` | Global unicast | link-local / cloud metadata (IMDS) |\n| `::ffff:100.64.0.1` | Global unicast | CGNAT `100.64/10` |\n| `::ffff:0.0.0.0` / `::ffff:255.255.255.255` | Global unicast | unspecified / broadcast |\n| `64:ff9b::7f00:1` / `64:ff9b::a9fe:a9fe` | NAT64 (well-known) | loopback / IMDS via NAT64 |\n\nFor IPv4-mapped addresses the host OS routes to the IPv4 stack, so the misclassification is reachable on any dual-stack host. For NAT64, the classification bypass is unconditional but end-to-end reachability additionally requires a NAT64/DNS64 gateway in the deployment network.\n\n### Proof of concept\n\nA guard assembled from these checks lets internal hosts through:\n\n```js\nconst { Address4, Address6 } = require(\u0027ip-address\u0027);\n\n// true =\u003e block as internal, false =\u003e allow outbound\nfunction isBlocked(host) {\n try {\n const a = new Address4(host);\n return a.isPrivate() || a.isLoopback() || a.isLinkLocal() || a.isCGNAT()\n || a.isMulticast() || a.isUnspecified() || a.isBroadcast();\n } catch {}\n try {\n const a = new Address6(host);\n return a.isLoopback() || a.isLinkLocal() || a.isULA()\n || a.isMulticast() || a.isUnspecified();\n } catch {}\n return false;\n}\n\nfor (const h of [\u0027127.0.0.1\u0027, \u0027::1\u0027, \u002710.0.0.1\u0027, \u00278.8.8.8\u0027,\n \u0027::ffff:127.0.0.1\u0027, \u0027::ffff:10.0.0.1\u0027,\n \u0027::ffff:169.254.169.254\u0027, \u002764:ff9b::7f00:1\u0027]) {\n console.log(isBlocked(h) ? \u0027BLOCK \u0027 : \u0027ALLOW \u0027, h);\n}\n```\n\nOn affected versions this prints (note that every `::ffff:\u2026` and `64:ff9b::\u2026` internal target is allowed):\n\n```\nBLOCK 127.0.0.1\nBLOCK ::1\nBLOCK 10.0.0.1\nALLOW 8.8.8.8\nALLOW ::ffff:127.0.0.1\nALLOW ::ffff:10.0.0.1\nALLOW ::ffff:169.254.169.254\nALLOW 64:ff9b::7f00:1\n```\n\nThe first three lines (native loopback, native IPv6 loopback, and a literal RFC 1918 address) are blocked as expected; the IPv4-mapped and NAT64 forms of the same internal destinations are allowed through.\n\n### Remediation\n\nUpgrade to the patched release. In the fix, `Address6` normalizes IPv4-mapped and NAT64 well-known addresses to their embedded IPv4 address before classifying, via a new `embeddedIPv4()` helper that `isLoopback`, `isLinkLocal`, `isMulticast`, and `isUnspecified` consult first. `Address6` also gains `isPrivate()`, `isCGNAT()`, and `isBroadcast()` for parity with `Address4`, and `getType()` now labels the `::ffff:0:0/96` range as `IPv4-mapped`. After upgrading, `new Address6(\u0027::ffff:127.0.0.1\u0027).isLoopback()` returns `true` and `new Address6(\u0027::ffff:10.0.0.1\u0027).isPrivate()` returns `true`.\n\nIf you cannot upgrade immediately, normalize embedded IPv4 addresses yourself before classifying: call `to4()` on any address where `isMapped4()` (or membership in `64:ff9b::/96`) is true, and run your IPv4 checks against the result.\n\n### A note on SSRF defense\n\nThese methods are address classifiers, not a complete SSRF defense. Regardless of this fix, a robust SSRF guard must resolve the hostname and validate the *resolved* IP against the socket it connects to, and account for DNS rebinding and redirects. Treat these checks as one layer, not the only one.\n\n### Credit\n\nReported by @OV-0-VO.",
"id": "GHSA-22jq-vg5j-6vgg",
"modified": "2026-08-03T19:52:33Z",
"published": "2026-08-03T19:52:33Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/beaugunderson/ip-address/security/advisories/GHSA-22jq-vg5j-6vgg"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-54272"
},
{
"type": "WEB",
"url": "https://github.com/beaugunderson/ip-address/commit/4a1f613f4c1bec915677dea923c10aaa09361ef9"
},
{
"type": "PACKAGE",
"url": "https://github.com/beaugunderson/ip-address"
},
{
"type": "WEB",
"url": "https://github.com/beaugunderson/ip-address/releases/tag/v10.2.1"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:N/VA:N/SC:H/SI:N/SA:N",
"type": "CVSS_V4"
}
],
"summary": "ip-address: misclassification of IPv4-mapped/NAT64 IPv6 addresses can bypass SSRF and trust-boundary checks"
}
SUSE-SU-2026:3521-1
Vulnerability from csaf_suse - Published: 2026-08-06 11:31 - Updated: 2026-08-06 11:31| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.2-150600.13.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.2-150600.13.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.2-150600.13.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.2-150600.13.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.2-150600.13.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.2-150600.13.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.2-150600.13.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.2-150600.13.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.2-150600.13.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.2-150600.13.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.2-150600.13.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for nodejs22",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for nodejs22 fixes the following issues:\n\nUpdate to 22.23.2.\n\n- CVE-2026-54272: ip-address: misclassification of IPv4-mapped/NAT64 IPv6 addresses allows for bypass of SSRF and trust-\n boundary checks (bsc#1272882).\n- CVE-2026-56846: HTTP/2 retained headers can bypass `maxSessionMemory` limits (bsc#1272941).\n- CVE-2026-56847: permission model allows trace events to write outside the `allowlist` (bsc#1272949).\n- CVE-2026-56848: HTTP/2 re-entrant send can cause heap-use-after-free (bsc#1272942).\n- CVE-2026-56850: HTTPS agent can reuse mTLS identities across PFX certificates (bsc#1272944).\n- CVE-2026-58039: permission model allows process reports to write outside the `allowlist` (bsc#1272950).\n- CVE-2026-58040: HTTPS agent session reuse can skip hostname verification (bsc#1272945).\n- CVE-2026-58042: `dns.resolveAny()` can abort on DNS responses with many A records (bsc#1272947).\n- CVE-2026-58043: permission model path matching can over-grant filesystem access (bsc#1272943).\n- CVE-2026-58044: HTTP parser header truncation can enable request smuggling (bsc#1272951).\n- CVE-2026-58045: `node:zlib` sync APIs can crash on spoofed `TypedArray` length (bsc#1272948).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-3521,SUSE-SLE-Product-SLES-15-SP6-LTSS-2026-3521,SUSE-SLE-Product-SLES_SAP-15-SP6-2026-3521",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_3521-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:3521-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20263521-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:3521-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-August/028162.html"
},
{
"category": "self",
"summary": "SUSE Bug 1272882",
"url": "https://bugzilla.suse.com/1272882"
},
{
"category": "self",
"summary": "SUSE Bug 1272941",
"url": "https://bugzilla.suse.com/1272941"
},
{
"category": "self",
"summary": "SUSE Bug 1272942",
"url": "https://bugzilla.suse.com/1272942"
},
{
"category": "self",
"summary": "SUSE Bug 1272943",
"url": "https://bugzilla.suse.com/1272943"
},
{
"category": "self",
"summary": "SUSE Bug 1272944",
"url": "https://bugzilla.suse.com/1272944"
},
{
"category": "self",
"summary": "SUSE Bug 1272945",
"url": "https://bugzilla.suse.com/1272945"
},
{
"category": "self",
"summary": "SUSE Bug 1272947",
"url": "https://bugzilla.suse.com/1272947"
},
{
"category": "self",
"summary": "SUSE Bug 1272948",
"url": "https://bugzilla.suse.com/1272948"
},
{
"category": "self",
"summary": "SUSE Bug 1272949",
"url": "https://bugzilla.suse.com/1272949"
},
{
"category": "self",
"summary": "SUSE Bug 1272950",
"url": "https://bugzilla.suse.com/1272950"
},
{
"category": "self",
"summary": "SUSE Bug 1272951",
"url": "https://bugzilla.suse.com/1272951"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-54272 page",
"url": "https://www.suse.com/security/cve/CVE-2026-54272/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-56846 page",
"url": "https://www.suse.com/security/cve/CVE-2026-56846/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-56847 page",
"url": "https://www.suse.com/security/cve/CVE-2026-56847/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-56848 page",
"url": "https://www.suse.com/security/cve/CVE-2026-56848/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-56850 page",
"url": "https://www.suse.com/security/cve/CVE-2026-56850/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-58039 page",
"url": "https://www.suse.com/security/cve/CVE-2026-58039/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-58040 page",
"url": "https://www.suse.com/security/cve/CVE-2026-58040/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-58042 page",
"url": "https://www.suse.com/security/cve/CVE-2026-58042/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-58043 page",
"url": "https://www.suse.com/security/cve/CVE-2026-58043/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-58044 page",
"url": "https://www.suse.com/security/cve/CVE-2026-58044/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-58045 page",
"url": "https://www.suse.com/security/cve/CVE-2026-58045/"
}
],
"title": "Security update for nodejs22",
"tracking": {
"current_release_date": "2026-08-06T11:31:28Z",
"generator": {
"date": "2026-08-06T11:31:28Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:3521-1",
"initial_release_date": "2026-08-06T11:31:28Z",
"revision_history": [
{
"date": "2026-08-06T11:31:28Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "corepack22-22.23.2-150600.13.24.1.aarch64",
"product": {
"name": "corepack22-22.23.2-150600.13.24.1.aarch64",
"product_id": "corepack22-22.23.2-150600.13.24.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs22-22.23.2-150600.13.24.1.aarch64",
"product": {
"name": "nodejs22-22.23.2-150600.13.24.1.aarch64",
"product_id": "nodejs22-22.23.2-150600.13.24.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"product": {
"name": "nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"product_id": "nodejs22-devel-22.23.2-150600.13.24.1.aarch64"
}
},
{
"category": "product_version",
"name": "npm22-22.23.2-150600.13.24.1.aarch64",
"product": {
"name": "npm22-22.23.2-150600.13.24.1.aarch64",
"product_id": "npm22-22.23.2-150600.13.24.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack22-22.23.2-150600.13.24.1.i586",
"product": {
"name": "corepack22-22.23.2-150600.13.24.1.i586",
"product_id": "corepack22-22.23.2-150600.13.24.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs22-22.23.2-150600.13.24.1.i586",
"product": {
"name": "nodejs22-22.23.2-150600.13.24.1.i586",
"product_id": "nodejs22-22.23.2-150600.13.24.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs22-devel-22.23.2-150600.13.24.1.i586",
"product": {
"name": "nodejs22-devel-22.23.2-150600.13.24.1.i586",
"product_id": "nodejs22-devel-22.23.2-150600.13.24.1.i586"
}
},
{
"category": "product_version",
"name": "npm22-22.23.2-150600.13.24.1.i586",
"product": {
"name": "npm22-22.23.2-150600.13.24.1.i586",
"product_id": "npm22-22.23.2-150600.13.24.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"product": {
"name": "nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"product_id": "nodejs22-docs-22.23.2-150600.13.24.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack22-22.23.2-150600.13.24.1.ppc64le",
"product": {
"name": "corepack22-22.23.2-150600.13.24.1.ppc64le",
"product_id": "corepack22-22.23.2-150600.13.24.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs22-22.23.2-150600.13.24.1.ppc64le",
"product": {
"name": "nodejs22-22.23.2-150600.13.24.1.ppc64le",
"product_id": "nodejs22-22.23.2-150600.13.24.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"product": {
"name": "nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"product_id": "nodejs22-devel-22.23.2-150600.13.24.1.ppc64le"
}
},
{
"category": "product_version",
"name": "npm22-22.23.2-150600.13.24.1.ppc64le",
"product": {
"name": "npm22-22.23.2-150600.13.24.1.ppc64le",
"product_id": "npm22-22.23.2-150600.13.24.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack22-22.23.2-150600.13.24.1.s390x",
"product": {
"name": "corepack22-22.23.2-150600.13.24.1.s390x",
"product_id": "corepack22-22.23.2-150600.13.24.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs22-22.23.2-150600.13.24.1.s390x",
"product": {
"name": "nodejs22-22.23.2-150600.13.24.1.s390x",
"product_id": "nodejs22-22.23.2-150600.13.24.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"product": {
"name": "nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"product_id": "nodejs22-devel-22.23.2-150600.13.24.1.s390x"
}
},
{
"category": "product_version",
"name": "npm22-22.23.2-150600.13.24.1.s390x",
"product": {
"name": "npm22-22.23.2-150600.13.24.1.s390x",
"product_id": "npm22-22.23.2-150600.13.24.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack22-22.23.2-150600.13.24.1.x86_64",
"product": {
"name": "corepack22-22.23.2-150600.13.24.1.x86_64",
"product_id": "corepack22-22.23.2-150600.13.24.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs22-22.23.2-150600.13.24.1.x86_64",
"product": {
"name": "nodejs22-22.23.2-150600.13.24.1.x86_64",
"product_id": "nodejs22-22.23.2-150600.13.24.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"product": {
"name": "nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"product_id": "nodejs22-devel-22.23.2-150600.13.24.1.x86_64"
}
},
{
"category": "product_version",
"name": "npm22-22.23.2-150600.13.24.1.x86_64",
"product": {
"name": "npm22-22.23.2-150600.13.24.1.x86_64",
"product_id": "npm22-22.23.2-150600.13.24.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP6",
"product_id": "SUSE Linux Enterprise Server 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.23.2-150600.13.24.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.aarch64"
},
"product_reference": "nodejs22-22.23.2-150600.13.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.23.2-150600.13.24.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.ppc64le"
},
"product_reference": "nodejs22-22.23.2-150600.13.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.23.2-150600.13.24.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.s390x"
},
"product_reference": "nodejs22-22.23.2-150600.13.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.23.2-150600.13.24.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.x86_64"
},
"product_reference": "nodejs22-22.23.2-150600.13.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.23.2-150600.13.24.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.aarch64"
},
"product_reference": "nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.23.2-150600.13.24.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le"
},
"product_reference": "nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.23.2-150600.13.24.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.s390x"
},
"product_reference": "nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.23.2-150600.13.24.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.x86_64"
},
"product_reference": "nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-docs-22.23.2-150600.13.24.1.noarch as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.2-150600.13.24.1.noarch"
},
"product_reference": "nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.23.2-150600.13.24.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.aarch64"
},
"product_reference": "npm22-22.23.2-150600.13.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.23.2-150600.13.24.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.ppc64le"
},
"product_reference": "npm22-22.23.2-150600.13.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.23.2-150600.13.24.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.s390x"
},
"product_reference": "npm22-22.23.2-150600.13.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.23.2-150600.13.24.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.x86_64"
},
"product_reference": "npm22-22.23.2-150600.13.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.23.2-150600.13.24.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.aarch64"
},
"product_reference": "nodejs22-22.23.2-150600.13.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.23.2-150600.13.24.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le"
},
"product_reference": "nodejs22-22.23.2-150600.13.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.23.2-150600.13.24.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.s390x"
},
"product_reference": "nodejs22-22.23.2-150600.13.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.23.2-150600.13.24.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64"
},
"product_reference": "nodejs22-22.23.2-150600.13.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.23.2-150600.13.24.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.aarch64"
},
"product_reference": "nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.23.2-150600.13.24.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le"
},
"product_reference": "nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.23.2-150600.13.24.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.s390x"
},
"product_reference": "nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.23.2-150600.13.24.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64"
},
"product_reference": "nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-docs-22.23.2-150600.13.24.1.noarch as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch"
},
"product_reference": "nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.23.2-150600.13.24.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.aarch64"
},
"product_reference": "npm22-22.23.2-150600.13.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.23.2-150600.13.24.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le"
},
"product_reference": "npm22-22.23.2-150600.13.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.23.2-150600.13.24.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.s390x"
},
"product_reference": "npm22-22.23.2-150600.13.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.23.2-150600.13.24.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64"
},
"product_reference": "npm22-22.23.2-150600.13.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.23.2-150600.13.24.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le"
},
"product_reference": "nodejs22-22.23.2-150600.13.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.23.2-150600.13.24.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64"
},
"product_reference": "nodejs22-22.23.2-150600.13.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.23.2-150600.13.24.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le"
},
"product_reference": "nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.23.2-150600.13.24.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64"
},
"product_reference": "nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-docs-22.23.2-150600.13.24.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch"
},
"product_reference": "nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.23.2-150600.13.24.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le"
},
"product_reference": "npm22-22.23.2-150600.13.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.23.2-150600.13.24.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64"
},
"product_reference": "npm22-22.23.2-150600.13.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-54272",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-54272"
}
],
"notes": [
{
"category": "general",
"text": "ip-address is a library for parsing and manipulating IPv4 and IPv6 addresses in JavaScript. Versions 10.1.1 through 10.2.0 are vulnerable to SSRF through misclassification of IPv4-mapped/NAT64 IPv6 addresses. Address6.getType() classifies an address by matching it against a table of known IPv6 special-use prefixes, returning Global unicast when nothing matches. That table had no entry for the IPv4-mapped range (::ffff:0:0/96), so every mapped address fell through to Global unicast; NAT64 addresses matched their own NAT64 ... labels. The boolean checks isLoopback, isUnspecified, and isMulticast compared getType() against a fixed label and so returned false, while isLinkLocal and isULA checked only the native IPv6 ranges. The library already exposed isMapped4() and to4(), but did not apply them inside these checks, so a mapped or NAT64 address was never normalized to its embedded IPv4 address before classification. For IPv4-mapped addresses the host OS routes to the IPv4 stack, so the misclassification is reachable on any dual-stack host. For NAT64, the classification bypass is unconditional but end-to-end reachability additionally requires a NAT64/DNS64 gateway in the deployment network.This issue has been fixed in version 10.2.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-54272",
"url": "https://www.suse.com/security/cve/CVE-2026-54272"
},
{
"category": "external",
"summary": "SUSE Bug 1272881 for CVE-2026-54272",
"url": "https://bugzilla.suse.com/1272881"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-06T11:31:28Z",
"details": "important"
}
],
"title": "CVE-2026-54272"
},
{
"cve": "CVE-2026-56846",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-56846"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js HTTP/2 handling can cause HTTP/2 retained header blocks evade maxSessionMemory and enable remote memory exhaustion.\r\n\r\nThis vulnerability affects Node.js **24.x** and **22.x**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-56846",
"url": "https://www.suse.com/security/cve/CVE-2026-56846"
},
{
"category": "external",
"summary": "SUSE Bug 1272941 for CVE-2026-56846",
"url": "https://bugzilla.suse.com/1272941"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-06T11:31:28Z",
"details": "important"
}
],
"title": "CVE-2026-56846"
},
{
"cve": "CVE-2026-56847",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-56847"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js Permission Model enforcement allows `trace_events.createTracing().enable()` Writes Trace Logs Outside `--allow-fs-write`.\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 Node.js **22.x**, **24.x**, and **26.x**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-56847",
"url": "https://www.suse.com/security/cve/CVE-2026-56847"
},
{
"category": "external",
"summary": "SUSE Bug 1272949 for CVE-2026-56847",
"url": "https://bugzilla.suse.com/1272949"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-06T11:31:28Z",
"details": "moderate"
}
],
"title": "CVE-2026-56847"
},
{
"cve": "CVE-2026-56848",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-56848"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js HTTP/2 handling allows `nghttp2_session_mem_send()` to be called re-entrantly while `nghttp2_session_mem_recv()` is executing, resulting in a heap-use-after-free.\r\n\r\nThis vulnerability affects Node.js **26.x**, **24.x**, and **22.x**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-56848",
"url": "https://www.suse.com/security/cve/CVE-2026-56848"
},
{
"category": "external",
"summary": "SUSE Bug 1272942 for CVE-2026-56848",
"url": "https://bugzilla.suse.com/1272942"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-06T11:31:28Z",
"details": "important"
}
],
"title": "CVE-2026-56848"
},
{
"cve": "CVE-2026-56850",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-56850"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js HTTPS Agent connection reuse can cause PFX object-array key collisions, allowing mutual TLS (mTLS) client identities to be reused across requests configured with different client certificates.\r\n\r\nThis vulnerability affects Node.js **26.x**, **24.x**, and **22.x**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-56850",
"url": "https://www.suse.com/security/cve/CVE-2026-56850"
},
{
"category": "external",
"summary": "SUSE Bug 1272944 for CVE-2026-56850",
"url": "https://bugzilla.suse.com/1272944"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-06T11:31:28Z",
"details": "moderate"
}
],
"title": "CVE-2026-56850"
},
{
"cve": "CVE-2026-58039",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-58039"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js Permission Model enforcement allows process.report writes (and overwrites) files outside --allow-fs-write paths.\n\nThis can lead to confidentiality impact or bypass of the intended security boundary under affected configurations.\n\nThis vulnerability affects Node.js **22.x**, **24.x**, and **26.x**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-58039",
"url": "https://www.suse.com/security/cve/CVE-2026-58039"
},
{
"category": "external",
"summary": "SUSE Bug 1272950 for CVE-2026-58039",
"url": "https://bugzilla.suse.com/1272950"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-06T11:31:28Z",
"details": "moderate"
}
],
"title": "CVE-2026-58039"
},
{
"cve": "CVE-2026-58040",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-58040"
}
],
"notes": [
{
"category": "general",
"text": "An incomplete fix has been identified in Node.js: HTTPS Agent TLS session reuse skips hostname verification across identity policies (incomplete fix of CVE-2026-48934).\r\n\r\nThis vulnerability affects Node.js **22.x**, **24.x**, and **26.x**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-58040",
"url": "https://www.suse.com/security/cve/CVE-2026-58040"
},
{
"category": "external",
"summary": "SUSE Bug 1272945 for CVE-2026-58040",
"url": "https://bugzilla.suse.com/1272945"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-06T11:31:28Z",
"details": "moderate"
}
],
"title": "CVE-2026-58040"
},
{
"cve": "CVE-2026-58042",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-58042"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js can cause dns.resolveAny() Aborts the Node.js Process When a DNS Response Contains More Than 256 A Records.\r\n\r\nRepeated triggering of this condition can lead to denial of service.\r\n\r\nThis vulnerability affects Node.js **26.x**, **24.x**, and **22.x**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-58042",
"url": "https://www.suse.com/security/cve/CVE-2026-58042"
},
{
"category": "external",
"summary": "SUSE Bug 1272947 for CVE-2026-58042",
"url": "https://bugzilla.suse.com/1272947"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.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": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-06T11:31:28Z",
"details": "moderate"
}
],
"title": "CVE-2026-58042"
},
{
"cve": "CVE-2026-58043",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-58043"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js Permission Model enforcement can over-grant filesystem access across radix-tree prefix boundaries.\r\n\r\nUnder `--permission`, an attacker who is granted access to one path can abuse boundary handling to read from or write to paths outside the intended filesystem allowlist.\r\n\r\nThis vulnerability affects Node.js **main**, **22.x**, **24.x**, and **26.x**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-58043",
"url": "https://www.suse.com/security/cve/CVE-2026-58043"
},
{
"category": "external",
"summary": "SUSE Bug 1272943 for CVE-2026-58043",
"url": "https://bugzilla.suse.com/1272943"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-06T11:31:28Z",
"details": "important"
}
],
"title": "CVE-2026-58043"
},
{
"cve": "CVE-2026-58044",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-58044"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js HTTP client can cause a request desynchronization for Node.js-based forwarding proxies that rebuild outbound headers from the visible `IncomingMessage` headers while piping the original body to a reused backend connection.\r\n\r\nNode.js can omit headers beyond `maxHeadersCount` / `maxHeaderPairs` from `req.headers`, `req.rawHeaders`, and `req.headersDistinct`, while still using those omitted headers internally for HTTP message framing. In particular, `Content-Length` can be hidden from userland while the request body is still delivered.\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": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-58044",
"url": "https://www.suse.com/security/cve/CVE-2026-58044"
},
{
"category": "external",
"summary": "SUSE Bug 1272951 for CVE-2026-58044",
"url": "https://bugzilla.suse.com/1272951"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.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": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-06T11:31:28Z",
"details": "moderate"
}
],
"title": "CVE-2026-58044"
},
{
"cve": "CVE-2026-58045",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-58045"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js allows a spoofed `TypedArray` `byteLength` to trigger a reachable assertion in the synchronous `node:zlib` APIs, causing the entire process to crash. All 11 synchronous zlib functions are affected.\r\n\r\nRepeated exploitation of this condition can result in a denial of service.\r\n\r\nThis vulnerability affects Node.js **22.x**, **24.x**, and **26.x**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-58045",
"url": "https://www.suse.com/security/cve/CVE-2026-58045"
},
{
"category": "external",
"summary": "SUSE Bug 1272948 for CVE-2026-58045",
"url": "https://bugzilla.suse.com/1272948"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.2-150600.13.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.2-150600.13.24.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.2-150600.13.24.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-06T11:31:28Z",
"details": "moderate"
}
],
"title": "CVE-2026-58045"
}
]
}
ubuntu-cve-2026-54272
Vulnerability from osv_ubuntu
ip-address is a library for parsing and manipulating IPv4 and IPv6 addresses in JavaScript. Versions 10.1.1 through 10.2.0 are vulnerable to SSRF through misclassification of IPv4-mapped/NAT64 IPv6 addresses. Address6.getType() classifies an address by matching it against a table of known IPv6 special-use prefixes, returning Global unicast when nothing matches. That table had no entry for the IPv4-mapped range (::ffff:0:0/96), so every mapped address fell through to Global unicast; NAT64 addresses matched their own NAT64 … labels. The boolean checks isLoopback, isUnspecified, and isMulticast compared getType() against a fixed label and so returned false, while isLinkLocal and isULA checked only the native IPv6 ranges. The library already exposed isMapped4() and to4(), but did not apply them inside these checks, so a mapped or NAT64 address was never normalized to its embedded IPv4 address before classification. For IPv4-mapped addresses the host OS routes to the IPv4 stack, so the misclassification is reachable on any dual-stack host. For NAT64, the classification bypass is unconditional but end-to-end reachability additionally requires a NAT64/DNS64 gateway in the deployment network.This issue has been fixed in version 10.2.1.
| URL | Type | |
|---|---|---|
{
"affected": [
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "node-ip-address",
"binary_version": "6.3.0-1"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "node-ip-address",
"purl": "pkg:deb/ubuntu/node-ip-address@6.3.0-1?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.3.0-1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "node-ip-address",
"binary_version": "8.1.0-2"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "node-ip-address",
"purl": "pkg:deb/ubuntu/node-ip-address@8.1.0-2?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.4.0-1",
"8.1.0-2"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "node-ip-address",
"binary_version": "8.1.0-2"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "node-ip-address",
"purl": "pkg:deb/ubuntu/node-ip-address@8.1.0-2?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"8.1.0-2"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "node-ip-address",
"binary_version": "8.1.0-3"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "node-ip-address",
"purl": "pkg:deb/ubuntu/node-ip-address@8.1.0-3?arch=source\u0026distro=resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"8.1.0-2",
"8.1.0-3"
]
}
],
"aliases": [],
"details": "ip-address is a library for parsing and manipulating IPv4 and IPv6 addresses in JavaScript. Versions 10.1.1 through 10.2.0 are vulnerable to SSRF through misclassification of IPv4-mapped/NAT64 IPv6 addresses. Address6.getType() classifies an address by matching it against a table of known IPv6 special-use prefixes, returning Global unicast when nothing matches. That table had no entry for the IPv4-mapped range (::ffff:0:0/96), so every mapped address fell through to Global unicast; NAT64 addresses matched their own NAT64 \u2026 labels. The boolean checks isLoopback, isUnspecified, and isMulticast compared getType() against a fixed label and so returned false, while isLinkLocal and isULA checked only the native IPv6 ranges. The library already exposed isMapped4() and to4(), but did not apply them inside these checks, so a mapped or NAT64 address was never normalized to its embedded IPv4 address before classification. For IPv4-mapped addresses the host OS routes to the IPv4 stack, so the misclassification is reachable on any dual-stack host. For NAT64, the classification bypass is unconditional but end-to-end reachability additionally requires a NAT64/DNS64 gateway in the deployment network.This issue has been fixed in version 10.2.1.",
"id": "UBUNTU-CVE-2026-54272",
"modified": "2026-07-29T07:59:14Z",
"published": "2026-07-27T18:16:00Z",
"references": [
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2026-54272"
},
{
"type": "REPORT",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54272"
}
],
"related": [],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:N/VA:N/SC:H/SI:N/SA:N",
"type": "CVSS_V4"
},
{
"score": "medium",
"type": "Ubuntu"
}
],
"upstream": [
"CVE-2026-54272"
]
}
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.