Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2022-35255 (GCVE-0-2022-35255)
Vulnerability from cvelistv5 – Published: 2022-12-05 00:00 – Updated: 2025-04-30 05:48- CWE-338 - Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG) (CWE-338)
| Vendor | Product | Version | |
|---|---|---|---|
| NodeJS | Node |
Affected:
4.0 , < 4.*
(semver)
Affected: 5.0 , < 5.* (semver) Affected: 6.0 , < 6.* (semver) Affected: 7.0 , < 7.* (semver) Affected: 8.0 , < 8.* (semver) Affected: 9.0 , < 9.* (semver) Affected: 10.0 , < 10.* (semver) Affected: 11.0 , < 11.* (semver) Affected: 12.0 , < 12.* (semver) Affected: 13.0 , < 13.* (semver) Affected: 15.0 , < 15.* (semver) Affected: 17.0 , < 17.* (semver) Affected: 18.0 , < 18.9.1 (semver) |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-03T09:29:17.447Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_transferred"
],
"url": "https://hackerone.com/reports/1690000"
},
{
"tags": [
"x_transferred"
],
"url": "https://cert-portal.siemens.com/productcert/pdf/ssa-332410.pdf"
},
{
"tags": [
"x_transferred"
],
"url": "https://security.netapp.com/advisory/ntap-20230113-0002/"
},
{
"name": "DSA-5326",
"tags": [
"vendor-advisory",
"x_transferred"
],
"url": "https://www.debian.org/security/2023/dsa-5326"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2022-35255",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-04-24T13:23:49.139648Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-04-24T13:24:14.629Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Node",
"vendor": "NodeJS",
"versions": [
{
"lessThan": "4.*",
"status": "affected",
"version": "4.0",
"versionType": "semver"
},
{
"lessThan": "5.*",
"status": "affected",
"version": "5.0",
"versionType": "semver"
},
{
"lessThan": "6.*",
"status": "affected",
"version": "6.0",
"versionType": "semver"
},
{
"lessThan": "7.*",
"status": "affected",
"version": "7.0",
"versionType": "semver"
},
{
"lessThan": "8.*",
"status": "affected",
"version": "8.0",
"versionType": "semver"
},
{
"lessThan": "9.*",
"status": "affected",
"version": "9.0",
"versionType": "semver"
},
{
"lessThan": "10.*",
"status": "affected",
"version": "10.0",
"versionType": "semver"
},
{
"lessThan": "11.*",
"status": "affected",
"version": "11.0",
"versionType": "semver"
},
{
"lessThan": "12.*",
"status": "affected",
"version": "12.0",
"versionType": "semver"
},
{
"lessThan": "13.*",
"status": "affected",
"version": "13.0",
"versionType": "semver"
},
{
"lessThan": "15.*",
"status": "affected",
"version": "15.0",
"versionType": "semver"
},
{
"lessThan": "17.*",
"status": "affected",
"version": "17.0",
"versionType": "semver"
},
{
"lessThan": "18.9.1",
"status": "affected",
"version": "18.0",
"versionType": "semver"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "A weak randomness in WebCrypto keygen vulnerability exists in Node.js 18 due to a change with EntropySource() in SecretKeyGenTraits::DoKeyGen() in src/crypto/crypto_keygen.cc. There are two problems with this: 1) It does not check the return value, it assumes EntropySource() always succeeds, but it can (and sometimes will) fail. 2) The random data returned byEntropySource() may not be cryptographically strong and therefore not suitable as keying material."
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-338",
"description": "Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG) (CWE-338)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-04-30T05:48:45.486Z",
"orgId": "36234546-b8fa-4601-9d6f-f4e334aa8ea1",
"shortName": "hackerone"
},
"references": [
{
"url": "https://hackerone.com/reports/1690000"
},
{
"url": "https://cert-portal.siemens.com/productcert/pdf/ssa-332410.pdf"
},
{
"url": "https://security.netapp.com/advisory/ntap-20230113-0002/"
},
{
"name": "DSA-5326",
"tags": [
"vendor-advisory"
],
"url": "https://www.debian.org/security/2023/dsa-5326"
}
]
}
},
"cveMetadata": {
"assignerOrgId": "36234546-b8fa-4601-9d6f-f4e334aa8ea1",
"assignerShortName": "hackerone",
"cveId": "CVE-2022-35255",
"datePublished": "2022-12-05T00:00:00.000Z",
"dateReserved": "2022-07-06T00:00:00.000Z",
"dateUpdated": "2025-04-30T05:48:45.486Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2022-35255",
"date": "2026-05-29",
"epss": "0.01151",
"percentile": "0.78803"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2022-35255\",\"sourceIdentifier\":\"support@hackerone.com\",\"published\":\"2022-12-05T22:15:10.513\",\"lastModified\":\"2025-04-24T14:15:32.070\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"A weak randomness in WebCrypto keygen vulnerability exists in Node.js 18 due to a change with EntropySource() in SecretKeyGenTraits::DoKeyGen() in src/crypto/crypto_keygen.cc. There are two problems with this: 1) It does not check the return value, it assumes EntropySource() always succeeds, but it can (and sometimes will) fail. 2) The random data returned byEntropySource() may not be cryptographically strong and therefore not suitable as keying material.\"},{\"lang\":\"es\",\"value\":\"Existe una aleatoriedad d\u00e9bil en la vulnerabilidad keygen de WebCrypto en Node.js 18 debido a un cambio con EntropySource() en SecretKeyGenTraits::DoKeyGen() en src/crypto/crypto_keygen.cc. Hay dos problemas con esto: 1) No verifica el valor de retorno, asume que EntropySource() siempre tiene \u00e9xito, pero puede (y a veces fallar\u00e1). 2) Los datos aleatorios devueltos por EntropySource() pueden no ser criptogr\u00e1ficamente s\u00f3lidos y, por lo tanto, no son adecuados como material de claves.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N\",\"baseScore\":9.1,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":5.2},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N\",\"baseScore\":9.1,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":5.2}]},\"weaknesses\":[{\"source\":\"support@hackerone.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-338\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-338\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nodejs:node.js:*:*:*:*:-:*:*:*\",\"versionStartIncluding\":\"15.0.0\",\"versionEndIncluding\":\"15.14.0\",\"matchCriteriaId\":\"E47572BB-0E1B-4F93-BCE9-45E03CFD65BD\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nodejs:node.js:*:*:*:*:-:*:*:*\",\"versionStartIncluding\":\"16.0.0\",\"versionEndIncluding\":\"16.12.0\",\"matchCriteriaId\":\"1D1D0CEC-62E5-4368-B8F2-1DA5DD0B88FA\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nodejs:node.js:*:*:*:*:lts:*:*:*\",\"versionStartIncluding\":\"16.13.0\",\"versionEndExcluding\":\"16.17.1\",\"matchCriteriaId\":\"09BD0FC2-5AA1-4A22-8432-A2EEA314FE09\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nodejs:node.js:*:*:*:*:-:*:*:*\",\"versionStartIncluding\":\"18.0.0\",\"versionEndExcluding\":\"18.9.1\",\"matchCriteriaId\":\"DA8C00DD-A6E5-4E3D-8DD4-F4B51F5C208A\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:siemens:sinec_ins:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"1.0\",\"matchCriteriaId\":\"C89891C1-DFD7-4E1F-80A9-7485D86A15B5\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:siemens:sinec_ins:1.0:-:*:*:*:*:*:*\",\"matchCriteriaId\":\"4664B195-AF14-4834-82B3-0B2C98020EB6\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:siemens:sinec_ins:1.0:sp1:*:*:*:*:*:*\",\"matchCriteriaId\":\"75BC588E-CDF0-404E-AD61-02093A1DF343\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:siemens:sinec_ins:1.0:sp2:*:*:*:*:*:*\",\"matchCriteriaId\":\"A334F7B4-7283-4453-BAED-D2E01B7F8A6E\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"FA6FEEC2-9F11-4643-8827-749718254FED\"}]}]}],\"references\":[{\"url\":\"https://cert-portal.siemens.com/productcert/pdf/ssa-332410.pdf\",\"source\":\"support@hackerone.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://hackerone.com/reports/1690000\",\"source\":\"support@hackerone.com\",\"tags\":[\"Exploit\",\"Issue Tracking\",\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20230113-0002/\",\"source\":\"support@hackerone.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.debian.org/security/2023/dsa-5326\",\"source\":\"support@hackerone.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://cert-portal.siemens.com/productcert/pdf/ssa-332410.pdf\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://hackerone.com/reports/1690000\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Issue Tracking\",\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20230113-0002/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.debian.org/security/2023/dsa-5326\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://hackerone.com/reports/1690000\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://cert-portal.siemens.com/productcert/pdf/ssa-332410.pdf\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20230113-0002/\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://www.debian.org/security/2023/dsa-5326\", \"name\": \"DSA-5326\", \"tags\": [\"vendor-advisory\", \"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-03T09:29:17.447Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 9.1, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"CRITICAL\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"HIGH\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2022-35255\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-04-24T13:23:49.139648Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-04-24T13:24:08.331Z\"}}], \"cna\": {\"affected\": [{\"vendor\": \"NodeJS\", \"product\": \"Node\", \"versions\": [{\"status\": \"affected\", \"version\": \"4.0\", \"lessThan\": \"4.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"5.0\", \"lessThan\": \"5.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"6.0\", \"lessThan\": \"6.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"7.0\", \"lessThan\": \"7.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"8.0\", \"lessThan\": \"8.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"9.0\", \"lessThan\": \"9.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"10.0\", \"lessThan\": \"10.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"11.0\", \"lessThan\": \"11.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"12.0\", \"lessThan\": \"12.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"13.0\", \"lessThan\": \"13.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"15.0\", \"lessThan\": \"15.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"17.0\", \"lessThan\": \"17.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"18.0\", \"lessThan\": \"18.9.1\", \"versionType\": \"semver\"}], \"defaultStatus\": \"unaffected\"}], \"references\": [{\"url\": \"https://hackerone.com/reports/1690000\"}, {\"url\": \"https://cert-portal.siemens.com/productcert/pdf/ssa-332410.pdf\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20230113-0002/\"}, {\"url\": \"https://www.debian.org/security/2023/dsa-5326\", \"name\": \"DSA-5326\", \"tags\": [\"vendor-advisory\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"A weak randomness in WebCrypto keygen vulnerability exists in Node.js 18 due to a change with EntropySource() in SecretKeyGenTraits::DoKeyGen() in src/crypto/crypto_keygen.cc. There are two problems with this: 1) It does not check the return value, it assumes EntropySource() always succeeds, but it can (and sometimes will) fail. 2) The random data returned byEntropySource() may not be cryptographically strong and therefore not suitable as keying material.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-338\", \"description\": \"Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG) (CWE-338)\"}]}], \"providerMetadata\": {\"orgId\": \"36234546-b8fa-4601-9d6f-f4e334aa8ea1\", \"shortName\": \"hackerone\", \"dateUpdated\": \"2025-04-30T05:48:45.486Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2022-35255\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-04-30T05:48:45.486Z\", \"dateReserved\": \"2022-07-06T00:00:00.000Z\", \"assignerOrgId\": \"36234546-b8fa-4601-9d6f-f4e334aa8ea1\", \"datePublished\": \"2022-12-05T00:00:00.000Z\", \"assignerShortName\": \"hackerone\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
GHSA-P36X-W6HR-88JP
Vulnerability from github – Published: 2022-12-06 00:30 – Updated: 2023-01-26 21:30A weak randomness in WebCrypto keygen vulnerability exists in Node.js 18 due to a change with EntropySource() in SecretKeyGenTraits::DoKeyGen() in src/crypto/crypto_keygen.cc. There are two problems with this: 1) It does not check the return value, it assumes EntropySource() always succeeds, but it can (and sometimes will) fail. 2) The random data returned byEntropySource() may not be cryptographically strong and therefore not suitable as keying material.
{
"affected": [],
"aliases": [
"CVE-2022-35255"
],
"database_specific": {
"cwe_ids": [
"CWE-338"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2022-12-05T22:15:00Z",
"severity": "CRITICAL"
},
"details": "A weak randomness in WebCrypto keygen vulnerability exists in Node.js 18 due to a change with EntropySource() in SecretKeyGenTraits::DoKeyGen() in src/crypto/crypto_keygen.cc. There are two problems with this: 1) It does not check the return value, it assumes EntropySource() always succeeds, but it can (and sometimes will) fail. 2) The random data returned byEntropySource() may not be cryptographically strong and therefore not suitable as keying material.",
"id": "GHSA-p36x-w6hr-88jp",
"modified": "2023-01-26T21:30:24Z",
"published": "2022-12-06T00:30:16Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-35255"
},
{
"type": "WEB",
"url": "https://hackerone.com/reports/1690000"
},
{
"type": "WEB",
"url": "https://cert-portal.siemens.com/productcert/pdf/ssa-332410.pdf"
},
{
"type": "WEB",
"url": "https://security.netapp.com/advisory/ntap-20230113-0002"
},
{
"type": "WEB",
"url": "https://www.debian.org/security/2023/dsa-5326"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"type": "CVSS_V3"
}
]
}
GSD-2022-35255
Vulnerability from gsd - Updated: 2023-12-13 01:19{
"GSD": {
"alias": "CVE-2022-35255",
"id": "GSD-2022-35255",
"references": [
"https://access.redhat.com/errata/RHSA-2022:6963",
"https://access.redhat.com/errata/RHSA-2022:6964",
"https://access.redhat.com/errata/RHSA-2022:7821",
"https://www.suse.com/security/cve/CVE-2022-35255.html",
"https://www.debian.org/security/2023/dsa-5326"
]
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2022-35255"
],
"details": "A weak randomness in WebCrypto keygen vulnerability exists in Node.js 18 due to a change with EntropySource() in SecretKeyGenTraits::DoKeyGen() in src/crypto/crypto_keygen.cc. There are two problems with this: 1) It does not check the return value, it assumes EntropySource() always succeeds, but it can (and sometimes will) fail. 2) The random data returned byEntropySource() may not be cryptographically strong and therefore not suitable as keying material.",
"id": "GSD-2022-35255",
"modified": "2023-12-13T01:19:33.795296Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "support@hackerone.com",
"ID": "CVE-2022-35255",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "https://github.com/nodejs/node",
"version": {
"version_data": [
{
"version_value": "Fixed in 16.17.1+,18.9.1+"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "A weak randomness in WebCrypto keygen vulnerability exists in Node.js 18 due to a change with EntropySource() in SecretKeyGenTraits::DoKeyGen() in src/crypto/crypto_keygen.cc. There are two problems with this: 1) It does not check the return value, it assumes EntropySource() always succeeds, but it can (and sometimes will) fail. 2) The random data returned byEntropySource() may not be cryptographically strong and therefore not suitable as keying material."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG) (CWE-338)"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://hackerone.com/reports/1690000",
"refsource": "MISC",
"url": "https://hackerone.com/reports/1690000"
},
{
"name": "https://cert-portal.siemens.com/productcert/pdf/ssa-332410.pdf",
"refsource": "CONFIRM",
"url": "https://cert-portal.siemens.com/productcert/pdf/ssa-332410.pdf"
},
{
"name": "https://security.netapp.com/advisory/ntap-20230113-0002/",
"refsource": "CONFIRM",
"url": "https://security.netapp.com/advisory/ntap-20230113-0002/"
},
{
"name": "DSA-5326",
"refsource": "DEBIAN",
"url": "https://www.debian.org/security/2023/dsa-5326"
}
]
}
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:nodejs:node.js:*:*:*:*:-:*:*:*",
"cpe_name": [],
"versionEndIncluding": "16.12.0",
"versionStartIncluding": "16.0.0",
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:nodejs:node.js:*:*:*:*:lts:*:*:*",
"cpe_name": [],
"versionEndExcluding": "16.17.1",
"versionStartIncluding": "16.13.0",
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:nodejs:node.js:*:*:*:*:-:*:*:*",
"cpe_name": [],
"versionEndExcluding": "18.9.1",
"versionStartIncluding": "18.0.0",
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:nodejs:node.js:*:*:*:*:-:*:*:*",
"cpe_name": [],
"versionEndIncluding": "15.14.0",
"versionStartIncluding": "15.0.0",
"vulnerable": true
}
],
"operator": "OR"
},
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:siemens:sinec_ins:1.0:sp1:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:siemens:sinec_ins:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndExcluding": "1.0",
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:siemens:sinec_ins:1.0:-:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:siemens:sinec_ins:1.0:sp2:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
}
],
"operator": "OR"
},
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "cve-assignments@hackerone.com",
"ID": "CVE-2022-35255"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "en",
"value": "A weak randomness in WebCrypto keygen vulnerability exists in Node.js 18 due to a change with EntropySource() in SecretKeyGenTraits::DoKeyGen() in src/crypto/crypto_keygen.cc. There are two problems with this: 1) It does not check the return value, it assumes EntropySource() always succeeds, but it can (and sometimes will) fail. 2) The random data returned byEntropySource() may not be cryptographically strong and therefore not suitable as keying material."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-338"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://hackerone.com/reports/1690000",
"refsource": "MISC",
"tags": [
"Exploit",
"Issue Tracking",
"Third Party Advisory"
],
"url": "https://hackerone.com/reports/1690000"
},
{
"name": "https://cert-portal.siemens.com/productcert/pdf/ssa-332410.pdf",
"refsource": "CONFIRM",
"tags": [
"Third Party Advisory"
],
"url": "https://cert-portal.siemens.com/productcert/pdf/ssa-332410.pdf"
},
{
"name": "https://security.netapp.com/advisory/ntap-20230113-0002/",
"refsource": "CONFIRM",
"tags": [
"Third Party Advisory"
],
"url": "https://security.netapp.com/advisory/ntap-20230113-0002/"
},
{
"name": "DSA-5326",
"refsource": "DEBIAN",
"tags": [
"Third Party Advisory"
],
"url": "https://www.debian.org/security/2023/dsa-5326"
}
]
}
},
"impact": {
"baseMetricV3": {
"cvssV3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 5.2
}
},
"lastModifiedDate": "2023-03-01T15:03Z",
"publishedDate": "2022-12-05T22:15Z"
}
}
}
ICSA-23-017-03
Vulnerability from csaf_cisa - Published: 2023-01-10 00:00 - Updated: 2023-01-10 00:00{
"document": {
"acknowledgments": [
{
"organization": "Siemens ProductCERT",
"summary": "reporting these vulnerabilities to CISA."
}
],
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Disclosure is not limited",
"tlp": {
"label": "WHITE",
"url": "https://us-cert.cisa.gov/tlp/"
}
},
"notes": [
{
"category": "summary",
"text": "Siemens has released a new version for SINEC INS that fixes multiple vulnerabilities that could allow an attacker to read and write arbitrary files from the file system of the affected component and to ultimately execute arbitrary code on the device. In addition, this version also contains fixes for multiple vulnerabilities in underlying third party components.\n\nSiemens has released an update for SINEC INS and recommends to update to the latest version.",
"title": "Summary"
},
{
"category": "general",
"text": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: \nhttps://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity",
"title": "General Recommendations"
},
{
"category": "general",
"text": "For further inquiries on security vulnerabilities in Siemens products and solutions, please contact the Siemens ProductCERT: https://www.siemens.com/cert/advisories",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "Siemens Security Advisories are subject to the terms and conditions contained in Siemens\u0027 underlying license terms or other applicable agreements previously agreed to with Siemens (hereinafter \"License Terms\"). To the extent applicable to information, software or documentation made available in or through a Siemens Security Advisory, the Terms of Use of Siemens\u0027 Global Website (https://www.siemens.com/terms_of_use, hereinafter \"Terms of Use\"), in particular Sections 8-10 of the Terms of Use, shall apply additionally. In case of conflicts, the License Terms shall prevail over the Terms of Use.",
"title": "Terms of Use"
},
{
"category": "legal_disclaimer",
"text": "All information products included in https://us-cert.cisa.gov/ics are provided \"as is\" for informational purposes only. The Department of Homeland Security (DHS) does not provide any warranties of any kind regarding any information contained within. DHS does not endorse any commercial product or service, referenced in this product or otherwise. Further dissemination of this product is governed by the Traffic Light Protocol (TLP) marking in the header. For more information about TLP, see https://us-cert.cisa.gov/tlp/.",
"title": "Legal Notice"
},
{
"category": "other",
"text": "This CISA CSAF advisory was converted from Siemens ProductCERT\u0027s CSAF advisory.",
"title": "Advisory Conversion Disclaimer"
},
{
"category": "other",
"text": "Multiple",
"title": "Critical infrastructure sectors"
},
{
"category": "other",
"text": "Worldwide",
"title": "Countries/areas deployed"
},
{
"category": "other",
"text": "Germany",
"title": "Company headquarters location"
},
{
"category": "general",
"text": "CISA recommends users take defensive measures to minimize the exploitation risk of this vulnerability.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "Minimize network exposure for all control system devices and/or systems, and ensure they are not accessible from the internet.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "Locate control system networks and remote devices behind firewalls and isolate them from business networks.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "When remote access is required, use more secure methods, such as Virtual Private Networks (VPNs), recognizing VPNs may have vulnerabilities and should be updated to the most recent version available. Also recognize VPN is only as secure as its connected devices.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "CISA reminds organizations to perform proper impact analysis and risk assessment prior to deploying defensive measures.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "CISA also provides a section for control systems security recommended practices on the ICS webpage on cisa.gov. Several CISA products detailing cyber defense best practices are available for reading and download, including Improving Industrial Control Systems Cybersecurity with Defense-in-Depth Strategies.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "CISA encourages organizations to implement recommended cybersecurity strategies for proactive defense of ICS assets. Additional mitigation guidance and recommended practices are publicly available on the ICS webpage at cisa.gov in the technical information paper, ICS-TIP-12-146-01B--Targeted Cyber Intrusion Detection and Mitigation Strategies.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "Organizations observing suspected malicious activity should follow established internal procedures and report findings to CISA for tracking and correlation against other incidents.",
"title": "Recommended Practices"
}
],
"publisher": {
"category": "other",
"contact_details": "central@cisa.dhs.gov",
"name": "CISA",
"namespace": "https://www.cisa.gov/"
},
"references": [
{
"category": "self",
"summary": "SSA-332410: Multiple Vulnerabilities in SINEC INS before V1.0 SP2 Update 1 - CSAF Version",
"url": "https://cert-portal.siemens.com/productcert/csaf/ssa-332410.json"
},
{
"category": "self",
"summary": "SSA-332410: Multiple Vulnerabilities in SINEC INS before V1.0 SP2 Update 1 - TXT Version",
"url": "https://cert-portal.siemens.com/productcert/txt/ssa-332410.txt"
},
{
"category": "self",
"summary": "SSA-332410: Multiple Vulnerabilities in SINEC INS before V1.0 SP2 Update 1 - PDF Version",
"url": "https://cert-portal.siemens.com/productcert/pdf/ssa-332410.pdf"
},
{
"category": "self",
"summary": "ICS Advisory ICSA-23-017-03 JSON",
"url": "https://raw.githubusercontent.com/cisagov/CSAF/develop/csaf_files/OT/white/2023/icsa-23-017-03.json"
},
{
"category": "self",
"summary": "ICS Advisory ICSA-23-017-03 - Web Version",
"url": "https://www.cisa.gov/news-events/ics-advisories/icsa-23-017-03"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/uscert/ics/alerts/ICS-ALERT-10-301-01"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/resources-tools/resources/ics-recommended-practices"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/topics/industrial-control-systems"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://us-cert.cisa.gov/sites/default/files/recommended_practices/NCCIC_ICS-CERT_Defense_in_Depth_2016_S508C.pdf"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/sites/default/files/publications/Cybersecurity_Best_Practices_for_Industrial_Control_Systems.pdf"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/uscert/ics/tips/ICS-TIP-12-146-01B"
}
],
"title": "Siemens SINEC INS",
"tracking": {
"current_release_date": "2023-01-10T00:00:00.000000Z",
"generator": {
"engine": {
"name": "CISA CSAF Generator",
"version": "1.0.0"
}
},
"id": "ICSA-23-017-03",
"initial_release_date": "2023-01-10T00:00:00.000000Z",
"revision_history": [
{
"date": "2023-01-10T00:00:00.000000Z",
"legacy_version": "1.0",
"number": "1",
"summary": "Publication Date"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cV1.0_SP2_Update_1",
"product": {
"name": "SINEC INS",
"product_id": "CSAFPID-0001"
}
}
],
"category": "product_name",
"name": "SINEC INS"
}
],
"category": "vendor",
"name": "Siemens"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-2068",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"notes": [
{
"category": "summary",
"text": "In addition to the c_rehash shell command injection identified in CVE-2022-1292, further circumstances where the c_rehash script does not properly sanitise shell metacharacters to prevent command injection were found by code review. When the CVE-2022-1292 was fixed it was not discovered that there are other places in the script where the file names of certificates being hashed were possibly passed to a command executed through the shell. This script is distributed by some operating systems in a manner where it is automatically executed. On such operating systems, an attacker could execute arbitrary commands with the privileges of the script. Use of the c_rehash script is considered obsolete and should be replaced by the OpenSSL rehash command line tool.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109815432/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-2068"
},
{
"cve": "CVE-2022-2097",
"cwe": {
"id": "CWE-326",
"name": "Inadequate Encryption Strength"
},
"notes": [
{
"category": "summary",
"text": "AES OCB mode for 32-bit x86 platforms using the AES-NI assembly optimised implementation will not encrypt the entirety of the data under some circumstances. This could reveal sixteen bytes of data that was preexisting in the memory that wasn\u0027t written. In the special case of \"in place\" encryption, sixteen bytes of the plaintext would be revealed. Since OpenSSL does not support OCB based cipher suites for TLS and DTLS, they are both unaffected.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109815432/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-2097"
},
{
"cve": "CVE-2022-2274",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "The OpenSSL 3.0.4 release introduced a serious bug in the RSA implementation for X86_64 CPUs supporting the AVX512IFMA instructions. This issue makes the RSA implementation with 2048 bit private keys incorrect on such machines and memory corruption will happen during the computation. As a consequence of the memory corruption an attacker may be able to trigger a remote code execution on the machine performing the computation. SSL/TLS servers or other servers using 2048 bit RSA private keys running on machines supporting AVX512IFMA instructions of the X86_64 architecture are affected by this issue.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109815432/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-2274"
},
{
"cve": "CVE-2022-32212",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"notes": [
{
"category": "summary",
"text": "A OS Command Injection vulnerability exists in Node.js versions \u003c14.20.0, \u003c16.16.0, \u003c18.5.0 due to an insufficient IsAllowedHost check that can easily be bypassed because IsIPAddress does not properly check if an IP address is invalid before making DBS requests allowing rebinding attacks.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109815432/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-32212"
},
{
"cve": "CVE-2022-32213",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"notes": [
{
"category": "summary",
"text": "The llhttp parser \u003cv14.20.1, \u003cv16.17.1 and \u003cv18.9.1 in the http module in Node.js does not correctly parse and validate Transfer-Encoding headers and can lead to HTTP Request Smuggling (HRS).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109815432/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-32213"
},
{
"cve": "CVE-2022-32215",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"notes": [
{
"category": "summary",
"text": "The llhttp parser \u003cv14.20.1, \u003cv16.17.1 and \u003cv18.9.1 in the http module in Node.js does not correctly handle multi-line Transfer-Encoding headers. This can lead to HTTP Request Smuggling (HRS).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109815432/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-32215"
},
{
"cve": "CVE-2022-32222",
"cwe": {
"id": "CWE-326",
"name": "Inadequate Encryption Strength"
},
"notes": [
{
"category": "summary",
"text": "A cryptographic vulnerability exists on Node.js on linux in versions of 18.x prior to 18.40.0 which allowed a default path for openssl.cnf that might be accessible under some circumstances to a non-admin user instead of /etc/ssl as was the case in versions prior to the upgrade to OpenSSL 3.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109815432/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-32222"
},
{
"cve": "CVE-2022-35255",
"cwe": {
"id": "CWE-330",
"name": "Use of Insufficiently Random Values"
},
"notes": [
{
"category": "summary",
"text": "Node.js made calls to EntropySource() in SecretKeyGenTraits::DoKeyGen() in src/crypto/crypto_keygen.cc. However, it does not check the return value, it assumes EntropySource() always succeeds, but it can (and sometimes will) fail.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109815432/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-35255"
},
{
"cve": "CVE-2022-35256",
"cwe": {
"id": "CWE-290",
"name": "Authentication Bypass by Spoofing"
},
"notes": [
{
"category": "summary",
"text": "The llhttp parser in the http module in Node.js v18.7.0 does not correctly handle header fields that are not terminated with CLRF. This may result in HTTP Request Smuggling.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109815432/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-35256"
},
{
"cve": "CVE-2022-45092",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"notes": [
{
"category": "summary",
"text": "An authenticated remote attacker with access to the Web Based Management (443/tcp) of the affected product, could potentially read and write arbitrary files from and to the device\u0027s file system. An attacker might leverage this to trigger remote code execution on the affected component.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109815432/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.9,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-45092"
},
{
"cve": "CVE-2022-45093",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"notes": [
{
"category": "summary",
"text": "An authenticated remote attacker with access to the Web Based Management (443/tcp) of the affected product as well as with access to the SFTP server of the affected product (22/tcp), could potentially read and write arbitrary files from and to the device\u0027s file system. An attacker might leverage this to trigger remote code execution on the affected component.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "mitigation",
"details": "CVE-2022-45093: Disable the SFTP service of the affected product, if not required",
"product_ids": [
"CSAFPID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109815432/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-45093"
},
{
"cve": "CVE-2022-45094",
"cwe": {
"id": "CWE-77",
"name": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)"
},
"notes": [
{
"category": "summary",
"text": "An authenticated remote attacker with access to the Web Based Management (443/tcp) of the affected product, could potentially inject commands into the dhcpd configuration of the affected product. An attacker might leverage this to trigger remote code execution on the affected component.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "mitigation",
"details": "CVE-2022-45094: Disable the DHCP service of the affected product, if not required",
"product_ids": [
"CSAFPID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 1 or later version",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109815432/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-45094"
}
]
}
OPENSUSE-SU-2024:12370-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:corepack16-16.17.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack16-16.17.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack16-16.17.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack16-16.17.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs16-16.17.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs16-16.17.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs16-16.17.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs16-16.17.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs16-devel-16.17.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs16-devel-16.17.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs16-devel-16.17.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs16-devel-16.17.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs16-docs-16.17.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs16-docs-16.17.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs16-docs-16.17.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs16-docs-16.17.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm16-16.17.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm16-16.17.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm16-16.17.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm16-16.17.1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:corepack16-16.17.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack16-16.17.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack16-16.17.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack16-16.17.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs16-16.17.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs16-16.17.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs16-16.17.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs16-16.17.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs16-devel-16.17.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs16-devel-16.17.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs16-devel-16.17.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs16-devel-16.17.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs16-docs-16.17.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs16-docs-16.17.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs16-docs-16.17.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs16-docs-16.17.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm16-16.17.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm16-16.17.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm16-16.17.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm16-16.17.1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:corepack16-16.17.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack16-16.17.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack16-16.17.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack16-16.17.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs16-16.17.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs16-16.17.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs16-16.17.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs16-16.17.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs16-devel-16.17.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs16-devel-16.17.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs16-devel-16.17.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs16-devel-16.17.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs16-docs-16.17.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs16-docs-16.17.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs16-docs-16.17.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs16-docs-16.17.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm16-16.17.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm16-16.17.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm16-16.17.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm16-16.17.1-1.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "corepack16-16.17.1-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the corepack16-16.17.1-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-12370",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_12370-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-32215 page",
"url": "https://www.suse.com/security/cve/CVE-2022-32215/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-35255 page",
"url": "https://www.suse.com/security/cve/CVE-2022-35255/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-35256 page",
"url": "https://www.suse.com/security/cve/CVE-2022-35256/"
}
],
"title": "corepack16-16.17.1-1.1 on GA media",
"tracking": {
"current_release_date": "2024-06-15T00:00:00Z",
"generator": {
"date": "2024-06-15T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:12370-1",
"initial_release_date": "2024-06-15T00:00:00Z",
"revision_history": [
{
"date": "2024-06-15T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "corepack16-16.17.1-1.1.aarch64",
"product": {
"name": "corepack16-16.17.1-1.1.aarch64",
"product_id": "corepack16-16.17.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs16-16.17.1-1.1.aarch64",
"product": {
"name": "nodejs16-16.17.1-1.1.aarch64",
"product_id": "nodejs16-16.17.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs16-devel-16.17.1-1.1.aarch64",
"product": {
"name": "nodejs16-devel-16.17.1-1.1.aarch64",
"product_id": "nodejs16-devel-16.17.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs16-docs-16.17.1-1.1.aarch64",
"product": {
"name": "nodejs16-docs-16.17.1-1.1.aarch64",
"product_id": "nodejs16-docs-16.17.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "npm16-16.17.1-1.1.aarch64",
"product": {
"name": "npm16-16.17.1-1.1.aarch64",
"product_id": "npm16-16.17.1-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack16-16.17.1-1.1.ppc64le",
"product": {
"name": "corepack16-16.17.1-1.1.ppc64le",
"product_id": "corepack16-16.17.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs16-16.17.1-1.1.ppc64le",
"product": {
"name": "nodejs16-16.17.1-1.1.ppc64le",
"product_id": "nodejs16-16.17.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs16-devel-16.17.1-1.1.ppc64le",
"product": {
"name": "nodejs16-devel-16.17.1-1.1.ppc64le",
"product_id": "nodejs16-devel-16.17.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs16-docs-16.17.1-1.1.ppc64le",
"product": {
"name": "nodejs16-docs-16.17.1-1.1.ppc64le",
"product_id": "nodejs16-docs-16.17.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "npm16-16.17.1-1.1.ppc64le",
"product": {
"name": "npm16-16.17.1-1.1.ppc64le",
"product_id": "npm16-16.17.1-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack16-16.17.1-1.1.s390x",
"product": {
"name": "corepack16-16.17.1-1.1.s390x",
"product_id": "corepack16-16.17.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs16-16.17.1-1.1.s390x",
"product": {
"name": "nodejs16-16.17.1-1.1.s390x",
"product_id": "nodejs16-16.17.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs16-devel-16.17.1-1.1.s390x",
"product": {
"name": "nodejs16-devel-16.17.1-1.1.s390x",
"product_id": "nodejs16-devel-16.17.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs16-docs-16.17.1-1.1.s390x",
"product": {
"name": "nodejs16-docs-16.17.1-1.1.s390x",
"product_id": "nodejs16-docs-16.17.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "npm16-16.17.1-1.1.s390x",
"product": {
"name": "npm16-16.17.1-1.1.s390x",
"product_id": "npm16-16.17.1-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack16-16.17.1-1.1.x86_64",
"product": {
"name": "corepack16-16.17.1-1.1.x86_64",
"product_id": "corepack16-16.17.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs16-16.17.1-1.1.x86_64",
"product": {
"name": "nodejs16-16.17.1-1.1.x86_64",
"product_id": "nodejs16-16.17.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs16-devel-16.17.1-1.1.x86_64",
"product": {
"name": "nodejs16-devel-16.17.1-1.1.x86_64",
"product_id": "nodejs16-devel-16.17.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs16-docs-16.17.1-1.1.x86_64",
"product": {
"name": "nodejs16-docs-16.17.1-1.1.x86_64",
"product_id": "nodejs16-docs-16.17.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "npm16-16.17.1-1.1.x86_64",
"product": {
"name": "npm16-16.17.1-1.1.x86_64",
"product_id": "npm16-16.17.1-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack16-16.17.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:corepack16-16.17.1-1.1.aarch64"
},
"product_reference": "corepack16-16.17.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack16-16.17.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:corepack16-16.17.1-1.1.ppc64le"
},
"product_reference": "corepack16-16.17.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack16-16.17.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:corepack16-16.17.1-1.1.s390x"
},
"product_reference": "corepack16-16.17.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack16-16.17.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:corepack16-16.17.1-1.1.x86_64"
},
"product_reference": "corepack16-16.17.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.17.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs16-16.17.1-1.1.aarch64"
},
"product_reference": "nodejs16-16.17.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.17.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs16-16.17.1-1.1.ppc64le"
},
"product_reference": "nodejs16-16.17.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.17.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs16-16.17.1-1.1.s390x"
},
"product_reference": "nodejs16-16.17.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.17.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs16-16.17.1-1.1.x86_64"
},
"product_reference": "nodejs16-16.17.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.17.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs16-devel-16.17.1-1.1.aarch64"
},
"product_reference": "nodejs16-devel-16.17.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.17.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs16-devel-16.17.1-1.1.ppc64le"
},
"product_reference": "nodejs16-devel-16.17.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.17.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs16-devel-16.17.1-1.1.s390x"
},
"product_reference": "nodejs16-devel-16.17.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.17.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs16-devel-16.17.1-1.1.x86_64"
},
"product_reference": "nodejs16-devel-16.17.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-docs-16.17.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs16-docs-16.17.1-1.1.aarch64"
},
"product_reference": "nodejs16-docs-16.17.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-docs-16.17.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs16-docs-16.17.1-1.1.ppc64le"
},
"product_reference": "nodejs16-docs-16.17.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-docs-16.17.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs16-docs-16.17.1-1.1.s390x"
},
"product_reference": "nodejs16-docs-16.17.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-docs-16.17.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs16-docs-16.17.1-1.1.x86_64"
},
"product_reference": "nodejs16-docs-16.17.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.17.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:npm16-16.17.1-1.1.aarch64"
},
"product_reference": "npm16-16.17.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.17.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:npm16-16.17.1-1.1.ppc64le"
},
"product_reference": "npm16-16.17.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.17.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:npm16-16.17.1-1.1.s390x"
},
"product_reference": "npm16-16.17.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.17.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:npm16-16.17.1-1.1.x86_64"
},
"product_reference": "npm16-16.17.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-32215",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-32215"
}
],
"notes": [
{
"category": "general",
"text": "The llhttp parser \u003cv14.20.1, \u003cv16.17.1 and \u003cv18.9.1 in the http module in Node.js does not correctly handle multi-line Transfer-Encoding headers. This can lead to HTTP Request Smuggling (HRS).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:corepack16-16.17.1-1.1.aarch64",
"openSUSE Tumbleweed:corepack16-16.17.1-1.1.ppc64le",
"openSUSE Tumbleweed:corepack16-16.17.1-1.1.s390x",
"openSUSE Tumbleweed:corepack16-16.17.1-1.1.x86_64",
"openSUSE Tumbleweed:nodejs16-16.17.1-1.1.aarch64",
"openSUSE Tumbleweed:nodejs16-16.17.1-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs16-16.17.1-1.1.s390x",
"openSUSE Tumbleweed:nodejs16-16.17.1-1.1.x86_64",
"openSUSE Tumbleweed:nodejs16-devel-16.17.1-1.1.aarch64",
"openSUSE Tumbleweed:nodejs16-devel-16.17.1-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs16-devel-16.17.1-1.1.s390x",
"openSUSE Tumbleweed:nodejs16-devel-16.17.1-1.1.x86_64",
"openSUSE Tumbleweed:nodejs16-docs-16.17.1-1.1.aarch64",
"openSUSE Tumbleweed:nodejs16-docs-16.17.1-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs16-docs-16.17.1-1.1.s390x",
"openSUSE Tumbleweed:nodejs16-docs-16.17.1-1.1.x86_64",
"openSUSE Tumbleweed:npm16-16.17.1-1.1.aarch64",
"openSUSE Tumbleweed:npm16-16.17.1-1.1.ppc64le",
"openSUSE Tumbleweed:npm16-16.17.1-1.1.s390x",
"openSUSE Tumbleweed:npm16-16.17.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-32215",
"url": "https://www.suse.com/security/cve/CVE-2022-32215"
},
{
"category": "external",
"summary": "SUSE Bug 1201327 for CVE-2022-32215",
"url": "https://bugzilla.suse.com/1201327"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:corepack16-16.17.1-1.1.aarch64",
"openSUSE Tumbleweed:corepack16-16.17.1-1.1.ppc64le",
"openSUSE Tumbleweed:corepack16-16.17.1-1.1.s390x",
"openSUSE Tumbleweed:corepack16-16.17.1-1.1.x86_64",
"openSUSE Tumbleweed:nodejs16-16.17.1-1.1.aarch64",
"openSUSE Tumbleweed:nodejs16-16.17.1-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs16-16.17.1-1.1.s390x",
"openSUSE Tumbleweed:nodejs16-16.17.1-1.1.x86_64",
"openSUSE Tumbleweed:nodejs16-devel-16.17.1-1.1.aarch64",
"openSUSE Tumbleweed:nodejs16-devel-16.17.1-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs16-devel-16.17.1-1.1.s390x",
"openSUSE Tumbleweed:nodejs16-devel-16.17.1-1.1.x86_64",
"openSUSE Tumbleweed:nodejs16-docs-16.17.1-1.1.aarch64",
"openSUSE Tumbleweed:nodejs16-docs-16.17.1-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs16-docs-16.17.1-1.1.s390x",
"openSUSE Tumbleweed:nodejs16-docs-16.17.1-1.1.x86_64",
"openSUSE Tumbleweed:npm16-16.17.1-1.1.aarch64",
"openSUSE Tumbleweed:npm16-16.17.1-1.1.ppc64le",
"openSUSE Tumbleweed:npm16-16.17.1-1.1.s390x",
"openSUSE Tumbleweed:npm16-16.17.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:corepack16-16.17.1-1.1.aarch64",
"openSUSE Tumbleweed:corepack16-16.17.1-1.1.ppc64le",
"openSUSE Tumbleweed:corepack16-16.17.1-1.1.s390x",
"openSUSE Tumbleweed:corepack16-16.17.1-1.1.x86_64",
"openSUSE Tumbleweed:nodejs16-16.17.1-1.1.aarch64",
"openSUSE Tumbleweed:nodejs16-16.17.1-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs16-16.17.1-1.1.s390x",
"openSUSE Tumbleweed:nodejs16-16.17.1-1.1.x86_64",
"openSUSE Tumbleweed:nodejs16-devel-16.17.1-1.1.aarch64",
"openSUSE Tumbleweed:nodejs16-devel-16.17.1-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs16-devel-16.17.1-1.1.s390x",
"openSUSE Tumbleweed:nodejs16-devel-16.17.1-1.1.x86_64",
"openSUSE Tumbleweed:nodejs16-docs-16.17.1-1.1.aarch64",
"openSUSE Tumbleweed:nodejs16-docs-16.17.1-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs16-docs-16.17.1-1.1.s390x",
"openSUSE Tumbleweed:nodejs16-docs-16.17.1-1.1.x86_64",
"openSUSE Tumbleweed:npm16-16.17.1-1.1.aarch64",
"openSUSE Tumbleweed:npm16-16.17.1-1.1.ppc64le",
"openSUSE Tumbleweed:npm16-16.17.1-1.1.s390x",
"openSUSE Tumbleweed:npm16-16.17.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-32215"
},
{
"cve": "CVE-2022-35255",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-35255"
}
],
"notes": [
{
"category": "general",
"text": "A weak randomness in WebCrypto keygen vulnerability exists in Node.js 18 due to a change with EntropySource() in SecretKeyGenTraits::DoKeyGen() in src/crypto/crypto_keygen.cc. There are two problems with this: 1) It does not check the return value, it assumes EntropySource() always succeeds, but it can (and sometimes will) fail. 2) The random data returned byEntropySource() may not be cryptographically strong and therefore not suitable as keying material.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:corepack16-16.17.1-1.1.aarch64",
"openSUSE Tumbleweed:corepack16-16.17.1-1.1.ppc64le",
"openSUSE Tumbleweed:corepack16-16.17.1-1.1.s390x",
"openSUSE Tumbleweed:corepack16-16.17.1-1.1.x86_64",
"openSUSE Tumbleweed:nodejs16-16.17.1-1.1.aarch64",
"openSUSE Tumbleweed:nodejs16-16.17.1-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs16-16.17.1-1.1.s390x",
"openSUSE Tumbleweed:nodejs16-16.17.1-1.1.x86_64",
"openSUSE Tumbleweed:nodejs16-devel-16.17.1-1.1.aarch64",
"openSUSE Tumbleweed:nodejs16-devel-16.17.1-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs16-devel-16.17.1-1.1.s390x",
"openSUSE Tumbleweed:nodejs16-devel-16.17.1-1.1.x86_64",
"openSUSE Tumbleweed:nodejs16-docs-16.17.1-1.1.aarch64",
"openSUSE Tumbleweed:nodejs16-docs-16.17.1-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs16-docs-16.17.1-1.1.s390x",
"openSUSE Tumbleweed:nodejs16-docs-16.17.1-1.1.x86_64",
"openSUSE Tumbleweed:npm16-16.17.1-1.1.aarch64",
"openSUSE Tumbleweed:npm16-16.17.1-1.1.ppc64le",
"openSUSE Tumbleweed:npm16-16.17.1-1.1.s390x",
"openSUSE Tumbleweed:npm16-16.17.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-35255",
"url": "https://www.suse.com/security/cve/CVE-2022-35255"
},
{
"category": "external",
"summary": "SUSE Bug 1203831 for CVE-2022-35255",
"url": "https://bugzilla.suse.com/1203831"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:corepack16-16.17.1-1.1.aarch64",
"openSUSE Tumbleweed:corepack16-16.17.1-1.1.ppc64le",
"openSUSE Tumbleweed:corepack16-16.17.1-1.1.s390x",
"openSUSE Tumbleweed:corepack16-16.17.1-1.1.x86_64",
"openSUSE Tumbleweed:nodejs16-16.17.1-1.1.aarch64",
"openSUSE Tumbleweed:nodejs16-16.17.1-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs16-16.17.1-1.1.s390x",
"openSUSE Tumbleweed:nodejs16-16.17.1-1.1.x86_64",
"openSUSE Tumbleweed:nodejs16-devel-16.17.1-1.1.aarch64",
"openSUSE Tumbleweed:nodejs16-devel-16.17.1-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs16-devel-16.17.1-1.1.s390x",
"openSUSE Tumbleweed:nodejs16-devel-16.17.1-1.1.x86_64",
"openSUSE Tumbleweed:nodejs16-docs-16.17.1-1.1.aarch64",
"openSUSE Tumbleweed:nodejs16-docs-16.17.1-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs16-docs-16.17.1-1.1.s390x",
"openSUSE Tumbleweed:nodejs16-docs-16.17.1-1.1.x86_64",
"openSUSE Tumbleweed:npm16-16.17.1-1.1.aarch64",
"openSUSE Tumbleweed:npm16-16.17.1-1.1.ppc64le",
"openSUSE Tumbleweed:npm16-16.17.1-1.1.s390x",
"openSUSE Tumbleweed:npm16-16.17.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:corepack16-16.17.1-1.1.aarch64",
"openSUSE Tumbleweed:corepack16-16.17.1-1.1.ppc64le",
"openSUSE Tumbleweed:corepack16-16.17.1-1.1.s390x",
"openSUSE Tumbleweed:corepack16-16.17.1-1.1.x86_64",
"openSUSE Tumbleweed:nodejs16-16.17.1-1.1.aarch64",
"openSUSE Tumbleweed:nodejs16-16.17.1-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs16-16.17.1-1.1.s390x",
"openSUSE Tumbleweed:nodejs16-16.17.1-1.1.x86_64",
"openSUSE Tumbleweed:nodejs16-devel-16.17.1-1.1.aarch64",
"openSUSE Tumbleweed:nodejs16-devel-16.17.1-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs16-devel-16.17.1-1.1.s390x",
"openSUSE Tumbleweed:nodejs16-devel-16.17.1-1.1.x86_64",
"openSUSE Tumbleweed:nodejs16-docs-16.17.1-1.1.aarch64",
"openSUSE Tumbleweed:nodejs16-docs-16.17.1-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs16-docs-16.17.1-1.1.s390x",
"openSUSE Tumbleweed:nodejs16-docs-16.17.1-1.1.x86_64",
"openSUSE Tumbleweed:npm16-16.17.1-1.1.aarch64",
"openSUSE Tumbleweed:npm16-16.17.1-1.1.ppc64le",
"openSUSE Tumbleweed:npm16-16.17.1-1.1.s390x",
"openSUSE Tumbleweed:npm16-16.17.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2022-35255"
},
{
"cve": "CVE-2022-35256",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-35256"
}
],
"notes": [
{
"category": "general",
"text": "The llhttp parser in the http module in Node v18.7.0 does not correctly handle header fields that are not terminated with CLRF. This may result in HTTP Request Smuggling.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:corepack16-16.17.1-1.1.aarch64",
"openSUSE Tumbleweed:corepack16-16.17.1-1.1.ppc64le",
"openSUSE Tumbleweed:corepack16-16.17.1-1.1.s390x",
"openSUSE Tumbleweed:corepack16-16.17.1-1.1.x86_64",
"openSUSE Tumbleweed:nodejs16-16.17.1-1.1.aarch64",
"openSUSE Tumbleweed:nodejs16-16.17.1-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs16-16.17.1-1.1.s390x",
"openSUSE Tumbleweed:nodejs16-16.17.1-1.1.x86_64",
"openSUSE Tumbleweed:nodejs16-devel-16.17.1-1.1.aarch64",
"openSUSE Tumbleweed:nodejs16-devel-16.17.1-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs16-devel-16.17.1-1.1.s390x",
"openSUSE Tumbleweed:nodejs16-devel-16.17.1-1.1.x86_64",
"openSUSE Tumbleweed:nodejs16-docs-16.17.1-1.1.aarch64",
"openSUSE Tumbleweed:nodejs16-docs-16.17.1-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs16-docs-16.17.1-1.1.s390x",
"openSUSE Tumbleweed:nodejs16-docs-16.17.1-1.1.x86_64",
"openSUSE Tumbleweed:npm16-16.17.1-1.1.aarch64",
"openSUSE Tumbleweed:npm16-16.17.1-1.1.ppc64le",
"openSUSE Tumbleweed:npm16-16.17.1-1.1.s390x",
"openSUSE Tumbleweed:npm16-16.17.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-35256",
"url": "https://www.suse.com/security/cve/CVE-2022-35256"
},
{
"category": "external",
"summary": "SUSE Bug 1203832 for CVE-2022-35256",
"url": "https://bugzilla.suse.com/1203832"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:corepack16-16.17.1-1.1.aarch64",
"openSUSE Tumbleweed:corepack16-16.17.1-1.1.ppc64le",
"openSUSE Tumbleweed:corepack16-16.17.1-1.1.s390x",
"openSUSE Tumbleweed:corepack16-16.17.1-1.1.x86_64",
"openSUSE Tumbleweed:nodejs16-16.17.1-1.1.aarch64",
"openSUSE Tumbleweed:nodejs16-16.17.1-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs16-16.17.1-1.1.s390x",
"openSUSE Tumbleweed:nodejs16-16.17.1-1.1.x86_64",
"openSUSE Tumbleweed:nodejs16-devel-16.17.1-1.1.aarch64",
"openSUSE Tumbleweed:nodejs16-devel-16.17.1-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs16-devel-16.17.1-1.1.s390x",
"openSUSE Tumbleweed:nodejs16-devel-16.17.1-1.1.x86_64",
"openSUSE Tumbleweed:nodejs16-docs-16.17.1-1.1.aarch64",
"openSUSE Tumbleweed:nodejs16-docs-16.17.1-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs16-docs-16.17.1-1.1.s390x",
"openSUSE Tumbleweed:nodejs16-docs-16.17.1-1.1.x86_64",
"openSUSE Tumbleweed:npm16-16.17.1-1.1.aarch64",
"openSUSE Tumbleweed:npm16-16.17.1-1.1.ppc64le",
"openSUSE Tumbleweed:npm16-16.17.1-1.1.s390x",
"openSUSE Tumbleweed:npm16-16.17.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:corepack16-16.17.1-1.1.aarch64",
"openSUSE Tumbleweed:corepack16-16.17.1-1.1.ppc64le",
"openSUSE Tumbleweed:corepack16-16.17.1-1.1.s390x",
"openSUSE Tumbleweed:corepack16-16.17.1-1.1.x86_64",
"openSUSE Tumbleweed:nodejs16-16.17.1-1.1.aarch64",
"openSUSE Tumbleweed:nodejs16-16.17.1-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs16-16.17.1-1.1.s390x",
"openSUSE Tumbleweed:nodejs16-16.17.1-1.1.x86_64",
"openSUSE Tumbleweed:nodejs16-devel-16.17.1-1.1.aarch64",
"openSUSE Tumbleweed:nodejs16-devel-16.17.1-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs16-devel-16.17.1-1.1.s390x",
"openSUSE Tumbleweed:nodejs16-devel-16.17.1-1.1.x86_64",
"openSUSE Tumbleweed:nodejs16-docs-16.17.1-1.1.aarch64",
"openSUSE Tumbleweed:nodejs16-docs-16.17.1-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs16-docs-16.17.1-1.1.s390x",
"openSUSE Tumbleweed:nodejs16-docs-16.17.1-1.1.x86_64",
"openSUSE Tumbleweed:npm16-16.17.1-1.1.aarch64",
"openSUSE Tumbleweed:npm16-16.17.1-1.1.ppc64le",
"openSUSE Tumbleweed:npm16-16.17.1-1.1.s390x",
"openSUSE Tumbleweed:npm16-16.17.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-35256"
}
]
}
OPENSUSE-SU-2024:12376-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:corepack18-18.10.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack18-18.10.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack18-18.10.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack18-18.10.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs18-18.10.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs18-18.10.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs18-18.10.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs18-18.10.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs18-devel-18.10.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs18-devel-18.10.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs18-devel-18.10.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs18-devel-18.10.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs18-docs-18.10.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs18-docs-18.10.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs18-docs-18.10.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs18-docs-18.10.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm18-18.10.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm18-18.10.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm18-18.10.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm18-18.10.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:corepack18-18.10.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack18-18.10.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack18-18.10.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack18-18.10.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs18-18.10.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs18-18.10.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs18-18.10.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs18-18.10.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs18-devel-18.10.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs18-devel-18.10.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs18-devel-18.10.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs18-devel-18.10.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs18-docs-18.10.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs18-docs-18.10.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs18-docs-18.10.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs18-docs-18.10.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm18-18.10.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm18-18.10.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm18-18.10.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm18-18.10.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:corepack18-18.10.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack18-18.10.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack18-18.10.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack18-18.10.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs18-18.10.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs18-18.10.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs18-18.10.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs18-18.10.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs18-devel-18.10.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs18-devel-18.10.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs18-devel-18.10.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs18-devel-18.10.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs18-docs-18.10.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs18-docs-18.10.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs18-docs-18.10.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs18-docs-18.10.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm18-18.10.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm18-18.10.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm18-18.10.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm18-18.10.0-1.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "corepack18-18.10.0-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the corepack18-18.10.0-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-12376",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_12376-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-32215 page",
"url": "https://www.suse.com/security/cve/CVE-2022-32215/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-35255 page",
"url": "https://www.suse.com/security/cve/CVE-2022-35255/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-35256 page",
"url": "https://www.suse.com/security/cve/CVE-2022-35256/"
}
],
"title": "corepack18-18.10.0-1.1 on GA media",
"tracking": {
"current_release_date": "2024-06-15T00:00:00Z",
"generator": {
"date": "2024-06-15T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:12376-1",
"initial_release_date": "2024-06-15T00:00:00Z",
"revision_history": [
{
"date": "2024-06-15T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "corepack18-18.10.0-1.1.aarch64",
"product": {
"name": "corepack18-18.10.0-1.1.aarch64",
"product_id": "corepack18-18.10.0-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs18-18.10.0-1.1.aarch64",
"product": {
"name": "nodejs18-18.10.0-1.1.aarch64",
"product_id": "nodejs18-18.10.0-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs18-devel-18.10.0-1.1.aarch64",
"product": {
"name": "nodejs18-devel-18.10.0-1.1.aarch64",
"product_id": "nodejs18-devel-18.10.0-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs18-docs-18.10.0-1.1.aarch64",
"product": {
"name": "nodejs18-docs-18.10.0-1.1.aarch64",
"product_id": "nodejs18-docs-18.10.0-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "npm18-18.10.0-1.1.aarch64",
"product": {
"name": "npm18-18.10.0-1.1.aarch64",
"product_id": "npm18-18.10.0-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack18-18.10.0-1.1.ppc64le",
"product": {
"name": "corepack18-18.10.0-1.1.ppc64le",
"product_id": "corepack18-18.10.0-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs18-18.10.0-1.1.ppc64le",
"product": {
"name": "nodejs18-18.10.0-1.1.ppc64le",
"product_id": "nodejs18-18.10.0-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs18-devel-18.10.0-1.1.ppc64le",
"product": {
"name": "nodejs18-devel-18.10.0-1.1.ppc64le",
"product_id": "nodejs18-devel-18.10.0-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs18-docs-18.10.0-1.1.ppc64le",
"product": {
"name": "nodejs18-docs-18.10.0-1.1.ppc64le",
"product_id": "nodejs18-docs-18.10.0-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "npm18-18.10.0-1.1.ppc64le",
"product": {
"name": "npm18-18.10.0-1.1.ppc64le",
"product_id": "npm18-18.10.0-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack18-18.10.0-1.1.s390x",
"product": {
"name": "corepack18-18.10.0-1.1.s390x",
"product_id": "corepack18-18.10.0-1.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs18-18.10.0-1.1.s390x",
"product": {
"name": "nodejs18-18.10.0-1.1.s390x",
"product_id": "nodejs18-18.10.0-1.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs18-devel-18.10.0-1.1.s390x",
"product": {
"name": "nodejs18-devel-18.10.0-1.1.s390x",
"product_id": "nodejs18-devel-18.10.0-1.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs18-docs-18.10.0-1.1.s390x",
"product": {
"name": "nodejs18-docs-18.10.0-1.1.s390x",
"product_id": "nodejs18-docs-18.10.0-1.1.s390x"
}
},
{
"category": "product_version",
"name": "npm18-18.10.0-1.1.s390x",
"product": {
"name": "npm18-18.10.0-1.1.s390x",
"product_id": "npm18-18.10.0-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack18-18.10.0-1.1.x86_64",
"product": {
"name": "corepack18-18.10.0-1.1.x86_64",
"product_id": "corepack18-18.10.0-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs18-18.10.0-1.1.x86_64",
"product": {
"name": "nodejs18-18.10.0-1.1.x86_64",
"product_id": "nodejs18-18.10.0-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs18-devel-18.10.0-1.1.x86_64",
"product": {
"name": "nodejs18-devel-18.10.0-1.1.x86_64",
"product_id": "nodejs18-devel-18.10.0-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs18-docs-18.10.0-1.1.x86_64",
"product": {
"name": "nodejs18-docs-18.10.0-1.1.x86_64",
"product_id": "nodejs18-docs-18.10.0-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "npm18-18.10.0-1.1.x86_64",
"product": {
"name": "npm18-18.10.0-1.1.x86_64",
"product_id": "npm18-18.10.0-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack18-18.10.0-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:corepack18-18.10.0-1.1.aarch64"
},
"product_reference": "corepack18-18.10.0-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack18-18.10.0-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:corepack18-18.10.0-1.1.ppc64le"
},
"product_reference": "corepack18-18.10.0-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack18-18.10.0-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:corepack18-18.10.0-1.1.s390x"
},
"product_reference": "corepack18-18.10.0-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack18-18.10.0-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:corepack18-18.10.0-1.1.x86_64"
},
"product_reference": "corepack18-18.10.0-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.10.0-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs18-18.10.0-1.1.aarch64"
},
"product_reference": "nodejs18-18.10.0-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.10.0-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs18-18.10.0-1.1.ppc64le"
},
"product_reference": "nodejs18-18.10.0-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.10.0-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs18-18.10.0-1.1.s390x"
},
"product_reference": "nodejs18-18.10.0-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.10.0-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs18-18.10.0-1.1.x86_64"
},
"product_reference": "nodejs18-18.10.0-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.10.0-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs18-devel-18.10.0-1.1.aarch64"
},
"product_reference": "nodejs18-devel-18.10.0-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.10.0-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs18-devel-18.10.0-1.1.ppc64le"
},
"product_reference": "nodejs18-devel-18.10.0-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.10.0-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs18-devel-18.10.0-1.1.s390x"
},
"product_reference": "nodejs18-devel-18.10.0-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.10.0-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs18-devel-18.10.0-1.1.x86_64"
},
"product_reference": "nodejs18-devel-18.10.0-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-docs-18.10.0-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs18-docs-18.10.0-1.1.aarch64"
},
"product_reference": "nodejs18-docs-18.10.0-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-docs-18.10.0-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs18-docs-18.10.0-1.1.ppc64le"
},
"product_reference": "nodejs18-docs-18.10.0-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-docs-18.10.0-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs18-docs-18.10.0-1.1.s390x"
},
"product_reference": "nodejs18-docs-18.10.0-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-docs-18.10.0-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs18-docs-18.10.0-1.1.x86_64"
},
"product_reference": "nodejs18-docs-18.10.0-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.10.0-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:npm18-18.10.0-1.1.aarch64"
},
"product_reference": "npm18-18.10.0-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.10.0-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:npm18-18.10.0-1.1.ppc64le"
},
"product_reference": "npm18-18.10.0-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.10.0-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:npm18-18.10.0-1.1.s390x"
},
"product_reference": "npm18-18.10.0-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.10.0-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:npm18-18.10.0-1.1.x86_64"
},
"product_reference": "npm18-18.10.0-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-32215",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-32215"
}
],
"notes": [
{
"category": "general",
"text": "The llhttp parser \u003cv14.20.1, \u003cv16.17.1 and \u003cv18.9.1 in the http module in Node.js does not correctly handle multi-line Transfer-Encoding headers. This can lead to HTTP Request Smuggling (HRS).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:corepack18-18.10.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack18-18.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack18-18.10.0-1.1.s390x",
"openSUSE Tumbleweed:corepack18-18.10.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs18-18.10.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs18-18.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs18-18.10.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs18-18.10.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs18-devel-18.10.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs18-devel-18.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs18-devel-18.10.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs18-devel-18.10.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs18-docs-18.10.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs18-docs-18.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs18-docs-18.10.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs18-docs-18.10.0-1.1.x86_64",
"openSUSE Tumbleweed:npm18-18.10.0-1.1.aarch64",
"openSUSE Tumbleweed:npm18-18.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm18-18.10.0-1.1.s390x",
"openSUSE Tumbleweed:npm18-18.10.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-32215",
"url": "https://www.suse.com/security/cve/CVE-2022-32215"
},
{
"category": "external",
"summary": "SUSE Bug 1201327 for CVE-2022-32215",
"url": "https://bugzilla.suse.com/1201327"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:corepack18-18.10.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack18-18.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack18-18.10.0-1.1.s390x",
"openSUSE Tumbleweed:corepack18-18.10.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs18-18.10.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs18-18.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs18-18.10.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs18-18.10.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs18-devel-18.10.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs18-devel-18.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs18-devel-18.10.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs18-devel-18.10.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs18-docs-18.10.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs18-docs-18.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs18-docs-18.10.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs18-docs-18.10.0-1.1.x86_64",
"openSUSE Tumbleweed:npm18-18.10.0-1.1.aarch64",
"openSUSE Tumbleweed:npm18-18.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm18-18.10.0-1.1.s390x",
"openSUSE Tumbleweed:npm18-18.10.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:corepack18-18.10.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack18-18.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack18-18.10.0-1.1.s390x",
"openSUSE Tumbleweed:corepack18-18.10.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs18-18.10.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs18-18.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs18-18.10.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs18-18.10.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs18-devel-18.10.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs18-devel-18.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs18-devel-18.10.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs18-devel-18.10.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs18-docs-18.10.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs18-docs-18.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs18-docs-18.10.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs18-docs-18.10.0-1.1.x86_64",
"openSUSE Tumbleweed:npm18-18.10.0-1.1.aarch64",
"openSUSE Tumbleweed:npm18-18.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm18-18.10.0-1.1.s390x",
"openSUSE Tumbleweed:npm18-18.10.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-32215"
},
{
"cve": "CVE-2022-35255",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-35255"
}
],
"notes": [
{
"category": "general",
"text": "A weak randomness in WebCrypto keygen vulnerability exists in Node.js 18 due to a change with EntropySource() in SecretKeyGenTraits::DoKeyGen() in src/crypto/crypto_keygen.cc. There are two problems with this: 1) It does not check the return value, it assumes EntropySource() always succeeds, but it can (and sometimes will) fail. 2) The random data returned byEntropySource() may not be cryptographically strong and therefore not suitable as keying material.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:corepack18-18.10.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack18-18.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack18-18.10.0-1.1.s390x",
"openSUSE Tumbleweed:corepack18-18.10.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs18-18.10.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs18-18.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs18-18.10.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs18-18.10.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs18-devel-18.10.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs18-devel-18.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs18-devel-18.10.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs18-devel-18.10.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs18-docs-18.10.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs18-docs-18.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs18-docs-18.10.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs18-docs-18.10.0-1.1.x86_64",
"openSUSE Tumbleweed:npm18-18.10.0-1.1.aarch64",
"openSUSE Tumbleweed:npm18-18.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm18-18.10.0-1.1.s390x",
"openSUSE Tumbleweed:npm18-18.10.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-35255",
"url": "https://www.suse.com/security/cve/CVE-2022-35255"
},
{
"category": "external",
"summary": "SUSE Bug 1203831 for CVE-2022-35255",
"url": "https://bugzilla.suse.com/1203831"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:corepack18-18.10.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack18-18.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack18-18.10.0-1.1.s390x",
"openSUSE Tumbleweed:corepack18-18.10.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs18-18.10.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs18-18.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs18-18.10.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs18-18.10.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs18-devel-18.10.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs18-devel-18.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs18-devel-18.10.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs18-devel-18.10.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs18-docs-18.10.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs18-docs-18.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs18-docs-18.10.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs18-docs-18.10.0-1.1.x86_64",
"openSUSE Tumbleweed:npm18-18.10.0-1.1.aarch64",
"openSUSE Tumbleweed:npm18-18.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm18-18.10.0-1.1.s390x",
"openSUSE Tumbleweed:npm18-18.10.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:corepack18-18.10.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack18-18.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack18-18.10.0-1.1.s390x",
"openSUSE Tumbleweed:corepack18-18.10.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs18-18.10.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs18-18.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs18-18.10.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs18-18.10.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs18-devel-18.10.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs18-devel-18.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs18-devel-18.10.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs18-devel-18.10.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs18-docs-18.10.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs18-docs-18.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs18-docs-18.10.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs18-docs-18.10.0-1.1.x86_64",
"openSUSE Tumbleweed:npm18-18.10.0-1.1.aarch64",
"openSUSE Tumbleweed:npm18-18.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm18-18.10.0-1.1.s390x",
"openSUSE Tumbleweed:npm18-18.10.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2022-35255"
},
{
"cve": "CVE-2022-35256",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-35256"
}
],
"notes": [
{
"category": "general",
"text": "The llhttp parser in the http module in Node v18.7.0 does not correctly handle header fields that are not terminated with CLRF. This may result in HTTP Request Smuggling.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:corepack18-18.10.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack18-18.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack18-18.10.0-1.1.s390x",
"openSUSE Tumbleweed:corepack18-18.10.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs18-18.10.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs18-18.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs18-18.10.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs18-18.10.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs18-devel-18.10.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs18-devel-18.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs18-devel-18.10.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs18-devel-18.10.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs18-docs-18.10.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs18-docs-18.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs18-docs-18.10.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs18-docs-18.10.0-1.1.x86_64",
"openSUSE Tumbleweed:npm18-18.10.0-1.1.aarch64",
"openSUSE Tumbleweed:npm18-18.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm18-18.10.0-1.1.s390x",
"openSUSE Tumbleweed:npm18-18.10.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-35256",
"url": "https://www.suse.com/security/cve/CVE-2022-35256"
},
{
"category": "external",
"summary": "SUSE Bug 1203832 for CVE-2022-35256",
"url": "https://bugzilla.suse.com/1203832"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:corepack18-18.10.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack18-18.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack18-18.10.0-1.1.s390x",
"openSUSE Tumbleweed:corepack18-18.10.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs18-18.10.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs18-18.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs18-18.10.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs18-18.10.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs18-devel-18.10.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs18-devel-18.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs18-devel-18.10.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs18-devel-18.10.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs18-docs-18.10.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs18-docs-18.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs18-docs-18.10.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs18-docs-18.10.0-1.1.x86_64",
"openSUSE Tumbleweed:npm18-18.10.0-1.1.aarch64",
"openSUSE Tumbleweed:npm18-18.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm18-18.10.0-1.1.s390x",
"openSUSE Tumbleweed:npm18-18.10.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:corepack18-18.10.0-1.1.aarch64",
"openSUSE Tumbleweed:corepack18-18.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:corepack18-18.10.0-1.1.s390x",
"openSUSE Tumbleweed:corepack18-18.10.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs18-18.10.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs18-18.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs18-18.10.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs18-18.10.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs18-devel-18.10.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs18-devel-18.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs18-devel-18.10.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs18-devel-18.10.0-1.1.x86_64",
"openSUSE Tumbleweed:nodejs18-docs-18.10.0-1.1.aarch64",
"openSUSE Tumbleweed:nodejs18-docs-18.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs18-docs-18.10.0-1.1.s390x",
"openSUSE Tumbleweed:nodejs18-docs-18.10.0-1.1.x86_64",
"openSUSE Tumbleweed:npm18-18.10.0-1.1.aarch64",
"openSUSE Tumbleweed:npm18-18.10.0-1.1.ppc64le",
"openSUSE Tumbleweed:npm18-18.10.0-1.1.s390x",
"openSUSE Tumbleweed:npm18-18.10.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-35256"
}
]
}
RHSA-2022:6963
Vulnerability from csaf_redhat - Published: 2022-10-18 09:27 - Updated: 2025-11-21 18:33A vulnerability was found in NodeJS due to weak randomness in the WebCrypto keygen within the SecretKeyGenTraits::DoKeyGen() in src/crypto/crypto_keygen.cc. Node.js made calls to EntropySource() in SecretKeyGenTraits::DoKeyGen(). However, it does not check the return value and assumes the EntropySource() always succeeds, but it can and sometimes will fail. This flaw allows a remote attacker to decrypt sensitive information.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.el9_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-docs-1:16.17.1-1.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-1:16.17.1-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-1:16.17.1-1.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-1:16.17.1-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-1:16.17.1-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-1:16.17.1-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.17.1-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.17.1-1.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.17.1-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.17.1-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.17.1-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.el9_0.x86_64 | — |
Vendor Fix
fix
|
A vulnerability was found in NodeJS due to improper validation of HTTP requests. The llhttp parser in the HTTP module in Node.js does not correctly handle header fields that are not terminated with CLRF. This issue may result in HTTP Request Smuggling. This flaw allows a remote attacker to send a specially crafted HTTP request to the server and smuggle arbitrary HTTP headers.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.el9_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-docs-1:16.17.1-1.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-1:16.17.1-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-1:16.17.1-1.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-1:16.17.1-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-1:16.17.1-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-1:16.17.1-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.17.1-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.17.1-1.el9_0.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.17.1-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.17.1-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.17.1-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.el9_0.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for nodejs is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Node.js is a software development platform for building fast and scalable network applications in the JavaScript programming language. \n\nThe following packages have been upgraded to a later upstream version: nodejs (16.17.1).\n\nSecurity Fix(es):\n\n* nodejs: weak randomness in WebCrypto keygen (CVE-2022-35255)\n\n* nodejs: HTTP Request Smuggling due to incorrect parsing of header fields (CVE-2022-35256)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2022:6963",
"url": "https://access.redhat.com/errata/RHSA-2022:6963"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2130517",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2130517"
},
{
"category": "external",
"summary": "2130518",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2130518"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_6963.json"
}
],
"title": "Red Hat Security Advisory: nodejs security update",
"tracking": {
"current_release_date": "2025-11-21T18:33:57+00:00",
"generator": {
"date": "2025-11-21T18:33:57+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2022:6963",
"initial_release_date": "2022-10-18T09:27:13+00:00",
"revision_history": [
{
"date": "2022-10-18T09:27:13+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2022-10-18T09:27:13+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T18:33:57+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.0.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-1:16.17.1-1.el9_0.src",
"product": {
"name": "nodejs-1:16.17.1-1.el9_0.src",
"product_id": "nodejs-1:16.17.1-1.el9_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs@16.17.1-1.el9_0?arch=src\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-1:16.17.1-1.el9_0.aarch64",
"product": {
"name": "nodejs-1:16.17.1-1.el9_0.aarch64",
"product_id": "nodejs-1:16.17.1-1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs@16.17.1-1.el9_0?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nodejs-full-i18n-1:16.17.1-1.el9_0.aarch64",
"product": {
"name": "nodejs-full-i18n-1:16.17.1-1.el9_0.aarch64",
"product_id": "nodejs-full-i18n-1:16.17.1-1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-full-i18n@16.17.1-1.el9_0?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nodejs-libs-1:16.17.1-1.el9_0.aarch64",
"product": {
"name": "nodejs-libs-1:16.17.1-1.el9_0.aarch64",
"product_id": "nodejs-libs-1:16.17.1-1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-libs@16.17.1-1.el9_0?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "npm-1:8.15.0-1.16.17.1.1.el9_0.aarch64",
"product": {
"name": "npm-1:8.15.0-1.16.17.1.1.el9_0.aarch64",
"product_id": "npm-1:8.15.0-1.16.17.1.1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/npm@8.15.0-1.16.17.1.1.el9_0?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nodejs-debugsource-1:16.17.1-1.el9_0.aarch64",
"product": {
"name": "nodejs-debugsource-1:16.17.1-1.el9_0.aarch64",
"product_id": "nodejs-debugsource-1:16.17.1-1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debugsource@16.17.1-1.el9_0?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nodejs-debuginfo-1:16.17.1-1.el9_0.aarch64",
"product": {
"name": "nodejs-debuginfo-1:16.17.1-1.el9_0.aarch64",
"product_id": "nodejs-debuginfo-1:16.17.1-1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debuginfo@16.17.1-1.el9_0?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nodejs-libs-debuginfo-1:16.17.1-1.el9_0.aarch64",
"product": {
"name": "nodejs-libs-debuginfo-1:16.17.1-1.el9_0.aarch64",
"product_id": "nodejs-libs-debuginfo-1:16.17.1-1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-libs-debuginfo@16.17.1-1.el9_0?arch=aarch64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-1:16.17.1-1.el9_0.ppc64le",
"product": {
"name": "nodejs-1:16.17.1-1.el9_0.ppc64le",
"product_id": "nodejs-1:16.17.1-1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs@16.17.1-1.el9_0?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nodejs-full-i18n-1:16.17.1-1.el9_0.ppc64le",
"product": {
"name": "nodejs-full-i18n-1:16.17.1-1.el9_0.ppc64le",
"product_id": "nodejs-full-i18n-1:16.17.1-1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-full-i18n@16.17.1-1.el9_0?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nodejs-libs-1:16.17.1-1.el9_0.ppc64le",
"product": {
"name": "nodejs-libs-1:16.17.1-1.el9_0.ppc64le",
"product_id": "nodejs-libs-1:16.17.1-1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-libs@16.17.1-1.el9_0?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "npm-1:8.15.0-1.16.17.1.1.el9_0.ppc64le",
"product": {
"name": "npm-1:8.15.0-1.16.17.1.1.el9_0.ppc64le",
"product_id": "npm-1:8.15.0-1.16.17.1.1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/npm@8.15.0-1.16.17.1.1.el9_0?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nodejs-debugsource-1:16.17.1-1.el9_0.ppc64le",
"product": {
"name": "nodejs-debugsource-1:16.17.1-1.el9_0.ppc64le",
"product_id": "nodejs-debugsource-1:16.17.1-1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debugsource@16.17.1-1.el9_0?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nodejs-debuginfo-1:16.17.1-1.el9_0.ppc64le",
"product": {
"name": "nodejs-debuginfo-1:16.17.1-1.el9_0.ppc64le",
"product_id": "nodejs-debuginfo-1:16.17.1-1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debuginfo@16.17.1-1.el9_0?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nodejs-libs-debuginfo-1:16.17.1-1.el9_0.ppc64le",
"product": {
"name": "nodejs-libs-debuginfo-1:16.17.1-1.el9_0.ppc64le",
"product_id": "nodejs-libs-debuginfo-1:16.17.1-1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-libs-debuginfo@16.17.1-1.el9_0?arch=ppc64le\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-1:16.17.1-1.el9_0.x86_64",
"product": {
"name": "nodejs-1:16.17.1-1.el9_0.x86_64",
"product_id": "nodejs-1:16.17.1-1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs@16.17.1-1.el9_0?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nodejs-full-i18n-1:16.17.1-1.el9_0.x86_64",
"product": {
"name": "nodejs-full-i18n-1:16.17.1-1.el9_0.x86_64",
"product_id": "nodejs-full-i18n-1:16.17.1-1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-full-i18n@16.17.1-1.el9_0?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nodejs-libs-1:16.17.1-1.el9_0.x86_64",
"product": {
"name": "nodejs-libs-1:16.17.1-1.el9_0.x86_64",
"product_id": "nodejs-libs-1:16.17.1-1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-libs@16.17.1-1.el9_0?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "npm-1:8.15.0-1.16.17.1.1.el9_0.x86_64",
"product": {
"name": "npm-1:8.15.0-1.16.17.1.1.el9_0.x86_64",
"product_id": "npm-1:8.15.0-1.16.17.1.1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/npm@8.15.0-1.16.17.1.1.el9_0?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nodejs-debugsource-1:16.17.1-1.el9_0.x86_64",
"product": {
"name": "nodejs-debugsource-1:16.17.1-1.el9_0.x86_64",
"product_id": "nodejs-debugsource-1:16.17.1-1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debugsource@16.17.1-1.el9_0?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nodejs-debuginfo-1:16.17.1-1.el9_0.x86_64",
"product": {
"name": "nodejs-debuginfo-1:16.17.1-1.el9_0.x86_64",
"product_id": "nodejs-debuginfo-1:16.17.1-1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debuginfo@16.17.1-1.el9_0?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nodejs-libs-debuginfo-1:16.17.1-1.el9_0.x86_64",
"product": {
"name": "nodejs-libs-debuginfo-1:16.17.1-1.el9_0.x86_64",
"product_id": "nodejs-libs-debuginfo-1:16.17.1-1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-libs-debuginfo@16.17.1-1.el9_0?arch=x86_64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-libs-1:16.17.1-1.el9_0.i686",
"product": {
"name": "nodejs-libs-1:16.17.1-1.el9_0.i686",
"product_id": "nodejs-libs-1:16.17.1-1.el9_0.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-libs@16.17.1-1.el9_0?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nodejs-debugsource-1:16.17.1-1.el9_0.i686",
"product": {
"name": "nodejs-debugsource-1:16.17.1-1.el9_0.i686",
"product_id": "nodejs-debugsource-1:16.17.1-1.el9_0.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debugsource@16.17.1-1.el9_0?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nodejs-debuginfo-1:16.17.1-1.el9_0.i686",
"product": {
"name": "nodejs-debuginfo-1:16.17.1-1.el9_0.i686",
"product_id": "nodejs-debuginfo-1:16.17.1-1.el9_0.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debuginfo@16.17.1-1.el9_0?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nodejs-libs-debuginfo-1:16.17.1-1.el9_0.i686",
"product": {
"name": "nodejs-libs-debuginfo-1:16.17.1-1.el9_0.i686",
"product_id": "nodejs-libs-debuginfo-1:16.17.1-1.el9_0.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-libs-debuginfo@16.17.1-1.el9_0?arch=i686\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-1:16.17.1-1.el9_0.s390x",
"product": {
"name": "nodejs-1:16.17.1-1.el9_0.s390x",
"product_id": "nodejs-1:16.17.1-1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs@16.17.1-1.el9_0?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nodejs-full-i18n-1:16.17.1-1.el9_0.s390x",
"product": {
"name": "nodejs-full-i18n-1:16.17.1-1.el9_0.s390x",
"product_id": "nodejs-full-i18n-1:16.17.1-1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-full-i18n@16.17.1-1.el9_0?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nodejs-libs-1:16.17.1-1.el9_0.s390x",
"product": {
"name": "nodejs-libs-1:16.17.1-1.el9_0.s390x",
"product_id": "nodejs-libs-1:16.17.1-1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-libs@16.17.1-1.el9_0?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "npm-1:8.15.0-1.16.17.1.1.el9_0.s390x",
"product": {
"name": "npm-1:8.15.0-1.16.17.1.1.el9_0.s390x",
"product_id": "npm-1:8.15.0-1.16.17.1.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/npm@8.15.0-1.16.17.1.1.el9_0?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nodejs-debugsource-1:16.17.1-1.el9_0.s390x",
"product": {
"name": "nodejs-debugsource-1:16.17.1-1.el9_0.s390x",
"product_id": "nodejs-debugsource-1:16.17.1-1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debugsource@16.17.1-1.el9_0?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nodejs-debuginfo-1:16.17.1-1.el9_0.s390x",
"product": {
"name": "nodejs-debuginfo-1:16.17.1-1.el9_0.s390x",
"product_id": "nodejs-debuginfo-1:16.17.1-1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debuginfo@16.17.1-1.el9_0?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nodejs-libs-debuginfo-1:16.17.1-1.el9_0.s390x",
"product": {
"name": "nodejs-libs-debuginfo-1:16.17.1-1.el9_0.s390x",
"product_id": "nodejs-libs-debuginfo-1:16.17.1-1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-libs-debuginfo@16.17.1-1.el9_0?arch=s390x\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-docs-1:16.17.1-1.el9_0.noarch",
"product": {
"name": "nodejs-docs-1:16.17.1-1.el9_0.noarch",
"product_id": "nodejs-docs-1:16.17.1-1.el9_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-docs@16.17.1-1.el9_0?arch=noarch\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-1:16.17.1-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.0.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.el9_0.aarch64"
},
"product_reference": "nodejs-1:16.17.1-1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-1:16.17.1-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.0.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.el9_0.ppc64le"
},
"product_reference": "nodejs-1:16.17.1-1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-1:16.17.1-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.0.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.el9_0.s390x"
},
"product_reference": "nodejs-1:16.17.1-1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-1:16.17.1-1.el9_0.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.0.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.el9_0.src"
},
"product_reference": "nodejs-1:16.17.1-1.el9_0.src",
"relates_to_product_reference": "AppStream-9.0.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-1:16.17.1-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.0.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.el9_0.x86_64"
},
"product_reference": "nodejs-1:16.17.1-1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debuginfo-1:16.17.1-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.0.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.el9_0.aarch64"
},
"product_reference": "nodejs-debuginfo-1:16.17.1-1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debuginfo-1:16.17.1-1.el9_0.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.0.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.el9_0.i686"
},
"product_reference": "nodejs-debuginfo-1:16.17.1-1.el9_0.i686",
"relates_to_product_reference": "AppStream-9.0.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debuginfo-1:16.17.1-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.0.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.el9_0.ppc64le"
},
"product_reference": "nodejs-debuginfo-1:16.17.1-1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debuginfo-1:16.17.1-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.0.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.el9_0.s390x"
},
"product_reference": "nodejs-debuginfo-1:16.17.1-1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debuginfo-1:16.17.1-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.0.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.el9_0.x86_64"
},
"product_reference": "nodejs-debuginfo-1:16.17.1-1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debugsource-1:16.17.1-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.0.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.el9_0.aarch64"
},
"product_reference": "nodejs-debugsource-1:16.17.1-1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debugsource-1:16.17.1-1.el9_0.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.0.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.el9_0.i686"
},
"product_reference": "nodejs-debugsource-1:16.17.1-1.el9_0.i686",
"relates_to_product_reference": "AppStream-9.0.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debugsource-1:16.17.1-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.0.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.el9_0.ppc64le"
},
"product_reference": "nodejs-debugsource-1:16.17.1-1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debugsource-1:16.17.1-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.0.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.el9_0.s390x"
},
"product_reference": "nodejs-debugsource-1:16.17.1-1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debugsource-1:16.17.1-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.0.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.el9_0.x86_64"
},
"product_reference": "nodejs-debugsource-1:16.17.1-1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-docs-1:16.17.1-1.el9_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.0.0.Z.MAIN.EUS:nodejs-docs-1:16.17.1-1.el9_0.noarch"
},
"product_reference": "nodejs-docs-1:16.17.1-1.el9_0.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-full-i18n-1:16.17.1-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.0.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.el9_0.aarch64"
},
"product_reference": "nodejs-full-i18n-1:16.17.1-1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-full-i18n-1:16.17.1-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.0.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.el9_0.ppc64le"
},
"product_reference": "nodejs-full-i18n-1:16.17.1-1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-full-i18n-1:16.17.1-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.0.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.el9_0.s390x"
},
"product_reference": "nodejs-full-i18n-1:16.17.1-1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-full-i18n-1:16.17.1-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.0.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.el9_0.x86_64"
},
"product_reference": "nodejs-full-i18n-1:16.17.1-1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-libs-1:16.17.1-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-1:16.17.1-1.el9_0.aarch64"
},
"product_reference": "nodejs-libs-1:16.17.1-1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-libs-1:16.17.1-1.el9_0.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-1:16.17.1-1.el9_0.i686"
},
"product_reference": "nodejs-libs-1:16.17.1-1.el9_0.i686",
"relates_to_product_reference": "AppStream-9.0.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-libs-1:16.17.1-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-1:16.17.1-1.el9_0.ppc64le"
},
"product_reference": "nodejs-libs-1:16.17.1-1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-libs-1:16.17.1-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-1:16.17.1-1.el9_0.s390x"
},
"product_reference": "nodejs-libs-1:16.17.1-1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-libs-1:16.17.1-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-1:16.17.1-1.el9_0.x86_64"
},
"product_reference": "nodejs-libs-1:16.17.1-1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-libs-debuginfo-1:16.17.1-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.17.1-1.el9_0.aarch64"
},
"product_reference": "nodejs-libs-debuginfo-1:16.17.1-1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-libs-debuginfo-1:16.17.1-1.el9_0.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.17.1-1.el9_0.i686"
},
"product_reference": "nodejs-libs-debuginfo-1:16.17.1-1.el9_0.i686",
"relates_to_product_reference": "AppStream-9.0.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-libs-debuginfo-1:16.17.1-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.17.1-1.el9_0.ppc64le"
},
"product_reference": "nodejs-libs-debuginfo-1:16.17.1-1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-libs-debuginfo-1:16.17.1-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.17.1-1.el9_0.s390x"
},
"product_reference": "nodejs-libs-debuginfo-1:16.17.1-1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-libs-debuginfo-1:16.17.1-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.17.1-1.el9_0.x86_64"
},
"product_reference": "nodejs-libs-debuginfo-1:16.17.1-1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm-1:8.15.0-1.16.17.1.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.0.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.el9_0.aarch64"
},
"product_reference": "npm-1:8.15.0-1.16.17.1.1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm-1:8.15.0-1.16.17.1.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.0.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.el9_0.ppc64le"
},
"product_reference": "npm-1:8.15.0-1.16.17.1.1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm-1:8.15.0-1.16.17.1.1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.0.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.el9_0.s390x"
},
"product_reference": "npm-1:8.15.0-1.16.17.1.1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm-1:8.15.0-1.16.17.1.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.0.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.el9_0.x86_64"
},
"product_reference": "npm-1:8.15.0-1.16.17.1.1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Ben Noordhuis"
],
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2022-35255",
"cwe": {
"id": "CWE-338",
"name": "Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)"
},
"discovery_date": "2022-09-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2130517"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in NodeJS due to weak randomness in the WebCrypto keygen within the SecretKeyGenTraits::DoKeyGen() in src/crypto/crypto_keygen.cc. Node.js made calls to EntropySource() in SecretKeyGenTraits::DoKeyGen(). However, it does not check the return value and assumes the EntropySource() always succeeds, but it can and sometimes will fail. This flaw allows a remote attacker to decrypt sensitive information.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs: weak randomness in WebCrypto keygen",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The vulnerability was introduced in NodeJS v15.0.0, Hence, NodeJS:14 package in RHEL-8 and RHSCL-3 are not affected.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.el9_0.i686",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.el9_0.i686",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-docs-1:16.17.1-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-1:16.17.1-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-1:16.17.1-1.el9_0.i686",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-1:16.17.1-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-1:16.17.1-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-1:16.17.1-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.17.1-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.17.1-1.el9_0.i686",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.17.1-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.17.1-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.17.1-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.el9_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-35255"
},
{
"category": "external",
"summary": "RHBZ#2130517",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2130517"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-35255",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35255"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-35255",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-35255"
},
{
"category": "external",
"summary": "https://hackerone.com/bugs?report_id=1690000",
"url": "https://hackerone.com/bugs?report_id=1690000"
},
{
"category": "external",
"summary": "https://nodejs.org/en/blog/vulnerability/september-2022-security-releases/#weak-randomness-in-webcrypto-keygen-high-cve-2022-35255",
"url": "https://nodejs.org/en/blog/vulnerability/september-2022-security-releases/#weak-randomness-in-webcrypto-keygen-high-cve-2022-35255"
}
],
"release_date": "2022-09-23T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-18T09:27:13+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.el9_0.i686",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.el9_0.i686",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-docs-1:16.17.1-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-1:16.17.1-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-1:16.17.1-1.el9_0.i686",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-1:16.17.1-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-1:16.17.1-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-1:16.17.1-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.17.1-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.17.1-1.el9_0.i686",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.17.1-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.17.1-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.17.1-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.el9_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6963"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.el9_0.i686",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.el9_0.i686",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-docs-1:16.17.1-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-1:16.17.1-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-1:16.17.1-1.el9_0.i686",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-1:16.17.1-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-1:16.17.1-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-1:16.17.1-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.17.1-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.17.1-1.el9_0.i686",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.17.1-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.17.1-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.17.1-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.el9_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "nodejs: weak randomness in WebCrypto keygen"
},
{
"acknowledgments": [
{
"names": [
"VVX7"
],
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2022-35256",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2022-09-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2130518"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in NodeJS due to improper validation of HTTP requests. The llhttp parser in the HTTP module in Node.js does not correctly handle header fields that are not terminated with CLRF. This issue may result in HTTP Request Smuggling. This flaw allows a remote attacker to send a specially crafted HTTP request to the server and smuggle arbitrary HTTP headers.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs: HTTP Request Smuggling due to incorrect parsing of header fields",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.el9_0.i686",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.el9_0.i686",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-docs-1:16.17.1-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-1:16.17.1-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-1:16.17.1-1.el9_0.i686",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-1:16.17.1-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-1:16.17.1-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-1:16.17.1-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.17.1-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.17.1-1.el9_0.i686",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.17.1-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.17.1-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.17.1-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.el9_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-35256"
},
{
"category": "external",
"summary": "RHBZ#2130518",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2130518"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-35256",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35256"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-35256",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-35256"
},
{
"category": "external",
"summary": "https://nodejs.org/en/blog/vulnerability/september-2022-security-releases/#http-request-smuggling-due-to-incorrect-parsing-of-header-fields-medium-cve-2022-35256",
"url": "https://nodejs.org/en/blog/vulnerability/september-2022-security-releases/#http-request-smuggling-due-to-incorrect-parsing-of-header-fields-medium-cve-2022-35256"
}
],
"release_date": "2022-09-23T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-18T09:27:13+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.el9_0.i686",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.el9_0.i686",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-docs-1:16.17.1-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-1:16.17.1-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-1:16.17.1-1.el9_0.i686",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-1:16.17.1-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-1:16.17.1-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-1:16.17.1-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.17.1-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.17.1-1.el9_0.i686",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.17.1-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.17.1-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.17.1-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.el9_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6963"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.el9_0.i686",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.el9_0.i686",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-docs-1:16.17.1-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-1:16.17.1-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-1:16.17.1-1.el9_0.i686",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-1:16.17.1-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-1:16.17.1-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-1:16.17.1-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.17.1-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.17.1-1.el9_0.i686",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.17.1-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.17.1-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:16.17.1-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.el9_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nodejs: HTTP Request Smuggling due to incorrect parsing of header fields"
}
]
}
RHSA-2022:6964
Vulnerability from csaf_redhat - Published: 2022-10-17 10:42 - Updated: 2025-11-21 18:33A vulnerability was found in NodeJS due to weak randomness in the WebCrypto keygen within the SecretKeyGenTraits::DoKeyGen() in src/crypto/crypto_keygen.cc. Node.js made calls to EntropySource() in SecretKeyGenTraits::DoKeyGen(). However, it does not check the return value and assumes the EntropySource() always succeeds, but it can and sometimes will fail. This flaw allows a remote attacker to decrypt sensitive information.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.src::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:nodejs-docs-1:16.17.1-1.module+el8.6.0+16848+a483195a.noarch::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:nodejs-nodemon-0:2.0.19-2.module+el8.6.0+16240+7ca51420.noarch::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:nodejs-nodemon-0:2.0.19-2.module+el8.6.0+16240+7ca51420.src::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.s390x::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16 | — |
Vendor Fix
fix
|
A vulnerability was found in NodeJS due to improper validation of HTTP requests. The llhttp parser in the HTTP module in Node.js does not correctly handle header fields that are not terminated with CLRF. This issue may result in HTTP Request Smuggling. This flaw allows a remote attacker to send a specially crafted HTTP request to the server and smuggle arbitrary HTTP headers.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.src::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:nodejs-docs-1:16.17.1-1.module+el8.6.0+16848+a483195a.noarch::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:nodejs-nodemon-0:2.0.19-2.module+el8.6.0+16240+7ca51420.noarch::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:nodejs-nodemon-0:2.0.19-2.module+el8.6.0+16240+7ca51420.src::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.s390x::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the nodejs:16 module is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Node.js is a software development platform for building fast and scalable network applications in the JavaScript programming language. \n\nThe following packages have been upgraded to a later upstream version: nodejs 16.\n\nSecurity Fix(es):\n\n* nodejs: weak randomness in WebCrypto keygen (CVE-2022-35255)\n\n* nodejs: HTTP Request Smuggling due to incorrect parsing of header fields (CVE-2022-35256)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2022:6964",
"url": "https://access.redhat.com/errata/RHSA-2022:6964"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2130517",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2130517"
},
{
"category": "external",
"summary": "2130518",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2130518"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_6964.json"
}
],
"title": "Red Hat Security Advisory: nodejs:16 security update",
"tracking": {
"current_release_date": "2025-11-21T18:33:57+00:00",
"generator": {
"date": "2025-11-21T18:33:57+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2022:6964",
"initial_release_date": "2022-10-17T10:42:44+00:00",
"revision_history": [
{
"date": "2022-10-17T10:42:44+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2022-10-17T10:42:44+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T18:33:57+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16",
"product": {
"name": "nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64 (nodejs:16)",
"product_id": "nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs@16.17.1-1.module%2Bel8.6.0%2B16848%2Ba483195a?arch=aarch64\u0026epoch=1\u0026rpmmod=nodejs:16:8060020221007164523:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16",
"product": {
"name": "nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64 (nodejs:16)",
"product_id": "nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debuginfo@16.17.1-1.module%2Bel8.6.0%2B16848%2Ba483195a?arch=aarch64\u0026epoch=1\u0026rpmmod=nodejs:16:8060020221007164523:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16",
"product": {
"name": "nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64 (nodejs:16)",
"product_id": "nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debugsource@16.17.1-1.module%2Bel8.6.0%2B16848%2Ba483195a?arch=aarch64\u0026epoch=1\u0026rpmmod=nodejs:16:8060020221007164523:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16",
"product": {
"name": "nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64 (nodejs:16)",
"product_id": "nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-devel@16.17.1-1.module%2Bel8.6.0%2B16848%2Ba483195a?arch=aarch64\u0026epoch=1\u0026rpmmod=nodejs:16:8060020221007164523:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16",
"product": {
"name": "nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64 (nodejs:16)",
"product_id": "nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-full-i18n@16.17.1-1.module%2Bel8.6.0%2B16848%2Ba483195a?arch=aarch64\u0026epoch=1\u0026rpmmod=nodejs:16:8060020221007164523:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16",
"product": {
"name": "npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.aarch64 (nodejs:16)",
"product_id": "npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/npm@8.15.0-1.16.17.1.1.module%2Bel8.6.0%2B16848%2Ba483195a?arch=aarch64\u0026epoch=1\u0026rpmmod=nodejs:16:8060020221007164523:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.src::nodejs:16",
"product": {
"name": "nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.src (nodejs:16)",
"product_id": "nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.src::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs@16.17.1-1.module%2Bel8.6.0%2B16848%2Ba483195a?arch=src\u0026epoch=1\u0026rpmmod=nodejs:16:8060020221007164523:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "nodejs-nodemon-0:2.0.19-2.module+el8.6.0+16240+7ca51420.src::nodejs:16",
"product": {
"name": "nodejs-nodemon-0:2.0.19-2.module+el8.6.0+16240+7ca51420.src (nodejs:16)",
"product_id": "nodejs-nodemon-0:2.0.19-2.module+el8.6.0+16240+7ca51420.src::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-nodemon@2.0.19-2.module%2Bel8.6.0%2B16240%2B7ca51420?arch=src\u0026rpmmod=nodejs:16:8060020221007164523:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src::nodejs:16",
"product": {
"name": "nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src (nodejs:16)",
"product_id": "nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-packaging@25-1.module%2Bel8.5.0%2B10992%2Bfac5fe06?arch=src\u0026rpmmod=nodejs:16:8060020221007164523:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-docs-1:16.17.1-1.module+el8.6.0+16848+a483195a.noarch::nodejs:16",
"product": {
"name": "nodejs-docs-1:16.17.1-1.module+el8.6.0+16848+a483195a.noarch (nodejs:16)",
"product_id": "nodejs-docs-1:16.17.1-1.module+el8.6.0+16848+a483195a.noarch::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-docs@16.17.1-1.module%2Bel8.6.0%2B16848%2Ba483195a?arch=noarch\u0026epoch=1\u0026rpmmod=nodejs:16:8060020221007164523:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "nodejs-nodemon-0:2.0.19-2.module+el8.6.0+16240+7ca51420.noarch::nodejs:16",
"product": {
"name": "nodejs-nodemon-0:2.0.19-2.module+el8.6.0+16240+7ca51420.noarch (nodejs:16)",
"product_id": "nodejs-nodemon-0:2.0.19-2.module+el8.6.0+16240+7ca51420.noarch::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-nodemon@2.0.19-2.module%2Bel8.6.0%2B16240%2B7ca51420?arch=noarch\u0026rpmmod=nodejs:16:8060020221007164523:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch::nodejs:16",
"product": {
"name": "nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch (nodejs:16)",
"product_id": "nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-packaging@25-1.module%2Bel8.5.0%2B10992%2Bfac5fe06?arch=noarch\u0026rpmmod=nodejs:16:8060020221007164523:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16",
"product": {
"name": "nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le (nodejs:16)",
"product_id": "nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs@16.17.1-1.module%2Bel8.6.0%2B16848%2Ba483195a?arch=ppc64le\u0026epoch=1\u0026rpmmod=nodejs:16:8060020221007164523:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16",
"product": {
"name": "nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le (nodejs:16)",
"product_id": "nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debuginfo@16.17.1-1.module%2Bel8.6.0%2B16848%2Ba483195a?arch=ppc64le\u0026epoch=1\u0026rpmmod=nodejs:16:8060020221007164523:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16",
"product": {
"name": "nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le (nodejs:16)",
"product_id": "nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debugsource@16.17.1-1.module%2Bel8.6.0%2B16848%2Ba483195a?arch=ppc64le\u0026epoch=1\u0026rpmmod=nodejs:16:8060020221007164523:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16",
"product": {
"name": "nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le (nodejs:16)",
"product_id": "nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-devel@16.17.1-1.module%2Bel8.6.0%2B16848%2Ba483195a?arch=ppc64le\u0026epoch=1\u0026rpmmod=nodejs:16:8060020221007164523:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16",
"product": {
"name": "nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le (nodejs:16)",
"product_id": "nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-full-i18n@16.17.1-1.module%2Bel8.6.0%2B16848%2Ba483195a?arch=ppc64le\u0026epoch=1\u0026rpmmod=nodejs:16:8060020221007164523:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16",
"product": {
"name": "npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.ppc64le (nodejs:16)",
"product_id": "npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/npm@8.15.0-1.16.17.1.1.module%2Bel8.6.0%2B16848%2Ba483195a?arch=ppc64le\u0026epoch=1\u0026rpmmod=nodejs:16:8060020221007164523:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16",
"product": {
"name": "nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x (nodejs:16)",
"product_id": "nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs@16.17.1-1.module%2Bel8.6.0%2B16848%2Ba483195a?arch=s390x\u0026epoch=1\u0026rpmmod=nodejs:16:8060020221007164523:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16",
"product": {
"name": "nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x (nodejs:16)",
"product_id": "nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debuginfo@16.17.1-1.module%2Bel8.6.0%2B16848%2Ba483195a?arch=s390x\u0026epoch=1\u0026rpmmod=nodejs:16:8060020221007164523:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16",
"product": {
"name": "nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x (nodejs:16)",
"product_id": "nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debugsource@16.17.1-1.module%2Bel8.6.0%2B16848%2Ba483195a?arch=s390x\u0026epoch=1\u0026rpmmod=nodejs:16:8060020221007164523:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16",
"product": {
"name": "nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x (nodejs:16)",
"product_id": "nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-devel@16.17.1-1.module%2Bel8.6.0%2B16848%2Ba483195a?arch=s390x\u0026epoch=1\u0026rpmmod=nodejs:16:8060020221007164523:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16",
"product": {
"name": "nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x (nodejs:16)",
"product_id": "nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-full-i18n@16.17.1-1.module%2Bel8.6.0%2B16848%2Ba483195a?arch=s390x\u0026epoch=1\u0026rpmmod=nodejs:16:8060020221007164523:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.s390x::nodejs:16",
"product": {
"name": "npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.s390x (nodejs:16)",
"product_id": "npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.s390x::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/npm@8.15.0-1.16.17.1.1.module%2Bel8.6.0%2B16848%2Ba483195a?arch=s390x\u0026epoch=1\u0026rpmmod=nodejs:16:8060020221007164523:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16",
"product": {
"name": "nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64 (nodejs:16)",
"product_id": "nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs@16.17.1-1.module%2Bel8.6.0%2B16848%2Ba483195a?arch=x86_64\u0026epoch=1\u0026rpmmod=nodejs:16:8060020221007164523:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16",
"product": {
"name": "nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64 (nodejs:16)",
"product_id": "nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debuginfo@16.17.1-1.module%2Bel8.6.0%2B16848%2Ba483195a?arch=x86_64\u0026epoch=1\u0026rpmmod=nodejs:16:8060020221007164523:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16",
"product": {
"name": "nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64 (nodejs:16)",
"product_id": "nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debugsource@16.17.1-1.module%2Bel8.6.0%2B16848%2Ba483195a?arch=x86_64\u0026epoch=1\u0026rpmmod=nodejs:16:8060020221007164523:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16",
"product": {
"name": "nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64 (nodejs:16)",
"product_id": "nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-devel@16.17.1-1.module%2Bel8.6.0%2B16848%2Ba483195a?arch=x86_64\u0026epoch=1\u0026rpmmod=nodejs:16:8060020221007164523:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16",
"product": {
"name": "nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64 (nodejs:16)",
"product_id": "nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-full-i18n@16.17.1-1.module%2Bel8.6.0%2B16848%2Ba483195a?arch=x86_64\u0026epoch=1\u0026rpmmod=nodejs:16:8060020221007164523:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16",
"product": {
"name": "npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.x86_64 (nodejs:16)",
"product_id": "npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/npm@8.15.0-1.16.17.1.1.module%2Bel8.6.0%2B16848%2Ba483195a?arch=x86_64\u0026epoch=1\u0026rpmmod=nodejs:16:8060020221007164523:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64 (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16"
},
"product_reference": "nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16"
},
"product_reference": "nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16"
},
"product_reference": "nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.src (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.src::nodejs:16"
},
"product_reference": "nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.src::nodejs:16",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64 (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16"
},
"product_reference": "nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64 (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16"
},
"product_reference": "nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16"
},
"product_reference": "nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16"
},
"product_reference": "nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64 (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16"
},
"product_reference": "nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64 (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16"
},
"product_reference": "nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16"
},
"product_reference": "nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16"
},
"product_reference": "nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64 (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16"
},
"product_reference": "nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64 (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16"
},
"product_reference": "nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16"
},
"product_reference": "nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16"
},
"product_reference": "nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64 (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16"
},
"product_reference": "nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-docs-1:16.17.1-1.module+el8.6.0+16848+a483195a.noarch (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:nodejs-docs-1:16.17.1-1.module+el8.6.0+16848+a483195a.noarch::nodejs:16"
},
"product_reference": "nodejs-docs-1:16.17.1-1.module+el8.6.0+16848+a483195a.noarch::nodejs:16",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64 (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16"
},
"product_reference": "nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16"
},
"product_reference": "nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16"
},
"product_reference": "nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64 (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16"
},
"product_reference": "nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-nodemon-0:2.0.19-2.module+el8.6.0+16240+7ca51420.noarch (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:nodejs-nodemon-0:2.0.19-2.module+el8.6.0+16240+7ca51420.noarch::nodejs:16"
},
"product_reference": "nodejs-nodemon-0:2.0.19-2.module+el8.6.0+16240+7ca51420.noarch::nodejs:16",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-nodemon-0:2.0.19-2.module+el8.6.0+16240+7ca51420.src (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:nodejs-nodemon-0:2.0.19-2.module+el8.6.0+16240+7ca51420.src::nodejs:16"
},
"product_reference": "nodejs-nodemon-0:2.0.19-2.module+el8.6.0+16240+7ca51420.src::nodejs:16",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch::nodejs:16"
},
"product_reference": "nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch::nodejs:16",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src::nodejs:16"
},
"product_reference": "nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src::nodejs:16",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.aarch64 (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16"
},
"product_reference": "npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.ppc64le (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16"
},
"product_reference": "npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.s390x (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.s390x::nodejs:16"
},
"product_reference": "npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.s390x::nodejs:16",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.x86_64 (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16"
},
"product_reference": "npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Ben Noordhuis"
],
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2022-35255",
"cwe": {
"id": "CWE-338",
"name": "Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)"
},
"discovery_date": "2022-09-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2130517"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in NodeJS due to weak randomness in the WebCrypto keygen within the SecretKeyGenTraits::DoKeyGen() in src/crypto/crypto_keygen.cc. Node.js made calls to EntropySource() in SecretKeyGenTraits::DoKeyGen(). However, it does not check the return value and assumes the EntropySource() always succeeds, but it can and sometimes will fail. This flaw allows a remote attacker to decrypt sensitive information.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs: weak randomness in WebCrypto keygen",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The vulnerability was introduced in NodeJS v15.0.0, Hence, NodeJS:14 package in RHEL-8 and RHSCL-3 are not affected.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.src::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-docs-1:16.17.1-1.module+el8.6.0+16848+a483195a.noarch::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-nodemon-0:2.0.19-2.module+el8.6.0+16240+7ca51420.noarch::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-nodemon-0:2.0.19-2.module+el8.6.0+16240+7ca51420.src::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.s390x::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-35255"
},
{
"category": "external",
"summary": "RHBZ#2130517",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2130517"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-35255",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35255"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-35255",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-35255"
},
{
"category": "external",
"summary": "https://hackerone.com/bugs?report_id=1690000",
"url": "https://hackerone.com/bugs?report_id=1690000"
},
{
"category": "external",
"summary": "https://nodejs.org/en/blog/vulnerability/september-2022-security-releases/#weak-randomness-in-webcrypto-keygen-high-cve-2022-35255",
"url": "https://nodejs.org/en/blog/vulnerability/september-2022-security-releases/#weak-randomness-in-webcrypto-keygen-high-cve-2022-35255"
}
],
"release_date": "2022-09-23T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-17T10:42:44+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.src::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-docs-1:16.17.1-1.module+el8.6.0+16848+a483195a.noarch::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-nodemon-0:2.0.19-2.module+el8.6.0+16240+7ca51420.noarch::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-nodemon-0:2.0.19-2.module+el8.6.0+16240+7ca51420.src::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.s390x::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6964"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.src::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-docs-1:16.17.1-1.module+el8.6.0+16848+a483195a.noarch::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-nodemon-0:2.0.19-2.module+el8.6.0+16240+7ca51420.noarch::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-nodemon-0:2.0.19-2.module+el8.6.0+16240+7ca51420.src::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.s390x::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "nodejs: weak randomness in WebCrypto keygen"
},
{
"acknowledgments": [
{
"names": [
"VVX7"
],
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2022-35256",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2022-09-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2130518"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in NodeJS due to improper validation of HTTP requests. The llhttp parser in the HTTP module in Node.js does not correctly handle header fields that are not terminated with CLRF. This issue may result in HTTP Request Smuggling. This flaw allows a remote attacker to send a specially crafted HTTP request to the server and smuggle arbitrary HTTP headers.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs: HTTP Request Smuggling due to incorrect parsing of header fields",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.src::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-docs-1:16.17.1-1.module+el8.6.0+16848+a483195a.noarch::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-nodemon-0:2.0.19-2.module+el8.6.0+16240+7ca51420.noarch::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-nodemon-0:2.0.19-2.module+el8.6.0+16240+7ca51420.src::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.s390x::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-35256"
},
{
"category": "external",
"summary": "RHBZ#2130518",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2130518"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-35256",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35256"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-35256",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-35256"
},
{
"category": "external",
"summary": "https://nodejs.org/en/blog/vulnerability/september-2022-security-releases/#http-request-smuggling-due-to-incorrect-parsing-of-header-fields-medium-cve-2022-35256",
"url": "https://nodejs.org/en/blog/vulnerability/september-2022-security-releases/#http-request-smuggling-due-to-incorrect-parsing-of-header-fields-medium-cve-2022-35256"
}
],
"release_date": "2022-09-23T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-17T10:42:44+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.src::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-docs-1:16.17.1-1.module+el8.6.0+16848+a483195a.noarch::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-nodemon-0:2.0.19-2.module+el8.6.0+16240+7ca51420.noarch::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-nodemon-0:2.0.19-2.module+el8.6.0+16240+7ca51420.src::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.s390x::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6964"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.src::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-debuginfo-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-debugsource-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-devel-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-docs-1:16.17.1-1.module+el8.6.0+16848+a483195a.noarch::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.s390x::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-full-i18n-1:16.17.1-1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-nodemon-0:2.0.19-2.module+el8.6.0+16240+7ca51420.noarch::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-nodemon-0:2.0.19-2.module+el8.6.0+16240+7ca51420.src::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.aarch64::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.ppc64le::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.s390x::nodejs:16",
"AppStream-8.6.0.Z.MAIN.EUS:npm-1:8.15.0-1.16.17.1.1.module+el8.6.0+16848+a483195a.x86_64::nodejs:16"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nodejs: HTTP Request Smuggling due to incorrect parsing of header fields"
}
]
}
RHSA-2022:7821
Vulnerability from csaf_redhat - Published: 2022-11-08 11:35 - Updated: 2025-11-21 18:34A vulnerability was found in NodeJS due to weak randomness in the WebCrypto keygen within the SecretKeyGenTraits::DoKeyGen() in src/crypto/crypto_keygen.cc. Node.js made calls to EntropySource() in SecretKeyGenTraits::DoKeyGen(). However, it does not check the return value and assumes the EntropySource() always succeeds, but it can and sometimes will fail. This flaw allows a remote attacker to decrypt sensitive information.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.src::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-docs-1:18.9.1-1.module+el8.7.0+16806+4109802b.noarch::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.19-1.module+el8.7.0+16061+0a247725.noarch::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.19-1.module+el8.7.0+16061+0a247725.src::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.src::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-packaging-bundler-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.s390x::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18 | — |
Vendor Fix
fix
|
A vulnerability was found in NodeJS due to improper validation of HTTP requests. The llhttp parser in the HTTP module in Node.js does not correctly handle header fields that are not terminated with CLRF. This issue may result in HTTP Request Smuggling. This flaw allows a remote attacker to send a specially crafted HTTP request to the server and smuggle arbitrary HTTP headers.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.src::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-docs-1:18.9.1-1.module+el8.7.0+16806+4109802b.noarch::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.19-1.module+el8.7.0+16061+0a247725.noarch::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.19-1.module+el8.7.0+16061+0a247725.src::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.src::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-packaging-bundler-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.s390x::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the nodejs:18 module is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Node.js is a software development platform for building fast and scalable network applications in the JavaScript programming language. \n\nThe following packages have been upgraded to a later upstream version: nodejs (18.9.1). (BZ#2130559, BZ#2131750)\n\nSecurity Fix(es):\n\n* nodejs: weak randomness in WebCrypto keygen (CVE-2022-35255)\n\n* nodejs: HTTP Request Smuggling due to incorrect parsing of header fields (CVE-2022-35256)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2022:7821",
"url": "https://access.redhat.com/errata/RHSA-2022:7821"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2130517",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2130517"
},
{
"category": "external",
"summary": "2130518",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2130518"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_7821.json"
}
],
"title": "Red Hat Security Advisory: nodejs:18 security update",
"tracking": {
"current_release_date": "2025-11-21T18:34:44+00:00",
"generator": {
"date": "2025-11-21T18:34:44+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2022:7821",
"initial_release_date": "2022-11-08T11:35:47+00:00",
"revision_history": [
{
"date": "2022-11-08T11:35:47+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2022-11-08T11:35:47+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T18:34:44+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18",
"product": {
"name": "nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64 (nodejs:18)",
"product_id": "nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs@18.9.1-1.module%2Bel8.7.0%2B16806%2B4109802b?arch=aarch64\u0026epoch=1\u0026rpmmod=nodejs:18:8070020221004121421:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18",
"product": {
"name": "nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64 (nodejs:18)",
"product_id": "nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debuginfo@18.9.1-1.module%2Bel8.7.0%2B16806%2B4109802b?arch=aarch64\u0026epoch=1\u0026rpmmod=nodejs:18:8070020221004121421:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18",
"product": {
"name": "nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64 (nodejs:18)",
"product_id": "nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debugsource@18.9.1-1.module%2Bel8.7.0%2B16806%2B4109802b?arch=aarch64\u0026epoch=1\u0026rpmmod=nodejs:18:8070020221004121421:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18",
"product": {
"name": "nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64 (nodejs:18)",
"product_id": "nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-devel@18.9.1-1.module%2Bel8.7.0%2B16806%2B4109802b?arch=aarch64\u0026epoch=1\u0026rpmmod=nodejs:18:8070020221004121421:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18",
"product": {
"name": "nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64 (nodejs:18)",
"product_id": "nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-full-i18n@18.9.1-1.module%2Bel8.7.0%2B16806%2B4109802b?arch=aarch64\u0026epoch=1\u0026rpmmod=nodejs:18:8070020221004121421:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18",
"product": {
"name": "npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.aarch64 (nodejs:18)",
"product_id": "npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/npm@8.19.1-1.18.9.1.1.module%2Bel8.7.0%2B16806%2B4109802b?arch=aarch64\u0026epoch=1\u0026rpmmod=nodejs:18:8070020221004121421:bd1311ed"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.src::nodejs:18",
"product": {
"name": "nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.src (nodejs:18)",
"product_id": "nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.src::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs@18.9.1-1.module%2Bel8.7.0%2B16806%2B4109802b?arch=src\u0026epoch=1\u0026rpmmod=nodejs:18:8070020221004121421:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-nodemon-0:2.0.19-1.module+el8.7.0+16061+0a247725.src::nodejs:18",
"product": {
"name": "nodejs-nodemon-0:2.0.19-1.module+el8.7.0+16061+0a247725.src (nodejs:18)",
"product_id": "nodejs-nodemon-0:2.0.19-1.module+el8.7.0+16061+0a247725.src::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-nodemon@2.0.19-1.module%2Bel8.7.0%2B16061%2B0a247725?arch=src\u0026rpmmod=nodejs:18:8070020221004121421:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.src::nodejs:18",
"product": {
"name": "nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.src (nodejs:18)",
"product_id": "nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.src::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-packaging@2021.06-4.module%2Bel8.7.0%2B15582%2B19c314fa?arch=src\u0026rpmmod=nodejs:18:8070020221004121421:bd1311ed"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-docs-1:18.9.1-1.module+el8.7.0+16806+4109802b.noarch::nodejs:18",
"product": {
"name": "nodejs-docs-1:18.9.1-1.module+el8.7.0+16806+4109802b.noarch (nodejs:18)",
"product_id": "nodejs-docs-1:18.9.1-1.module+el8.7.0+16806+4109802b.noarch::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-docs@18.9.1-1.module%2Bel8.7.0%2B16806%2B4109802b?arch=noarch\u0026epoch=1\u0026rpmmod=nodejs:18:8070020221004121421:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-nodemon-0:2.0.19-1.module+el8.7.0+16061+0a247725.noarch::nodejs:18",
"product": {
"name": "nodejs-nodemon-0:2.0.19-1.module+el8.7.0+16061+0a247725.noarch (nodejs:18)",
"product_id": "nodejs-nodemon-0:2.0.19-1.module+el8.7.0+16061+0a247725.noarch::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-nodemon@2.0.19-1.module%2Bel8.7.0%2B16061%2B0a247725?arch=noarch\u0026rpmmod=nodejs:18:8070020221004121421:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch::nodejs:18",
"product": {
"name": "nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch (nodejs:18)",
"product_id": "nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-packaging@2021.06-4.module%2Bel8.7.0%2B15582%2B19c314fa?arch=noarch\u0026rpmmod=nodejs:18:8070020221004121421:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-packaging-bundler-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch::nodejs:18",
"product": {
"name": "nodejs-packaging-bundler-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch (nodejs:18)",
"product_id": "nodejs-packaging-bundler-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-packaging-bundler@2021.06-4.module%2Bel8.7.0%2B15582%2B19c314fa?arch=noarch\u0026rpmmod=nodejs:18:8070020221004121421:bd1311ed"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18",
"product": {
"name": "nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le (nodejs:18)",
"product_id": "nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs@18.9.1-1.module%2Bel8.7.0%2B16806%2B4109802b?arch=ppc64le\u0026epoch=1\u0026rpmmod=nodejs:18:8070020221004121421:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18",
"product": {
"name": "nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le (nodejs:18)",
"product_id": "nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debuginfo@18.9.1-1.module%2Bel8.7.0%2B16806%2B4109802b?arch=ppc64le\u0026epoch=1\u0026rpmmod=nodejs:18:8070020221004121421:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18",
"product": {
"name": "nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le (nodejs:18)",
"product_id": "nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debugsource@18.9.1-1.module%2Bel8.7.0%2B16806%2B4109802b?arch=ppc64le\u0026epoch=1\u0026rpmmod=nodejs:18:8070020221004121421:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18",
"product": {
"name": "nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le (nodejs:18)",
"product_id": "nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-devel@18.9.1-1.module%2Bel8.7.0%2B16806%2B4109802b?arch=ppc64le\u0026epoch=1\u0026rpmmod=nodejs:18:8070020221004121421:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18",
"product": {
"name": "nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le (nodejs:18)",
"product_id": "nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-full-i18n@18.9.1-1.module%2Bel8.7.0%2B16806%2B4109802b?arch=ppc64le\u0026epoch=1\u0026rpmmod=nodejs:18:8070020221004121421:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18",
"product": {
"name": "npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.ppc64le (nodejs:18)",
"product_id": "npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/npm@8.19.1-1.18.9.1.1.module%2Bel8.7.0%2B16806%2B4109802b?arch=ppc64le\u0026epoch=1\u0026rpmmod=nodejs:18:8070020221004121421:bd1311ed"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18",
"product": {
"name": "nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x (nodejs:18)",
"product_id": "nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs@18.9.1-1.module%2Bel8.7.0%2B16806%2B4109802b?arch=s390x\u0026epoch=1\u0026rpmmod=nodejs:18:8070020221004121421:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18",
"product": {
"name": "nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x (nodejs:18)",
"product_id": "nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debuginfo@18.9.1-1.module%2Bel8.7.0%2B16806%2B4109802b?arch=s390x\u0026epoch=1\u0026rpmmod=nodejs:18:8070020221004121421:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18",
"product": {
"name": "nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x (nodejs:18)",
"product_id": "nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debugsource@18.9.1-1.module%2Bel8.7.0%2B16806%2B4109802b?arch=s390x\u0026epoch=1\u0026rpmmod=nodejs:18:8070020221004121421:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18",
"product": {
"name": "nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x (nodejs:18)",
"product_id": "nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-devel@18.9.1-1.module%2Bel8.7.0%2B16806%2B4109802b?arch=s390x\u0026epoch=1\u0026rpmmod=nodejs:18:8070020221004121421:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18",
"product": {
"name": "nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x (nodejs:18)",
"product_id": "nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-full-i18n@18.9.1-1.module%2Bel8.7.0%2B16806%2B4109802b?arch=s390x\u0026epoch=1\u0026rpmmod=nodejs:18:8070020221004121421:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.s390x::nodejs:18",
"product": {
"name": "npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.s390x (nodejs:18)",
"product_id": "npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.s390x::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/npm@8.19.1-1.18.9.1.1.module%2Bel8.7.0%2B16806%2B4109802b?arch=s390x\u0026epoch=1\u0026rpmmod=nodejs:18:8070020221004121421:bd1311ed"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18",
"product": {
"name": "nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64 (nodejs:18)",
"product_id": "nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs@18.9.1-1.module%2Bel8.7.0%2B16806%2B4109802b?arch=x86_64\u0026epoch=1\u0026rpmmod=nodejs:18:8070020221004121421:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18",
"product": {
"name": "nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64 (nodejs:18)",
"product_id": "nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debuginfo@18.9.1-1.module%2Bel8.7.0%2B16806%2B4109802b?arch=x86_64\u0026epoch=1\u0026rpmmod=nodejs:18:8070020221004121421:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18",
"product": {
"name": "nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64 (nodejs:18)",
"product_id": "nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debugsource@18.9.1-1.module%2Bel8.7.0%2B16806%2B4109802b?arch=x86_64\u0026epoch=1\u0026rpmmod=nodejs:18:8070020221004121421:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18",
"product": {
"name": "nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64 (nodejs:18)",
"product_id": "nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-devel@18.9.1-1.module%2Bel8.7.0%2B16806%2B4109802b?arch=x86_64\u0026epoch=1\u0026rpmmod=nodejs:18:8070020221004121421:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18",
"product": {
"name": "nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64 (nodejs:18)",
"product_id": "nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-full-i18n@18.9.1-1.module%2Bel8.7.0%2B16806%2B4109802b?arch=x86_64\u0026epoch=1\u0026rpmmod=nodejs:18:8070020221004121421:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18",
"product": {
"name": "npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.x86_64 (nodejs:18)",
"product_id": "npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/npm@8.19.1-1.18.9.1.1.module%2Bel8.7.0%2B16806%2B4109802b?arch=x86_64\u0026epoch=1\u0026rpmmod=nodejs:18:8070020221004121421:bd1311ed"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64 (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18"
},
"product_reference": "nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18"
},
"product_reference": "nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18"
},
"product_reference": "nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.src (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.src::nodejs:18"
},
"product_reference": "nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.src::nodejs:18",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64 (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18"
},
"product_reference": "nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64 (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18"
},
"product_reference": "nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18"
},
"product_reference": "nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18"
},
"product_reference": "nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64 (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18"
},
"product_reference": "nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64 (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18"
},
"product_reference": "nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18"
},
"product_reference": "nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18"
},
"product_reference": "nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64 (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18"
},
"product_reference": "nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64 (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18"
},
"product_reference": "nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18"
},
"product_reference": "nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18"
},
"product_reference": "nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64 (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18"
},
"product_reference": "nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-docs-1:18.9.1-1.module+el8.7.0+16806+4109802b.noarch (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-docs-1:18.9.1-1.module+el8.7.0+16806+4109802b.noarch::nodejs:18"
},
"product_reference": "nodejs-docs-1:18.9.1-1.module+el8.7.0+16806+4109802b.noarch::nodejs:18",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64 (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18"
},
"product_reference": "nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18"
},
"product_reference": "nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18"
},
"product_reference": "nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64 (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18"
},
"product_reference": "nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-nodemon-0:2.0.19-1.module+el8.7.0+16061+0a247725.noarch (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.19-1.module+el8.7.0+16061+0a247725.noarch::nodejs:18"
},
"product_reference": "nodejs-nodemon-0:2.0.19-1.module+el8.7.0+16061+0a247725.noarch::nodejs:18",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-nodemon-0:2.0.19-1.module+el8.7.0+16061+0a247725.src (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.19-1.module+el8.7.0+16061+0a247725.src::nodejs:18"
},
"product_reference": "nodejs-nodemon-0:2.0.19-1.module+el8.7.0+16061+0a247725.src::nodejs:18",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch::nodejs:18"
},
"product_reference": "nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch::nodejs:18",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.src (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.src::nodejs:18"
},
"product_reference": "nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.src::nodejs:18",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-packaging-bundler-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-packaging-bundler-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch::nodejs:18"
},
"product_reference": "nodejs-packaging-bundler-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch::nodejs:18",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.aarch64 (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18"
},
"product_reference": "npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.ppc64le (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18"
},
"product_reference": "npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.s390x (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.s390x::nodejs:18"
},
"product_reference": "npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.s390x::nodejs:18",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.x86_64 (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18"
},
"product_reference": "npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Ben Noordhuis"
],
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2022-35255",
"cwe": {
"id": "CWE-338",
"name": "Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)"
},
"discovery_date": "2022-09-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2130517"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in NodeJS due to weak randomness in the WebCrypto keygen within the SecretKeyGenTraits::DoKeyGen() in src/crypto/crypto_keygen.cc. Node.js made calls to EntropySource() in SecretKeyGenTraits::DoKeyGen(). However, it does not check the return value and assumes the EntropySource() always succeeds, but it can and sometimes will fail. This flaw allows a remote attacker to decrypt sensitive information.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs: weak randomness in WebCrypto keygen",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The vulnerability was introduced in NodeJS v15.0.0, Hence, NodeJS:14 package in RHEL-8 and RHSCL-3 are not affected.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.src::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-docs-1:18.9.1-1.module+el8.7.0+16806+4109802b.noarch::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.19-1.module+el8.7.0+16061+0a247725.noarch::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.19-1.module+el8.7.0+16061+0a247725.src::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.src::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-bundler-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch::nodejs:18",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-35255"
},
{
"category": "external",
"summary": "RHBZ#2130517",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2130517"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-35255",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35255"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-35255",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-35255"
},
{
"category": "external",
"summary": "https://hackerone.com/bugs?report_id=1690000",
"url": "https://hackerone.com/bugs?report_id=1690000"
},
{
"category": "external",
"summary": "https://nodejs.org/en/blog/vulnerability/september-2022-security-releases/#weak-randomness-in-webcrypto-keygen-high-cve-2022-35255",
"url": "https://nodejs.org/en/blog/vulnerability/september-2022-security-releases/#weak-randomness-in-webcrypto-keygen-high-cve-2022-35255"
}
],
"release_date": "2022-09-23T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T11:35:47+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.src::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-docs-1:18.9.1-1.module+el8.7.0+16806+4109802b.noarch::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.19-1.module+el8.7.0+16061+0a247725.noarch::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.19-1.module+el8.7.0+16061+0a247725.src::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.src::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-bundler-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch::nodejs:18",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7821"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.src::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-docs-1:18.9.1-1.module+el8.7.0+16806+4109802b.noarch::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.19-1.module+el8.7.0+16061+0a247725.noarch::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.19-1.module+el8.7.0+16061+0a247725.src::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.src::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-bundler-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch::nodejs:18",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "nodejs: weak randomness in WebCrypto keygen"
},
{
"acknowledgments": [
{
"names": [
"VVX7"
],
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2022-35256",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2022-09-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2130518"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in NodeJS due to improper validation of HTTP requests. The llhttp parser in the HTTP module in Node.js does not correctly handle header fields that are not terminated with CLRF. This issue may result in HTTP Request Smuggling. This flaw allows a remote attacker to send a specially crafted HTTP request to the server and smuggle arbitrary HTTP headers.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs: HTTP Request Smuggling due to incorrect parsing of header fields",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.src::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-docs-1:18.9.1-1.module+el8.7.0+16806+4109802b.noarch::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.19-1.module+el8.7.0+16061+0a247725.noarch::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.19-1.module+el8.7.0+16061+0a247725.src::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.src::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-bundler-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch::nodejs:18",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-35256"
},
{
"category": "external",
"summary": "RHBZ#2130518",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2130518"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-35256",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35256"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-35256",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-35256"
},
{
"category": "external",
"summary": "https://nodejs.org/en/blog/vulnerability/september-2022-security-releases/#http-request-smuggling-due-to-incorrect-parsing-of-header-fields-medium-cve-2022-35256",
"url": "https://nodejs.org/en/blog/vulnerability/september-2022-security-releases/#http-request-smuggling-due-to-incorrect-parsing-of-header-fields-medium-cve-2022-35256"
}
],
"release_date": "2022-09-23T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T11:35:47+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.src::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-docs-1:18.9.1-1.module+el8.7.0+16806+4109802b.noarch::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.19-1.module+el8.7.0+16061+0a247725.noarch::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.19-1.module+el8.7.0+16061+0a247725.src::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.src::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-bundler-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch::nodejs:18",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7821"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.src::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-docs-1:18.9.1-1.module+el8.7.0+16806+4109802b.noarch::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.9.1-1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.19-1.module+el8.7.0+16061+0a247725.noarch::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.19-1.module+el8.7.0+16061+0a247725.src::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:2021.06-4.module+el8.7.0+15582+19c314fa.src::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-bundler-0:2021.06-4.module+el8.7.0+15582+19c314fa.noarch::nodejs:18",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.1-1.18.9.1.1.module+el8.7.0+16806+4109802b.x86_64::nodejs:18"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nodejs: HTTP Request Smuggling due to incorrect parsing of header fields"
}
]
}
SSA-332410
Vulnerability from csaf_siemens - Published: 2023-01-10 00:00 - Updated: 2023-01-10 00:00{
"document": {
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Disclosure is not limited. (TLPv2: TLP:CLEAR)",
"tlp": {
"label": "WHITE"
}
},
"notes": [
{
"category": "summary",
"text": "Siemens has released a new version for SINEC INS that fixes multiple vulnerabilities that could allow an attacker to read and write arbitrary files from the file system of the affected component and to ultimately execute arbitrary code on the device. In addition, this version also contains fixes for multiple vulnerabilities in underlying third party components.\n\nSiemens has released an update for SINEC INS and recommends to update to the latest version.",
"title": "Summary"
},
{
"category": "general",
"text": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: \nhttps://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity",
"title": "General Recommendations"
},
{
"category": "general",
"text": "For further inquiries on security vulnerabilities in Siemens products and solutions, please contact the Siemens ProductCERT: https://www.siemens.com/cert/advisories",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "Siemens Security Advisories are subject to the terms and conditions contained in Siemens\u0027 underlying license terms or other applicable agreements previously agreed to with Siemens (hereinafter \"License Terms\"). To the extent applicable to information, software or documentation made available in or through a Siemens Security Advisory, the Terms of Use of Siemens\u0027 Global Website (https://www.siemens.com/terms_of_use, hereinafter \"Terms of Use\"), in particular Sections 8-10 of the Terms of Use, shall apply additionally. In case of conflicts, the License Terms shall prevail over the Terms of Use.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "productcert@siemens.com",
"name": "Siemens ProductCERT",
"namespace": "https://www.siemens.com"
},
"references": [
{
"category": "self",
"summary": "SSA-332410: Multiple Vulnerabilities in SINEC INS before V1.0 SP2 Update 1 - PDF Version",
"url": "https://cert-portal.siemens.com/productcert/pdf/ssa-332410.pdf"
},
{
"category": "self",
"summary": "SSA-332410: Multiple Vulnerabilities in SINEC INS before V1.0 SP2 Update 1 - TXT Version",
"url": "https://cert-portal.siemens.com/productcert/txt/ssa-332410.txt"
},
{
"category": "self",
"summary": "SSA-332410: Multiple Vulnerabilities in SINEC INS before V1.0 SP2 Update 1 - CSAF Version",
"url": "https://cert-portal.siemens.com/productcert/csaf/ssa-332410.json"
}
],
"title": "SSA-332410: Multiple Vulnerabilities in SINEC INS before V1.0 SP2 Update 1",
"tracking": {
"current_release_date": "2023-01-10T00:00:00Z",
"generator": {
"engine": {
"name": "Siemens ProductCERT CSAF Generator",
"version": "1"
}
},
"id": "SSA-332410",
"initial_release_date": "2023-01-10T00:00:00Z",
"revision_history": [
{
"date": "2023-01-10T00:00:00Z",
"legacy_version": "1.0",
"number": "1",
"summary": "Publication Date"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c V1.0 SP2 Update 1",
"product": {
"name": "SINEC INS",
"product_id": "1"
}
}
],
"category": "product_name",
"name": "SINEC INS"
}
],
"category": "vendor",
"name": "Siemens"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-2068",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"notes": [
{
"category": "summary",
"text": "In addition to the c_rehash shell command injection identified in CVE-2022-1292, further circumstances where the c_rehash script does not properly sanitise shell metacharacters to prevent command injection were found by code review. When the CVE-2022-1292 was fixed it was not discovered that there are other places in the script where the file names of certificates being hashed were possibly passed to a command executed through the shell. This script is distributed by some operating systems in a manner where it is automatically executed. On such operating systems, an attacker could execute arbitrary commands with the privileges of the script. Use of the c_rehash script is considered obsolete and should be replaced by the OpenSSL rehash command line tool.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 1 or later version",
"product_ids": [
"1"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109815432/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2022-2068"
},
{
"cve": "CVE-2022-2097",
"cwe": {
"id": "CWE-326",
"name": "Inadequate Encryption Strength"
},
"notes": [
{
"category": "summary",
"text": "AES OCB mode for 32-bit x86 platforms using the AES-NI assembly optimised implementation will not encrypt the entirety of the data under some circumstances. This could reveal sixteen bytes of data that was preexisting in the memory that wasn\u0027t written. In the special case of \"in place\" encryption, sixteen bytes of the plaintext would be revealed. Since OpenSSL does not support OCB based cipher suites for TLS and DTLS, they are both unaffected.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 1 or later version",
"product_ids": [
"1"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109815432/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2022-2097"
},
{
"cve": "CVE-2022-2274",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "The OpenSSL 3.0.4 release introduced a serious bug in the RSA implementation for X86_64 CPUs supporting the AVX512IFMA instructions. This issue makes the RSA implementation with 2048 bit private keys incorrect on such machines and memory corruption will happen during the computation. As a consequence of the memory corruption an attacker may be able to trigger a remote code execution on the machine performing the computation. SSL/TLS servers or other servers using 2048 bit RSA private keys running on machines supporting AVX512IFMA instructions of the X86_64 architecture are affected by this issue.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 1 or later version",
"product_ids": [
"1"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109815432/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2022-2274"
},
{
"cve": "CVE-2022-32212",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"notes": [
{
"category": "summary",
"text": "A OS Command Injection vulnerability exists in Node.js versions \u003c14.20.0, \u003c16.16.0, \u003c18.5.0 due to an insufficient IsAllowedHost check that can easily be bypassed because IsIPAddress does not properly check if an IP address is invalid before making DBS requests allowing rebinding attacks.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 1 or later version",
"product_ids": [
"1"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109815432/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2022-32212"
},
{
"cve": "CVE-2022-32213",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request Smuggling\u0027)"
},
"notes": [
{
"category": "summary",
"text": "The llhttp parser \u003cv14.20.1, \u003cv16.17.1 and \u003cv18.9.1 in the http module in Node.js does not correctly parse and validate Transfer-Encoding headers and can lead to HTTP Request Smuggling (HRS).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 1 or later version",
"product_ids": [
"1"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109815432/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2022-32213"
},
{
"cve": "CVE-2022-32215",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request Smuggling\u0027)"
},
"notes": [
{
"category": "summary",
"text": "The llhttp parser \u003cv14.20.1, \u003cv16.17.1 and \u003cv18.9.1 in the http module in Node.js does not correctly handle multi-line Transfer-Encoding headers. This can lead to HTTP Request Smuggling (HRS).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 1 or later version",
"product_ids": [
"1"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109815432/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2022-32215"
},
{
"cve": "CVE-2022-32222",
"cwe": {
"id": "CWE-326",
"name": "Inadequate Encryption Strength"
},
"notes": [
{
"category": "summary",
"text": "A cryptographic vulnerability exists on Node.js on linux in versions of 18.x prior to 18.40.0 which allowed a default path for openssl.cnf that might be accessible under some circumstances to a non-admin user instead of /etc/ssl as was the case in versions prior to the upgrade to OpenSSL 3.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 1 or later version",
"product_ids": [
"1"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109815432/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2022-32222"
},
{
"cve": "CVE-2022-35255",
"cwe": {
"id": "CWE-330",
"name": "Use of Insufficiently Random Values"
},
"notes": [
{
"category": "summary",
"text": "Node.js made calls to EntropySource() in SecretKeyGenTraits::DoKeyGen() in src/crypto/crypto_keygen.cc. However, it does not check the return value, it assumes EntropySource() always succeeds, but it can (and sometimes will) fail.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 1 or later version",
"product_ids": [
"1"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109815432/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2022-35255"
},
{
"cve": "CVE-2022-35256",
"cwe": {
"id": "CWE-290",
"name": "Authentication Bypass by Spoofing"
},
"notes": [
{
"category": "summary",
"text": "The llhttp parser in the http module in Node.js v18.7.0 does not correctly handle header fields that are not terminated with CLRF. This may result in HTTP Request Smuggling.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 1 or later version",
"product_ids": [
"1"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109815432/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2022-35256"
},
{
"cve": "CVE-2022-45092",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"notes": [
{
"category": "summary",
"text": "An authenticated remote attacker with access to the Web Based Management (443/tcp) of the affected product, could potentially read and write arbitrary files from and to the device\u0027s file system. An attacker might leverage this to trigger remote code execution on the affected component.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 1 or later version",
"product_ids": [
"1"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109815432/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.9,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2022-45092"
},
{
"cve": "CVE-2022-45093",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"notes": [
{
"category": "summary",
"text": "An authenticated remote attacker with access to the Web Based Management (443/tcp) of the affected product as well as with access to the SFTP server of the affected product (22/tcp), could potentially read and write arbitrary files from and to the device\u0027s file system. An attacker might leverage this to trigger remote code execution on the affected component.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "mitigation",
"details": "CVE-2022-45093: Disable the SFTP service of the affected product, if not required",
"product_ids": [
"1"
]
},
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 1 or later version",
"product_ids": [
"1"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109815432/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2022-45093"
},
{
"cve": "CVE-2022-45094",
"cwe": {
"id": "CWE-77",
"name": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)"
},
"notes": [
{
"category": "summary",
"text": "An authenticated remote attacker with access to the Web Based Management (443/tcp) of the affected product, could potentially inject commands into the dhcpd configuration of the affected product. An attacker might leverage this to trigger remote code execution on the affected component.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "mitigation",
"details": "CVE-2022-45094: Disable the DHCP service of the affected product, if not required",
"product_ids": [
"1"
]
},
{
"category": "vendor_fix",
"details": "Update to V1.0 SP2 Update 1 or later version",
"product_ids": [
"1"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109815432/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2022-45094"
}
]
}
SUSE-SU-2022:3524-1
Vulnerability from csaf_suse - Published: 2022-10-05 08:31 - Updated: 2022-10-05 08:31| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-docs-16.17.1-8.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-docs-16.17.1-8.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-docs-16.17.1-8.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-docs-16.17.1-8.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.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 nodejs16",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for nodejs16 fixes the following issues:\n\nUpdated to version 16.17.1:\n\n- CVE-2022-32213: Fixed bypass via obs-fold mechanic (bsc#1201325).\n- CVE-2022-32215: Fixed incorrect Parsing of Multi-line Transfer-Encoding (bsc#1201327).\n- CVE-2022-35256: Fixed incorrect Parsing of Header Fields (bsc#1203832).\n- CVE-2022-35255: FIxed weak randomness in WebCrypto keygen (bsc#1203831).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2022-3524,SUSE-SLE-Module-Web-Scripting-12-2022-3524",
"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-2022_3524-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2022:3524-1",
"url": "https://www.suse.com/support/update/announcement/2022/suse-su-20223524-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2022:3524-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2022-October/012497.html"
},
{
"category": "self",
"summary": "SUSE Bug 1201325",
"url": "https://bugzilla.suse.com/1201325"
},
{
"category": "self",
"summary": "SUSE Bug 1201327",
"url": "https://bugzilla.suse.com/1201327"
},
{
"category": "self",
"summary": "SUSE Bug 1203831",
"url": "https://bugzilla.suse.com/1203831"
},
{
"category": "self",
"summary": "SUSE Bug 1203832",
"url": "https://bugzilla.suse.com/1203832"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-32213 page",
"url": "https://www.suse.com/security/cve/CVE-2022-32213/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-32215 page",
"url": "https://www.suse.com/security/cve/CVE-2022-32215/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-35255 page",
"url": "https://www.suse.com/security/cve/CVE-2022-35255/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-35256 page",
"url": "https://www.suse.com/security/cve/CVE-2022-35256/"
}
],
"title": "Security update for nodejs16",
"tracking": {
"current_release_date": "2022-10-05T08:31:48Z",
"generator": {
"date": "2022-10-05T08:31:48Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2022:3524-1",
"initial_release_date": "2022-10-05T08:31:48Z",
"revision_history": [
{
"date": "2022-10-05T08:31:48Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "corepack16-16.17.1-8.12.1.aarch64",
"product": {
"name": "corepack16-16.17.1-8.12.1.aarch64",
"product_id": "corepack16-16.17.1-8.12.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs16-16.17.1-8.12.1.aarch64",
"product": {
"name": "nodejs16-16.17.1-8.12.1.aarch64",
"product_id": "nodejs16-16.17.1-8.12.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs16-devel-16.17.1-8.12.1.aarch64",
"product": {
"name": "nodejs16-devel-16.17.1-8.12.1.aarch64",
"product_id": "nodejs16-devel-16.17.1-8.12.1.aarch64"
}
},
{
"category": "product_version",
"name": "npm16-16.17.1-8.12.1.aarch64",
"product": {
"name": "npm16-16.17.1-8.12.1.aarch64",
"product_id": "npm16-16.17.1-8.12.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack16-16.17.1-8.12.1.i586",
"product": {
"name": "corepack16-16.17.1-8.12.1.i586",
"product_id": "corepack16-16.17.1-8.12.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs16-16.17.1-8.12.1.i586",
"product": {
"name": "nodejs16-16.17.1-8.12.1.i586",
"product_id": "nodejs16-16.17.1-8.12.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs16-devel-16.17.1-8.12.1.i586",
"product": {
"name": "nodejs16-devel-16.17.1-8.12.1.i586",
"product_id": "nodejs16-devel-16.17.1-8.12.1.i586"
}
},
{
"category": "product_version",
"name": "npm16-16.17.1-8.12.1.i586",
"product": {
"name": "npm16-16.17.1-8.12.1.i586",
"product_id": "npm16-16.17.1-8.12.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs16-docs-16.17.1-8.12.1.noarch",
"product": {
"name": "nodejs16-docs-16.17.1-8.12.1.noarch",
"product_id": "nodejs16-docs-16.17.1-8.12.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack16-16.17.1-8.12.1.ppc64le",
"product": {
"name": "corepack16-16.17.1-8.12.1.ppc64le",
"product_id": "corepack16-16.17.1-8.12.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs16-16.17.1-8.12.1.ppc64le",
"product": {
"name": "nodejs16-16.17.1-8.12.1.ppc64le",
"product_id": "nodejs16-16.17.1-8.12.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs16-devel-16.17.1-8.12.1.ppc64le",
"product": {
"name": "nodejs16-devel-16.17.1-8.12.1.ppc64le",
"product_id": "nodejs16-devel-16.17.1-8.12.1.ppc64le"
}
},
{
"category": "product_version",
"name": "npm16-16.17.1-8.12.1.ppc64le",
"product": {
"name": "npm16-16.17.1-8.12.1.ppc64le",
"product_id": "npm16-16.17.1-8.12.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack16-16.17.1-8.12.1.s390x",
"product": {
"name": "corepack16-16.17.1-8.12.1.s390x",
"product_id": "corepack16-16.17.1-8.12.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs16-16.17.1-8.12.1.s390x",
"product": {
"name": "nodejs16-16.17.1-8.12.1.s390x",
"product_id": "nodejs16-16.17.1-8.12.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs16-devel-16.17.1-8.12.1.s390x",
"product": {
"name": "nodejs16-devel-16.17.1-8.12.1.s390x",
"product_id": "nodejs16-devel-16.17.1-8.12.1.s390x"
}
},
{
"category": "product_version",
"name": "npm16-16.17.1-8.12.1.s390x",
"product": {
"name": "npm16-16.17.1-8.12.1.s390x",
"product_id": "npm16-16.17.1-8.12.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack16-16.17.1-8.12.1.x86_64",
"product": {
"name": "corepack16-16.17.1-8.12.1.x86_64",
"product_id": "corepack16-16.17.1-8.12.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs16-16.17.1-8.12.1.x86_64",
"product": {
"name": "nodejs16-16.17.1-8.12.1.x86_64",
"product_id": "nodejs16-16.17.1-8.12.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs16-devel-16.17.1-8.12.1.x86_64",
"product": {
"name": "nodejs16-devel-16.17.1-8.12.1.x86_64",
"product_id": "nodejs16-devel-16.17.1-8.12.1.x86_64"
}
},
{
"category": "product_version",
"name": "npm16-16.17.1-8.12.1.x86_64",
"product": {
"name": "npm16-16.17.1-8.12.1.x86_64",
"product_id": "npm16-16.17.1-8.12.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Web and Scripting 12",
"product": {
"name": "SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-web-scripting:12"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.17.1-8.12.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.aarch64"
},
"product_reference": "nodejs16-16.17.1-8.12.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.17.1-8.12.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.ppc64le"
},
"product_reference": "nodejs16-16.17.1-8.12.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.17.1-8.12.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.s390x"
},
"product_reference": "nodejs16-16.17.1-8.12.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.17.1-8.12.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.x86_64"
},
"product_reference": "nodejs16-16.17.1-8.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.17.1-8.12.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.aarch64"
},
"product_reference": "nodejs16-devel-16.17.1-8.12.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.17.1-8.12.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.ppc64le"
},
"product_reference": "nodejs16-devel-16.17.1-8.12.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.17.1-8.12.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.s390x"
},
"product_reference": "nodejs16-devel-16.17.1-8.12.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.17.1-8.12.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.x86_64"
},
"product_reference": "nodejs16-devel-16.17.1-8.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-docs-16.17.1-8.12.1.noarch as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-docs-16.17.1-8.12.1.noarch"
},
"product_reference": "nodejs16-docs-16.17.1-8.12.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.17.1-8.12.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.aarch64"
},
"product_reference": "npm16-16.17.1-8.12.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.17.1-8.12.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.ppc64le"
},
"product_reference": "npm16-16.17.1-8.12.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.17.1-8.12.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.s390x"
},
"product_reference": "npm16-16.17.1-8.12.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.17.1-8.12.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.x86_64"
},
"product_reference": "npm16-16.17.1-8.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-32213",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-32213"
}
],
"notes": [
{
"category": "general",
"text": "The llhttp parser \u003cv14.20.1, \u003cv16.17.1 and \u003cv18.9.1 in the http module in Node.js does not correctly parse and validate Transfer-Encoding headers and can lead to HTTP Request Smuggling (HRS).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-docs-16.17.1-8.12.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-32213",
"url": "https://www.suse.com/security/cve/CVE-2022-32213"
},
{
"category": "external",
"summary": "SUSE Bug 1201325 for CVE-2022-32213",
"url": "https://bugzilla.suse.com/1201325"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-docs-16.17.1-8.12.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-docs-16.17.1-8.12.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-10-05T08:31:48Z",
"details": "moderate"
}
],
"title": "CVE-2022-32213"
},
{
"cve": "CVE-2022-32215",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-32215"
}
],
"notes": [
{
"category": "general",
"text": "The llhttp parser \u003cv14.20.1, \u003cv16.17.1 and \u003cv18.9.1 in the http module in Node.js does not correctly handle multi-line Transfer-Encoding headers. This can lead to HTTP Request Smuggling (HRS).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-docs-16.17.1-8.12.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-32215",
"url": "https://www.suse.com/security/cve/CVE-2022-32215"
},
{
"category": "external",
"summary": "SUSE Bug 1201327 for CVE-2022-32215",
"url": "https://bugzilla.suse.com/1201327"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-docs-16.17.1-8.12.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-docs-16.17.1-8.12.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-10-05T08:31:48Z",
"details": "moderate"
}
],
"title": "CVE-2022-32215"
},
{
"cve": "CVE-2022-35255",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-35255"
}
],
"notes": [
{
"category": "general",
"text": "A weak randomness in WebCrypto keygen vulnerability exists in Node.js 18 due to a change with EntropySource() in SecretKeyGenTraits::DoKeyGen() in src/crypto/crypto_keygen.cc. There are two problems with this: 1) It does not check the return value, it assumes EntropySource() always succeeds, but it can (and sometimes will) fail. 2) The random data returned byEntropySource() may not be cryptographically strong and therefore not suitable as keying material.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-docs-16.17.1-8.12.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-35255",
"url": "https://www.suse.com/security/cve/CVE-2022-35255"
},
{
"category": "external",
"summary": "SUSE Bug 1203831 for CVE-2022-35255",
"url": "https://bugzilla.suse.com/1203831"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-docs-16.17.1-8.12.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-docs-16.17.1-8.12.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-10-05T08:31:48Z",
"details": "important"
}
],
"title": "CVE-2022-35255"
},
{
"cve": "CVE-2022-35256",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-35256"
}
],
"notes": [
{
"category": "general",
"text": "The llhttp parser in the http module in Node v18.7.0 does not correctly handle header fields that are not terminated with CLRF. This may result in HTTP Request Smuggling.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-docs-16.17.1-8.12.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-35256",
"url": "https://www.suse.com/security/cve/CVE-2022-35256"
},
{
"category": "external",
"summary": "SUSE Bug 1203832 for CVE-2022-35256",
"url": "https://bugzilla.suse.com/1203832"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-docs-16.17.1-8.12.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.17.1-8.12.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.17.1-8.12.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-docs-16.17.1-8.12.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.17.1-8.12.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-10-05T08:31:48Z",
"details": "moderate"
}
],
"title": "CVE-2022-35256"
}
]
}
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.