Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2022-43548 (GCVE-0-2022-43548)
Vulnerability from cvelistv5 – Published: 2022-12-05 00:00 – Updated: 2025-04-30 05:55- CWE-78 - OS Command Injection (CWE-78)
| Vendor | Product | Version | |
|---|---|---|---|
| NodeJS | Node |
Affected:
4.0 , < 4.*
(semver)
Affected: 5.0 , < 5.* (semver) Affected: 6.0 , < 6.* (semver) Affected: 7.0 , < 7.* (semver) Affected: 8.0 , < 8.* (semver) Affected: 9.0 , < 9.* (semver) Affected: 10.0 , < 10.* (semver) Affected: 11.0 , < 11.* (semver) Affected: 12.0 , < 12.* (semver) Affected: 13.0 , < 13.* (semver) Affected: 14.0 , < 14.21.1 (semver) Affected: 15.0 , < 15.* (semver) Affected: 16.0 , < 16.18.1 (semver) Affected: 17.0 , < 17.* (semver) Affected: 18.0 , < 18.12.1 (semver) Affected: 19.0 , < 19.0.1 (semver) |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-03T13:32:59.546Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_transferred"
],
"url": "https://nodejs.org/en/blog/vulnerability/november-2022-security-releases/"
},
{
"tags": [
"x_transferred"
],
"url": "https://security.netapp.com/advisory/ntap-20230120-0004/"
},
{
"name": "DSA-5326",
"tags": [
"vendor-advisory",
"x_transferred"
],
"url": "https://www.debian.org/security/2023/dsa-5326"
},
{
"name": "[debian-lts-announce] 20230226 [SECURITY] [DLA 3344-1] nodejs security update",
"tags": [
"mailing-list",
"x_transferred"
],
"url": "https://lists.debian.org/debian-lts-announce/2023/02/msg00038.html"
},
{
"tags": [
"x_transferred"
],
"url": "https://security.netapp.com/advisory/ntap-20230427-0007/"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2022-43548",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-04-24T14:03:01.021194Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-04-24T14:03:05.602Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Node",
"vendor": "NodeJS",
"versions": [
{
"lessThan": "4.*",
"status": "affected",
"version": "4.0",
"versionType": "semver"
},
{
"lessThan": "5.*",
"status": "affected",
"version": "5.0",
"versionType": "semver"
},
{
"lessThan": "6.*",
"status": "affected",
"version": "6.0",
"versionType": "semver"
},
{
"lessThan": "7.*",
"status": "affected",
"version": "7.0",
"versionType": "semver"
},
{
"lessThan": "8.*",
"status": "affected",
"version": "8.0",
"versionType": "semver"
},
{
"lessThan": "9.*",
"status": "affected",
"version": "9.0",
"versionType": "semver"
},
{
"lessThan": "10.*",
"status": "affected",
"version": "10.0",
"versionType": "semver"
},
{
"lessThan": "11.*",
"status": "affected",
"version": "11.0",
"versionType": "semver"
},
{
"lessThan": "12.*",
"status": "affected",
"version": "12.0",
"versionType": "semver"
},
{
"lessThan": "13.*",
"status": "affected",
"version": "13.0",
"versionType": "semver"
},
{
"lessThan": "14.21.1",
"status": "affected",
"version": "14.0",
"versionType": "semver"
},
{
"lessThan": "15.*",
"status": "affected",
"version": "15.0",
"versionType": "semver"
},
{
"lessThan": "16.18.1",
"status": "affected",
"version": "16.0",
"versionType": "semver"
},
{
"lessThan": "17.*",
"status": "affected",
"version": "17.0",
"versionType": "semver"
},
{
"lessThan": "18.12.1",
"status": "affected",
"version": "18.0",
"versionType": "semver"
},
{
"lessThan": "19.0.1",
"status": "affected",
"version": "19.0",
"versionType": "semver"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "A OS Command Injection vulnerability exists in Node.js versions \u003c14.21.1, \u003c16.18.1, \u003c18.12.1, \u003c19.0.1 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.The fix for this issue in https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32212 was incomplete and this new CVE is to complete the fix."
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-78",
"description": "OS Command Injection (CWE-78)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-04-30T05:55:04.408Z",
"orgId": "36234546-b8fa-4601-9d6f-f4e334aa8ea1",
"shortName": "hackerone"
},
"references": [
{
"url": "https://nodejs.org/en/blog/vulnerability/november-2022-security-releases/"
},
{
"url": "https://security.netapp.com/advisory/ntap-20230120-0004/"
},
{
"name": "DSA-5326",
"tags": [
"vendor-advisory"
],
"url": "https://www.debian.org/security/2023/dsa-5326"
},
{
"name": "[debian-lts-announce] 20230226 [SECURITY] [DLA 3344-1] nodejs security update",
"tags": [
"mailing-list"
],
"url": "https://lists.debian.org/debian-lts-announce/2023/02/msg00038.html"
},
{
"url": "https://security.netapp.com/advisory/ntap-20230427-0007/"
}
]
}
},
"cveMetadata": {
"assignerOrgId": "36234546-b8fa-4601-9d6f-f4e334aa8ea1",
"assignerShortName": "hackerone",
"cveId": "CVE-2022-43548",
"datePublished": "2022-12-05T00:00:00.000Z",
"dateReserved": "2022-10-20T00:00:00.000Z",
"dateUpdated": "2025-04-30T05:55:04.408Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2022-43548",
"date": "2026-07-12",
"epss": "0.14024",
"percentile": "0.96126"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2022-43548\",\"sourceIdentifier\":\"support@hackerone.com\",\"published\":\"2022-12-05T22:15:10.923\",\"lastModified\":\"2026-06-17T05:06:48.960\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"A OS Command Injection vulnerability exists in Node.js versions \u003c14.21.1, \u003c16.18.1, \u003c18.12.1, \u003c19.0.1 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.The fix for this issue in https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32212 was incomplete and this new CVE is to complete the fix.\"},{\"lang\":\"es\",\"value\":\"Existe una vulnerabilidad de inyecci\u00f3n de comandos del Sistema Operativo en las versiones de Node.js \u0026lt;14.21.1, \u0026lt;16.18.1, \u0026lt;18.12.1, \u0026lt;19.0.1 debido a una verificaci\u00f3n insuficiente de IsAllowedHost que se puede omitir f\u00e1cilmente porque IsIPAddress no lo hace correctamente. verifique si una direcci\u00f3n IP no es v\u00e1lida antes de realizar solicitudes de DBS que permitan volver a vincular ataques. La soluci\u00f3n para este problema en https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32212 estaba incompleta y esto El nuevo CVE es para completar la soluci\u00f3n.\"}],\"affected\":[{\"source\":\"support@hackerone.com\",\"affectedData\":[{\"vendor\":\"NodeJS\",\"product\":\"Node\",\"defaultStatus\":\"unaffected\",\"versions\":[{\"version\":\"4.0\",\"lessThan\":\"4.*\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"5.0\",\"lessThan\":\"5.*\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"6.0\",\"lessThan\":\"6.*\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"7.0\",\"lessThan\":\"7.*\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"8.0\",\"lessThan\":\"8.*\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"9.0\",\"lessThan\":\"9.*\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"10.0\",\"lessThan\":\"10.*\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"11.0\",\"lessThan\":\"11.*\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"12.0\",\"lessThan\":\"12.*\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"13.0\",\"lessThan\":\"13.*\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"14.0\",\"lessThan\":\"14.21.1\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"15.0\",\"lessThan\":\"15.*\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"16.0\",\"lessThan\":\"16.18.1\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"17.0\",\"lessThan\":\"17.*\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"18.0\",\"lessThan\":\"18.12.1\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"19.0\",\"lessThan\":\"19.0.1\",\"versionType\":\"semver\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":8.1,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.2,\"impactScore\":5.9},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":8.1,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.2,\"impactScore\":5.9}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2025-04-24T14:03:01.021194Z\",\"id\":\"CVE-2022-43548\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"total\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"support@hackerone.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-78\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-78\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nodejs:node.js:*:*:*:*:-:*:*:*\",\"versionStartIncluding\":\"14.0.0\",\"versionEndIncluding\":\"14.14.0\",\"matchCriteriaId\":\"428DCD7B-6F66-4F18-B780-5BD80143D482\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nodejs:node.js:*:*:*:*:lts:*:*:*\",\"versionStartIncluding\":\"14.15.0\",\"versionEndExcluding\":\"14.21.1\",\"matchCriteriaId\":\"BE09F669-5369-442E-8B63-BF58FC0CBB22\"},{\"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.18.1\",\"matchCriteriaId\":\"FF081B38-0E73-4066-898D-12C6B6D48913\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nodejs:node.js:*:*:*:*:-:*:*:*\",\"versionStartIncluding\":\"18.0.0\",\"versionEndIncluding\":\"18.11.0\",\"matchCriteriaId\":\"33DB62F6-9D8D-42F8-A75E-82DA091C02BC\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nodejs:node.js:18.12.0:*:*:*:lts:*:*:*\",\"matchCriteriaId\":\"7B1F87EE-4E30-4832-BF01-8501E94380EE\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nodejs:node.js:19.0.0:*:*:*:-:*:*:*\",\"matchCriteriaId\":\"F568BBC5-0D8E-499C-9F3E-DDCE5F10F9D5\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"07B237A9-69A3-4A9C-9DA0-4E06BD37AE73\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"FA6FEEC2-9F11-4643-8827-749718254FED\"}]}]}],\"references\":[{\"url\":\"https://lists.debian.org/debian-lts-announce/2023/02/msg00038.html\",\"source\":\"support@hackerone.com\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://nodejs.org/en/blog/vulnerability/november-2022-security-releases/\",\"source\":\"support@hackerone.com\",\"tags\":[\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20230120-0004/\",\"source\":\"support@hackerone.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20230427-0007/\",\"source\":\"support@hackerone.com\"},{\"url\":\"https://www.debian.org/security/2023/dsa-5326\",\"source\":\"support@hackerone.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2023/02/msg00038.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://nodejs.org/en/blog/vulnerability/november-2022-security-releases/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20230120-0004/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20230427-0007/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://www.debian.org/security/2023/dsa-5326\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]}]}}",
"redhat_vex": {
"aggregate_severity": "Moderate",
"current_release_date": "2026-06-28T07:58:57+00:00",
"cve": "CVE-2022-43548",
"id": "CVE-2022-43548",
"initial_release_date": "2022-11-04T00:00:00+00:00",
"product_status:fixed": "244",
"product_status:known_not_affected": "2",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "nodejs: DNS rebinding in inspect via invalid octal IP address",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2022/cve-2022-43548.json",
"version": "3"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://nodejs.org/en/blog/vulnerability/november-2022-security-releases/\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20230120-0004/\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://www.debian.org/security/2023/dsa-5326\", \"name\": \"DSA-5326\", \"tags\": [\"vendor-advisory\", \"x_transferred\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2023/02/msg00038.html\", \"name\": \"[debian-lts-announce] 20230226 [SECURITY] [DLA 3344-1] nodejs security update\", \"tags\": [\"mailing-list\", \"x_transferred\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20230427-0007/\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-03T13:32:59.546Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 8.1, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"HIGH\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2022-43548\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-04-24T14:03:01.021194Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-04-24T14:02:55.574Z\"}}], \"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\": \"14.0\", \"lessThan\": \"14.21.1\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"15.0\", \"lessThan\": \"15.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"16.0\", \"lessThan\": \"16.18.1\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"17.0\", \"lessThan\": \"17.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"18.0\", \"lessThan\": \"18.12.1\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"19.0\", \"lessThan\": \"19.0.1\", \"versionType\": \"semver\"}], \"defaultStatus\": \"unaffected\"}], \"references\": [{\"url\": \"https://nodejs.org/en/blog/vulnerability/november-2022-security-releases/\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20230120-0004/\"}, {\"url\": \"https://www.debian.org/security/2023/dsa-5326\", \"name\": \"DSA-5326\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2023/02/msg00038.html\", \"name\": \"[debian-lts-announce] 20230226 [SECURITY] [DLA 3344-1] nodejs security update\", \"tags\": [\"mailing-list\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20230427-0007/\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"A OS Command Injection vulnerability exists in Node.js versions \u003c14.21.1, \u003c16.18.1, \u003c18.12.1, \u003c19.0.1 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.The fix for this issue in https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32212 was incomplete and this new CVE is to complete the fix.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-78\", \"description\": \"OS Command Injection (CWE-78)\"}]}], \"providerMetadata\": {\"orgId\": \"36234546-b8fa-4601-9d6f-f4e334aa8ea1\", \"shortName\": \"hackerone\", \"dateUpdated\": \"2025-04-30T05:55:04.408Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2022-43548\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-04-30T05:55:04.408Z\", \"dateReserved\": \"2022-10-20T00:00:00.000Z\", \"assignerOrgId\": \"36234546-b8fa-4601-9d6f-f4e334aa8ea1\", \"datePublished\": \"2022-12-05T00:00:00.000Z\", \"assignerShortName\": \"hackerone\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
MSRC_CVE-2022-43548
Vulnerability from csaf_microsoft - Published: 2022-12-02 00:00 - Updated: 2022-12-09 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 18530-16820 | — | ||
| Unresolved product id: 18531-17086 | — |
| URL | Category |
|---|---|
| https://msrc.microsoft.com/csaf/vex/2022/msrc_cve… | self |
| https://support.microsoft.com/lifecycle | external |
| https://www.first.org/cvss | external |
| https://msrc.microsoft.com/csaf/vex/2022/msrc_cve… | self |
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2022-43548 A OS Command Injection vulnerability exists in Node.js versions \u003c14.21.1 \u003c16.18.1 \u003c18.12.1 \u003c19.0.1 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.The fix for this issue in https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32212 was incomplete and this new CVE is to complete the fix. - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2022/msrc_cve-2022-43548.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"title": "A OS Command Injection vulnerability exists in Node.js versions \u003c14.21.1 \u003c16.18.1 \u003c18.12.1 \u003c19.0.1 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.The fix for this issue in https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32212 was incomplete and this new CVE is to complete the fix.",
"tracking": {
"current_release_date": "2022-12-09T00:00:00.000Z",
"generator": {
"date": "2025-12-27T17:18:56.825Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2022-43548",
"initial_release_date": "2022-12-02T00:00:00.000Z",
"revision_history": [
{
"date": "2022-12-09T00:00:00.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "1.0",
"product": {
"name": "CBL Mariner 1.0",
"product_id": "16820"
}
},
{
"category": "product_version",
"name": "2.0",
"product": {
"name": "CBL Mariner 2.0",
"product_id": "17086"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003ccm1 nodejs 14.21.1-1",
"product": {
"name": "\u003ccm1 nodejs 14.21.1-1",
"product_id": "2"
}
},
{
"category": "product_version",
"name": "cm1 nodejs 14.21.1-1",
"product": {
"name": "cm1 nodejs 14.21.1-1",
"product_id": "18530"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 nodejs 16.18.1-2",
"product": {
"name": "\u003ccbl2 nodejs 16.18.1-2",
"product_id": "1"
}
},
{
"category": "product_version",
"name": "cbl2 nodejs 16.18.1-2",
"product": {
"name": "cbl2 nodejs 16.18.1-2",
"product_id": "18531"
}
}
],
"category": "product_name",
"name": "nodejs"
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccm1 nodejs 14.21.1-1 as a component of CBL Mariner 1.0",
"product_id": "16820-2"
},
"product_reference": "2",
"relates_to_product_reference": "16820"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cm1 nodejs 14.21.1-1 as a component of CBL Mariner 1.0",
"product_id": "18530-16820"
},
"product_reference": "18530",
"relates_to_product_reference": "16820"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 nodejs 16.18.1-2 as a component of CBL Mariner 2.0",
"product_id": "17086-1"
},
"product_reference": "1",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 nodejs 16.18.1-2 as a component of CBL Mariner 2.0",
"product_id": "18531-17086"
},
"product_reference": "18531",
"relates_to_product_reference": "17086"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-43548",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"notes": [
{
"category": "general",
"text": "hackerone",
"title": "Assigning CNA"
}
],
"product_status": {
"fixed": [
"18530-16820",
"18531-17086"
],
"known_affected": [
"16820-2",
"17086-1"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2022-43548 A OS Command Injection vulnerability exists in Node.js versions \u003c14.21.1 \u003c16.18.1 \u003c18.12.1 \u003c19.0.1 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.The fix for this issue in https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32212 was incomplete and this new CVE is to complete the fix. - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2022/msrc_cve-2022-43548.json"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2022-12-09T00:00:00.000Z",
"details": "14.21.1-1:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"16820-2"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2022-12-09T00:00:00.000Z",
"details": "16.18.1-2:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-1"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalsScore": 0.0,
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 8.1,
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"16820-2",
"17086-1"
]
}
],
"title": "A OS Command Injection vulnerability exists in Node.js versions \u003c14.21.1 \u003c16.18.1 \u003c18.12.1 \u003c19.0.1 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.The fix for this issue in https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32212 was incomplete and this new CVE is to complete the fix."
}
]
}
OPENSUSE-SU-2024:12488-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.12.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack18-18.12.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack18-18.12.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack18-18.12.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs18-18.12.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs18-18.12.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs18-18.12.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs18-18.12.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs18-devel-18.12.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs18-devel-18.12.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs18-devel-18.12.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs18-devel-18.12.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs18-docs-18.12.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs18-docs-18.12.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs18-docs-18.12.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs18-docs-18.12.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm18-18.12.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm18-18.12.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm18-18.12.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm18-18.12.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": "corepack18-18.12.1-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the corepack18-18.12.1-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-12488",
"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_12488-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-43548 page",
"url": "https://www.suse.com/security/cve/CVE-2022-43548/"
}
],
"title": "corepack18-18.12.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:12488-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.12.1-1.1.aarch64",
"product": {
"name": "corepack18-18.12.1-1.1.aarch64",
"product_id": "corepack18-18.12.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs18-18.12.1-1.1.aarch64",
"product": {
"name": "nodejs18-18.12.1-1.1.aarch64",
"product_id": "nodejs18-18.12.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs18-devel-18.12.1-1.1.aarch64",
"product": {
"name": "nodejs18-devel-18.12.1-1.1.aarch64",
"product_id": "nodejs18-devel-18.12.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs18-docs-18.12.1-1.1.aarch64",
"product": {
"name": "nodejs18-docs-18.12.1-1.1.aarch64",
"product_id": "nodejs18-docs-18.12.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "npm18-18.12.1-1.1.aarch64",
"product": {
"name": "npm18-18.12.1-1.1.aarch64",
"product_id": "npm18-18.12.1-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack18-18.12.1-1.1.ppc64le",
"product": {
"name": "corepack18-18.12.1-1.1.ppc64le",
"product_id": "corepack18-18.12.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs18-18.12.1-1.1.ppc64le",
"product": {
"name": "nodejs18-18.12.1-1.1.ppc64le",
"product_id": "nodejs18-18.12.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs18-devel-18.12.1-1.1.ppc64le",
"product": {
"name": "nodejs18-devel-18.12.1-1.1.ppc64le",
"product_id": "nodejs18-devel-18.12.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs18-docs-18.12.1-1.1.ppc64le",
"product": {
"name": "nodejs18-docs-18.12.1-1.1.ppc64le",
"product_id": "nodejs18-docs-18.12.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "npm18-18.12.1-1.1.ppc64le",
"product": {
"name": "npm18-18.12.1-1.1.ppc64le",
"product_id": "npm18-18.12.1-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack18-18.12.1-1.1.s390x",
"product": {
"name": "corepack18-18.12.1-1.1.s390x",
"product_id": "corepack18-18.12.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs18-18.12.1-1.1.s390x",
"product": {
"name": "nodejs18-18.12.1-1.1.s390x",
"product_id": "nodejs18-18.12.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs18-devel-18.12.1-1.1.s390x",
"product": {
"name": "nodejs18-devel-18.12.1-1.1.s390x",
"product_id": "nodejs18-devel-18.12.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs18-docs-18.12.1-1.1.s390x",
"product": {
"name": "nodejs18-docs-18.12.1-1.1.s390x",
"product_id": "nodejs18-docs-18.12.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "npm18-18.12.1-1.1.s390x",
"product": {
"name": "npm18-18.12.1-1.1.s390x",
"product_id": "npm18-18.12.1-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack18-18.12.1-1.1.x86_64",
"product": {
"name": "corepack18-18.12.1-1.1.x86_64",
"product_id": "corepack18-18.12.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs18-18.12.1-1.1.x86_64",
"product": {
"name": "nodejs18-18.12.1-1.1.x86_64",
"product_id": "nodejs18-18.12.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs18-devel-18.12.1-1.1.x86_64",
"product": {
"name": "nodejs18-devel-18.12.1-1.1.x86_64",
"product_id": "nodejs18-devel-18.12.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs18-docs-18.12.1-1.1.x86_64",
"product": {
"name": "nodejs18-docs-18.12.1-1.1.x86_64",
"product_id": "nodejs18-docs-18.12.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "npm18-18.12.1-1.1.x86_64",
"product": {
"name": "npm18-18.12.1-1.1.x86_64",
"product_id": "npm18-18.12.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": "corepack18-18.12.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:corepack18-18.12.1-1.1.aarch64"
},
"product_reference": "corepack18-18.12.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack18-18.12.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:corepack18-18.12.1-1.1.ppc64le"
},
"product_reference": "corepack18-18.12.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack18-18.12.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:corepack18-18.12.1-1.1.s390x"
},
"product_reference": "corepack18-18.12.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack18-18.12.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:corepack18-18.12.1-1.1.x86_64"
},
"product_reference": "corepack18-18.12.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.12.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs18-18.12.1-1.1.aarch64"
},
"product_reference": "nodejs18-18.12.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.12.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs18-18.12.1-1.1.ppc64le"
},
"product_reference": "nodejs18-18.12.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.12.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs18-18.12.1-1.1.s390x"
},
"product_reference": "nodejs18-18.12.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.12.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs18-18.12.1-1.1.x86_64"
},
"product_reference": "nodejs18-18.12.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.12.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs18-devel-18.12.1-1.1.aarch64"
},
"product_reference": "nodejs18-devel-18.12.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.12.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs18-devel-18.12.1-1.1.ppc64le"
},
"product_reference": "nodejs18-devel-18.12.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.12.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs18-devel-18.12.1-1.1.s390x"
},
"product_reference": "nodejs18-devel-18.12.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.12.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs18-devel-18.12.1-1.1.x86_64"
},
"product_reference": "nodejs18-devel-18.12.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-docs-18.12.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs18-docs-18.12.1-1.1.aarch64"
},
"product_reference": "nodejs18-docs-18.12.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-docs-18.12.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs18-docs-18.12.1-1.1.ppc64le"
},
"product_reference": "nodejs18-docs-18.12.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-docs-18.12.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs18-docs-18.12.1-1.1.s390x"
},
"product_reference": "nodejs18-docs-18.12.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-docs-18.12.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs18-docs-18.12.1-1.1.x86_64"
},
"product_reference": "nodejs18-docs-18.12.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.12.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:npm18-18.12.1-1.1.aarch64"
},
"product_reference": "npm18-18.12.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.12.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:npm18-18.12.1-1.1.ppc64le"
},
"product_reference": "npm18-18.12.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.12.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:npm18-18.12.1-1.1.s390x"
},
"product_reference": "npm18-18.12.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.12.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:npm18-18.12.1-1.1.x86_64"
},
"product_reference": "npm18-18.12.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-43548",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-43548"
}
],
"notes": [
{
"category": "general",
"text": "A OS Command Injection vulnerability exists in Node.js versions \u003c14.21.1, \u003c16.18.1, \u003c18.12.1, \u003c19.0.1 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.The fix for this issue in https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32212 was incomplete and this new CVE is to complete the fix.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:corepack18-18.12.1-1.1.aarch64",
"openSUSE Tumbleweed:corepack18-18.12.1-1.1.ppc64le",
"openSUSE Tumbleweed:corepack18-18.12.1-1.1.s390x",
"openSUSE Tumbleweed:corepack18-18.12.1-1.1.x86_64",
"openSUSE Tumbleweed:nodejs18-18.12.1-1.1.aarch64",
"openSUSE Tumbleweed:nodejs18-18.12.1-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs18-18.12.1-1.1.s390x",
"openSUSE Tumbleweed:nodejs18-18.12.1-1.1.x86_64",
"openSUSE Tumbleweed:nodejs18-devel-18.12.1-1.1.aarch64",
"openSUSE Tumbleweed:nodejs18-devel-18.12.1-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs18-devel-18.12.1-1.1.s390x",
"openSUSE Tumbleweed:nodejs18-devel-18.12.1-1.1.x86_64",
"openSUSE Tumbleweed:nodejs18-docs-18.12.1-1.1.aarch64",
"openSUSE Tumbleweed:nodejs18-docs-18.12.1-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs18-docs-18.12.1-1.1.s390x",
"openSUSE Tumbleweed:nodejs18-docs-18.12.1-1.1.x86_64",
"openSUSE Tumbleweed:npm18-18.12.1-1.1.aarch64",
"openSUSE Tumbleweed:npm18-18.12.1-1.1.ppc64le",
"openSUSE Tumbleweed:npm18-18.12.1-1.1.s390x",
"openSUSE Tumbleweed:npm18-18.12.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-43548",
"url": "https://www.suse.com/security/cve/CVE-2022-43548"
},
{
"category": "external",
"summary": "SUSE Bug 1205119 for CVE-2022-43548",
"url": "https://bugzilla.suse.com/1205119"
}
],
"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.12.1-1.1.aarch64",
"openSUSE Tumbleweed:corepack18-18.12.1-1.1.ppc64le",
"openSUSE Tumbleweed:corepack18-18.12.1-1.1.s390x",
"openSUSE Tumbleweed:corepack18-18.12.1-1.1.x86_64",
"openSUSE Tumbleweed:nodejs18-18.12.1-1.1.aarch64",
"openSUSE Tumbleweed:nodejs18-18.12.1-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs18-18.12.1-1.1.s390x",
"openSUSE Tumbleweed:nodejs18-18.12.1-1.1.x86_64",
"openSUSE Tumbleweed:nodejs18-devel-18.12.1-1.1.aarch64",
"openSUSE Tumbleweed:nodejs18-devel-18.12.1-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs18-devel-18.12.1-1.1.s390x",
"openSUSE Tumbleweed:nodejs18-devel-18.12.1-1.1.x86_64",
"openSUSE Tumbleweed:nodejs18-docs-18.12.1-1.1.aarch64",
"openSUSE Tumbleweed:nodejs18-docs-18.12.1-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs18-docs-18.12.1-1.1.s390x",
"openSUSE Tumbleweed:nodejs18-docs-18.12.1-1.1.x86_64",
"openSUSE Tumbleweed:npm18-18.12.1-1.1.aarch64",
"openSUSE Tumbleweed:npm18-18.12.1-1.1.ppc64le",
"openSUSE Tumbleweed:npm18-18.12.1-1.1.s390x",
"openSUSE Tumbleweed:npm18-18.12.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:corepack18-18.12.1-1.1.aarch64",
"openSUSE Tumbleweed:corepack18-18.12.1-1.1.ppc64le",
"openSUSE Tumbleweed:corepack18-18.12.1-1.1.s390x",
"openSUSE Tumbleweed:corepack18-18.12.1-1.1.x86_64",
"openSUSE Tumbleweed:nodejs18-18.12.1-1.1.aarch64",
"openSUSE Tumbleweed:nodejs18-18.12.1-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs18-18.12.1-1.1.s390x",
"openSUSE Tumbleweed:nodejs18-18.12.1-1.1.x86_64",
"openSUSE Tumbleweed:nodejs18-devel-18.12.1-1.1.aarch64",
"openSUSE Tumbleweed:nodejs18-devel-18.12.1-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs18-devel-18.12.1-1.1.s390x",
"openSUSE Tumbleweed:nodejs18-devel-18.12.1-1.1.x86_64",
"openSUSE Tumbleweed:nodejs18-docs-18.12.1-1.1.aarch64",
"openSUSE Tumbleweed:nodejs18-docs-18.12.1-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs18-docs-18.12.1-1.1.s390x",
"openSUSE Tumbleweed:nodejs18-docs-18.12.1-1.1.x86_64",
"openSUSE Tumbleweed:npm18-18.12.1-1.1.aarch64",
"openSUSE Tumbleweed:npm18-18.12.1-1.1.ppc64le",
"openSUSE Tumbleweed:npm18-18.12.1-1.1.s390x",
"openSUSE Tumbleweed:npm18-18.12.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2022-43548"
}
]
}
OPENSUSE-SU-2024:12489-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:corepack19-19.0.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack19-19.0.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack19-19.0.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:corepack19-19.0.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs19-19.0.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs19-19.0.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs19-19.0.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs19-19.0.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs19-devel-19.0.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs19-devel-19.0.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs19-devel-19.0.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs19-devel-19.0.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs19-docs-19.0.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs19-docs-19.0.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs19-docs-19.0.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs19-docs-19.0.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm19-19.0.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm19-19.0.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm19-19.0.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:npm19-19.0.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": "corepack19-19.0.1-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the corepack19-19.0.1-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-12489",
"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_12489-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-43548 page",
"url": "https://www.suse.com/security/cve/CVE-2022-43548/"
}
],
"title": "corepack19-19.0.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:12489-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": "corepack19-19.0.1-1.1.aarch64",
"product": {
"name": "corepack19-19.0.1-1.1.aarch64",
"product_id": "corepack19-19.0.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs19-19.0.1-1.1.aarch64",
"product": {
"name": "nodejs19-19.0.1-1.1.aarch64",
"product_id": "nodejs19-19.0.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs19-devel-19.0.1-1.1.aarch64",
"product": {
"name": "nodejs19-devel-19.0.1-1.1.aarch64",
"product_id": "nodejs19-devel-19.0.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs19-docs-19.0.1-1.1.aarch64",
"product": {
"name": "nodejs19-docs-19.0.1-1.1.aarch64",
"product_id": "nodejs19-docs-19.0.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "npm19-19.0.1-1.1.aarch64",
"product": {
"name": "npm19-19.0.1-1.1.aarch64",
"product_id": "npm19-19.0.1-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack19-19.0.1-1.1.ppc64le",
"product": {
"name": "corepack19-19.0.1-1.1.ppc64le",
"product_id": "corepack19-19.0.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs19-19.0.1-1.1.ppc64le",
"product": {
"name": "nodejs19-19.0.1-1.1.ppc64le",
"product_id": "nodejs19-19.0.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs19-devel-19.0.1-1.1.ppc64le",
"product": {
"name": "nodejs19-devel-19.0.1-1.1.ppc64le",
"product_id": "nodejs19-devel-19.0.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs19-docs-19.0.1-1.1.ppc64le",
"product": {
"name": "nodejs19-docs-19.0.1-1.1.ppc64le",
"product_id": "nodejs19-docs-19.0.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "npm19-19.0.1-1.1.ppc64le",
"product": {
"name": "npm19-19.0.1-1.1.ppc64le",
"product_id": "npm19-19.0.1-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack19-19.0.1-1.1.s390x",
"product": {
"name": "corepack19-19.0.1-1.1.s390x",
"product_id": "corepack19-19.0.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs19-19.0.1-1.1.s390x",
"product": {
"name": "nodejs19-19.0.1-1.1.s390x",
"product_id": "nodejs19-19.0.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs19-devel-19.0.1-1.1.s390x",
"product": {
"name": "nodejs19-devel-19.0.1-1.1.s390x",
"product_id": "nodejs19-devel-19.0.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs19-docs-19.0.1-1.1.s390x",
"product": {
"name": "nodejs19-docs-19.0.1-1.1.s390x",
"product_id": "nodejs19-docs-19.0.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "npm19-19.0.1-1.1.s390x",
"product": {
"name": "npm19-19.0.1-1.1.s390x",
"product_id": "npm19-19.0.1-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack19-19.0.1-1.1.x86_64",
"product": {
"name": "corepack19-19.0.1-1.1.x86_64",
"product_id": "corepack19-19.0.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs19-19.0.1-1.1.x86_64",
"product": {
"name": "nodejs19-19.0.1-1.1.x86_64",
"product_id": "nodejs19-19.0.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs19-devel-19.0.1-1.1.x86_64",
"product": {
"name": "nodejs19-devel-19.0.1-1.1.x86_64",
"product_id": "nodejs19-devel-19.0.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs19-docs-19.0.1-1.1.x86_64",
"product": {
"name": "nodejs19-docs-19.0.1-1.1.x86_64",
"product_id": "nodejs19-docs-19.0.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "npm19-19.0.1-1.1.x86_64",
"product": {
"name": "npm19-19.0.1-1.1.x86_64",
"product_id": "npm19-19.0.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": "corepack19-19.0.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:corepack19-19.0.1-1.1.aarch64"
},
"product_reference": "corepack19-19.0.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack19-19.0.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:corepack19-19.0.1-1.1.ppc64le"
},
"product_reference": "corepack19-19.0.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack19-19.0.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:corepack19-19.0.1-1.1.s390x"
},
"product_reference": "corepack19-19.0.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack19-19.0.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:corepack19-19.0.1-1.1.x86_64"
},
"product_reference": "corepack19-19.0.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs19-19.0.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs19-19.0.1-1.1.aarch64"
},
"product_reference": "nodejs19-19.0.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs19-19.0.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs19-19.0.1-1.1.ppc64le"
},
"product_reference": "nodejs19-19.0.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs19-19.0.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs19-19.0.1-1.1.s390x"
},
"product_reference": "nodejs19-19.0.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs19-19.0.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs19-19.0.1-1.1.x86_64"
},
"product_reference": "nodejs19-19.0.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs19-devel-19.0.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs19-devel-19.0.1-1.1.aarch64"
},
"product_reference": "nodejs19-devel-19.0.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs19-devel-19.0.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs19-devel-19.0.1-1.1.ppc64le"
},
"product_reference": "nodejs19-devel-19.0.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs19-devel-19.0.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs19-devel-19.0.1-1.1.s390x"
},
"product_reference": "nodejs19-devel-19.0.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs19-devel-19.0.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs19-devel-19.0.1-1.1.x86_64"
},
"product_reference": "nodejs19-devel-19.0.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs19-docs-19.0.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs19-docs-19.0.1-1.1.aarch64"
},
"product_reference": "nodejs19-docs-19.0.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs19-docs-19.0.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs19-docs-19.0.1-1.1.ppc64le"
},
"product_reference": "nodejs19-docs-19.0.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs19-docs-19.0.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs19-docs-19.0.1-1.1.s390x"
},
"product_reference": "nodejs19-docs-19.0.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs19-docs-19.0.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs19-docs-19.0.1-1.1.x86_64"
},
"product_reference": "nodejs19-docs-19.0.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm19-19.0.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:npm19-19.0.1-1.1.aarch64"
},
"product_reference": "npm19-19.0.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm19-19.0.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:npm19-19.0.1-1.1.ppc64le"
},
"product_reference": "npm19-19.0.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm19-19.0.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:npm19-19.0.1-1.1.s390x"
},
"product_reference": "npm19-19.0.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm19-19.0.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:npm19-19.0.1-1.1.x86_64"
},
"product_reference": "npm19-19.0.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-43548",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-43548"
}
],
"notes": [
{
"category": "general",
"text": "A OS Command Injection vulnerability exists in Node.js versions \u003c14.21.1, \u003c16.18.1, \u003c18.12.1, \u003c19.0.1 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.The fix for this issue in https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32212 was incomplete and this new CVE is to complete the fix.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:corepack19-19.0.1-1.1.aarch64",
"openSUSE Tumbleweed:corepack19-19.0.1-1.1.ppc64le",
"openSUSE Tumbleweed:corepack19-19.0.1-1.1.s390x",
"openSUSE Tumbleweed:corepack19-19.0.1-1.1.x86_64",
"openSUSE Tumbleweed:nodejs19-19.0.1-1.1.aarch64",
"openSUSE Tumbleweed:nodejs19-19.0.1-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs19-19.0.1-1.1.s390x",
"openSUSE Tumbleweed:nodejs19-19.0.1-1.1.x86_64",
"openSUSE Tumbleweed:nodejs19-devel-19.0.1-1.1.aarch64",
"openSUSE Tumbleweed:nodejs19-devel-19.0.1-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs19-devel-19.0.1-1.1.s390x",
"openSUSE Tumbleweed:nodejs19-devel-19.0.1-1.1.x86_64",
"openSUSE Tumbleweed:nodejs19-docs-19.0.1-1.1.aarch64",
"openSUSE Tumbleweed:nodejs19-docs-19.0.1-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs19-docs-19.0.1-1.1.s390x",
"openSUSE Tumbleweed:nodejs19-docs-19.0.1-1.1.x86_64",
"openSUSE Tumbleweed:npm19-19.0.1-1.1.aarch64",
"openSUSE Tumbleweed:npm19-19.0.1-1.1.ppc64le",
"openSUSE Tumbleweed:npm19-19.0.1-1.1.s390x",
"openSUSE Tumbleweed:npm19-19.0.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-43548",
"url": "https://www.suse.com/security/cve/CVE-2022-43548"
},
{
"category": "external",
"summary": "SUSE Bug 1205119 for CVE-2022-43548",
"url": "https://bugzilla.suse.com/1205119"
}
],
"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:corepack19-19.0.1-1.1.aarch64",
"openSUSE Tumbleweed:corepack19-19.0.1-1.1.ppc64le",
"openSUSE Tumbleweed:corepack19-19.0.1-1.1.s390x",
"openSUSE Tumbleweed:corepack19-19.0.1-1.1.x86_64",
"openSUSE Tumbleweed:nodejs19-19.0.1-1.1.aarch64",
"openSUSE Tumbleweed:nodejs19-19.0.1-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs19-19.0.1-1.1.s390x",
"openSUSE Tumbleweed:nodejs19-19.0.1-1.1.x86_64",
"openSUSE Tumbleweed:nodejs19-devel-19.0.1-1.1.aarch64",
"openSUSE Tumbleweed:nodejs19-devel-19.0.1-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs19-devel-19.0.1-1.1.s390x",
"openSUSE Tumbleweed:nodejs19-devel-19.0.1-1.1.x86_64",
"openSUSE Tumbleweed:nodejs19-docs-19.0.1-1.1.aarch64",
"openSUSE Tumbleweed:nodejs19-docs-19.0.1-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs19-docs-19.0.1-1.1.s390x",
"openSUSE Tumbleweed:nodejs19-docs-19.0.1-1.1.x86_64",
"openSUSE Tumbleweed:npm19-19.0.1-1.1.aarch64",
"openSUSE Tumbleweed:npm19-19.0.1-1.1.ppc64le",
"openSUSE Tumbleweed:npm19-19.0.1-1.1.s390x",
"openSUSE Tumbleweed:npm19-19.0.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:corepack19-19.0.1-1.1.aarch64",
"openSUSE Tumbleweed:corepack19-19.0.1-1.1.ppc64le",
"openSUSE Tumbleweed:corepack19-19.0.1-1.1.s390x",
"openSUSE Tumbleweed:corepack19-19.0.1-1.1.x86_64",
"openSUSE Tumbleweed:nodejs19-19.0.1-1.1.aarch64",
"openSUSE Tumbleweed:nodejs19-19.0.1-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs19-19.0.1-1.1.s390x",
"openSUSE Tumbleweed:nodejs19-19.0.1-1.1.x86_64",
"openSUSE Tumbleweed:nodejs19-devel-19.0.1-1.1.aarch64",
"openSUSE Tumbleweed:nodejs19-devel-19.0.1-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs19-devel-19.0.1-1.1.s390x",
"openSUSE Tumbleweed:nodejs19-devel-19.0.1-1.1.x86_64",
"openSUSE Tumbleweed:nodejs19-docs-19.0.1-1.1.aarch64",
"openSUSE Tumbleweed:nodejs19-docs-19.0.1-1.1.ppc64le",
"openSUSE Tumbleweed:nodejs19-docs-19.0.1-1.1.s390x",
"openSUSE Tumbleweed:nodejs19-docs-19.0.1-1.1.x86_64",
"openSUSE Tumbleweed:npm19-19.0.1-1.1.aarch64",
"openSUSE Tumbleweed:npm19-19.0.1-1.1.ppc64le",
"openSUSE Tumbleweed:npm19-19.0.1-1.1.s390x",
"openSUSE Tumbleweed:npm19-19.0.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2022-43548"
}
]
}
OPENSUSE-SU-2024:12554-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:nodejs-electron-21.3.2-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs-electron-21.3.2-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs-electron-21.3.2-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs-electron-21.3.2-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs-electron-devel-21.3.2-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs-electron-devel-21.3.2-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs-electron-devel-21.3.2-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs-electron-devel-21.3.2-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs-electron-doc-21.3.2-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs-electron-doc-21.3.2-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs-electron-doc-21.3.2-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:nodejs-electron-doc-21.3.2-2.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": "nodejs-electron-21.3.2-2.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the nodejs-electron-21.3.2-2.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-12554",
"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_12554-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-43548 page",
"url": "https://www.suse.com/security/cve/CVE-2022-43548/"
}
],
"title": "nodejs-electron-21.3.2-2.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:12554-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": "nodejs-electron-21.3.2-2.1.aarch64",
"product": {
"name": "nodejs-electron-21.3.2-2.1.aarch64",
"product_id": "nodejs-electron-21.3.2-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs-electron-devel-21.3.2-2.1.aarch64",
"product": {
"name": "nodejs-electron-devel-21.3.2-2.1.aarch64",
"product_id": "nodejs-electron-devel-21.3.2-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs-electron-doc-21.3.2-2.1.aarch64",
"product": {
"name": "nodejs-electron-doc-21.3.2-2.1.aarch64",
"product_id": "nodejs-electron-doc-21.3.2-2.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-electron-21.3.2-2.1.ppc64le",
"product": {
"name": "nodejs-electron-21.3.2-2.1.ppc64le",
"product_id": "nodejs-electron-21.3.2-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs-electron-devel-21.3.2-2.1.ppc64le",
"product": {
"name": "nodejs-electron-devel-21.3.2-2.1.ppc64le",
"product_id": "nodejs-electron-devel-21.3.2-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs-electron-doc-21.3.2-2.1.ppc64le",
"product": {
"name": "nodejs-electron-doc-21.3.2-2.1.ppc64le",
"product_id": "nodejs-electron-doc-21.3.2-2.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-electron-21.3.2-2.1.s390x",
"product": {
"name": "nodejs-electron-21.3.2-2.1.s390x",
"product_id": "nodejs-electron-21.3.2-2.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs-electron-devel-21.3.2-2.1.s390x",
"product": {
"name": "nodejs-electron-devel-21.3.2-2.1.s390x",
"product_id": "nodejs-electron-devel-21.3.2-2.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs-electron-doc-21.3.2-2.1.s390x",
"product": {
"name": "nodejs-electron-doc-21.3.2-2.1.s390x",
"product_id": "nodejs-electron-doc-21.3.2-2.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-electron-21.3.2-2.1.x86_64",
"product": {
"name": "nodejs-electron-21.3.2-2.1.x86_64",
"product_id": "nodejs-electron-21.3.2-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs-electron-devel-21.3.2-2.1.x86_64",
"product": {
"name": "nodejs-electron-devel-21.3.2-2.1.x86_64",
"product_id": "nodejs-electron-devel-21.3.2-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs-electron-doc-21.3.2-2.1.x86_64",
"product": {
"name": "nodejs-electron-doc-21.3.2-2.1.x86_64",
"product_id": "nodejs-electron-doc-21.3.2-2.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": "nodejs-electron-21.3.2-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs-electron-21.3.2-2.1.aarch64"
},
"product_reference": "nodejs-electron-21.3.2-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-electron-21.3.2-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs-electron-21.3.2-2.1.ppc64le"
},
"product_reference": "nodejs-electron-21.3.2-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-electron-21.3.2-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs-electron-21.3.2-2.1.s390x"
},
"product_reference": "nodejs-electron-21.3.2-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-electron-21.3.2-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs-electron-21.3.2-2.1.x86_64"
},
"product_reference": "nodejs-electron-21.3.2-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-electron-devel-21.3.2-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs-electron-devel-21.3.2-2.1.aarch64"
},
"product_reference": "nodejs-electron-devel-21.3.2-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-electron-devel-21.3.2-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs-electron-devel-21.3.2-2.1.ppc64le"
},
"product_reference": "nodejs-electron-devel-21.3.2-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-electron-devel-21.3.2-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs-electron-devel-21.3.2-2.1.s390x"
},
"product_reference": "nodejs-electron-devel-21.3.2-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-electron-devel-21.3.2-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs-electron-devel-21.3.2-2.1.x86_64"
},
"product_reference": "nodejs-electron-devel-21.3.2-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-electron-doc-21.3.2-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs-electron-doc-21.3.2-2.1.aarch64"
},
"product_reference": "nodejs-electron-doc-21.3.2-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-electron-doc-21.3.2-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs-electron-doc-21.3.2-2.1.ppc64le"
},
"product_reference": "nodejs-electron-doc-21.3.2-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-electron-doc-21.3.2-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs-electron-doc-21.3.2-2.1.s390x"
},
"product_reference": "nodejs-electron-doc-21.3.2-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-electron-doc-21.3.2-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nodejs-electron-doc-21.3.2-2.1.x86_64"
},
"product_reference": "nodejs-electron-doc-21.3.2-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-43548",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-43548"
}
],
"notes": [
{
"category": "general",
"text": "A OS Command Injection vulnerability exists in Node.js versions \u003c14.21.1, \u003c16.18.1, \u003c18.12.1, \u003c19.0.1 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.The fix for this issue in https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32212 was incomplete and this new CVE is to complete the fix.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:nodejs-electron-21.3.2-2.1.aarch64",
"openSUSE Tumbleweed:nodejs-electron-21.3.2-2.1.ppc64le",
"openSUSE Tumbleweed:nodejs-electron-21.3.2-2.1.s390x",
"openSUSE Tumbleweed:nodejs-electron-21.3.2-2.1.x86_64",
"openSUSE Tumbleweed:nodejs-electron-devel-21.3.2-2.1.aarch64",
"openSUSE Tumbleweed:nodejs-electron-devel-21.3.2-2.1.ppc64le",
"openSUSE Tumbleweed:nodejs-electron-devel-21.3.2-2.1.s390x",
"openSUSE Tumbleweed:nodejs-electron-devel-21.3.2-2.1.x86_64",
"openSUSE Tumbleweed:nodejs-electron-doc-21.3.2-2.1.aarch64",
"openSUSE Tumbleweed:nodejs-electron-doc-21.3.2-2.1.ppc64le",
"openSUSE Tumbleweed:nodejs-electron-doc-21.3.2-2.1.s390x",
"openSUSE Tumbleweed:nodejs-electron-doc-21.3.2-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-43548",
"url": "https://www.suse.com/security/cve/CVE-2022-43548"
},
{
"category": "external",
"summary": "SUSE Bug 1205119 for CVE-2022-43548",
"url": "https://bugzilla.suse.com/1205119"
}
],
"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:nodejs-electron-21.3.2-2.1.aarch64",
"openSUSE Tumbleweed:nodejs-electron-21.3.2-2.1.ppc64le",
"openSUSE Tumbleweed:nodejs-electron-21.3.2-2.1.s390x",
"openSUSE Tumbleweed:nodejs-electron-21.3.2-2.1.x86_64",
"openSUSE Tumbleweed:nodejs-electron-devel-21.3.2-2.1.aarch64",
"openSUSE Tumbleweed:nodejs-electron-devel-21.3.2-2.1.ppc64le",
"openSUSE Tumbleweed:nodejs-electron-devel-21.3.2-2.1.s390x",
"openSUSE Tumbleweed:nodejs-electron-devel-21.3.2-2.1.x86_64",
"openSUSE Tumbleweed:nodejs-electron-doc-21.3.2-2.1.aarch64",
"openSUSE Tumbleweed:nodejs-electron-doc-21.3.2-2.1.ppc64le",
"openSUSE Tumbleweed:nodejs-electron-doc-21.3.2-2.1.s390x",
"openSUSE Tumbleweed:nodejs-electron-doc-21.3.2-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:nodejs-electron-21.3.2-2.1.aarch64",
"openSUSE Tumbleweed:nodejs-electron-21.3.2-2.1.ppc64le",
"openSUSE Tumbleweed:nodejs-electron-21.3.2-2.1.s390x",
"openSUSE Tumbleweed:nodejs-electron-21.3.2-2.1.x86_64",
"openSUSE Tumbleweed:nodejs-electron-devel-21.3.2-2.1.aarch64",
"openSUSE Tumbleweed:nodejs-electron-devel-21.3.2-2.1.ppc64le",
"openSUSE Tumbleweed:nodejs-electron-devel-21.3.2-2.1.s390x",
"openSUSE Tumbleweed:nodejs-electron-devel-21.3.2-2.1.x86_64",
"openSUSE Tumbleweed:nodejs-electron-doc-21.3.2-2.1.aarch64",
"openSUSE Tumbleweed:nodejs-electron-doc-21.3.2-2.1.ppc64le",
"openSUSE Tumbleweed:nodejs-electron-doc-21.3.2-2.1.s390x",
"openSUSE Tumbleweed:nodejs-electron-doc-21.3.2-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2022-43548"
}
]
}
RHSA-2022:8832
Vulnerability from csaf_redhat - Published: 2022-12-06 15:35 - Updated: 2026-06-28 12:13A vulnerability was found in the nodejs-minimatch package. This flaw allows a Regular Expression Denial of Service (ReDoS) when calling the braceExpand function with specific arguments, resulting in a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.src::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-docs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.noarch::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-nodemon-0:2.0.20-1.module+el9.1.0.z+17326+318294bb.noarch::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-nodemon-0:2.0.20-1.module+el9.1.0.z+17326+318294bb.src::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18 | — |
Vendor Fix
fix
|
A flaw was found in NodeJS. The issue occurs in the Node.js rebinding protector for --inspect that still allows invalid IP addresses, specifically, the octal format. This flaw allows an attacker to perform DNS rebinding and execute arbitrary code.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.src::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-docs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.noarch::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-nodemon-0:2.0.20-1.module+el9.1.0.z+17326+318294bb.noarch::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-nodemon-0:2.0.20-1.module+el9.1.0.z+17326+318294bb.src::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"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 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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.12.1). (BZ#2142809, BZ#2142830, BZ#2142834, BZ#2142856)\n\nSecurity Fix(es):\n\n* nodejs-minimatch: ReDoS via the braceExpand function (CVE-2022-3517)\n\n* nodejs: DNS rebinding in inspect via invalid octal IP address (CVE-2022-43548)\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:8832",
"url": "https://access.redhat.com/errata/RHSA-2022:8832"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.1_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.1_release_notes/index"
},
{
"category": "external",
"summary": "2134609",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2134609"
},
{
"category": "external",
"summary": "2140911",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2140911"
},
{
"category": "external",
"summary": "2142809",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2142809"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_8832.json"
}
],
"title": "Red Hat Security Advisory: nodejs:18 security, bug fix, and enhancement update",
"tracking": {
"current_release_date": "2026-06-28T12:13:18+00:00",
"generator": {
"date": "2026-06-28T12:13:18+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2022:8832",
"initial_release_date": "2022-12-06T15:35:44+00:00",
"revision_history": [
{
"date": "2022-12-06T15:35:44+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2022-12-06T15:35:44+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-28T12:13:18+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.1.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18",
"product": {
"name": "nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64 (nodejs:18)",
"product_id": "nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs@18.12.1-1.module%2Bel9.1.0.z%2B17326%2B318294bb?arch=aarch64\u0026epoch=1\u0026rpmmod=nodejs:18:9010020221118120946:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18",
"product": {
"name": "nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64 (nodejs:18)",
"product_id": "nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debuginfo@18.12.1-1.module%2Bel9.1.0.z%2B17326%2B318294bb?arch=aarch64\u0026epoch=1\u0026rpmmod=nodejs:18:9010020221118120946:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18",
"product": {
"name": "nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64 (nodejs:18)",
"product_id": "nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debugsource@18.12.1-1.module%2Bel9.1.0.z%2B17326%2B318294bb?arch=aarch64\u0026epoch=1\u0026rpmmod=nodejs:18:9010020221118120946:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18",
"product": {
"name": "nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64 (nodejs:18)",
"product_id": "nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-devel@18.12.1-1.module%2Bel9.1.0.z%2B17326%2B318294bb?arch=aarch64\u0026epoch=1\u0026rpmmod=nodejs:18:9010020221118120946:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18",
"product": {
"name": "nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64 (nodejs:18)",
"product_id": "nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-full-i18n@18.12.1-1.module%2Bel9.1.0.z%2B17326%2B318294bb?arch=aarch64\u0026epoch=1\u0026rpmmod=nodejs:18:9010020221118120946:rhel9"
}
}
},
{
"category": "product_version",
"name": "npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18",
"product": {
"name": "npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.aarch64 (nodejs:18)",
"product_id": "npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/npm@8.19.2-1.18.12.1.1.module%2Bel9.1.0.z%2B17326%2B318294bb?arch=aarch64\u0026epoch=1\u0026rpmmod=nodejs:18:9010020221118120946:rhel9"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.src::nodejs:18",
"product": {
"name": "nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.src (nodejs:18)",
"product_id": "nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.src::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs@18.12.1-1.module%2Bel9.1.0.z%2B17326%2B318294bb?arch=src\u0026epoch=1\u0026rpmmod=nodejs:18:9010020221118120946:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-nodemon-0:2.0.20-1.module+el9.1.0.z+17326+318294bb.src::nodejs:18",
"product": {
"name": "nodejs-nodemon-0:2.0.20-1.module+el9.1.0.z+17326+318294bb.src (nodejs:18)",
"product_id": "nodejs-nodemon-0:2.0.20-1.module+el9.1.0.z+17326+318294bb.src::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-nodemon@2.0.20-1.module%2Bel9.1.0.z%2B17326%2B318294bb?arch=src\u0026rpmmod=nodejs:18:9010020221118120946:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src::nodejs:18",
"product": {
"name": "nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src (nodejs:18)",
"product_id": "nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-packaging@2021.06-4.module%2Bel9.1.0%2B15718%2Be52ec601?arch=src\u0026rpmmod=nodejs:18:9010020221118120946:rhel9"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-docs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.noarch::nodejs:18",
"product": {
"name": "nodejs-docs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.noarch (nodejs:18)",
"product_id": "nodejs-docs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.noarch::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-docs@18.12.1-1.module%2Bel9.1.0.z%2B17326%2B318294bb?arch=noarch\u0026epoch=1\u0026rpmmod=nodejs:18:9010020221118120946:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-nodemon-0:2.0.20-1.module+el9.1.0.z+17326+318294bb.noarch::nodejs:18",
"product": {
"name": "nodejs-nodemon-0:2.0.20-1.module+el9.1.0.z+17326+318294bb.noarch (nodejs:18)",
"product_id": "nodejs-nodemon-0:2.0.20-1.module+el9.1.0.z+17326+318294bb.noarch::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-nodemon@2.0.20-1.module%2Bel9.1.0.z%2B17326%2B318294bb?arch=noarch\u0026rpmmod=nodejs:18:9010020221118120946:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch::nodejs:18",
"product": {
"name": "nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch (nodejs:18)",
"product_id": "nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-packaging@2021.06-4.module%2Bel9.1.0%2B15718%2Be52ec601?arch=noarch\u0026rpmmod=nodejs:18:9010020221118120946:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch::nodejs:18",
"product": {
"name": "nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch (nodejs:18)",
"product_id": "nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-packaging-bundler@2021.06-4.module%2Bel9.1.0%2B15718%2Be52ec601?arch=noarch\u0026rpmmod=nodejs:18:9010020221118120946:rhel9"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18",
"product": {
"name": "nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le (nodejs:18)",
"product_id": "nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs@18.12.1-1.module%2Bel9.1.0.z%2B17326%2B318294bb?arch=ppc64le\u0026epoch=1\u0026rpmmod=nodejs:18:9010020221118120946:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18",
"product": {
"name": "nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le (nodejs:18)",
"product_id": "nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debuginfo@18.12.1-1.module%2Bel9.1.0.z%2B17326%2B318294bb?arch=ppc64le\u0026epoch=1\u0026rpmmod=nodejs:18:9010020221118120946:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18",
"product": {
"name": "nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le (nodejs:18)",
"product_id": "nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debugsource@18.12.1-1.module%2Bel9.1.0.z%2B17326%2B318294bb?arch=ppc64le\u0026epoch=1\u0026rpmmod=nodejs:18:9010020221118120946:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18",
"product": {
"name": "nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le (nodejs:18)",
"product_id": "nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-devel@18.12.1-1.module%2Bel9.1.0.z%2B17326%2B318294bb?arch=ppc64le\u0026epoch=1\u0026rpmmod=nodejs:18:9010020221118120946:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18",
"product": {
"name": "nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le (nodejs:18)",
"product_id": "nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-full-i18n@18.12.1-1.module%2Bel9.1.0.z%2B17326%2B318294bb?arch=ppc64le\u0026epoch=1\u0026rpmmod=nodejs:18:9010020221118120946:rhel9"
}
}
},
{
"category": "product_version",
"name": "npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18",
"product": {
"name": "npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.ppc64le (nodejs:18)",
"product_id": "npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/npm@8.19.2-1.18.12.1.1.module%2Bel9.1.0.z%2B17326%2B318294bb?arch=ppc64le\u0026epoch=1\u0026rpmmod=nodejs:18:9010020221118120946:rhel9"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18",
"product": {
"name": "nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x (nodejs:18)",
"product_id": "nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs@18.12.1-1.module%2Bel9.1.0.z%2B17326%2B318294bb?arch=s390x\u0026epoch=1\u0026rpmmod=nodejs:18:9010020221118120946:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18",
"product": {
"name": "nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x (nodejs:18)",
"product_id": "nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debuginfo@18.12.1-1.module%2Bel9.1.0.z%2B17326%2B318294bb?arch=s390x\u0026epoch=1\u0026rpmmod=nodejs:18:9010020221118120946:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18",
"product": {
"name": "nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x (nodejs:18)",
"product_id": "nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debugsource@18.12.1-1.module%2Bel9.1.0.z%2B17326%2B318294bb?arch=s390x\u0026epoch=1\u0026rpmmod=nodejs:18:9010020221118120946:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18",
"product": {
"name": "nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x (nodejs:18)",
"product_id": "nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-devel@18.12.1-1.module%2Bel9.1.0.z%2B17326%2B318294bb?arch=s390x\u0026epoch=1\u0026rpmmod=nodejs:18:9010020221118120946:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18",
"product": {
"name": "nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x (nodejs:18)",
"product_id": "nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-full-i18n@18.12.1-1.module%2Bel9.1.0.z%2B17326%2B318294bb?arch=s390x\u0026epoch=1\u0026rpmmod=nodejs:18:9010020221118120946:rhel9"
}
}
},
{
"category": "product_version",
"name": "npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18",
"product": {
"name": "npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.s390x (nodejs:18)",
"product_id": "npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/npm@8.19.2-1.18.12.1.1.module%2Bel9.1.0.z%2B17326%2B318294bb?arch=s390x\u0026epoch=1\u0026rpmmod=nodejs:18:9010020221118120946:rhel9"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18",
"product": {
"name": "nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64 (nodejs:18)",
"product_id": "nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs@18.12.1-1.module%2Bel9.1.0.z%2B17326%2B318294bb?arch=x86_64\u0026epoch=1\u0026rpmmod=nodejs:18:9010020221118120946:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18",
"product": {
"name": "nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64 (nodejs:18)",
"product_id": "nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debuginfo@18.12.1-1.module%2Bel9.1.0.z%2B17326%2B318294bb?arch=x86_64\u0026epoch=1\u0026rpmmod=nodejs:18:9010020221118120946:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18",
"product": {
"name": "nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64 (nodejs:18)",
"product_id": "nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debugsource@18.12.1-1.module%2Bel9.1.0.z%2B17326%2B318294bb?arch=x86_64\u0026epoch=1\u0026rpmmod=nodejs:18:9010020221118120946:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18",
"product": {
"name": "nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64 (nodejs:18)",
"product_id": "nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-devel@18.12.1-1.module%2Bel9.1.0.z%2B17326%2B318294bb?arch=x86_64\u0026epoch=1\u0026rpmmod=nodejs:18:9010020221118120946:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18",
"product": {
"name": "nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64 (nodejs:18)",
"product_id": "nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-full-i18n@18.12.1-1.module%2Bel9.1.0.z%2B17326%2B318294bb?arch=x86_64\u0026epoch=1\u0026rpmmod=nodejs:18:9010020221118120946:rhel9"
}
}
},
{
"category": "product_version",
"name": "npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18",
"product": {
"name": "npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.x86_64 (nodejs:18)",
"product_id": "npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/npm@8.19.2-1.18.12.1.1.module%2Bel9.1.0.z%2B17326%2B318294bb?arch=x86_64\u0026epoch=1\u0026rpmmod=nodejs:18:9010020221118120946:rhel9"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64 (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18"
},
"product_reference": "nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18"
},
"product_reference": "nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18"
},
"product_reference": "nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.src (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.src::nodejs:18"
},
"product_reference": "nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.src::nodejs:18",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64 (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18"
},
"product_reference": "nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64 (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18"
},
"product_reference": "nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18"
},
"product_reference": "nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18"
},
"product_reference": "nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64 (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18"
},
"product_reference": "nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64 (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18"
},
"product_reference": "nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18"
},
"product_reference": "nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18"
},
"product_reference": "nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64 (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18"
},
"product_reference": "nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64 (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18"
},
"product_reference": "nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18"
},
"product_reference": "nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18"
},
"product_reference": "nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64 (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18"
},
"product_reference": "nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-docs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.noarch (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-docs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.noarch::nodejs:18"
},
"product_reference": "nodejs-docs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.noarch::nodejs:18",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64 (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18"
},
"product_reference": "nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18"
},
"product_reference": "nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18"
},
"product_reference": "nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64 (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18"
},
"product_reference": "nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-nodemon-0:2.0.20-1.module+el9.1.0.z+17326+318294bb.noarch (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-nodemon-0:2.0.20-1.module+el9.1.0.z+17326+318294bb.noarch::nodejs:18"
},
"product_reference": "nodejs-nodemon-0:2.0.20-1.module+el9.1.0.z+17326+318294bb.noarch::nodejs:18",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-nodemon-0:2.0.20-1.module+el9.1.0.z+17326+318294bb.src (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-nodemon-0:2.0.20-1.module+el9.1.0.z+17326+318294bb.src::nodejs:18"
},
"product_reference": "nodejs-nodemon-0:2.0.20-1.module+el9.1.0.z+17326+318294bb.src::nodejs:18",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch::nodejs:18"
},
"product_reference": "nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch::nodejs:18",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src::nodejs:18"
},
"product_reference": "nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src::nodejs:18",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch::nodejs:18"
},
"product_reference": "nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch::nodejs:18",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.aarch64 (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18"
},
"product_reference": "npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.ppc64le (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18"
},
"product_reference": "npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.s390x (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18"
},
"product_reference": "npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.x86_64 (nodejs:18) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18"
},
"product_reference": "npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-3517",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2022-06-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2134609"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the nodejs-minimatch package. This flaw allows a Regular Expression Denial of Service (ReDoS) when calling the braceExpand function with specific arguments, resulting in a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs-minimatch: ReDoS via the braceExpand function",
"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.1.0.Z.MAIN:nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.src::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-docs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.noarch::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-nodemon-0:2.0.20-1.module+el9.1.0.z+17326+318294bb.noarch::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-nodemon-0:2.0.20-1.module+el9.1.0.z+17326+318294bb.src::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch::nodejs:18",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-3517"
},
{
"category": "external",
"summary": "RHBZ#2134609",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2134609"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-3517",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3517"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-3517",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-3517"
}
],
"release_date": "2022-02-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-12-06T15:35: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-9.1.0.Z.MAIN:nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.src::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-docs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.noarch::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-nodemon-0:2.0.20-1.module+el9.1.0.z+17326+318294bb.noarch::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-nodemon-0:2.0.20-1.module+el9.1.0.z+17326+318294bb.src::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch::nodejs:18",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8832"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.1.0.Z.MAIN:nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.src::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-docs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.noarch::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-nodemon-0:2.0.20-1.module+el9.1.0.z+17326+318294bb.noarch::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-nodemon-0:2.0.20-1.module+el9.1.0.z+17326+318294bb.src::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch::nodejs:18",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nodejs-minimatch: ReDoS via the braceExpand function"
},
{
"cve": "CVE-2022-43548",
"cwe": {
"id": "CWE-350",
"name": "Reliance on Reverse DNS Resolution for a Security-Critical Action"
},
"discovery_date": "2022-11-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2140911"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in NodeJS. The issue occurs in the Node.js rebinding protector for --inspect that still allows invalid IP addresses, specifically, the octal format. This flaw allows an attacker to perform DNS rebinding and execute arbitrary code.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs: DNS rebinding in inspect via invalid octal IP address",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Redhat has marked this vulnerability as moderate for two primary reasons.\n1. The vulnerable inspect functionality might not be enabled, exposed, or reachable in many deployments.\n\n2.The code path might require very specific configurations or conditions (e.g. DNS rebinding, certain host/IP setups) that are rare in default environments.",
"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.1.0.Z.MAIN:nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.src::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-docs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.noarch::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-nodemon-0:2.0.20-1.module+el9.1.0.z+17326+318294bb.noarch::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-nodemon-0:2.0.20-1.module+el9.1.0.z+17326+318294bb.src::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch::nodejs:18",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-43548"
},
{
"category": "external",
"summary": "RHBZ#2140911",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2140911"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-43548",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43548"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-43548",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-43548"
},
{
"category": "external",
"summary": "https://nodejs.org/en/blog/vulnerability/november-2022-security-releases/#dns-rebinding-in-inspect-via-invalid-octal-ip-address-medium-cve-2022-43548",
"url": "https://nodejs.org/en/blog/vulnerability/november-2022-security-releases/#dns-rebinding-in-inspect-via-invalid-octal-ip-address-medium-cve-2022-43548"
}
],
"release_date": "2022-11-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-12-06T15:35: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-9.1.0.Z.MAIN:nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.src::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-docs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.noarch::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-nodemon-0:2.0.20-1.module+el9.1.0.z+17326+318294bb.noarch::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-nodemon-0:2.0.20-1.module+el9.1.0.z+17326+318294bb.src::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch::nodejs:18",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8832"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.1.0.Z.MAIN:nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.src::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-devel-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-docs-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.noarch::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-nodemon-0:2.0.20-1.module+el9.1.0.z+17326+318294bb.noarch::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-nodemon-0:2.0.20-1.module+el9.1.0.z+17326+318294bb.src::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-packaging-0:2021.06-4.module+el9.1.0+15718+e52ec601.src::nodejs:18",
"AppStream-9.1.0.Z.MAIN:nodejs-packaging-bundler-0:2021.06-4.module+el9.1.0+15718+e52ec601.noarch::nodejs:18",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.aarch64::nodejs:18",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.ppc64le::nodejs:18",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.s390x::nodejs:18",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.1.module+el9.1.0.z+17326+318294bb.x86_64::nodejs:18"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nodejs: DNS rebinding in inspect via invalid octal IP address"
}
]
}
RHSA-2022:8833
Vulnerability from csaf_redhat - Published: 2022-12-06 15:39 - Updated: 2026-06-28 12:13A vulnerability was found in the nodejs-minimatch package. This flaw allows a Regular Expression Denial of Service (ReDoS) when calling the braceExpand function with specific arguments, resulting in a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.src::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.12.1-2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.12.1-2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-docs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.noarch::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-1.module+el8.7.0+17282+f47dd33b.noarch::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-1.module+el8.7.0+17282+f47dd33b.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.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18 | — |
Vendor Fix
fix
|
A flaw was found in NodeJS. The issue occurs in the Node.js rebinding protector for --inspect that still allows invalid IP addresses, specifically, the octal format. This flaw allows an attacker to perform DNS rebinding and execute arbitrary code.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.src::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.12.1-2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.12.1-2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-docs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.noarch::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-1.module+el8.7.0+17282+f47dd33b.noarch::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-1.module+el8.7.0+17282+f47dd33b.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.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"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 Moderate. 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.12.1), nodejs-nodemon (2.0.20). (BZ#2142818)\n\nSecurity Fix(es):\n\n* nodejs-minimatch: ReDoS via the braceExpand function (CVE-2022-3517)\n\n* nodejs: DNS rebinding in inspect via invalid octal IP address (CVE-2022-43548)\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:8833",
"url": "https://access.redhat.com/errata/RHSA-2022:8833"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2134609",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2134609"
},
{
"category": "external",
"summary": "2140911",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2140911"
},
{
"category": "external",
"summary": "2142818",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2142818"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_8833.json"
}
],
"title": "Red Hat Security Advisory: nodejs:18 security, bug fix, and enhancement update",
"tracking": {
"current_release_date": "2026-06-28T12:13:23+00:00",
"generator": {
"date": "2026-06-28T12:13:23+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2022:8833",
"initial_release_date": "2022-12-06T15:39:50+00:00",
"revision_history": [
{
"date": "2022-12-06T15:39:50+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2022-12-06T15:39:50+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-28T12:13:23+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.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18",
"product": {
"name": "nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.aarch64 (nodejs:18)",
"product_id": "nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs@18.12.1-2.module%2Bel8.7.0%2B17306%2Bfc023f99?arch=aarch64\u0026epoch=1\u0026rpmmod=nodejs:18:8070020221118123310:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-debuginfo-1:18.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18",
"product": {
"name": "nodejs-debuginfo-1:18.12.1-2.module+el8.7.0+17306+fc023f99.aarch64 (nodejs:18)",
"product_id": "nodejs-debuginfo-1:18.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debuginfo@18.12.1-2.module%2Bel8.7.0%2B17306%2Bfc023f99?arch=aarch64\u0026epoch=1\u0026rpmmod=nodejs:18:8070020221118123310:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-debugsource-1:18.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18",
"product": {
"name": "nodejs-debugsource-1:18.12.1-2.module+el8.7.0+17306+fc023f99.aarch64 (nodejs:18)",
"product_id": "nodejs-debugsource-1:18.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debugsource@18.12.1-2.module%2Bel8.7.0%2B17306%2Bfc023f99?arch=aarch64\u0026epoch=1\u0026rpmmod=nodejs:18:8070020221118123310:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-devel-1:18.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18",
"product": {
"name": "nodejs-devel-1:18.12.1-2.module+el8.7.0+17306+fc023f99.aarch64 (nodejs:18)",
"product_id": "nodejs-devel-1:18.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-devel@18.12.1-2.module%2Bel8.7.0%2B17306%2Bfc023f99?arch=aarch64\u0026epoch=1\u0026rpmmod=nodejs:18:8070020221118123310:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-full-i18n-1:18.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18",
"product": {
"name": "nodejs-full-i18n-1:18.12.1-2.module+el8.7.0+17306+fc023f99.aarch64 (nodejs:18)",
"product_id": "nodejs-full-i18n-1:18.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-full-i18n@18.12.1-2.module%2Bel8.7.0%2B17306%2Bfc023f99?arch=aarch64\u0026epoch=1\u0026rpmmod=nodejs:18:8070020221118123310:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "npm-1:8.19.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18",
"product": {
"name": "npm-1:8.19.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.aarch64 (nodejs:18)",
"product_id": "npm-1:8.19.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/npm@8.19.2-1.18.12.1.2.module%2Bel8.7.0%2B17306%2Bfc023f99?arch=aarch64\u0026epoch=1\u0026rpmmod=nodejs:18:8070020221118123310:bd1311ed"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.src::nodejs:18",
"product": {
"name": "nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.src (nodejs:18)",
"product_id": "nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.src::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs@18.12.1-2.module%2Bel8.7.0%2B17306%2Bfc023f99?arch=src\u0026epoch=1\u0026rpmmod=nodejs:18:8070020221118123310:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-nodemon-0:2.0.20-1.module+el8.7.0+17282+f47dd33b.src::nodejs:18",
"product": {
"name": "nodejs-nodemon-0:2.0.20-1.module+el8.7.0+17282+f47dd33b.src (nodejs:18)",
"product_id": "nodejs-nodemon-0:2.0.20-1.module+el8.7.0+17282+f47dd33b.src::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-nodemon@2.0.20-1.module%2Bel8.7.0%2B17282%2Bf47dd33b?arch=src\u0026rpmmod=nodejs:18:8070020221118123310: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:8070020221118123310:bd1311ed"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-docs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.noarch::nodejs:18",
"product": {
"name": "nodejs-docs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.noarch (nodejs:18)",
"product_id": "nodejs-docs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.noarch::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-docs@18.12.1-2.module%2Bel8.7.0%2B17306%2Bfc023f99?arch=noarch\u0026epoch=1\u0026rpmmod=nodejs:18:8070020221118123310:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-nodemon-0:2.0.20-1.module+el8.7.0+17282+f47dd33b.noarch::nodejs:18",
"product": {
"name": "nodejs-nodemon-0:2.0.20-1.module+el8.7.0+17282+f47dd33b.noarch (nodejs:18)",
"product_id": "nodejs-nodemon-0:2.0.20-1.module+el8.7.0+17282+f47dd33b.noarch::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-nodemon@2.0.20-1.module%2Bel8.7.0%2B17282%2Bf47dd33b?arch=noarch\u0026rpmmod=nodejs:18:8070020221118123310: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:8070020221118123310: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:8070020221118123310:bd1311ed"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18",
"product": {
"name": "nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le (nodejs:18)",
"product_id": "nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs@18.12.1-2.module%2Bel8.7.0%2B17306%2Bfc023f99?arch=ppc64le\u0026epoch=1\u0026rpmmod=nodejs:18:8070020221118123310:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-debuginfo-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18",
"product": {
"name": "nodejs-debuginfo-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le (nodejs:18)",
"product_id": "nodejs-debuginfo-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debuginfo@18.12.1-2.module%2Bel8.7.0%2B17306%2Bfc023f99?arch=ppc64le\u0026epoch=1\u0026rpmmod=nodejs:18:8070020221118123310:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-debugsource-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18",
"product": {
"name": "nodejs-debugsource-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le (nodejs:18)",
"product_id": "nodejs-debugsource-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debugsource@18.12.1-2.module%2Bel8.7.0%2B17306%2Bfc023f99?arch=ppc64le\u0026epoch=1\u0026rpmmod=nodejs:18:8070020221118123310:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-devel-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18",
"product": {
"name": "nodejs-devel-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le (nodejs:18)",
"product_id": "nodejs-devel-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-devel@18.12.1-2.module%2Bel8.7.0%2B17306%2Bfc023f99?arch=ppc64le\u0026epoch=1\u0026rpmmod=nodejs:18:8070020221118123310:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-full-i18n-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18",
"product": {
"name": "nodejs-full-i18n-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le (nodejs:18)",
"product_id": "nodejs-full-i18n-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-full-i18n@18.12.1-2.module%2Bel8.7.0%2B17306%2Bfc023f99?arch=ppc64le\u0026epoch=1\u0026rpmmod=nodejs:18:8070020221118123310:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "npm-1:8.19.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18",
"product": {
"name": "npm-1:8.19.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.ppc64le (nodejs:18)",
"product_id": "npm-1:8.19.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/npm@8.19.2-1.18.12.1.2.module%2Bel8.7.0%2B17306%2Bfc023f99?arch=ppc64le\u0026epoch=1\u0026rpmmod=nodejs:18:8070020221118123310:bd1311ed"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18",
"product": {
"name": "nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x (nodejs:18)",
"product_id": "nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs@18.12.1-2.module%2Bel8.7.0%2B17306%2Bfc023f99?arch=s390x\u0026epoch=1\u0026rpmmod=nodejs:18:8070020221118123310:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-debuginfo-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18",
"product": {
"name": "nodejs-debuginfo-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x (nodejs:18)",
"product_id": "nodejs-debuginfo-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debuginfo@18.12.1-2.module%2Bel8.7.0%2B17306%2Bfc023f99?arch=s390x\u0026epoch=1\u0026rpmmod=nodejs:18:8070020221118123310:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-debugsource-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18",
"product": {
"name": "nodejs-debugsource-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x (nodejs:18)",
"product_id": "nodejs-debugsource-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debugsource@18.12.1-2.module%2Bel8.7.0%2B17306%2Bfc023f99?arch=s390x\u0026epoch=1\u0026rpmmod=nodejs:18:8070020221118123310:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-devel-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18",
"product": {
"name": "nodejs-devel-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x (nodejs:18)",
"product_id": "nodejs-devel-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-devel@18.12.1-2.module%2Bel8.7.0%2B17306%2Bfc023f99?arch=s390x\u0026epoch=1\u0026rpmmod=nodejs:18:8070020221118123310:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-full-i18n-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18",
"product": {
"name": "nodejs-full-i18n-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x (nodejs:18)",
"product_id": "nodejs-full-i18n-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-full-i18n@18.12.1-2.module%2Bel8.7.0%2B17306%2Bfc023f99?arch=s390x\u0026epoch=1\u0026rpmmod=nodejs:18:8070020221118123310:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "npm-1:8.19.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18",
"product": {
"name": "npm-1:8.19.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.s390x (nodejs:18)",
"product_id": "npm-1:8.19.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/npm@8.19.2-1.18.12.1.2.module%2Bel8.7.0%2B17306%2Bfc023f99?arch=s390x\u0026epoch=1\u0026rpmmod=nodejs:18:8070020221118123310:bd1311ed"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18",
"product": {
"name": "nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.x86_64 (nodejs:18)",
"product_id": "nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs@18.12.1-2.module%2Bel8.7.0%2B17306%2Bfc023f99?arch=x86_64\u0026epoch=1\u0026rpmmod=nodejs:18:8070020221118123310:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-debuginfo-1:18.12.1-2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18",
"product": {
"name": "nodejs-debuginfo-1:18.12.1-2.module+el8.7.0+17306+fc023f99.x86_64 (nodejs:18)",
"product_id": "nodejs-debuginfo-1:18.12.1-2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debuginfo@18.12.1-2.module%2Bel8.7.0%2B17306%2Bfc023f99?arch=x86_64\u0026epoch=1\u0026rpmmod=nodejs:18:8070020221118123310:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-debugsource-1:18.12.1-2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18",
"product": {
"name": "nodejs-debugsource-1:18.12.1-2.module+el8.7.0+17306+fc023f99.x86_64 (nodejs:18)",
"product_id": "nodejs-debugsource-1:18.12.1-2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debugsource@18.12.1-2.module%2Bel8.7.0%2B17306%2Bfc023f99?arch=x86_64\u0026epoch=1\u0026rpmmod=nodejs:18:8070020221118123310:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-devel-1:18.12.1-2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18",
"product": {
"name": "nodejs-devel-1:18.12.1-2.module+el8.7.0+17306+fc023f99.x86_64 (nodejs:18)",
"product_id": "nodejs-devel-1:18.12.1-2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-devel@18.12.1-2.module%2Bel8.7.0%2B17306%2Bfc023f99?arch=x86_64\u0026epoch=1\u0026rpmmod=nodejs:18:8070020221118123310:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-full-i18n-1:18.12.1-2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18",
"product": {
"name": "nodejs-full-i18n-1:18.12.1-2.module+el8.7.0+17306+fc023f99.x86_64 (nodejs:18)",
"product_id": "nodejs-full-i18n-1:18.12.1-2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-full-i18n@18.12.1-2.module%2Bel8.7.0%2B17306%2Bfc023f99?arch=x86_64\u0026epoch=1\u0026rpmmod=nodejs:18:8070020221118123310:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "npm-1:8.19.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18",
"product": {
"name": "npm-1:8.19.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.x86_64 (nodejs:18)",
"product_id": "npm-1:8.19.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/npm@8.19.2-1.18.12.1.2.module%2Bel8.7.0%2B17306%2Bfc023f99?arch=x86_64\u0026epoch=1\u0026rpmmod=nodejs:18:8070020221118123310:bd1311ed"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.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.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18"
},
"product_reference": "nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.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.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18"
},
"product_reference": "nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.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.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18"
},
"product_reference": "nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.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.12.1-2.module+el8.7.0+17306+fc023f99.src::nodejs:18"
},
"product_reference": "nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.src::nodejs:18",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.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.12.1-2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18"
},
"product_reference": "nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.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.12.1-2.module+el8.7.0+17306+fc023f99.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.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18"
},
"product_reference": "nodejs-debuginfo-1:18.12.1-2.module+el8.7.0+17306+fc023f99.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.12.1-2.module+el8.7.0+17306+fc023f99.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.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18"
},
"product_reference": "nodejs-debuginfo-1:18.12.1-2.module+el8.7.0+17306+fc023f99.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.12.1-2.module+el8.7.0+17306+fc023f99.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.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18"
},
"product_reference": "nodejs-debuginfo-1:18.12.1-2.module+el8.7.0+17306+fc023f99.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.12.1-2.module+el8.7.0+17306+fc023f99.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.12.1-2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18"
},
"product_reference": "nodejs-debuginfo-1:18.12.1-2.module+el8.7.0+17306+fc023f99.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.12.1-2.module+el8.7.0+17306+fc023f99.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.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18"
},
"product_reference": "nodejs-debugsource-1:18.12.1-2.module+el8.7.0+17306+fc023f99.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.12.1-2.module+el8.7.0+17306+fc023f99.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.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18"
},
"product_reference": "nodejs-debugsource-1:18.12.1-2.module+el8.7.0+17306+fc023f99.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.12.1-2.module+el8.7.0+17306+fc023f99.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.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18"
},
"product_reference": "nodejs-debugsource-1:18.12.1-2.module+el8.7.0+17306+fc023f99.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.12.1-2.module+el8.7.0+17306+fc023f99.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.12.1-2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18"
},
"product_reference": "nodejs-debugsource-1:18.12.1-2.module+el8.7.0+17306+fc023f99.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.12.1-2.module+el8.7.0+17306+fc023f99.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.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18"
},
"product_reference": "nodejs-devel-1:18.12.1-2.module+el8.7.0+17306+fc023f99.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.12.1-2.module+el8.7.0+17306+fc023f99.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.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18"
},
"product_reference": "nodejs-devel-1:18.12.1-2.module+el8.7.0+17306+fc023f99.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.12.1-2.module+el8.7.0+17306+fc023f99.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.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18"
},
"product_reference": "nodejs-devel-1:18.12.1-2.module+el8.7.0+17306+fc023f99.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.12.1-2.module+el8.7.0+17306+fc023f99.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.12.1-2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18"
},
"product_reference": "nodejs-devel-1:18.12.1-2.module+el8.7.0+17306+fc023f99.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.12.1-2.module+el8.7.0+17306+fc023f99.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.12.1-2.module+el8.7.0+17306+fc023f99.noarch::nodejs:18"
},
"product_reference": "nodejs-docs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.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.12.1-2.module+el8.7.0+17306+fc023f99.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.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18"
},
"product_reference": "nodejs-full-i18n-1:18.12.1-2.module+el8.7.0+17306+fc023f99.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.12.1-2.module+el8.7.0+17306+fc023f99.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.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18"
},
"product_reference": "nodejs-full-i18n-1:18.12.1-2.module+el8.7.0+17306+fc023f99.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.12.1-2.module+el8.7.0+17306+fc023f99.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.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18"
},
"product_reference": "nodejs-full-i18n-1:18.12.1-2.module+el8.7.0+17306+fc023f99.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.12.1-2.module+el8.7.0+17306+fc023f99.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.12.1-2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18"
},
"product_reference": "nodejs-full-i18n-1:18.12.1-2.module+el8.7.0+17306+fc023f99.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.20-1.module+el8.7.0+17282+f47dd33b.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.20-1.module+el8.7.0+17282+f47dd33b.noarch::nodejs:18"
},
"product_reference": "nodejs-nodemon-0:2.0.20-1.module+el8.7.0+17282+f47dd33b.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.20-1.module+el8.7.0+17282+f47dd33b.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.20-1.module+el8.7.0+17282+f47dd33b.src::nodejs:18"
},
"product_reference": "nodejs-nodemon-0:2.0.20-1.module+el8.7.0+17282+f47dd33b.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.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.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.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18"
},
"product_reference": "npm-1:8.19.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.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.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.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.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18"
},
"product_reference": "npm-1:8.19.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.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.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.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.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18"
},
"product_reference": "npm-1:8.19.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.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.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.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.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18"
},
"product_reference": "npm-1:8.19.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-3517",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2022-06-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2134609"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the nodejs-minimatch package. This flaw allows a Regular Expression Denial of Service (ReDoS) when calling the braceExpand function with specific arguments, resulting in a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs-minimatch: ReDoS via the braceExpand function",
"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.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.src::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.12.1-2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.12.1-2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-docs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.noarch::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-1.module+el8.7.0+17282+f47dd33b.noarch::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-1.module+el8.7.0+17282+f47dd33b.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.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-3517"
},
{
"category": "external",
"summary": "RHBZ#2134609",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2134609"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-3517",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3517"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-3517",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-3517"
}
],
"release_date": "2022-02-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-12-06T15:39:50+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.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.src::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.12.1-2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.12.1-2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-docs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.noarch::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-1.module+el8.7.0+17282+f47dd33b.noarch::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-1.module+el8.7.0+17282+f47dd33b.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.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8833"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.src::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.12.1-2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.12.1-2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-docs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.noarch::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-1.module+el8.7.0+17282+f47dd33b.noarch::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-1.module+el8.7.0+17282+f47dd33b.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.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nodejs-minimatch: ReDoS via the braceExpand function"
},
{
"cve": "CVE-2022-43548",
"cwe": {
"id": "CWE-350",
"name": "Reliance on Reverse DNS Resolution for a Security-Critical Action"
},
"discovery_date": "2022-11-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2140911"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in NodeJS. The issue occurs in the Node.js rebinding protector for --inspect that still allows invalid IP addresses, specifically, the octal format. This flaw allows an attacker to perform DNS rebinding and execute arbitrary code.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs: DNS rebinding in inspect via invalid octal IP address",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Redhat has marked this vulnerability as moderate for two primary reasons.\n1. The vulnerable inspect functionality might not be enabled, exposed, or reachable in many deployments.\n\n2.The code path might require very specific configurations or conditions (e.g. DNS rebinding, certain host/IP setups) that are rare in default environments.",
"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.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.src::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.12.1-2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.12.1-2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-docs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.noarch::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-1.module+el8.7.0+17282+f47dd33b.noarch::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-1.module+el8.7.0+17282+f47dd33b.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.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-43548"
},
{
"category": "external",
"summary": "RHBZ#2140911",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2140911"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-43548",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43548"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-43548",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-43548"
},
{
"category": "external",
"summary": "https://nodejs.org/en/blog/vulnerability/november-2022-security-releases/#dns-rebinding-in-inspect-via-invalid-octal-ip-address-medium-cve-2022-43548",
"url": "https://nodejs.org/en/blog/vulnerability/november-2022-security-releases/#dns-rebinding-in-inspect-via-invalid-octal-ip-address-medium-cve-2022-43548"
}
],
"release_date": "2022-11-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-12-06T15:39:50+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.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.src::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.12.1-2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.12.1-2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-docs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.noarch::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-1.module+el8.7.0+17282+f47dd33b.noarch::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-1.module+el8.7.0+17282+f47dd33b.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.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8833"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.src::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:18.12.1-2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:18.12.1-2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:18.12.1-2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-docs-1:18.12.1-2.module+el8.7.0+17306+fc023f99.noarch::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:18.12.1-2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-1.module+el8.7.0+17282+f47dd33b.noarch::nodejs:18",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-1.module+el8.7.0+17282+f47dd33b.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.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.aarch64::nodejs:18",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.ppc64le::nodejs:18",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.s390x::nodejs:18",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.18.12.1.2.module+el8.7.0+17306+fc023f99.x86_64::nodejs:18"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nodejs: DNS rebinding in inspect via invalid octal IP address"
}
]
}
RHSA-2022:9073
Vulnerability from csaf_redhat - Published: 2022-12-15 16:20 - Updated: 2026-07-01 19:29A flaw was found in node.js where it accepted a certificate's Subject Alternative Names (SAN) entry, as opposed to what is specified by the HTTPS protocol. This flaw allows an active person-in-the-middle to forge a certificate and impersonate a trusted host.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.src::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-docs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.noarch::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.noarch::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.src::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16 | — |
Vendor Fix
fix
|
It was found that node.js did not safely read the x509 certificate generalName format properly, resulting in data injection. A certificate could use a specially crafted extension in order to be successfully validated, permitting an attacker to impersonate a trusted host.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.src::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-docs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.noarch::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.noarch::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.src::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16 | — |
Vendor Fix
fix
|
A flaw was found in node.js, where it did not properly handle multi-value Relative Distinguished Names. This flaw allows a specially crafted x509 certificate to produce a false multi-value Relative Distinguished Name and to inject arbitrary data in node.js libraries.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.src::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-docs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.noarch::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.noarch::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.src::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16 | — |
Vendor Fix
fix
|
An Uncontrolled Resource Consumption flaw was found in minimist. The original fix for CVE-2020-7598 was incomplete as it was still possible to bypass in some cases. This flaw (CVE-2021-44906) allows an attacker to trick the library into adding or modifying the properties of Object.prototype, using a constructor or __proto__ payload, resulting in prototype pollution and loss of confidentiality, availability, and integrity.
CWE-1321 - Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.src::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-docs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.noarch::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.noarch::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.src::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16 | — |
Vendor Fix
fix
|
A vulnerability was found in the nodejs-minimatch package. This flaw allows a Regular Expression Denial of Service (ReDoS) when calling the braceExpand function with specific arguments, resulting in a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.src::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-docs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.noarch::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.noarch::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.src::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16 | — |
Vendor Fix
fix
|
Due to the formatting logic of the "console.table()" function it was not safe to allow user controlled input to be passed to the "properties" parameter while simultaneously passing a plain object with at least one property as the first parameter, which could be "__proto__". The prototype pollution has very limited control, in that it only allows an empty string to be assigned to numerical keys of the object prototype.Node.js >= 12.22.9, >= 14.18.3, >= 16.13.2, and >= 17.3.1 use a null protoype for the object these properties are being assigned to.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.src::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-docs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.noarch::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.noarch::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.src::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16 | — |
Vendor Fix
fix
|
A flaw was found in NodeJS. The issue occurs in the Node.js rebinding protector for --inspect that still allows invalid IP addresses, specifically, the octal format. This flaw allows an attacker to perform DNS rebinding and execute arbitrary code.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.src::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-docs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.noarch::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.noarch::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.src::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"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 Moderate. 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 were updated to later upstream versions: nodejs (16.18.1), nodejs-nodemon (2.0.20).\n\nSecurity Fix(es):\n\n* nodejs: Improper handling of URI Subject Alternative Names (CVE-2021-44531)\n\n* nodejs: Certificate Verification Bypass via String Injection (CVE-2021-44532)\n\n* nodejs: Incorrect handling of certificate subject and issuer fields (CVE-2021-44533)\n\n* minimist: prototype pollution (CVE-2021-44906)\n\n* nodejs-minimatch: ReDoS via the braceExpand function (CVE-2022-3517)\n\n* nodejs: DNS rebinding in inspect via invalid octal IP address (CVE-2022-43548)\n\n* nodejs: Prototype pollution via console.table properties (CVE-2022-21824)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nBug Fix(es):\n\n* nodejs:16/nodejs: Packaged version of undici does not fit with declared version. [rhel-8] (BZ#2151625)",
"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:9073",
"url": "https://access.redhat.com/errata/RHSA-2022:9073"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2040839",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2040839"
},
{
"category": "external",
"summary": "2040846",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2040846"
},
{
"category": "external",
"summary": "2040856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2040856"
},
{
"category": "external",
"summary": "2040862",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2040862"
},
{
"category": "external",
"summary": "2066009",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2066009"
},
{
"category": "external",
"summary": "2134609",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2134609"
},
{
"category": "external",
"summary": "2140911",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2140911"
},
{
"category": "external",
"summary": "2142806",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2142806"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_9073.json"
}
],
"title": "Red Hat Security Advisory: nodejs:16 security, bug fix, and enhancement update",
"tracking": {
"current_release_date": "2026-07-01T19:29:31+00:00",
"generator": {
"date": "2026-07-01T19:29:31+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.1"
}
},
"id": "RHSA-2022:9073",
"initial_release_date": "2022-12-15T16:20:58+00:00",
"revision_history": [
{
"date": "2022-12-15T16:20:58+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2022-12-15T16:20:58+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-01T19:29:31+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:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"product": {
"name": "nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64 (nodejs:16)",
"product_id": "nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs@16.18.1-3.module%2Bel8.7.0%2B17465%2B1a1abd74?arch=aarch64\u0026epoch=1\u0026rpmmod=nodejs:16:8070020221207164159:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"product": {
"name": "nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64 (nodejs:16)",
"product_id": "nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debuginfo@16.18.1-3.module%2Bel8.7.0%2B17465%2B1a1abd74?arch=aarch64\u0026epoch=1\u0026rpmmod=nodejs:16:8070020221207164159:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"product": {
"name": "nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64 (nodejs:16)",
"product_id": "nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debugsource@16.18.1-3.module%2Bel8.7.0%2B17465%2B1a1abd74?arch=aarch64\u0026epoch=1\u0026rpmmod=nodejs:16:8070020221207164159:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"product": {
"name": "nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64 (nodejs:16)",
"product_id": "nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-devel@16.18.1-3.module%2Bel8.7.0%2B17465%2B1a1abd74?arch=aarch64\u0026epoch=1\u0026rpmmod=nodejs:16:8070020221207164159:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"product": {
"name": "nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64 (nodejs:16)",
"product_id": "nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-full-i18n@16.18.1-3.module%2Bel8.7.0%2B17465%2B1a1abd74?arch=aarch64\u0026epoch=1\u0026rpmmod=nodejs:16:8070020221207164159:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"product": {
"name": "npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.aarch64 (nodejs:16)",
"product_id": "npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/npm@8.19.2-1.16.18.1.3.module%2Bel8.7.0%2B17465%2B1a1abd74?arch=aarch64\u0026epoch=1\u0026rpmmod=nodejs:16:8070020221207164159:bd1311ed"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.src::nodejs:16",
"product": {
"name": "nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.src (nodejs:16)",
"product_id": "nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.src::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs@16.18.1-3.module%2Bel8.7.0%2B17465%2B1a1abd74?arch=src\u0026epoch=1\u0026rpmmod=nodejs:16:8070020221207164159:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.src::nodejs:16",
"product": {
"name": "nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.src (nodejs:16)",
"product_id": "nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.src::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-nodemon@2.0.20-2.module%2Bel8.7.0%2B17412%2Bbb0e4a6b?arch=src\u0026rpmmod=nodejs:16:8070020221207164159:bd1311ed"
}
}
},
{
"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:8070020221207164159:bd1311ed"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-docs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.noarch::nodejs:16",
"product": {
"name": "nodejs-docs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.noarch (nodejs:16)",
"product_id": "nodejs-docs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.noarch::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-docs@16.18.1-3.module%2Bel8.7.0%2B17465%2B1a1abd74?arch=noarch\u0026epoch=1\u0026rpmmod=nodejs:16:8070020221207164159:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.noarch::nodejs:16",
"product": {
"name": "nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.noarch (nodejs:16)",
"product_id": "nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.noarch::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-nodemon@2.0.20-2.module%2Bel8.7.0%2B17412%2Bbb0e4a6b?arch=noarch\u0026rpmmod=nodejs:16:8070020221207164159:bd1311ed"
}
}
},
{
"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:8070020221207164159:bd1311ed"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"product": {
"name": "nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le (nodejs:16)",
"product_id": "nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs@16.18.1-3.module%2Bel8.7.0%2B17465%2B1a1abd74?arch=ppc64le\u0026epoch=1\u0026rpmmod=nodejs:16:8070020221207164159:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"product": {
"name": "nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le (nodejs:16)",
"product_id": "nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debuginfo@16.18.1-3.module%2Bel8.7.0%2B17465%2B1a1abd74?arch=ppc64le\u0026epoch=1\u0026rpmmod=nodejs:16:8070020221207164159:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"product": {
"name": "nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le (nodejs:16)",
"product_id": "nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debugsource@16.18.1-3.module%2Bel8.7.0%2B17465%2B1a1abd74?arch=ppc64le\u0026epoch=1\u0026rpmmod=nodejs:16:8070020221207164159:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"product": {
"name": "nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le (nodejs:16)",
"product_id": "nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-devel@16.18.1-3.module%2Bel8.7.0%2B17465%2B1a1abd74?arch=ppc64le\u0026epoch=1\u0026rpmmod=nodejs:16:8070020221207164159:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"product": {
"name": "nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le (nodejs:16)",
"product_id": "nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-full-i18n@16.18.1-3.module%2Bel8.7.0%2B17465%2B1a1abd74?arch=ppc64le\u0026epoch=1\u0026rpmmod=nodejs:16:8070020221207164159:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"product": {
"name": "npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.ppc64le (nodejs:16)",
"product_id": "npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/npm@8.19.2-1.16.18.1.3.module%2Bel8.7.0%2B17465%2B1a1abd74?arch=ppc64le\u0026epoch=1\u0026rpmmod=nodejs:16:8070020221207164159:bd1311ed"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"product": {
"name": "nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x (nodejs:16)",
"product_id": "nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs@16.18.1-3.module%2Bel8.7.0%2B17465%2B1a1abd74?arch=s390x\u0026epoch=1\u0026rpmmod=nodejs:16:8070020221207164159:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"product": {
"name": "nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x (nodejs:16)",
"product_id": "nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debuginfo@16.18.1-3.module%2Bel8.7.0%2B17465%2B1a1abd74?arch=s390x\u0026epoch=1\u0026rpmmod=nodejs:16:8070020221207164159:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"product": {
"name": "nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x (nodejs:16)",
"product_id": "nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debugsource@16.18.1-3.module%2Bel8.7.0%2B17465%2B1a1abd74?arch=s390x\u0026epoch=1\u0026rpmmod=nodejs:16:8070020221207164159:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"product": {
"name": "nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x (nodejs:16)",
"product_id": "nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-devel@16.18.1-3.module%2Bel8.7.0%2B17465%2B1a1abd74?arch=s390x\u0026epoch=1\u0026rpmmod=nodejs:16:8070020221207164159:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"product": {
"name": "nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x (nodejs:16)",
"product_id": "nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-full-i18n@16.18.1-3.module%2Bel8.7.0%2B17465%2B1a1abd74?arch=s390x\u0026epoch=1\u0026rpmmod=nodejs:16:8070020221207164159:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"product": {
"name": "npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.s390x (nodejs:16)",
"product_id": "npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/npm@8.19.2-1.16.18.1.3.module%2Bel8.7.0%2B17465%2B1a1abd74?arch=s390x\u0026epoch=1\u0026rpmmod=nodejs:16:8070020221207164159:bd1311ed"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"product": {
"name": "nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64 (nodejs:16)",
"product_id": "nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs@16.18.1-3.module%2Bel8.7.0%2B17465%2B1a1abd74?arch=x86_64\u0026epoch=1\u0026rpmmod=nodejs:16:8070020221207164159:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"product": {
"name": "nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64 (nodejs:16)",
"product_id": "nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debuginfo@16.18.1-3.module%2Bel8.7.0%2B17465%2B1a1abd74?arch=x86_64\u0026epoch=1\u0026rpmmod=nodejs:16:8070020221207164159:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"product": {
"name": "nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64 (nodejs:16)",
"product_id": "nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debugsource@16.18.1-3.module%2Bel8.7.0%2B17465%2B1a1abd74?arch=x86_64\u0026epoch=1\u0026rpmmod=nodejs:16:8070020221207164159:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"product": {
"name": "nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64 (nodejs:16)",
"product_id": "nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-devel@16.18.1-3.module%2Bel8.7.0%2B17465%2B1a1abd74?arch=x86_64\u0026epoch=1\u0026rpmmod=nodejs:16:8070020221207164159:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"product": {
"name": "nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64 (nodejs:16)",
"product_id": "nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-full-i18n@16.18.1-3.module%2Bel8.7.0%2B17465%2B1a1abd74?arch=x86_64\u0026epoch=1\u0026rpmmod=nodejs:16:8070020221207164159:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"product": {
"name": "npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.x86_64 (nodejs:16)",
"product_id": "npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/npm@8.19.2-1.16.18.1.3.module%2Bel8.7.0%2B17465%2B1a1abd74?arch=x86_64\u0026epoch=1\u0026rpmmod=nodejs:16:8070020221207164159:bd1311ed"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64 (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16"
},
"product_reference": "nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16"
},
"product_reference": "nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16"
},
"product_reference": "nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.src (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.src::nodejs:16"
},
"product_reference": "nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.src::nodejs:16",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64 (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16"
},
"product_reference": "nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64 (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16"
},
"product_reference": "nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16"
},
"product_reference": "nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16"
},
"product_reference": "nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64 (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16"
},
"product_reference": "nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64 (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16"
},
"product_reference": "nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16"
},
"product_reference": "nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16"
},
"product_reference": "nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64 (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16"
},
"product_reference": "nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64 (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16"
},
"product_reference": "nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16"
},
"product_reference": "nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16"
},
"product_reference": "nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64 (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16"
},
"product_reference": "nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-docs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.noarch (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-docs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.noarch::nodejs:16"
},
"product_reference": "nodejs-docs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.noarch::nodejs:16",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64 (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16"
},
"product_reference": "nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16"
},
"product_reference": "nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16"
},
"product_reference": "nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64 (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16"
},
"product_reference": "nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.noarch (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.noarch::nodejs:16"
},
"product_reference": "nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.noarch::nodejs:16",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.src (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.src::nodejs:16"
},
"product_reference": "nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.src::nodejs:16",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"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.7.0.Z.MAIN: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.7.0.Z.MAIN"
},
{
"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.7.0.Z.MAIN: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.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.aarch64 (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16"
},
"product_reference": "npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.ppc64le (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16"
},
"product_reference": "npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.s390x (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16"
},
"product_reference": "npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.x86_64 (nodejs:16) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16"
},
"product_reference": "npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-44531",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2022-01-11T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2040839"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node.js where it accepted a certificate\u0027s Subject Alternative Names (SAN) entry, as opposed to what is specified by the HTTPS protocol. This flaw allows an active person-in-the-middle to forge a certificate and impersonate a trusted host.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs: Improper handling of URI Subject Alternative Names",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Quay from version 3.4 consumes nodejs from RHEL, so security tracking is provided by the container health index on the customer portal [1]. Additionally there is no impact from this issue on Quay 3.3 and 3.2 because nodejs is only used at build time and is no longer shipped, starting with Quay 3.5 [2].\n[1] https://catalog.redhat.com/software/containers/quay/quay-rhel8/600e03aadd19c7786c43ae49?container-tabs=security\n[2] https://issues.redhat.com/browse/PROJQUAY-1409\nTherefore Quay component is marked as \"Will not fix\" with impact LOW.",
"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:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-docs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-44531"
},
{
"category": "external",
"summary": "RHBZ#2040839",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2040839"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-44531",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44531"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-44531",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-44531"
},
{
"category": "external",
"summary": "https://nodejs.org/en/blog/vulnerability/jan-2022-security-releases/",
"url": "https://nodejs.org/en/blog/vulnerability/jan-2022-security-releases/"
}
],
"release_date": "2022-01-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-12-15T16:20:58+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:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-docs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:9073"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-docs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nodejs: Improper handling of URI Subject Alternative Names"
},
{
"cve": "CVE-2021-44532",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2022-01-11T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2040846"
}
],
"notes": [
{
"category": "description",
"text": "It was found that node.js did not safely read the x509 certificate generalName format properly, resulting in data injection. A certificate could use a specially crafted extension in order to be successfully validated, permitting an attacker to impersonate a trusted host.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs: Certificate Verification Bypass via String Injection",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Quay from version 3.4 consumes nodejs from RHEL, so security tracking is provided by the container health index on the customer portal [1]. Additionally there is no impact from this issue on Quay 3.3 and 3.2 because nodejs is only used at build time and is no longer shipped, starting with Quay 3.5 [2].\n[1] https://catalog.redhat.com/software/containers/quay/quay-rhel8/600e03aadd19c7786c43ae49?container-tabs=security\n[2] https://issues.redhat.com/browse/PROJQUAY-1409\nTherefore Quay component is marked as \"Will not fix\" with impact LOW.",
"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:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-docs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-44532"
},
{
"category": "external",
"summary": "RHBZ#2040846",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2040846"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-44532",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44532"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-44532",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-44532"
}
],
"release_date": "2022-01-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-12-15T16:20:58+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:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-docs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:9073"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-docs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nodejs: Certificate Verification Bypass via String Injection"
},
{
"cve": "CVE-2021-44533",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2022-01-11T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2040856"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node.js, where it did not properly handle multi-value Relative Distinguished Names. This flaw allows a specially crafted x509 certificate to produce a false multi-value Relative Distinguished Name and to inject arbitrary data in node.js libraries.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs: Incorrect handling of certificate subject and issuer fields",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Quay from version 3.4 consumes nodejs from RHEL, so security tracking is provided by the container health index on the customer portal [1]. Additionally, there is no impact from this issue on Quay 3.3 and 3.2 because nodejs is only used at build time and is no longer shipped, starting with Quay 3.5 [2].\n[1] https://catalog.redhat.com/software/containers/quay/quay-rhel8/600e03aadd19c7786c43ae49?container-tabs=security\n[2] https://issues.redhat.com/browse/PROJQUAY-1409\nTherefore, the Quay component is marked as \"Will not fix\" with impact LOW.",
"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:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-docs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-44533"
},
{
"category": "external",
"summary": "RHBZ#2040856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2040856"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-44533",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44533"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-44533",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-44533"
},
{
"category": "external",
"summary": "https://nodejs.org/en/blog/vulnerability/jan-2022-security-releases/",
"url": "https://nodejs.org/en/blog/vulnerability/jan-2022-security-releases/"
}
],
"release_date": "2022-01-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-12-15T16:20:58+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:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-docs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:9073"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-docs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nodejs: Incorrect handling of certificate subject and issuer fields"
},
{
"cve": "CVE-2021-44906",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2022-03-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2066009"
}
],
"notes": [
{
"category": "description",
"text": "An Uncontrolled Resource Consumption flaw was found in minimist. The original fix for CVE-2020-7598 was incomplete as it was still possible to bypass in some cases. This flaw (CVE-2021-44906) allows an attacker to trick the library into adding or modifying the properties of Object.prototype, using a constructor or __proto__ payload, resulting in prototype pollution and loss of confidentiality, availability, and integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimist: prototype pollution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "As minimist is an argument parsing module for nodejs, exploitation of this vulnerability requires an attacker to influence which arguments are passed to nodejs when running a script. Red Hat products and services are designed in such a way that gaining this ability is not trivial. Additionally, the impact is limited by only enabling the pollution of functions, and not all generic objects.\n\nWithin Red Hat Satellite 6 this flaw has been rated as having a security impact of Low. It is not currently planned to be addressed there, as the minimist library is only included in the -doc subpackage and is part of test fixtures that are not in the execution path used by the rabl gem.",
"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:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-docs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-44906"
},
{
"category": "external",
"summary": "RHBZ#2066009",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2066009"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-44906",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44906"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-44906",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-44906"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-xvch-5gv4-984h",
"url": "https://github.com/advisories/GHSA-xvch-5gv4-984h"
}
],
"release_date": "2022-03-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-12-15T16:20:58+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:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-docs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:9073"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.1,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-docs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimist: prototype pollution"
},
{
"cve": "CVE-2022-3517",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2022-06-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2134609"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the nodejs-minimatch package. This flaw allows a Regular Expression Denial of Service (ReDoS) when calling the braceExpand function with specific arguments, resulting in a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs-minimatch: ReDoS via the braceExpand function",
"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:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-docs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-3517"
},
{
"category": "external",
"summary": "RHBZ#2134609",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2134609"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-3517",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3517"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-3517",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-3517"
}
],
"release_date": "2022-02-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-12-15T16:20:58+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:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-docs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:9073"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-docs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nodejs-minimatch: ReDoS via the braceExpand function"
},
{
"cve": "CVE-2022-21824",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2022-01-11T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2040862"
}
],
"notes": [
{
"category": "description",
"text": "Due to the formatting logic of the \"console.table()\" function it was not safe to allow user controlled input to be passed to the \"properties\" parameter while simultaneously passing a plain object with at least one property as the first parameter, which could be \"__proto__\". The prototype pollution has very limited control, in that it only allows an empty string to be assigned to numerical keys of the object prototype.Node.js \u003e= 12.22.9, \u003e= 14.18.3, \u003e= 16.13.2, and \u003e= 17.3.1 use a null protoype for the object these properties are being assigned to.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs: Prototype pollution via console.table properties",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Quay from version 3.4 consumes nodejs from RHEL, so security tracking is provided by the container health index on the customer portal [1]. Additionally there is no impact from this issue on Quay 3.3 and 3.2 because nodejs is only used at build time and is no longer shipped, starting with Quay 3.5 [2].\n[1] https://catalog.redhat.com/software/containers/quay/quay-rhel8/600e03aadd19c7786c43ae49?container-tabs=security\n[2] https://issues.redhat.com/browse/PROJQUAY-1409\nTherefore Quay component is marked as \"Will not fix\".",
"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:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-docs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-21824"
},
{
"category": "external",
"summary": "RHBZ#2040862",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2040862"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-21824",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21824"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-21824",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-21824"
},
{
"category": "external",
"summary": "https://nodejs.org/en/blog/vulnerability/jan-2022-security-releases/",
"url": "https://nodejs.org/en/blog/vulnerability/jan-2022-security-releases/"
}
],
"release_date": "2022-01-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-12-15T16:20:58+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:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-docs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:9073"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-docs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "nodejs: Prototype pollution via console.table properties"
},
{
"cve": "CVE-2022-43548",
"cwe": {
"id": "CWE-350",
"name": "Reliance on Reverse DNS Resolution for a Security-Critical Action"
},
"discovery_date": "2022-11-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2140911"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in NodeJS. The issue occurs in the Node.js rebinding protector for --inspect that still allows invalid IP addresses, specifically, the octal format. This flaw allows an attacker to perform DNS rebinding and execute arbitrary code.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs: DNS rebinding in inspect via invalid octal IP address",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Redhat has marked this vulnerability as moderate for two primary reasons.\n1. The vulnerable inspect functionality might not be enabled, exposed, or reachable in many deployments.\n\n2.The code path might require very specific configurations or conditions (e.g. DNS rebinding, certain host/IP setups) that are rare in default environments.",
"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:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-docs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-43548"
},
{
"category": "external",
"summary": "RHBZ#2140911",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2140911"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-43548",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43548"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-43548",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-43548"
},
{
"category": "external",
"summary": "https://nodejs.org/en/blog/vulnerability/november-2022-security-releases/#dns-rebinding-in-inspect-via-invalid-octal-ip-address-medium-cve-2022-43548",
"url": "https://nodejs.org/en/blog/vulnerability/november-2022-security-releases/#dns-rebinding-in-inspect-via-invalid-octal-ip-address-medium-cve-2022-43548"
}
],
"release_date": "2022-11-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-12-15T16:20:58+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:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-docs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:9073"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-docs-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17412+bb0e4a6b.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.noarch::nodejs:16",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:25-1.module+el8.5.0+10992+fac5fe06.src::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.aarch64::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.ppc64le::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.s390x::nodejs:16",
"AppStream-8.7.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.module+el8.7.0+17465+1a1abd74.x86_64::nodejs:16"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nodejs: DNS rebinding in inspect via invalid octal IP address"
}
]
}
RHSA-2023:0050
Vulnerability from csaf_redhat - Published: 2023-01-09 14:55 - Updated: 2026-07-03 11:47An Uncontrolled Resource Consumption flaw was found in minimist. The original fix for CVE-2020-7598 was incomplete as it was still possible to bypass in some cases. This flaw (CVE-2021-44906) allows an attacker to trick the library into adding or modifying the properties of Object.prototype, using a constructor or __proto__ payload, resulting in prototype pollution and loss of confidentiality, availability, and integrity.
CWE-1321 - Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.src::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-docs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.noarch::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17528+a329cd47.noarch::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17528+a329cd47.src::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:23-3.module+el8.3.0+6519+9f98ed83.noarch::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:23-3.module+el8.3.0+6519+9f98ed83.src::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14 | — |
Vendor Fix
fix
|
A flaw was found in node-fetch. When following a redirect to a third-party domain, node-fetch was forwarding sensitive headers such as "Authorization," "WWW-Authenticate," and "Cookie" to potentially untrusted targets. This flaw leads to the exposure of sensitive information to an unauthorized actor.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.src::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-docs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.noarch::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17528+a329cd47.noarch::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17528+a329cd47.src::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:23-3.module+el8.3.0+6519+9f98ed83.noarch::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:23-3.module+el8.3.0+6519+9f98ed83.src::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14 | — |
Vendor Fix
fix
|
A vulnerability was found in the nodejs-minimatch package. This flaw allows a Regular Expression Denial of Service (ReDoS) when calling the braceExpand function with specific arguments, resulting in a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.src::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-docs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.noarch::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17528+a329cd47.noarch::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17528+a329cd47.src::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:23-3.module+el8.3.0+6519+9f98ed83.noarch::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:23-3.module+el8.3.0+6519+9f98ed83.src::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14 | — |
Vendor Fix
fix
|
A flaw was found in the express.js npm package of nodejs:14 module stream. Express.js Express is vulnerable to a denial of service caused by a prototype pollution flaw in qs. By adding or modifying properties of Object.prototype using a __proto__ or constructor payload, a remote attacker can cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.src::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-docs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.noarch::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17528+a329cd47.noarch::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17528+a329cd47.src::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:23-3.module+el8.3.0+6519+9f98ed83.noarch::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:23-3.module+el8.3.0+6519+9f98ed83.src::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14 | — |
Vendor Fix
fix
|
A flaw was found in NodeJS. The issue occurs in the Node.js rebinding protector for --inspect that still allows invalid IP addresses, specifically, the octal format. This flaw allows an attacker to perform DNS rebinding and execute arbitrary code.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.src::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-docs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.noarch::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17528+a329cd47.noarch::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17528+a329cd47.src::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:23-3.module+el8.3.0+6519+9f98ed83.noarch::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:23-3.module+el8.3.0+6519+9f98ed83.src::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"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:14 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 Moderate. 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 (14.21.1), nodejs-nodemon (2.0.20).\n\nSecurity Fix(es):\n\n* minimist: prototype pollution (CVE-2021-44906)\n\n* node-fetch: exposure of sensitive information to an unauthorized actor (CVE-2022-0235)\n\n* nodejs-minimatch: ReDoS via the braceExpand function (CVE-2022-3517)\n\n* express: \"qs\" prototype poisoning causes the hang of the node process (CVE-2022-24999)\n\n* nodejs: DNS rebinding in inspect via invalid octal IP address (CVE-2022-43548)\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-2023:0050",
"url": "https://access.redhat.com/errata/RHSA-2023:0050"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2044591",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2044591"
},
{
"category": "external",
"summary": "2066009",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2066009"
},
{
"category": "external",
"summary": "2134609",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2134609"
},
{
"category": "external",
"summary": "2140911",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2140911"
},
{
"category": "external",
"summary": "2142821",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2142821"
},
{
"category": "external",
"summary": "2150323",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2150323"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_0050.json"
}
],
"title": "Red Hat Security Advisory: nodejs:14 security, bug fix, and enhancement update",
"tracking": {
"current_release_date": "2026-07-03T11:47:40+00:00",
"generator": {
"date": "2026-07-03T11:47:40+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.1"
}
},
"id": "RHSA-2023:0050",
"initial_release_date": "2023-01-09T14:55:37+00:00",
"revision_history": [
{
"date": "2023-01-09T14:55:37+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-01-09T14:55:37+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-03T11:47:40+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:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"product": {
"name": "nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64 (nodejs:14)",
"product_id": "nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs@14.21.1-2.module%2Bel8.7.0%2B17528%2Ba329cd47?arch=aarch64\u0026epoch=1\u0026rpmmod=nodejs:14:8070020221212161539:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"product": {
"name": "nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64 (nodejs:14)",
"product_id": "nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debuginfo@14.21.1-2.module%2Bel8.7.0%2B17528%2Ba329cd47?arch=aarch64\u0026epoch=1\u0026rpmmod=nodejs:14:8070020221212161539:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"product": {
"name": "nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64 (nodejs:14)",
"product_id": "nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debugsource@14.21.1-2.module%2Bel8.7.0%2B17528%2Ba329cd47?arch=aarch64\u0026epoch=1\u0026rpmmod=nodejs:14:8070020221212161539:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"product": {
"name": "nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64 (nodejs:14)",
"product_id": "nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-devel@14.21.1-2.module%2Bel8.7.0%2B17528%2Ba329cd47?arch=aarch64\u0026epoch=1\u0026rpmmod=nodejs:14:8070020221212161539:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"product": {
"name": "nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64 (nodejs:14)",
"product_id": "nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-full-i18n@14.21.1-2.module%2Bel8.7.0%2B17528%2Ba329cd47?arch=aarch64\u0026epoch=1\u0026rpmmod=nodejs:14:8070020221212161539:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"product": {
"name": "npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.aarch64 (nodejs:14)",
"product_id": "npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/npm@6.14.17-1.14.21.1.2.module%2Bel8.7.0%2B17528%2Ba329cd47?arch=aarch64\u0026epoch=1\u0026rpmmod=nodejs:14:8070020221212161539:bd1311ed"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.src::nodejs:14",
"product": {
"name": "nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.src (nodejs:14)",
"product_id": "nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.src::nodejs:14",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs@14.21.1-2.module%2Bel8.7.0%2B17528%2Ba329cd47?arch=src\u0026epoch=1\u0026rpmmod=nodejs:14:8070020221212161539:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17528+a329cd47.src::nodejs:14",
"product": {
"name": "nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17528+a329cd47.src (nodejs:14)",
"product_id": "nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17528+a329cd47.src::nodejs:14",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-nodemon@2.0.20-2.module%2Bel8.7.0%2B17528%2Ba329cd47?arch=src\u0026rpmmod=nodejs:14:8070020221212161539:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-packaging-0:23-3.module+el8.3.0+6519+9f98ed83.src::nodejs:14",
"product": {
"name": "nodejs-packaging-0:23-3.module+el8.3.0+6519+9f98ed83.src (nodejs:14)",
"product_id": "nodejs-packaging-0:23-3.module+el8.3.0+6519+9f98ed83.src::nodejs:14",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-packaging@23-3.module%2Bel8.3.0%2B6519%2B9f98ed83?arch=src\u0026rpmmod=nodejs:14:8070020221212161539:bd1311ed"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-docs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.noarch::nodejs:14",
"product": {
"name": "nodejs-docs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.noarch (nodejs:14)",
"product_id": "nodejs-docs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.noarch::nodejs:14",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-docs@14.21.1-2.module%2Bel8.7.0%2B17528%2Ba329cd47?arch=noarch\u0026epoch=1\u0026rpmmod=nodejs:14:8070020221212161539:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17528+a329cd47.noarch::nodejs:14",
"product": {
"name": "nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17528+a329cd47.noarch (nodejs:14)",
"product_id": "nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17528+a329cd47.noarch::nodejs:14",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-nodemon@2.0.20-2.module%2Bel8.7.0%2B17528%2Ba329cd47?arch=noarch\u0026rpmmod=nodejs:14:8070020221212161539:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-packaging-0:23-3.module+el8.3.0+6519+9f98ed83.noarch::nodejs:14",
"product": {
"name": "nodejs-packaging-0:23-3.module+el8.3.0+6519+9f98ed83.noarch (nodejs:14)",
"product_id": "nodejs-packaging-0:23-3.module+el8.3.0+6519+9f98ed83.noarch::nodejs:14",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-packaging@23-3.module%2Bel8.3.0%2B6519%2B9f98ed83?arch=noarch\u0026rpmmod=nodejs:14:8070020221212161539:bd1311ed"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"product": {
"name": "nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le (nodejs:14)",
"product_id": "nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs@14.21.1-2.module%2Bel8.7.0%2B17528%2Ba329cd47?arch=ppc64le\u0026epoch=1\u0026rpmmod=nodejs:14:8070020221212161539:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"product": {
"name": "nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le (nodejs:14)",
"product_id": "nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debuginfo@14.21.1-2.module%2Bel8.7.0%2B17528%2Ba329cd47?arch=ppc64le\u0026epoch=1\u0026rpmmod=nodejs:14:8070020221212161539:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"product": {
"name": "nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le (nodejs:14)",
"product_id": "nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debugsource@14.21.1-2.module%2Bel8.7.0%2B17528%2Ba329cd47?arch=ppc64le\u0026epoch=1\u0026rpmmod=nodejs:14:8070020221212161539:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"product": {
"name": "nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le (nodejs:14)",
"product_id": "nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-devel@14.21.1-2.module%2Bel8.7.0%2B17528%2Ba329cd47?arch=ppc64le\u0026epoch=1\u0026rpmmod=nodejs:14:8070020221212161539:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"product": {
"name": "nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le (nodejs:14)",
"product_id": "nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-full-i18n@14.21.1-2.module%2Bel8.7.0%2B17528%2Ba329cd47?arch=ppc64le\u0026epoch=1\u0026rpmmod=nodejs:14:8070020221212161539:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"product": {
"name": "npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.ppc64le (nodejs:14)",
"product_id": "npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/npm@6.14.17-1.14.21.1.2.module%2Bel8.7.0%2B17528%2Ba329cd47?arch=ppc64le\u0026epoch=1\u0026rpmmod=nodejs:14:8070020221212161539:bd1311ed"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"product": {
"name": "nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x (nodejs:14)",
"product_id": "nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs@14.21.1-2.module%2Bel8.7.0%2B17528%2Ba329cd47?arch=s390x\u0026epoch=1\u0026rpmmod=nodejs:14:8070020221212161539:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"product": {
"name": "nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x (nodejs:14)",
"product_id": "nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debuginfo@14.21.1-2.module%2Bel8.7.0%2B17528%2Ba329cd47?arch=s390x\u0026epoch=1\u0026rpmmod=nodejs:14:8070020221212161539:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"product": {
"name": "nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x (nodejs:14)",
"product_id": "nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debugsource@14.21.1-2.module%2Bel8.7.0%2B17528%2Ba329cd47?arch=s390x\u0026epoch=1\u0026rpmmod=nodejs:14:8070020221212161539:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"product": {
"name": "nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x (nodejs:14)",
"product_id": "nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-devel@14.21.1-2.module%2Bel8.7.0%2B17528%2Ba329cd47?arch=s390x\u0026epoch=1\u0026rpmmod=nodejs:14:8070020221212161539:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"product": {
"name": "nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x (nodejs:14)",
"product_id": "nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-full-i18n@14.21.1-2.module%2Bel8.7.0%2B17528%2Ba329cd47?arch=s390x\u0026epoch=1\u0026rpmmod=nodejs:14:8070020221212161539:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"product": {
"name": "npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.s390x (nodejs:14)",
"product_id": "npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/npm@6.14.17-1.14.21.1.2.module%2Bel8.7.0%2B17528%2Ba329cd47?arch=s390x\u0026epoch=1\u0026rpmmod=nodejs:14:8070020221212161539:bd1311ed"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"product": {
"name": "nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64 (nodejs:14)",
"product_id": "nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs@14.21.1-2.module%2Bel8.7.0%2B17528%2Ba329cd47?arch=x86_64\u0026epoch=1\u0026rpmmod=nodejs:14:8070020221212161539:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"product": {
"name": "nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64 (nodejs:14)",
"product_id": "nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debuginfo@14.21.1-2.module%2Bel8.7.0%2B17528%2Ba329cd47?arch=x86_64\u0026epoch=1\u0026rpmmod=nodejs:14:8070020221212161539:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"product": {
"name": "nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64 (nodejs:14)",
"product_id": "nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debugsource@14.21.1-2.module%2Bel8.7.0%2B17528%2Ba329cd47?arch=x86_64\u0026epoch=1\u0026rpmmod=nodejs:14:8070020221212161539:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"product": {
"name": "nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64 (nodejs:14)",
"product_id": "nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-devel@14.21.1-2.module%2Bel8.7.0%2B17528%2Ba329cd47?arch=x86_64\u0026epoch=1\u0026rpmmod=nodejs:14:8070020221212161539:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"product": {
"name": "nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64 (nodejs:14)",
"product_id": "nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-full-i18n@14.21.1-2.module%2Bel8.7.0%2B17528%2Ba329cd47?arch=x86_64\u0026epoch=1\u0026rpmmod=nodejs:14:8070020221212161539:bd1311ed"
}
}
},
{
"category": "product_version",
"name": "npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"product": {
"name": "npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.x86_64 (nodejs:14)",
"product_id": "npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/npm@6.14.17-1.14.21.1.2.module%2Bel8.7.0%2B17528%2Ba329cd47?arch=x86_64\u0026epoch=1\u0026rpmmod=nodejs:14:8070020221212161539:bd1311ed"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64 (nodejs:14) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14"
},
"product_reference": "nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le (nodejs:14) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14"
},
"product_reference": "nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x (nodejs:14) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14"
},
"product_reference": "nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.src (nodejs:14) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.src::nodejs:14"
},
"product_reference": "nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.src::nodejs:14",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64 (nodejs:14) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14"
},
"product_reference": "nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64 (nodejs:14) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14"
},
"product_reference": "nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le (nodejs:14) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14"
},
"product_reference": "nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x (nodejs:14) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14"
},
"product_reference": "nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64 (nodejs:14) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14"
},
"product_reference": "nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64 (nodejs:14) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14"
},
"product_reference": "nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le (nodejs:14) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14"
},
"product_reference": "nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x (nodejs:14) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14"
},
"product_reference": "nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64 (nodejs:14) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14"
},
"product_reference": "nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64 (nodejs:14) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14"
},
"product_reference": "nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le (nodejs:14) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14"
},
"product_reference": "nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x (nodejs:14) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14"
},
"product_reference": "nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64 (nodejs:14) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14"
},
"product_reference": "nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-docs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.noarch (nodejs:14) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-docs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.noarch::nodejs:14"
},
"product_reference": "nodejs-docs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.noarch::nodejs:14",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64 (nodejs:14) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14"
},
"product_reference": "nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le (nodejs:14) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14"
},
"product_reference": "nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x (nodejs:14) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14"
},
"product_reference": "nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64 (nodejs:14) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14"
},
"product_reference": "nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17528+a329cd47.noarch (nodejs:14) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17528+a329cd47.noarch::nodejs:14"
},
"product_reference": "nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17528+a329cd47.noarch::nodejs:14",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17528+a329cd47.src (nodejs:14) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17528+a329cd47.src::nodejs:14"
},
"product_reference": "nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17528+a329cd47.src::nodejs:14",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-packaging-0:23-3.module+el8.3.0+6519+9f98ed83.noarch (nodejs:14) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:23-3.module+el8.3.0+6519+9f98ed83.noarch::nodejs:14"
},
"product_reference": "nodejs-packaging-0:23-3.module+el8.3.0+6519+9f98ed83.noarch::nodejs:14",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-packaging-0:23-3.module+el8.3.0+6519+9f98ed83.src (nodejs:14) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:23-3.module+el8.3.0+6519+9f98ed83.src::nodejs:14"
},
"product_reference": "nodejs-packaging-0:23-3.module+el8.3.0+6519+9f98ed83.src::nodejs:14",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.aarch64 (nodejs:14) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14"
},
"product_reference": "npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.ppc64le (nodejs:14) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14"
},
"product_reference": "npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.s390x (nodejs:14) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14"
},
"product_reference": "npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.x86_64 (nodejs:14) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14"
},
"product_reference": "npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-44906",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2022-03-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2066009"
}
],
"notes": [
{
"category": "description",
"text": "An Uncontrolled Resource Consumption flaw was found in minimist. The original fix for CVE-2020-7598 was incomplete as it was still possible to bypass in some cases. This flaw (CVE-2021-44906) allows an attacker to trick the library into adding or modifying the properties of Object.prototype, using a constructor or __proto__ payload, resulting in prototype pollution and loss of confidentiality, availability, and integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimist: prototype pollution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "As minimist is an argument parsing module for nodejs, exploitation of this vulnerability requires an attacker to influence which arguments are passed to nodejs when running a script. Red Hat products and services are designed in such a way that gaining this ability is not trivial. Additionally, the impact is limited by only enabling the pollution of functions, and not all generic objects.\n\nWithin Red Hat Satellite 6 this flaw has been rated as having a security impact of Low. It is not currently planned to be addressed there, as the minimist library is only included in the -doc subpackage and is part of test fixtures that are not in the execution path used by the rabl gem.",
"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:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.src::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-docs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.noarch::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17528+a329cd47.noarch::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17528+a329cd47.src::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:23-3.module+el8.3.0+6519+9f98ed83.noarch::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:23-3.module+el8.3.0+6519+9f98ed83.src::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-44906"
},
{
"category": "external",
"summary": "RHBZ#2066009",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2066009"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-44906",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44906"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-44906",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-44906"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-xvch-5gv4-984h",
"url": "https://github.com/advisories/GHSA-xvch-5gv4-984h"
}
],
"release_date": "2022-03-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-01-09T14:55:37+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:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.src::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-docs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.noarch::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17528+a329cd47.noarch::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17528+a329cd47.src::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:23-3.module+el8.3.0+6519+9f98ed83.noarch::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:23-3.module+el8.3.0+6519+9f98ed83.src::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0050"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.1,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.src::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-docs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.noarch::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17528+a329cd47.noarch::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17528+a329cd47.src::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:23-3.module+el8.3.0+6519+9f98ed83.noarch::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:23-3.module+el8.3.0+6519+9f98ed83.src::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimist: prototype pollution"
},
{
"cve": "CVE-2022-0235",
"cwe": {
"id": "CWE-601",
"name": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)"
},
"discovery_date": "2022-01-16T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2044591"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node-fetch. When following a redirect to a third-party domain, node-fetch was forwarding sensitive headers such as \"Authorization,\" \"WWW-Authenticate,\" and \"Cookie\" to potentially untrusted targets. This flaw leads to the exposure of sensitive information to an unauthorized actor.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-fetch: exposure of sensitive information to an unauthorized actor",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is out of support scope for dotnet-5.0. For more information about Dotnet product support scope, please see https://access.redhat.com/support/policy/updates/net-core",
"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:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.src::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-docs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.noarch::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17528+a329cd47.noarch::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17528+a329cd47.src::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:23-3.module+el8.3.0+6519+9f98ed83.noarch::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:23-3.module+el8.3.0+6519+9f98ed83.src::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-0235"
},
{
"category": "external",
"summary": "RHBZ#2044591",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2044591"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-0235",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0235"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-0235",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-0235"
},
{
"category": "external",
"summary": "https://huntr.dev/bounties/d26ab655-38d6-48b3-be15-f9ad6b6ae6f7/",
"url": "https://huntr.dev/bounties/d26ab655-38d6-48b3-be15-f9ad6b6ae6f7/"
}
],
"release_date": "2022-01-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-01-09T14:55:37+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:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.src::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-docs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.noarch::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17528+a329cd47.noarch::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17528+a329cd47.src::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:23-3.module+el8.3.0+6519+9f98ed83.noarch::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:23-3.module+el8.3.0+6519+9f98ed83.src::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0050"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.src::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-docs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.noarch::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17528+a329cd47.noarch::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17528+a329cd47.src::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:23-3.module+el8.3.0+6519+9f98ed83.noarch::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:23-3.module+el8.3.0+6519+9f98ed83.src::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "node-fetch: exposure of sensitive information to an unauthorized actor"
},
{
"cve": "CVE-2022-3517",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2022-06-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2134609"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the nodejs-minimatch package. This flaw allows a Regular Expression Denial of Service (ReDoS) when calling the braceExpand function with specific arguments, resulting in a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs-minimatch: ReDoS via the braceExpand function",
"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:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.src::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-docs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.noarch::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17528+a329cd47.noarch::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17528+a329cd47.src::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:23-3.module+el8.3.0+6519+9f98ed83.noarch::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:23-3.module+el8.3.0+6519+9f98ed83.src::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-3517"
},
{
"category": "external",
"summary": "RHBZ#2134609",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2134609"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-3517",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3517"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-3517",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-3517"
}
],
"release_date": "2022-02-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-01-09T14:55:37+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:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.src::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-docs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.noarch::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17528+a329cd47.noarch::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17528+a329cd47.src::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:23-3.module+el8.3.0+6519+9f98ed83.noarch::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:23-3.module+el8.3.0+6519+9f98ed83.src::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0050"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.src::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-docs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.noarch::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17528+a329cd47.noarch::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17528+a329cd47.src::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:23-3.module+el8.3.0+6519+9f98ed83.noarch::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:23-3.module+el8.3.0+6519+9f98ed83.src::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nodejs-minimatch: ReDoS via the braceExpand function"
},
{
"cve": "CVE-2022-24999",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2022-12-02T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2150323"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the express.js npm package of nodejs:14 module stream. Express.js Express is vulnerable to a denial of service caused by a prototype pollution flaw in qs. By adding or modifying properties of Object.prototype using a __proto__ or constructor payload, a remote attacker can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "express: \"qs\" prototype poisoning causes the hang of the node process",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "- The qs and express Package is not used by the OpenShift Container Platform console directly and is only a third-party package dependency. Hence, it is marked as wontfix. \nAs a result, any services that depend on Openshift for their use of qs and express are marked won\u0027t fix. \n- In OpenShift Service Mesh, \u0027qs\u0027 is hoisted from storybook and node-sass, both are dev dependencies, and the vulnerability is not exposed to end users. Hence marked as wontfix.",
"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:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.src::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-docs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.noarch::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17528+a329cd47.noarch::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17528+a329cd47.src::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:23-3.module+el8.3.0+6519+9f98ed83.noarch::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:23-3.module+el8.3.0+6519+9f98ed83.src::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-24999"
},
{
"category": "external",
"summary": "RHBZ#2150323",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2150323"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-24999",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24999"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24999",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24999"
},
{
"category": "external",
"summary": "https://github.com/expressjs/express/releases/tag/4.17.3",
"url": "https://github.com/expressjs/express/releases/tag/4.17.3"
},
{
"category": "external",
"summary": "https://github.com/ljharb/qs/pull/428",
"url": "https://github.com/ljharb/qs/pull/428"
},
{
"category": "external",
"summary": "https://github.com/n8tz/CVE-2022-24999",
"url": "https://github.com/n8tz/CVE-2022-24999"
}
],
"release_date": "2022-11-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-01-09T14:55:37+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:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.src::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-docs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.noarch::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17528+a329cd47.noarch::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17528+a329cd47.src::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:23-3.module+el8.3.0+6519+9f98ed83.noarch::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:23-3.module+el8.3.0+6519+9f98ed83.src::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0050"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.src::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-docs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.noarch::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17528+a329cd47.noarch::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17528+a329cd47.src::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:23-3.module+el8.3.0+6519+9f98ed83.noarch::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:23-3.module+el8.3.0+6519+9f98ed83.src::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "express: \"qs\" prototype poisoning causes the hang of the node process"
},
{
"cve": "CVE-2022-43548",
"cwe": {
"id": "CWE-350",
"name": "Reliance on Reverse DNS Resolution for a Security-Critical Action"
},
"discovery_date": "2022-11-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2140911"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in NodeJS. The issue occurs in the Node.js rebinding protector for --inspect that still allows invalid IP addresses, specifically, the octal format. This flaw allows an attacker to perform DNS rebinding and execute arbitrary code.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs: DNS rebinding in inspect via invalid octal IP address",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Redhat has marked this vulnerability as moderate for two primary reasons.\n1. The vulnerable inspect functionality might not be enabled, exposed, or reachable in many deployments.\n\n2.The code path might require very specific configurations or conditions (e.g. DNS rebinding, certain host/IP setups) that are rare in default environments.",
"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:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.src::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-docs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.noarch::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17528+a329cd47.noarch::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17528+a329cd47.src::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:23-3.module+el8.3.0+6519+9f98ed83.noarch::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:23-3.module+el8.3.0+6519+9f98ed83.src::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-43548"
},
{
"category": "external",
"summary": "RHBZ#2140911",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2140911"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-43548",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43548"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-43548",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-43548"
},
{
"category": "external",
"summary": "https://nodejs.org/en/blog/vulnerability/november-2022-security-releases/#dns-rebinding-in-inspect-via-invalid-octal-ip-address-medium-cve-2022-43548",
"url": "https://nodejs.org/en/blog/vulnerability/november-2022-security-releases/#dns-rebinding-in-inspect-via-invalid-octal-ip-address-medium-cve-2022-43548"
}
],
"release_date": "2022-11-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-01-09T14:55:37+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:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.src::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-docs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.noarch::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17528+a329cd47.noarch::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17528+a329cd47.src::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:23-3.module+el8.3.0+6519+9f98ed83.noarch::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:23-3.module+el8.3.0+6519+9f98ed83.src::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0050"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.src::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debuginfo-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-debugsource-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-devel-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-docs-1:14.21.1-2.module+el8.7.0+17528+a329cd47.noarch::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-full-i18n-1:14.21.1-2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17528+a329cd47.noarch::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.module+el8.7.0+17528+a329cd47.src::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:23-3.module+el8.3.0+6519+9f98ed83.noarch::nodejs:14",
"AppStream-8.7.0.Z.MAIN:nodejs-packaging-0:23-3.module+el8.3.0+6519+9f98ed83.src::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.aarch64::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.ppc64le::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.s390x::nodejs:14",
"AppStream-8.7.0.Z.MAIN:npm-1:6.14.17-1.14.21.1.2.module+el8.7.0+17528+a329cd47.x86_64::nodejs:14"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nodejs: DNS rebinding in inspect via invalid octal IP address"
}
]
}
RHSA-2023:0321
Vulnerability from csaf_redhat - Published: 2023-01-23 15:20 - Updated: 2026-07-01 19:29An Uncontrolled Resource Consumption flaw was found in minimist. The original fix for CVE-2020-7598 was incomplete as it was still possible to bypass in some cases. This flaw (CVE-2021-44906) allows an attacker to trick the library into adding or modifying the properties of Object.prototype, using a constructor or __proto__ payload, resulting in prototype pollution and loss of confidentiality, availability, and integrity.
CWE-1321 - Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-docs-1:16.18.1-3.el9_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.el9_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.el9_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.x86_64 | — |
Vendor Fix
fix
|
A vulnerability was found in the nodejs-minimatch package. This flaw allows a Regular Expression Denial of Service (ReDoS) when calling the braceExpand function with specific arguments, resulting in a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-docs-1:16.18.1-3.el9_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.el9_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.el9_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.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.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-docs-1:16.18.1-3.el9_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.el9_1.noarch | — | ||
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.el9_1.src | — |
A flaw was found in NodeJS. The issue occurs in the Node.js rebinding protector for --inspect that still allows invalid IP addresses, specifically, the octal format. This flaw allows an attacker to perform DNS rebinding and execute arbitrary code.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-docs-1:16.18.1-3.el9_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.el9_1.noarch | — | ||
| Unresolved product id: AppStream-9.1.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.el9_1.src | — |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"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 and nodejs-nodemon is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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.18.1), nodejs-nodemon (2.0.20).\n\nSecurity Fix(es):\n\n* minimist: prototype pollution (CVE-2021-44906)\n\n* nodejs-minimatch: ReDoS via the braceExpand function (CVE-2022-3517)\n\n* nodejs: HTTP Request Smuggling due to incorrect parsing of header fields (CVE-2022-35256)\n\n* nodejs: DNS rebinding in inspect via invalid octal IP address (CVE-2022-43548)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nBug Fix(es):\n\n* nodejs: Packaged version of undici does not fit with declared version. [rhel-9] (BZ#2151627)",
"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-2023:0321",
"url": "https://access.redhat.com/errata/RHSA-2023:0321"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2066009",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2066009"
},
{
"category": "external",
"summary": "2130518",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2130518"
},
{
"category": "external",
"summary": "2134609",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2134609"
},
{
"category": "external",
"summary": "2140911",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2140911"
},
{
"category": "external",
"summary": "2142808",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2142808"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_0321.json"
}
],
"title": "Red Hat Security Advisory: nodejs and nodejs-nodemon security, bug fix, and enhancement update",
"tracking": {
"current_release_date": "2026-07-01T19:29:34+00:00",
"generator": {
"date": "2026-07-01T19:29:34+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.1"
}
},
"id": "RHSA-2023:0321",
"initial_release_date": "2023-01-23T15:20:34+00:00",
"revision_history": [
{
"date": "2023-01-23T15:20:34+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-01-23T15:20:34+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-01T19:29:34+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.1.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-nodemon-0:2.0.20-2.el9_1.src",
"product": {
"name": "nodejs-nodemon-0:2.0.20-2.el9_1.src",
"product_id": "nodejs-nodemon-0:2.0.20-2.el9_1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-nodemon@2.0.20-2.el9_1?arch=src"
}
}
},
{
"category": "product_version",
"name": "nodejs-1:16.18.1-3.el9_1.src",
"product": {
"name": "nodejs-1:16.18.1-3.el9_1.src",
"product_id": "nodejs-1:16.18.1-3.el9_1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs@16.18.1-3.el9_1?arch=src\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-nodemon-0:2.0.20-2.el9_1.noarch",
"product": {
"name": "nodejs-nodemon-0:2.0.20-2.el9_1.noarch",
"product_id": "nodejs-nodemon-0:2.0.20-2.el9_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-nodemon@2.0.20-2.el9_1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "nodejs-docs-1:16.18.1-3.el9_1.noarch",
"product": {
"name": "nodejs-docs-1:16.18.1-3.el9_1.noarch",
"product_id": "nodejs-docs-1:16.18.1-3.el9_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-docs@16.18.1-3.el9_1?arch=noarch\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-1:16.18.1-3.el9_1.aarch64",
"product": {
"name": "nodejs-1:16.18.1-3.el9_1.aarch64",
"product_id": "nodejs-1:16.18.1-3.el9_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs@16.18.1-3.el9_1?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nodejs-full-i18n-1:16.18.1-3.el9_1.aarch64",
"product": {
"name": "nodejs-full-i18n-1:16.18.1-3.el9_1.aarch64",
"product_id": "nodejs-full-i18n-1:16.18.1-3.el9_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-full-i18n@16.18.1-3.el9_1?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nodejs-libs-1:16.18.1-3.el9_1.aarch64",
"product": {
"name": "nodejs-libs-1:16.18.1-3.el9_1.aarch64",
"product_id": "nodejs-libs-1:16.18.1-3.el9_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-libs@16.18.1-3.el9_1?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "npm-1:8.19.2-1.16.18.1.3.el9_1.aarch64",
"product": {
"name": "npm-1:8.19.2-1.16.18.1.3.el9_1.aarch64",
"product_id": "npm-1:8.19.2-1.16.18.1.3.el9_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/npm@8.19.2-1.16.18.1.3.el9_1?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nodejs-debugsource-1:16.18.1-3.el9_1.aarch64",
"product": {
"name": "nodejs-debugsource-1:16.18.1-3.el9_1.aarch64",
"product_id": "nodejs-debugsource-1:16.18.1-3.el9_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debugsource@16.18.1-3.el9_1?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nodejs-debuginfo-1:16.18.1-3.el9_1.aarch64",
"product": {
"name": "nodejs-debuginfo-1:16.18.1-3.el9_1.aarch64",
"product_id": "nodejs-debuginfo-1:16.18.1-3.el9_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debuginfo@16.18.1-3.el9_1?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nodejs-libs-debuginfo-1:16.18.1-3.el9_1.aarch64",
"product": {
"name": "nodejs-libs-debuginfo-1:16.18.1-3.el9_1.aarch64",
"product_id": "nodejs-libs-debuginfo-1:16.18.1-3.el9_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-libs-debuginfo@16.18.1-3.el9_1?arch=aarch64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-1:16.18.1-3.el9_1.ppc64le",
"product": {
"name": "nodejs-1:16.18.1-3.el9_1.ppc64le",
"product_id": "nodejs-1:16.18.1-3.el9_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs@16.18.1-3.el9_1?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nodejs-full-i18n-1:16.18.1-3.el9_1.ppc64le",
"product": {
"name": "nodejs-full-i18n-1:16.18.1-3.el9_1.ppc64le",
"product_id": "nodejs-full-i18n-1:16.18.1-3.el9_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-full-i18n@16.18.1-3.el9_1?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nodejs-libs-1:16.18.1-3.el9_1.ppc64le",
"product": {
"name": "nodejs-libs-1:16.18.1-3.el9_1.ppc64le",
"product_id": "nodejs-libs-1:16.18.1-3.el9_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-libs@16.18.1-3.el9_1?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "npm-1:8.19.2-1.16.18.1.3.el9_1.ppc64le",
"product": {
"name": "npm-1:8.19.2-1.16.18.1.3.el9_1.ppc64le",
"product_id": "npm-1:8.19.2-1.16.18.1.3.el9_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/npm@8.19.2-1.16.18.1.3.el9_1?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nodejs-debugsource-1:16.18.1-3.el9_1.ppc64le",
"product": {
"name": "nodejs-debugsource-1:16.18.1-3.el9_1.ppc64le",
"product_id": "nodejs-debugsource-1:16.18.1-3.el9_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debugsource@16.18.1-3.el9_1?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nodejs-debuginfo-1:16.18.1-3.el9_1.ppc64le",
"product": {
"name": "nodejs-debuginfo-1:16.18.1-3.el9_1.ppc64le",
"product_id": "nodejs-debuginfo-1:16.18.1-3.el9_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debuginfo@16.18.1-3.el9_1?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nodejs-libs-debuginfo-1:16.18.1-3.el9_1.ppc64le",
"product": {
"name": "nodejs-libs-debuginfo-1:16.18.1-3.el9_1.ppc64le",
"product_id": "nodejs-libs-debuginfo-1:16.18.1-3.el9_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-libs-debuginfo@16.18.1-3.el9_1?arch=ppc64le\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-1:16.18.1-3.el9_1.x86_64",
"product": {
"name": "nodejs-1:16.18.1-3.el9_1.x86_64",
"product_id": "nodejs-1:16.18.1-3.el9_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs@16.18.1-3.el9_1?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nodejs-full-i18n-1:16.18.1-3.el9_1.x86_64",
"product": {
"name": "nodejs-full-i18n-1:16.18.1-3.el9_1.x86_64",
"product_id": "nodejs-full-i18n-1:16.18.1-3.el9_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-full-i18n@16.18.1-3.el9_1?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nodejs-libs-1:16.18.1-3.el9_1.x86_64",
"product": {
"name": "nodejs-libs-1:16.18.1-3.el9_1.x86_64",
"product_id": "nodejs-libs-1:16.18.1-3.el9_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-libs@16.18.1-3.el9_1?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "npm-1:8.19.2-1.16.18.1.3.el9_1.x86_64",
"product": {
"name": "npm-1:8.19.2-1.16.18.1.3.el9_1.x86_64",
"product_id": "npm-1:8.19.2-1.16.18.1.3.el9_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/npm@8.19.2-1.16.18.1.3.el9_1?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nodejs-debugsource-1:16.18.1-3.el9_1.x86_64",
"product": {
"name": "nodejs-debugsource-1:16.18.1-3.el9_1.x86_64",
"product_id": "nodejs-debugsource-1:16.18.1-3.el9_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debugsource@16.18.1-3.el9_1?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nodejs-debuginfo-1:16.18.1-3.el9_1.x86_64",
"product": {
"name": "nodejs-debuginfo-1:16.18.1-3.el9_1.x86_64",
"product_id": "nodejs-debuginfo-1:16.18.1-3.el9_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debuginfo@16.18.1-3.el9_1?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nodejs-libs-debuginfo-1:16.18.1-3.el9_1.x86_64",
"product": {
"name": "nodejs-libs-debuginfo-1:16.18.1-3.el9_1.x86_64",
"product_id": "nodejs-libs-debuginfo-1:16.18.1-3.el9_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-libs-debuginfo@16.18.1-3.el9_1?arch=x86_64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-libs-1:16.18.1-3.el9_1.i686",
"product": {
"name": "nodejs-libs-1:16.18.1-3.el9_1.i686",
"product_id": "nodejs-libs-1:16.18.1-3.el9_1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-libs@16.18.1-3.el9_1?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nodejs-debugsource-1:16.18.1-3.el9_1.i686",
"product": {
"name": "nodejs-debugsource-1:16.18.1-3.el9_1.i686",
"product_id": "nodejs-debugsource-1:16.18.1-3.el9_1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debugsource@16.18.1-3.el9_1?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nodejs-debuginfo-1:16.18.1-3.el9_1.i686",
"product": {
"name": "nodejs-debuginfo-1:16.18.1-3.el9_1.i686",
"product_id": "nodejs-debuginfo-1:16.18.1-3.el9_1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debuginfo@16.18.1-3.el9_1?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nodejs-libs-debuginfo-1:16.18.1-3.el9_1.i686",
"product": {
"name": "nodejs-libs-debuginfo-1:16.18.1-3.el9_1.i686",
"product_id": "nodejs-libs-debuginfo-1:16.18.1-3.el9_1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-libs-debuginfo@16.18.1-3.el9_1?arch=i686\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-1:16.18.1-3.el9_1.s390x",
"product": {
"name": "nodejs-1:16.18.1-3.el9_1.s390x",
"product_id": "nodejs-1:16.18.1-3.el9_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs@16.18.1-3.el9_1?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nodejs-full-i18n-1:16.18.1-3.el9_1.s390x",
"product": {
"name": "nodejs-full-i18n-1:16.18.1-3.el9_1.s390x",
"product_id": "nodejs-full-i18n-1:16.18.1-3.el9_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-full-i18n@16.18.1-3.el9_1?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nodejs-libs-1:16.18.1-3.el9_1.s390x",
"product": {
"name": "nodejs-libs-1:16.18.1-3.el9_1.s390x",
"product_id": "nodejs-libs-1:16.18.1-3.el9_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-libs@16.18.1-3.el9_1?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "npm-1:8.19.2-1.16.18.1.3.el9_1.s390x",
"product": {
"name": "npm-1:8.19.2-1.16.18.1.3.el9_1.s390x",
"product_id": "npm-1:8.19.2-1.16.18.1.3.el9_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/npm@8.19.2-1.16.18.1.3.el9_1?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nodejs-debugsource-1:16.18.1-3.el9_1.s390x",
"product": {
"name": "nodejs-debugsource-1:16.18.1-3.el9_1.s390x",
"product_id": "nodejs-debugsource-1:16.18.1-3.el9_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debugsource@16.18.1-3.el9_1?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nodejs-debuginfo-1:16.18.1-3.el9_1.s390x",
"product": {
"name": "nodejs-debuginfo-1:16.18.1-3.el9_1.s390x",
"product_id": "nodejs-debuginfo-1:16.18.1-3.el9_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debuginfo@16.18.1-3.el9_1?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "nodejs-libs-debuginfo-1:16.18.1-3.el9_1.s390x",
"product": {
"name": "nodejs-libs-debuginfo-1:16.18.1-3.el9_1.s390x",
"product_id": "nodejs-libs-debuginfo-1:16.18.1-3.el9_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-libs-debuginfo@16.18.1-3.el9_1?arch=s390x\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-1:16.18.1-3.el9_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.aarch64"
},
"product_reference": "nodejs-1:16.18.1-3.el9_1.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-1:16.18.1-3.el9_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.ppc64le"
},
"product_reference": "nodejs-1:16.18.1-3.el9_1.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-1:16.18.1-3.el9_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.s390x"
},
"product_reference": "nodejs-1:16.18.1-3.el9_1.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-1:16.18.1-3.el9_1.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.src"
},
"product_reference": "nodejs-1:16.18.1-3.el9_1.src",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-1:16.18.1-3.el9_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.x86_64"
},
"product_reference": "nodejs-1:16.18.1-3.el9_1.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debuginfo-1:16.18.1-3.el9_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.aarch64"
},
"product_reference": "nodejs-debuginfo-1:16.18.1-3.el9_1.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debuginfo-1:16.18.1-3.el9_1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.i686"
},
"product_reference": "nodejs-debuginfo-1:16.18.1-3.el9_1.i686",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debuginfo-1:16.18.1-3.el9_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.ppc64le"
},
"product_reference": "nodejs-debuginfo-1:16.18.1-3.el9_1.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debuginfo-1:16.18.1-3.el9_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.s390x"
},
"product_reference": "nodejs-debuginfo-1:16.18.1-3.el9_1.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debuginfo-1:16.18.1-3.el9_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.x86_64"
},
"product_reference": "nodejs-debuginfo-1:16.18.1-3.el9_1.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debugsource-1:16.18.1-3.el9_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.aarch64"
},
"product_reference": "nodejs-debugsource-1:16.18.1-3.el9_1.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debugsource-1:16.18.1-3.el9_1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.i686"
},
"product_reference": "nodejs-debugsource-1:16.18.1-3.el9_1.i686",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debugsource-1:16.18.1-3.el9_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.ppc64le"
},
"product_reference": "nodejs-debugsource-1:16.18.1-3.el9_1.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debugsource-1:16.18.1-3.el9_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.s390x"
},
"product_reference": "nodejs-debugsource-1:16.18.1-3.el9_1.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debugsource-1:16.18.1-3.el9_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.x86_64"
},
"product_reference": "nodejs-debugsource-1:16.18.1-3.el9_1.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-docs-1:16.18.1-3.el9_1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-docs-1:16.18.1-3.el9_1.noarch"
},
"product_reference": "nodejs-docs-1:16.18.1-3.el9_1.noarch",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-full-i18n-1:16.18.1-3.el9_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.aarch64"
},
"product_reference": "nodejs-full-i18n-1:16.18.1-3.el9_1.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-full-i18n-1:16.18.1-3.el9_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.ppc64le"
},
"product_reference": "nodejs-full-i18n-1:16.18.1-3.el9_1.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-full-i18n-1:16.18.1-3.el9_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.s390x"
},
"product_reference": "nodejs-full-i18n-1:16.18.1-3.el9_1.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-full-i18n-1:16.18.1-3.el9_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.x86_64"
},
"product_reference": "nodejs-full-i18n-1:16.18.1-3.el9_1.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-libs-1:16.18.1-3.el9_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.aarch64"
},
"product_reference": "nodejs-libs-1:16.18.1-3.el9_1.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-libs-1:16.18.1-3.el9_1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.i686"
},
"product_reference": "nodejs-libs-1:16.18.1-3.el9_1.i686",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-libs-1:16.18.1-3.el9_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.ppc64le"
},
"product_reference": "nodejs-libs-1:16.18.1-3.el9_1.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-libs-1:16.18.1-3.el9_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.s390x"
},
"product_reference": "nodejs-libs-1:16.18.1-3.el9_1.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-libs-1:16.18.1-3.el9_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.x86_64"
},
"product_reference": "nodejs-libs-1:16.18.1-3.el9_1.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-libs-debuginfo-1:16.18.1-3.el9_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.aarch64"
},
"product_reference": "nodejs-libs-debuginfo-1:16.18.1-3.el9_1.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-libs-debuginfo-1:16.18.1-3.el9_1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.i686"
},
"product_reference": "nodejs-libs-debuginfo-1:16.18.1-3.el9_1.i686",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-libs-debuginfo-1:16.18.1-3.el9_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.ppc64le"
},
"product_reference": "nodejs-libs-debuginfo-1:16.18.1-3.el9_1.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-libs-debuginfo-1:16.18.1-3.el9_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.s390x"
},
"product_reference": "nodejs-libs-debuginfo-1:16.18.1-3.el9_1.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-libs-debuginfo-1:16.18.1-3.el9_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.x86_64"
},
"product_reference": "nodejs-libs-debuginfo-1:16.18.1-3.el9_1.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-nodemon-0:2.0.20-2.el9_1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.el9_1.noarch"
},
"product_reference": "nodejs-nodemon-0:2.0.20-2.el9_1.noarch",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-nodemon-0:2.0.20-2.el9_1.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.el9_1.src"
},
"product_reference": "nodejs-nodemon-0:2.0.20-2.el9_1.src",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm-1:8.19.2-1.16.18.1.3.el9_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.aarch64"
},
"product_reference": "npm-1:8.19.2-1.16.18.1.3.el9_1.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm-1:8.19.2-1.16.18.1.3.el9_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.ppc64le"
},
"product_reference": "npm-1:8.19.2-1.16.18.1.3.el9_1.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm-1:8.19.2-1.16.18.1.3.el9_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.s390x"
},
"product_reference": "npm-1:8.19.2-1.16.18.1.3.el9_1.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm-1:8.19.2-1.16.18.1.3.el9_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.x86_64"
},
"product_reference": "npm-1:8.19.2-1.16.18.1.3.el9_1.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-44906",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2022-03-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2066009"
}
],
"notes": [
{
"category": "description",
"text": "An Uncontrolled Resource Consumption flaw was found in minimist. The original fix for CVE-2020-7598 was incomplete as it was still possible to bypass in some cases. This flaw (CVE-2021-44906) allows an attacker to trick the library into adding or modifying the properties of Object.prototype, using a constructor or __proto__ payload, resulting in prototype pollution and loss of confidentiality, availability, and integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimist: prototype pollution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "As minimist is an argument parsing module for nodejs, exploitation of this vulnerability requires an attacker to influence which arguments are passed to nodejs when running a script. Red Hat products and services are designed in such a way that gaining this ability is not trivial. Additionally, the impact is limited by only enabling the pollution of functions, and not all generic objects.\n\nWithin Red Hat Satellite 6 this flaw has been rated as having a security impact of Low. It is not currently planned to be addressed there, as the minimist library is only included in the -doc subpackage and is part of test fixtures that are not in the execution path used by the rabl gem.",
"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.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.src",
"AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-docs-1:16.18.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.el9_1.src",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-44906"
},
{
"category": "external",
"summary": "RHBZ#2066009",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2066009"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-44906",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44906"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-44906",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-44906"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-xvch-5gv4-984h",
"url": "https://github.com/advisories/GHSA-xvch-5gv4-984h"
}
],
"release_date": "2022-03-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-01-23T15:20:34+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.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.src",
"AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-docs-1:16.18.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.el9_1.src",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0321"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.1,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.src",
"AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-docs-1:16.18.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.el9_1.src",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimist: prototype pollution"
},
{
"cve": "CVE-2022-3517",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2022-06-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2134609"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the nodejs-minimatch package. This flaw allows a Regular Expression Denial of Service (ReDoS) when calling the braceExpand function with specific arguments, resulting in a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs-minimatch: ReDoS via the braceExpand function",
"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.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.src",
"AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-docs-1:16.18.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.el9_1.src",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-3517"
},
{
"category": "external",
"summary": "RHBZ#2134609",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2134609"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-3517",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3517"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-3517",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-3517"
}
],
"release_date": "2022-02-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-01-23T15:20:34+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.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.src",
"AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-docs-1:16.18.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.el9_1.src",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0321"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.src",
"AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-docs-1:16.18.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.el9_1.src",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nodejs-minimatch: ReDoS via the braceExpand function"
},
{
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-9.1.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.el9_1.src"
]
}
],
"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.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.src",
"AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-docs-1:16.18.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.x86_64"
],
"known_not_affected": [
"AppStream-9.1.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.el9_1.src"
]
},
"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": "2023-01-23T15:20:34+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.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.src",
"AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-docs-1:16.18.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0321"
}
],
"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.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.src",
"AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-docs-1:16.18.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.el9_1.src",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nodejs: HTTP Request Smuggling due to incorrect parsing of header fields"
},
{
"cve": "CVE-2022-43548",
"cwe": {
"id": "CWE-350",
"name": "Reliance on Reverse DNS Resolution for a Security-Critical Action"
},
"discovery_date": "2022-11-08T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-9.1.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.el9_1.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2140911"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in NodeJS. The issue occurs in the Node.js rebinding protector for --inspect that still allows invalid IP addresses, specifically, the octal format. This flaw allows an attacker to perform DNS rebinding and execute arbitrary code.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs: DNS rebinding in inspect via invalid octal IP address",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Redhat has marked this vulnerability as moderate for two primary reasons.\n1. The vulnerable inspect functionality might not be enabled, exposed, or reachable in many deployments.\n\n2.The code path might require very specific configurations or conditions (e.g. DNS rebinding, certain host/IP setups) that are rare in default environments.",
"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.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.src",
"AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-docs-1:16.18.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.x86_64"
],
"known_not_affected": [
"AppStream-9.1.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.el9_1.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-43548"
},
{
"category": "external",
"summary": "RHBZ#2140911",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2140911"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-43548",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43548"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-43548",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-43548"
},
{
"category": "external",
"summary": "https://nodejs.org/en/blog/vulnerability/november-2022-security-releases/#dns-rebinding-in-inspect-via-invalid-octal-ip-address-medium-cve-2022-43548",
"url": "https://nodejs.org/en/blog/vulnerability/november-2022-security-releases/#dns-rebinding-in-inspect-via-invalid-octal-ip-address-medium-cve-2022-43548"
}
],
"release_date": "2022-11-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-01-23T15:20:34+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.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.src",
"AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-docs-1:16.18.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0321"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.src",
"AppStream-9.1.0.Z.MAIN:nodejs-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-debuginfo-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-debugsource-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-docs-1:16.18.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-full-i18n-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:nodejs-libs-debuginfo-1:16.18.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:nodejs-nodemon-0:2.0.20-2.el9_1.src",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:npm-1:8.19.2-1.16.18.1.3.el9_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nodejs: DNS rebinding in inspect via invalid octal IP address"
}
]
}
RHSA-2023:0612
Vulnerability from csaf_redhat - Published: 2023-02-06 19:42 - Updated: 2026-07-03 11:47A vulnerability was found in the glob-parent package. Affected versions of this package are vulnerable to Regular expression Denial of Service (ReDoS) attacks, affecting system availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64 | — |
Vendor Fix
fix
|
An Uncontrolled Resource Consumption flaw was found in minimist. The original fix for CVE-2020-7598 was incomplete as it was still possible to bypass in some cases. This flaw (CVE-2021-44906) allows an attacker to trick the library into adding or modifying the properties of Object.prototype, using a constructor or __proto__ payload, resulting in prototype pollution and loss of confidentiality, availability, and integrity.
CWE-1321 - Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in node-fetch. When following a redirect to a third-party domain, node-fetch was forwarding sensitive headers such as "Authorization," "WWW-Authenticate," and "Cookie" to potentially untrusted targets. This flaw leads to the exposure of sensitive information to an unauthorized actor.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64 | — |
Vendor Fix
fix
|
A vulnerability was found in the nodejs-minimatch package. This flaw allows a Regular Expression Denial of Service (ReDoS) when calling the braceExpand function with specific arguments, resulting in a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the express.js npm package of nodejs:14 module stream. Express.js Express is vulnerable to a denial of service caused by a prototype pollution flaw in qs. By adding or modifying properties of Object.prototype using a __proto__ or constructor payload, a remote attacker can cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in NodeJS. The issue occurs in the Node.js rebinding protector for --inspect that still allows invalid IP addresses, specifically, the octal format. This flaw allows an attacker to perform DNS rebinding and execute arbitrary code.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"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 rh-nodejs14-nodejs and rh-nodejs14-nodejs-nodemon is now available for Red Hat Software Collections.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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: rh-nodejs14-nodejs (14.21.1), rh-nodejs14-nodejs-nodemon (2.0.20). (BZ#2129806, BZ#2135519, BZ#2135520, BZ#2141022)\n\nSecurity Fix(es):\n\n* glob-parent: Regular Expression Denial of Service (CVE-2021-35065)\n\n* minimist: prototype pollution (CVE-2021-44906)\n\n* node-fetch: exposure of sensitive information to an unauthorized actor (CVE-2022-0235)\n\n* nodejs-minimatch: ReDoS via the braceExpand function (CVE-2022-3517)\n\n* express: \"qs\" prototype poisoning causes the hang of the node process (CVE-2022-24999)\n\n* nodejs: DNS rebinding in inspect via invalid octal IP address (CVE-2022-43548)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nBug Fix(es):\n\n* rh-nodejs14-nodejs: Provide full-i18n subpackage (BZ#2009880)",
"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-2023:0612",
"url": "https://access.redhat.com/errata/RHSA-2023:0612"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2009880",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2009880"
},
{
"category": "external",
"summary": "2044591",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2044591"
},
{
"category": "external",
"summary": "2066009",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2066009"
},
{
"category": "external",
"summary": "2129806",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2129806"
},
{
"category": "external",
"summary": "2134609",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2134609"
},
{
"category": "external",
"summary": "2140911",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2140911"
},
{
"category": "external",
"summary": "2150323",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2150323"
},
{
"category": "external",
"summary": "2156324",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156324"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_0612.json"
}
],
"title": "Red Hat Security Advisory: rh-nodejs14-nodejs and rh-nodejs14-nodejs-nodemon security update",
"tracking": {
"current_release_date": "2026-07-03T11:47:45+00:00",
"generator": {
"date": "2026-07-03T11:47:45+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.1"
}
},
"id": "RHSA-2023:0612",
"initial_release_date": "2023-02-06T19:42:24+00:00",
"revision_history": [
{
"date": "2023-02-06T19:42:24+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-02-06T19:42:24+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-03T11:47:45+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Software Collections for RHEL Workstation(v. 7)",
"product": {
"name": "Red Hat Software Collections for RHEL Workstation(v. 7)",
"product_id": "7Server-RHSCL-3.8",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_software_collections:3::el7"
}
}
},
{
"category": "product_name",
"name": "Red Hat Software Collections for RHEL(v. 7)",
"product": {
"name": "Red Hat Software Collections for RHEL(v. 7)",
"product_id": "7Workstation-RHSCL-3.8",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_software_collections:3::el7"
}
}
}
],
"category": "product_family",
"name": "Red Hat Software Collections"
},
{
"branches": [
{
"category": "product_version",
"name": "rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src",
"product": {
"name": "rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src",
"product_id": "rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-nodejs14-nodejs-nodemon@2.0.20-2.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "rh-nodejs14-nodejs-0:14.21.1-3.el7.src",
"product": {
"name": "rh-nodejs14-nodejs-0:14.21.1-3.el7.src",
"product_id": "rh-nodejs14-nodejs-0:14.21.1-3.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-nodejs14-nodejs@14.21.1-3.el7?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch",
"product": {
"name": "rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch",
"product_id": "rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-nodejs14-nodejs-nodemon@2.0.20-2.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch",
"product": {
"name": "rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch",
"product_id": "rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-nodejs14-nodejs-docs@14.21.1-3.el7?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64",
"product": {
"name": "rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64",
"product_id": "rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-nodejs14-nodejs@14.21.1-3.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64",
"product": {
"name": "rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64",
"product_id": "rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-nodejs14-nodejs-devel@14.21.1-3.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64",
"product": {
"name": "rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64",
"product_id": "rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-nodejs14-nodejs-full-i18n@14.21.1-3.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64",
"product": {
"name": "rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64",
"product_id": "rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-nodejs14-npm@6.14.17-14.21.1.3.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64",
"product": {
"name": "rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64",
"product_id": "rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-nodejs14-nodejs-debuginfo@14.21.1-3.el7?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "rh-nodejs14-nodejs-0:14.21.1-3.el7.s390x",
"product": {
"name": "rh-nodejs14-nodejs-0:14.21.1-3.el7.s390x",
"product_id": "rh-nodejs14-nodejs-0:14.21.1-3.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-nodejs14-nodejs@14.21.1-3.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.s390x",
"product": {
"name": "rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.s390x",
"product_id": "rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-nodejs14-nodejs-devel@14.21.1-3.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.s390x",
"product": {
"name": "rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.s390x",
"product_id": "rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-nodejs14-nodejs-full-i18n@14.21.1-3.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.s390x",
"product": {
"name": "rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.s390x",
"product_id": "rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-nodejs14-npm@6.14.17-14.21.1.3.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.s390x",
"product": {
"name": "rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.s390x",
"product_id": "rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-nodejs14-nodejs-debuginfo@14.21.1-3.el7?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rh-nodejs14-nodejs-0:14.21.1-3.el7.ppc64le",
"product": {
"name": "rh-nodejs14-nodejs-0:14.21.1-3.el7.ppc64le",
"product_id": "rh-nodejs14-nodejs-0:14.21.1-3.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-nodejs14-nodejs@14.21.1-3.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.ppc64le",
"product": {
"name": "rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.ppc64le",
"product_id": "rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-nodejs14-nodejs-devel@14.21.1-3.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.ppc64le",
"product": {
"name": "rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.ppc64le",
"product_id": "rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-nodejs14-nodejs-full-i18n@14.21.1-3.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.ppc64le",
"product": {
"name": "rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.ppc64le",
"product_id": "rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-nodejs14-npm@6.14.17-14.21.1.3.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.ppc64le",
"product": {
"name": "rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.ppc64le",
"product_id": "rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-nodejs14-nodejs-debuginfo@14.21.1-3.el7?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-nodejs14-nodejs-0:14.21.1-3.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)",
"product_id": "7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.ppc64le"
},
"product_reference": "rh-nodejs14-nodejs-0:14.21.1-3.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-nodejs14-nodejs-0:14.21.1-3.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)",
"product_id": "7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.s390x"
},
"product_reference": "rh-nodejs14-nodejs-0:14.21.1-3.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-nodejs14-nodejs-0:14.21.1-3.el7.src as a component of Red Hat Software Collections for RHEL Workstation(v. 7)",
"product_id": "7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.src"
},
"product_reference": "rh-nodejs14-nodejs-0:14.21.1-3.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)",
"product_id": "7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64"
},
"product_reference": "rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)",
"product_id": "7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.ppc64le"
},
"product_reference": "rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)",
"product_id": "7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.s390x"
},
"product_reference": "rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)",
"product_id": "7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64"
},
"product_reference": "rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)",
"product_id": "7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.ppc64le"
},
"product_reference": "rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)",
"product_id": "7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.s390x"
},
"product_reference": "rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)",
"product_id": "7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64"
},
"product_reference": "rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)",
"product_id": "7Server-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch"
},
"product_reference": "rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)",
"product_id": "7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.ppc64le"
},
"product_reference": "rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)",
"product_id": "7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.s390x"
},
"product_reference": "rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)",
"product_id": "7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64"
},
"product_reference": "rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)",
"product_id": "7Server-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch"
},
"product_reference": "rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src as a component of Red Hat Software Collections for RHEL Workstation(v. 7)",
"product_id": "7Server-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src"
},
"product_reference": "rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)",
"product_id": "7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.ppc64le"
},
"product_reference": "rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)",
"product_id": "7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.s390x"
},
"product_reference": "rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)",
"product_id": "7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64"
},
"product_reference": "rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-nodejs14-nodejs-0:14.21.1-3.el7.src as a component of Red Hat Software Collections for RHEL(v. 7)",
"product_id": "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.src"
},
"product_reference": "rh-nodejs14-nodejs-0:14.21.1-3.el7.src",
"relates_to_product_reference": "7Workstation-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)",
"product_id": "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64"
},
"product_reference": "rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)",
"product_id": "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64"
},
"product_reference": "rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)",
"product_id": "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64"
},
"product_reference": "rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch as a component of Red Hat Software Collections for RHEL(v. 7)",
"product_id": "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch"
},
"product_reference": "rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch",
"relates_to_product_reference": "7Workstation-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)",
"product_id": "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64"
},
"product_reference": "rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch as a component of Red Hat Software Collections for RHEL(v. 7)",
"product_id": "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch"
},
"product_reference": "rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch",
"relates_to_product_reference": "7Workstation-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src as a component of Red Hat Software Collections for RHEL(v. 7)",
"product_id": "7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src"
},
"product_reference": "rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src",
"relates_to_product_reference": "7Workstation-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)",
"product_id": "7Workstation-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64"
},
"product_reference": "rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.8"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-35065",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-12-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2156324"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the glob-parent package. Affected versions of this package are vulnerable to Regular expression Denial of Service (ReDoS) attacks, affecting system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "glob-parent: Regular Expression Denial of Service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The glob-parent package is a transitive dependency and this is not used directly in any of the Red Hat products. Hence, the impact is reduced to Moderate.",
"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": [
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.src",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src",
"7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.src",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src",
"7Workstation-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-35065"
},
{
"category": "external",
"summary": "RHBZ#2156324",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156324"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-35065",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35065"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-35065",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-35065"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-JS-GLOBPARENT-1314294",
"url": "https://security.snyk.io/vuln/SNYK-JS-GLOBPARENT-1314294"
}
],
"release_date": "2022-12-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-02-06T19:42:24+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": [
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.src",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src",
"7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.src",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src",
"7Workstation-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0612"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.src",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src",
"7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.src",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src",
"7Workstation-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "glob-parent: Regular Expression Denial of Service"
},
{
"cve": "CVE-2021-44906",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2022-03-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2066009"
}
],
"notes": [
{
"category": "description",
"text": "An Uncontrolled Resource Consumption flaw was found in minimist. The original fix for CVE-2020-7598 was incomplete as it was still possible to bypass in some cases. This flaw (CVE-2021-44906) allows an attacker to trick the library into adding or modifying the properties of Object.prototype, using a constructor or __proto__ payload, resulting in prototype pollution and loss of confidentiality, availability, and integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimist: prototype pollution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "As minimist is an argument parsing module for nodejs, exploitation of this vulnerability requires an attacker to influence which arguments are passed to nodejs when running a script. Red Hat products and services are designed in such a way that gaining this ability is not trivial. Additionally, the impact is limited by only enabling the pollution of functions, and not all generic objects.\n\nWithin Red Hat Satellite 6 this flaw has been rated as having a security impact of Low. It is not currently planned to be addressed there, as the minimist library is only included in the -doc subpackage and is part of test fixtures that are not in the execution path used by the rabl gem.",
"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": [
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.src",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src",
"7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.src",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src",
"7Workstation-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-44906"
},
{
"category": "external",
"summary": "RHBZ#2066009",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2066009"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-44906",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44906"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-44906",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-44906"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-xvch-5gv4-984h",
"url": "https://github.com/advisories/GHSA-xvch-5gv4-984h"
}
],
"release_date": "2022-03-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-02-06T19:42:24+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": [
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.src",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src",
"7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.src",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src",
"7Workstation-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0612"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.1,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.src",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src",
"7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.src",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src",
"7Workstation-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimist: prototype pollution"
},
{
"cve": "CVE-2022-0235",
"cwe": {
"id": "CWE-601",
"name": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)"
},
"discovery_date": "2022-01-16T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2044591"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node-fetch. When following a redirect to a third-party domain, node-fetch was forwarding sensitive headers such as \"Authorization,\" \"WWW-Authenticate,\" and \"Cookie\" to potentially untrusted targets. This flaw leads to the exposure of sensitive information to an unauthorized actor.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-fetch: exposure of sensitive information to an unauthorized actor",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is out of support scope for dotnet-5.0. For more information about Dotnet product support scope, please see https://access.redhat.com/support/policy/updates/net-core",
"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": [
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.src",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src",
"7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.src",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src",
"7Workstation-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-0235"
},
{
"category": "external",
"summary": "RHBZ#2044591",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2044591"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-0235",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0235"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-0235",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-0235"
},
{
"category": "external",
"summary": "https://huntr.dev/bounties/d26ab655-38d6-48b3-be15-f9ad6b6ae6f7/",
"url": "https://huntr.dev/bounties/d26ab655-38d6-48b3-be15-f9ad6b6ae6f7/"
}
],
"release_date": "2022-01-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-02-06T19:42:24+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": [
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.src",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src",
"7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.src",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src",
"7Workstation-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0612"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.src",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src",
"7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.src",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src",
"7Workstation-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "node-fetch: exposure of sensitive information to an unauthorized actor"
},
{
"cve": "CVE-2022-3517",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2022-06-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2134609"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the nodejs-minimatch package. This flaw allows a Regular Expression Denial of Service (ReDoS) when calling the braceExpand function with specific arguments, resulting in a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs-minimatch: ReDoS via the braceExpand function",
"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": [
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.src",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src",
"7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.src",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src",
"7Workstation-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-3517"
},
{
"category": "external",
"summary": "RHBZ#2134609",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2134609"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-3517",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3517"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-3517",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-3517"
}
],
"release_date": "2022-02-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-02-06T19:42:24+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": [
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.src",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src",
"7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.src",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src",
"7Workstation-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0612"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.src",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src",
"7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.src",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src",
"7Workstation-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nodejs-minimatch: ReDoS via the braceExpand function"
},
{
"cve": "CVE-2022-24999",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2022-12-02T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2150323"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the express.js npm package of nodejs:14 module stream. Express.js Express is vulnerable to a denial of service caused by a prototype pollution flaw in qs. By adding or modifying properties of Object.prototype using a __proto__ or constructor payload, a remote attacker can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "express: \"qs\" prototype poisoning causes the hang of the node process",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "- The qs and express Package is not used by the OpenShift Container Platform console directly and is only a third-party package dependency. Hence, it is marked as wontfix. \nAs a result, any services that depend on Openshift for their use of qs and express are marked won\u0027t fix. \n- In OpenShift Service Mesh, \u0027qs\u0027 is hoisted from storybook and node-sass, both are dev dependencies, and the vulnerability is not exposed to end users. Hence marked as wontfix.",
"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": [
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.src",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src",
"7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.src",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src",
"7Workstation-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-24999"
},
{
"category": "external",
"summary": "RHBZ#2150323",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2150323"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-24999",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24999"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24999",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24999"
},
{
"category": "external",
"summary": "https://github.com/expressjs/express/releases/tag/4.17.3",
"url": "https://github.com/expressjs/express/releases/tag/4.17.3"
},
{
"category": "external",
"summary": "https://github.com/ljharb/qs/pull/428",
"url": "https://github.com/ljharb/qs/pull/428"
},
{
"category": "external",
"summary": "https://github.com/n8tz/CVE-2022-24999",
"url": "https://github.com/n8tz/CVE-2022-24999"
}
],
"release_date": "2022-11-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-02-06T19:42:24+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": [
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.src",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src",
"7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.src",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src",
"7Workstation-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0612"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.src",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src",
"7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.src",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src",
"7Workstation-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "express: \"qs\" prototype poisoning causes the hang of the node process"
},
{
"cve": "CVE-2022-43548",
"cwe": {
"id": "CWE-350",
"name": "Reliance on Reverse DNS Resolution for a Security-Critical Action"
},
"discovery_date": "2022-11-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2140911"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in NodeJS. The issue occurs in the Node.js rebinding protector for --inspect that still allows invalid IP addresses, specifically, the octal format. This flaw allows an attacker to perform DNS rebinding and execute arbitrary code.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs: DNS rebinding in inspect via invalid octal IP address",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Redhat has marked this vulnerability as moderate for two primary reasons.\n1. The vulnerable inspect functionality might not be enabled, exposed, or reachable in many deployments.\n\n2.The code path might require very specific configurations or conditions (e.g. DNS rebinding, certain host/IP setups) that are rare in default environments.",
"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": [
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.src",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src",
"7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.src",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src",
"7Workstation-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-43548"
},
{
"category": "external",
"summary": "RHBZ#2140911",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2140911"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-43548",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43548"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-43548",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-43548"
},
{
"category": "external",
"summary": "https://nodejs.org/en/blog/vulnerability/november-2022-security-releases/#dns-rebinding-in-inspect-via-invalid-octal-ip-address-medium-cve-2022-43548",
"url": "https://nodejs.org/en/blog/vulnerability/november-2022-security-releases/#dns-rebinding-in-inspect-via-invalid-octal-ip-address-medium-cve-2022-43548"
}
],
"release_date": "2022-11-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-02-06T19:42:24+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": [
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.src",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src",
"7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.src",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src",
"7Workstation-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0612"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.src",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch",
"7Server-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src",
"7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.ppc64le",
"7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.s390x",
"7Server-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.src",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-debuginfo-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-devel-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-docs-0:14.21.1-3.el7.noarch",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-full-i18n-0:14.21.1-3.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.noarch",
"7Workstation-RHSCL-3.8:rh-nodejs14-nodejs-nodemon-0:2.0.20-2.el7.src",
"7Workstation-RHSCL-3.8:rh-nodejs14-npm-0:6.14.17-14.21.1.3.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nodejs: DNS rebinding in inspect via invalid octal IP address"
}
]
}
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.