Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-26996 (GCVE-0-2026-26996)
Vulnerability from cvelistv5 – Published: 2026-02-20 03:05 – Updated: 2026-02-20 15:34- CWE-1333 - Inefficient Regular Expression Complexity
| URL | Tags |
|---|---|
| https://github.com/isaacs/minimatch/security/advi… | x_refsource_CONFIRM |
| https://github.com/isaacs/minimatch/commit/2e111f… | x_refsource_MISC |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-26996",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-02-20T15:31:36.544113Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-02-20T15:34:15.151Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "minimatch",
"vendor": "isaacs",
"versions": [
{
"status": "affected",
"version": "\u003c 10.2.1"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "minimatch is a minimal matching utility for converting glob expressions into JavaScript RegExp objects. Versions 10.2.0 and below are vulnerable to Regular Expression Denial of Service (ReDoS) when a glob pattern contains many consecutive * wildcards followed by a literal character that doesn\u0027t appear in the test string. Each * compiles to a separate [^/]*? regex group, and when the match fails, V8\u0027s regex engine backtracks exponentially across all possible splits. The time complexity is O(4^N) where N is the number of * characters. With N=15, a single minimatch() call takes ~2 seconds. With N=34, it hangs effectively forever. Any application that passes user-controlled strings to minimatch() as the pattern argument is vulnerable to DoS. This issue has been fixed in version 10.2.1."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "NETWORK",
"baseScore": 8.7,
"baseSeverity": "HIGH",
"privilegesRequired": "NONE",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "HIGH",
"vulnConfidentialityImpact": "NONE",
"vulnIntegrityImpact": "NONE"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-1333",
"description": "CWE-1333: Inefficient Regular Expression Complexity",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-02-20T03:05:21.105Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26"
},
{
"name": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5"
}
],
"source": {
"advisory": "GHSA-3ppc-4f35-3m26",
"discovery": "UNKNOWN"
},
"title": "minimatch has a ReDoS via repeated wildcards with non-matching literal in pattern"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-26996",
"datePublished": "2026-02-20T03:05:21.105Z",
"dateReserved": "2026-02-17T01:41:24.607Z",
"dateUpdated": "2026-02-20T15:34:15.151Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-26996",
"date": "2026-05-31",
"epss": "0.00026",
"percentile": "0.07828"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-26996\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-02-20T03:16:01.620\",\"lastModified\":\"2026-03-06T21:32:10.650\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"minimatch is a minimal matching utility for converting glob expressions into JavaScript RegExp objects. Versions 10.2.0 and below are vulnerable to Regular Expression Denial of Service (ReDoS) when a glob pattern contains many consecutive * wildcards followed by a literal character that doesn\u0027t appear in the test string. Each * compiles to a separate [^/]*? regex group, and when the match fails, V8\u0027s regex engine backtracks exponentially across all possible splits. The time complexity is O(4^N) where N is the number of * characters. With N=15, a single minimatch() call takes ~2 seconds. With N=34, it hangs effectively forever. Any application that passes user-controlled strings to minimatch() as the pattern argument is vulnerable to DoS. This issue has been fixed in version 10.2.1.\"},{\"lang\":\"es\",\"value\":\"minimatch es una utilidad de coincidencia m\u00ednima para convertir expresiones glob en objetos RegExp de JavaScript. Las versiones 10.2.0 e inferiores son vulnerables a la denegaci\u00f3n de servicio por expresi\u00f3n regular (ReDoS) cuando un patr\u00f3n glob contiene muchos comodines * consecutivos seguidos de un car\u00e1cter literal que no aparece en la cadena de prueba. Cada * se compila en un grupo de regex [^/]*? separado, y cuando la coincidencia falla, el motor de regex de V8 retrocede exponencialmente a trav\u00e9s de todas las posibles divisiones. La complejidad temporal es O(4^N) donde N es el n\u00famero de caracteres *. Con N=15, una sola llamada a minimatch() tarda ~2 segundos. Con N=34, se cuelga efectivamente para siempre. Cualquier aplicaci\u00f3n que pase cadenas controladas por el usuario a minimatch() como argumento de patr\u00f3n es vulnerable a DoS. Este problema ha sido solucionado en la versi\u00f3n 10.2.1.\"}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\",\"baseScore\":8.7,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"attackRequirements\":\"NONE\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"vulnConfidentialityImpact\":\"NONE\",\"vulnIntegrityImpact\":\"NONE\",\"vulnAvailabilityImpact\":\"HIGH\",\"subConfidentialityImpact\":\"NONE\",\"subIntegrityImpact\":\"NONE\",\"subAvailabilityImpact\":\"NONE\",\"exploitMaturity\":\"NOT_DEFINED\",\"confidentialityRequirement\":\"NOT_DEFINED\",\"integrityRequirement\":\"NOT_DEFINED\",\"availabilityRequirement\":\"NOT_DEFINED\",\"modifiedAttackVector\":\"NOT_DEFINED\",\"modifiedAttackComplexity\":\"NOT_DEFINED\",\"modifiedAttackRequirements\":\"NOT_DEFINED\",\"modifiedPrivilegesRequired\":\"NOT_DEFINED\",\"modifiedUserInteraction\":\"NOT_DEFINED\",\"modifiedVulnConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedVulnIntegrityImpact\":\"NOT_DEFINED\",\"modifiedVulnAvailabilityImpact\":\"NOT_DEFINED\",\"modifiedSubConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedSubIntegrityImpact\":\"NOT_DEFINED\",\"modifiedSubAvailabilityImpact\":\"NOT_DEFINED\",\"Safety\":\"NOT_DEFINED\",\"Automatable\":\"NOT_DEFINED\",\"Recovery\":\"NOT_DEFINED\",\"valueDensity\":\"NOT_DEFINED\",\"vulnerabilityResponseEffort\":\"NOT_DEFINED\",\"providerUrgency\":\"NOT_DEFINED\"}}],\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-1333\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:minimatch_project:minimatch:*:*:*:*:*:node.js:*:*\",\"versionStartIncluding\":\"3.0.0\",\"versionEndExcluding\":\"3.1.3\",\"matchCriteriaId\":\"1A598E18-C34A-43E8-82DA-95EAACBF9268\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:minimatch_project:minimatch:*:*:*:*:*:node.js:*:*\",\"versionStartIncluding\":\"4.0.0\",\"versionEndExcluding\":\"4.2.4\",\"matchCriteriaId\":\"1CEB97F3-4721-4E02-93DE-805EA36638C1\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:minimatch_project:minimatch:*:*:*:*:*:node.js:*:*\",\"versionStartIncluding\":\"5.0.0\",\"versionEndExcluding\":\"5.1.7\",\"matchCriteriaId\":\"7167468C-B247-47A2-AF68-C06AF465B7BF\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:minimatch_project:minimatch:*:*:*:*:*:node.js:*:*\",\"versionStartIncluding\":\"6.0.0\",\"versionEndExcluding\":\"6.2.1\",\"matchCriteriaId\":\"686950A5-D463-4137-B84D-C49289310CE8\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:minimatch_project:minimatch:*:*:*:*:*:node.js:*:*\",\"versionStartIncluding\":\"7.0.0\",\"versionEndExcluding\":\"7.4.7\",\"matchCriteriaId\":\"D432BEB1-E7D8-4026-AD96-B2BB2AEB81EC\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:minimatch_project:minimatch:*:*:*:*:*:node.js:*:*\",\"versionStartIncluding\":\"8.0.0\",\"versionEndExcluding\":\"8.0.5\",\"matchCriteriaId\":\"8B418907-81D2-4133-9F43-7EF09B1C387A\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:minimatch_project:minimatch:*:*:*:*:*:node.js:*:*\",\"versionStartIncluding\":\"9.0.0\",\"versionEndExcluding\":\"9.0.6\",\"matchCriteriaId\":\"F0E846CB-07F2-48A7-819F-CCA3CCF4C9C5\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:minimatch_project:minimatch:*:*:*:*:*:node.js:*:*\",\"versionStartIncluding\":\"10.0.0\",\"versionEndExcluding\":\"10.2.1\",\"matchCriteriaId\":\"089D3F7C-8A47-4A54-B763-0499C0D0E6BA\"}]}]}],\"references\":[{\"url\":\"https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Vendor Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-26996\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-02-20T15:31:36.544113Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-02-20T15:31:37.900Z\"}}], \"cna\": {\"title\": \"minimatch has a ReDoS via repeated wildcards with non-matching literal in pattern\", \"source\": {\"advisory\": \"GHSA-3ppc-4f35-3m26\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV4_0\": {\"version\": \"4.0\", \"baseScore\": 8.7, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"attackRequirements\": \"NONE\", \"privilegesRequired\": \"NONE\", \"subIntegrityImpact\": \"NONE\", \"vulnIntegrityImpact\": \"NONE\", \"subAvailabilityImpact\": \"NONE\", \"vulnAvailabilityImpact\": \"HIGH\", \"subConfidentialityImpact\": \"NONE\", \"vulnConfidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"isaacs\", \"product\": \"minimatch\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 10.2.1\"}]}], \"references\": [{\"url\": \"https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26\", \"name\": \"https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5\", \"name\": \"https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"minimatch is a minimal matching utility for converting glob expressions into JavaScript RegExp objects. Versions 10.2.0 and below are vulnerable to Regular Expression Denial of Service (ReDoS) when a glob pattern contains many consecutive * wildcards followed by a literal character that doesn\u0027t appear in the test string. Each * compiles to a separate [^/]*? regex group, and when the match fails, V8\u0027s regex engine backtracks exponentially across all possible splits. The time complexity is O(4^N) where N is the number of * characters. With N=15, a single minimatch() call takes ~2 seconds. With N=34, it hangs effectively forever. Any application that passes user-controlled strings to minimatch() as the pattern argument is vulnerable to DoS. This issue has been fixed in version 10.2.1.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-1333\", \"description\": \"CWE-1333: Inefficient Regular Expression Complexity\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2026-02-20T03:05:21.105Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-26996\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-02-20T15:34:15.151Z\", \"dateReserved\": \"2026-02-17T01:41:24.607Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2026-02-20T03:05:21.105Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
RHSA-2026:9874
Vulnerability from csaf_redhat - Published: 2026-04-22 21:54 - Updated: 2026-05-29 20:20A flaw was found in Node.js. A remote attacker can exploit this vulnerability by sending a specially crafted HTTP request that includes a header named `__proto__`. When a Node.js application processes this request and attempts to access distinct headers, it encounters an unhandled error, leading to an application crash. This can result in a Denial of Service (DoS), making the affected service unavailable to users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.src::nodejs:20 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-docs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.noarch::nodejs:20 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.6.0+23146+be9976bd.noarch::nodejs:20 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.6.0+23146+be9976bd.src::nodejs:20 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-packaging-0:2021.06-4.module+el9.6.0+23146+be9976bd.noarch::nodejs:20 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-packaging-0:2021.06-4.module+el9.6.0+23146+be9976bd.src::nodejs:20 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-packaging-bundler-0:2021.06-4.module+el9.6.0+23146+be9976bd.noarch::nodejs:20 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in minimatch. A remote attacker could exploit this Regular Expression Denial of Service (ReDoS) vulnerability by providing a specially crafted glob pattern. This pattern, containing numerous consecutive wildcard characters, causes excessive processing and exponential backtracking in the regular expression engine. Successful exploitation leads to a Denial of Service (DoS), making the application unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.src::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-docs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.noarch::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.6.0+23146+be9976bd.noarch::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.6.0+23146+be9976bd.src::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-packaging-0:2021.06-4.module+el9.6.0+23146+be9976bd.noarch::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-packaging-0:2021.06-4.module+el9.6.0+23146+be9976bd.src::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-packaging-bundler-0:2021.06-4.module+el9.6.0+23146+be9976bd.noarch::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20 | — |
Vendor Fix
fix
|
A flaw was found in nghttp2. Due to missing internal state validation, the library continues to process incoming data even after a session has been terminated. A remote attacker could exploit this by sending a specially crafted HTTP/2 frame, leading to an assertion failure and a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.src::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-docs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.noarch::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.6.0+23146+be9976bd.noarch::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.6.0+23146+be9976bd.src::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-packaging-0:2021.06-4.module+el9.6.0+23146+be9976bd.noarch::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-packaging-0:2021.06-4.module+el9.6.0+23146+be9976bd.src::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-packaging-bundler-0:2021.06-4.module+el9.6.0+23146+be9976bd.noarch::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20 | — |
Vendor Fix
fix
|
A flaw was found in minimatch. A remote attacker could exploit this vulnerability by providing a specially crafted glob expression with nested unbounded quantifiers. This could lead to catastrophic backtracking in the V8 JavaScript engine, causing the application to become unresponsive and resulting in a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.src::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-docs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.noarch::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.6.0+23146+be9976bd.noarch::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.6.0+23146+be9976bd.src::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-packaging-0:2021.06-4.module+el9.6.0+23146+be9976bd.noarch::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-packaging-0:2021.06-4.module+el9.6.0+23146+be9976bd.src::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:nodejs-packaging-bundler-0:2021.06-4.module+el9.6.0+23146+be9976bd.noarch::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the nodejs:20 module is now available for Red Hat Enterprise Linux 9.6 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Node.js is a software development platform for building fast and scalable network applications in the JavaScript programming language. \n\nSecurity Fix(es):\n\n* minimatch: minimatch: Denial of Service via specially crafted glob patterns (CVE-2026-26996)\n\n* minimatch: Minimatch: Denial of Service via catastrophic backtracking in glob expressions (CVE-2026-27904)\n\n* nghttp2: nghttp2: Denial of Service via malformed HTTP/2 frames after session termination (CVE-2026-27135)\n\n* Node.js: Node.js: Denial of Service due to crafted HTTP `__proto__` header (CVE-2026-21710)\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-2026:9874",
"url": "https://access.redhat.com/errata/RHSA-2026:9874"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2441268",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2441268"
},
{
"category": "external",
"summary": "2442922",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442922"
},
{
"category": "external",
"summary": "2448754",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448754"
},
{
"category": "external",
"summary": "2453151",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2453151"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_9874.json"
}
],
"title": "Red Hat Security Advisory: nodejs:20 security update",
"tracking": {
"current_release_date": "2026-05-29T20:20:28+00:00",
"generator": {
"date": "2026-05-29T20:20:28+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:9874",
"initial_release_date": "2026-04-22T21:54:54+00:00",
"revision_history": [
{
"date": "2026-04-22T21:54:54+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-22T21:54:54+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-29T20:20:28+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 EUS (v.9.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.6::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.src::nodejs:20",
"product": {
"name": "nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.src (nodejs:20)",
"product_id": "nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.src::nodejs:20",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs@20.20.2-2.module%2Bel9.6.0%2B24220%2Bc44c288d?arch=src\u0026epoch=1\u0026rpmmod=nodejs:20:9060020260422064119:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-nodemon-0:3.0.1-1.module+el9.6.0+23146+be9976bd.src::nodejs:20",
"product": {
"name": "nodejs-nodemon-0:3.0.1-1.module+el9.6.0+23146+be9976bd.src (nodejs:20)",
"product_id": "nodejs-nodemon-0:3.0.1-1.module+el9.6.0+23146+be9976bd.src::nodejs:20",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-nodemon@3.0.1-1.module%2Bel9.6.0%2B23146%2Bbe9976bd?arch=src\u0026rpmmod=nodejs:20:9060020260422064119:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-packaging-0:2021.06-4.module+el9.6.0+23146+be9976bd.src::nodejs:20",
"product": {
"name": "nodejs-packaging-0:2021.06-4.module+el9.6.0+23146+be9976bd.src (nodejs:20)",
"product_id": "nodejs-packaging-0:2021.06-4.module+el9.6.0+23146+be9976bd.src::nodejs:20",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-packaging@2021.06-4.module%2Bel9.6.0%2B23146%2Bbe9976bd?arch=src\u0026rpmmod=nodejs:20:9060020260422064119:rhel9"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-docs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.noarch::nodejs:20",
"product": {
"name": "nodejs-docs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.noarch (nodejs:20)",
"product_id": "nodejs-docs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.noarch::nodejs:20",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-docs@20.20.2-2.module%2Bel9.6.0%2B24220%2Bc44c288d?arch=noarch\u0026epoch=1\u0026rpmmod=nodejs:20:9060020260422064119:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-nodemon-0:3.0.1-1.module+el9.6.0+23146+be9976bd.noarch::nodejs:20",
"product": {
"name": "nodejs-nodemon-0:3.0.1-1.module+el9.6.0+23146+be9976bd.noarch (nodejs:20)",
"product_id": "nodejs-nodemon-0:3.0.1-1.module+el9.6.0+23146+be9976bd.noarch::nodejs:20",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-nodemon@3.0.1-1.module%2Bel9.6.0%2B23146%2Bbe9976bd?arch=noarch\u0026rpmmod=nodejs:20:9060020260422064119:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-packaging-0:2021.06-4.module+el9.6.0+23146+be9976bd.noarch::nodejs:20",
"product": {
"name": "nodejs-packaging-0:2021.06-4.module+el9.6.0+23146+be9976bd.noarch (nodejs:20)",
"product_id": "nodejs-packaging-0:2021.06-4.module+el9.6.0+23146+be9976bd.noarch::nodejs:20",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-packaging@2021.06-4.module%2Bel9.6.0%2B23146%2Bbe9976bd?arch=noarch\u0026rpmmod=nodejs:20:9060020260422064119:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-packaging-bundler-0:2021.06-4.module+el9.6.0+23146+be9976bd.noarch::nodejs:20",
"product": {
"name": "nodejs-packaging-bundler-0:2021.06-4.module+el9.6.0+23146+be9976bd.noarch (nodejs:20)",
"product_id": "nodejs-packaging-bundler-0:2021.06-4.module+el9.6.0+23146+be9976bd.noarch::nodejs:20",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-packaging-bundler@2021.06-4.module%2Bel9.6.0%2B23146%2Bbe9976bd?arch=noarch\u0026rpmmod=nodejs:20:9060020260422064119:rhel9"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"product": {
"name": "nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64 (nodejs:20)",
"product_id": "nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs@20.20.2-2.module%2Bel9.6.0%2B24220%2Bc44c288d?arch=aarch64\u0026epoch=1\u0026rpmmod=nodejs:20:9060020260422064119:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"product": {
"name": "nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64 (nodejs:20)",
"product_id": "nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debuginfo@20.20.2-2.module%2Bel9.6.0%2B24220%2Bc44c288d?arch=aarch64\u0026epoch=1\u0026rpmmod=nodejs:20:9060020260422064119:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"product": {
"name": "nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64 (nodejs:20)",
"product_id": "nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debugsource@20.20.2-2.module%2Bel9.6.0%2B24220%2Bc44c288d?arch=aarch64\u0026epoch=1\u0026rpmmod=nodejs:20:9060020260422064119:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"product": {
"name": "nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64 (nodejs:20)",
"product_id": "nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-devel@20.20.2-2.module%2Bel9.6.0%2B24220%2Bc44c288d?arch=aarch64\u0026epoch=1\u0026rpmmod=nodejs:20:9060020260422064119:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"product": {
"name": "nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64 (nodejs:20)",
"product_id": "nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-full-i18n@20.20.2-2.module%2Bel9.6.0%2B24220%2Bc44c288d?arch=aarch64\u0026epoch=1\u0026rpmmod=nodejs:20:9060020260422064119:rhel9"
}
}
},
{
"category": "product_version",
"name": "npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"product": {
"name": "npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.aarch64 (nodejs:20)",
"product_id": "npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/npm@10.8.2-1.20.20.2.2.module%2Bel9.6.0%2B24220%2Bc44c288d?arch=aarch64\u0026epoch=1\u0026rpmmod=nodejs:20:9060020260422064119:rhel9"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"product": {
"name": "nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le (nodejs:20)",
"product_id": "nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs@20.20.2-2.module%2Bel9.6.0%2B24220%2Bc44c288d?arch=ppc64le\u0026epoch=1\u0026rpmmod=nodejs:20:9060020260422064119:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"product": {
"name": "nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le (nodejs:20)",
"product_id": "nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debuginfo@20.20.2-2.module%2Bel9.6.0%2B24220%2Bc44c288d?arch=ppc64le\u0026epoch=1\u0026rpmmod=nodejs:20:9060020260422064119:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"product": {
"name": "nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le (nodejs:20)",
"product_id": "nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debugsource@20.20.2-2.module%2Bel9.6.0%2B24220%2Bc44c288d?arch=ppc64le\u0026epoch=1\u0026rpmmod=nodejs:20:9060020260422064119:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"product": {
"name": "nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le (nodejs:20)",
"product_id": "nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-devel@20.20.2-2.module%2Bel9.6.0%2B24220%2Bc44c288d?arch=ppc64le\u0026epoch=1\u0026rpmmod=nodejs:20:9060020260422064119:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"product": {
"name": "nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le (nodejs:20)",
"product_id": "nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-full-i18n@20.20.2-2.module%2Bel9.6.0%2B24220%2Bc44c288d?arch=ppc64le\u0026epoch=1\u0026rpmmod=nodejs:20:9060020260422064119:rhel9"
}
}
},
{
"category": "product_version",
"name": "npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"product": {
"name": "npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.ppc64le (nodejs:20)",
"product_id": "npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/npm@10.8.2-1.20.20.2.2.module%2Bel9.6.0%2B24220%2Bc44c288d?arch=ppc64le\u0026epoch=1\u0026rpmmod=nodejs:20:9060020260422064119:rhel9"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"product": {
"name": "nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x (nodejs:20)",
"product_id": "nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs@20.20.2-2.module%2Bel9.6.0%2B24220%2Bc44c288d?arch=s390x\u0026epoch=1\u0026rpmmod=nodejs:20:9060020260422064119:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"product": {
"name": "nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x (nodejs:20)",
"product_id": "nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debuginfo@20.20.2-2.module%2Bel9.6.0%2B24220%2Bc44c288d?arch=s390x\u0026epoch=1\u0026rpmmod=nodejs:20:9060020260422064119:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"product": {
"name": "nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x (nodejs:20)",
"product_id": "nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debugsource@20.20.2-2.module%2Bel9.6.0%2B24220%2Bc44c288d?arch=s390x\u0026epoch=1\u0026rpmmod=nodejs:20:9060020260422064119:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"product": {
"name": "nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x (nodejs:20)",
"product_id": "nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-devel@20.20.2-2.module%2Bel9.6.0%2B24220%2Bc44c288d?arch=s390x\u0026epoch=1\u0026rpmmod=nodejs:20:9060020260422064119:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"product": {
"name": "nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x (nodejs:20)",
"product_id": "nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-full-i18n@20.20.2-2.module%2Bel9.6.0%2B24220%2Bc44c288d?arch=s390x\u0026epoch=1\u0026rpmmod=nodejs:20:9060020260422064119:rhel9"
}
}
},
{
"category": "product_version",
"name": "npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"product": {
"name": "npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.s390x (nodejs:20)",
"product_id": "npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/npm@10.8.2-1.20.20.2.2.module%2Bel9.6.0%2B24220%2Bc44c288d?arch=s390x\u0026epoch=1\u0026rpmmod=nodejs:20:9060020260422064119:rhel9"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"product": {
"name": "nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64 (nodejs:20)",
"product_id": "nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs@20.20.2-2.module%2Bel9.6.0%2B24220%2Bc44c288d?arch=x86_64\u0026epoch=1\u0026rpmmod=nodejs:20:9060020260422064119:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"product": {
"name": "nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64 (nodejs:20)",
"product_id": "nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debuginfo@20.20.2-2.module%2Bel9.6.0%2B24220%2Bc44c288d?arch=x86_64\u0026epoch=1\u0026rpmmod=nodejs:20:9060020260422064119:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"product": {
"name": "nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64 (nodejs:20)",
"product_id": "nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debugsource@20.20.2-2.module%2Bel9.6.0%2B24220%2Bc44c288d?arch=x86_64\u0026epoch=1\u0026rpmmod=nodejs:20:9060020260422064119:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"product": {
"name": "nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64 (nodejs:20)",
"product_id": "nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-devel@20.20.2-2.module%2Bel9.6.0%2B24220%2Bc44c288d?arch=x86_64\u0026epoch=1\u0026rpmmod=nodejs:20:9060020260422064119:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"product": {
"name": "nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64 (nodejs:20)",
"product_id": "nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-full-i18n@20.20.2-2.module%2Bel9.6.0%2B24220%2Bc44c288d?arch=x86_64\u0026epoch=1\u0026rpmmod=nodejs:20:9060020260422064119:rhel9"
}
}
},
{
"category": "product_version",
"name": "npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"product": {
"name": "npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.x86_64 (nodejs:20)",
"product_id": "npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/npm@10.8.2-1.20.20.2.2.module%2Bel9.6.0%2B24220%2Bc44c288d?arch=x86_64\u0026epoch=1\u0026rpmmod=nodejs:20:9060020260422064119:rhel9"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64 (nodejs:20) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20"
},
"product_reference": "nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le (nodejs:20) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20"
},
"product_reference": "nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x (nodejs:20) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20"
},
"product_reference": "nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.src (nodejs:20) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.src::nodejs:20"
},
"product_reference": "nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.src::nodejs:20",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64 (nodejs:20) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20"
},
"product_reference": "nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64 (nodejs:20) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20"
},
"product_reference": "nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le (nodejs:20) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20"
},
"product_reference": "nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x (nodejs:20) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20"
},
"product_reference": "nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64 (nodejs:20) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20"
},
"product_reference": "nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64 (nodejs:20) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20"
},
"product_reference": "nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le (nodejs:20) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20"
},
"product_reference": "nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x (nodejs:20) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20"
},
"product_reference": "nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64 (nodejs:20) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20"
},
"product_reference": "nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64 (nodejs:20) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20"
},
"product_reference": "nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le (nodejs:20) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20"
},
"product_reference": "nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x (nodejs:20) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20"
},
"product_reference": "nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64 (nodejs:20) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20"
},
"product_reference": "nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-docs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.noarch (nodejs:20) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:nodejs-docs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.noarch::nodejs:20"
},
"product_reference": "nodejs-docs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.noarch::nodejs:20",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64 (nodejs:20) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20"
},
"product_reference": "nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le (nodejs:20) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20"
},
"product_reference": "nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x (nodejs:20) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20"
},
"product_reference": "nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64 (nodejs:20) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20"
},
"product_reference": "nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-nodemon-0:3.0.1-1.module+el9.6.0+23146+be9976bd.noarch (nodejs:20) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.6.0+23146+be9976bd.noarch::nodejs:20"
},
"product_reference": "nodejs-nodemon-0:3.0.1-1.module+el9.6.0+23146+be9976bd.noarch::nodejs:20",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-nodemon-0:3.0.1-1.module+el9.6.0+23146+be9976bd.src (nodejs:20) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.6.0+23146+be9976bd.src::nodejs:20"
},
"product_reference": "nodejs-nodemon-0:3.0.1-1.module+el9.6.0+23146+be9976bd.src::nodejs:20",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-packaging-0:2021.06-4.module+el9.6.0+23146+be9976bd.noarch (nodejs:20) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:nodejs-packaging-0:2021.06-4.module+el9.6.0+23146+be9976bd.noarch::nodejs:20"
},
"product_reference": "nodejs-packaging-0:2021.06-4.module+el9.6.0+23146+be9976bd.noarch::nodejs:20",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-packaging-0:2021.06-4.module+el9.6.0+23146+be9976bd.src (nodejs:20) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:nodejs-packaging-0:2021.06-4.module+el9.6.0+23146+be9976bd.src::nodejs:20"
},
"product_reference": "nodejs-packaging-0:2021.06-4.module+el9.6.0+23146+be9976bd.src::nodejs:20",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-packaging-bundler-0:2021.06-4.module+el9.6.0+23146+be9976bd.noarch (nodejs:20) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:nodejs-packaging-bundler-0:2021.06-4.module+el9.6.0+23146+be9976bd.noarch::nodejs:20"
},
"product_reference": "nodejs-packaging-bundler-0:2021.06-4.module+el9.6.0+23146+be9976bd.noarch::nodejs:20",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.aarch64 (nodejs:20) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20"
},
"product_reference": "npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.ppc64le (nodejs:20) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20"
},
"product_reference": "npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.s390x (nodejs:20) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20"
},
"product_reference": "npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.x86_64 (nodejs:20) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20"
},
"product_reference": "npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-21710",
"cwe": {
"id": "CWE-843",
"name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)"
},
"discovery_date": "2026-03-30T20:01:21.196629+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2453151"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Node.js. A remote attacker can exploit this vulnerability by sending a specially crafted HTTP request that includes a header named `__proto__`. When a Node.js application processes this request and attempts to access distinct headers, it encounters an unhandled error, leading to an application crash. This can result in a Denial of Service (DoS), making the affected service unavailable to users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Node.js: Node.js: Denial of Service due to crafted HTTP `__proto__` header",
"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.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.src::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-docs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.noarch::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.6.0+23146+be9976bd.noarch::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.6.0+23146+be9976bd.src::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-packaging-0:2021.06-4.module+el9.6.0+23146+be9976bd.noarch::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-packaging-0:2021.06-4.module+el9.6.0+23146+be9976bd.src::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-packaging-bundler-0:2021.06-4.module+el9.6.0+23146+be9976bd.noarch::nodejs:20",
"AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-21710"
},
{
"category": "external",
"summary": "RHBZ#2453151",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2453151"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-21710",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21710"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-21710",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-21710"
},
{
"category": "external",
"summary": "https://nodejs.org/en/blog/vulnerability/march-2026-security-releases",
"url": "https://nodejs.org/en/blog/vulnerability/march-2026-security-releases"
}
],
"release_date": "2026-03-30T19:07:28.558000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-22T21:54:54+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.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.src::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-docs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.noarch::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.6.0+23146+be9976bd.noarch::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.6.0+23146+be9976bd.src::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-packaging-0:2021.06-4.module+el9.6.0+23146+be9976bd.noarch::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-packaging-0:2021.06-4.module+el9.6.0+23146+be9976bd.src::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-packaging-bundler-0:2021.06-4.module+el9.6.0+23146+be9976bd.noarch::nodejs:20",
"AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:9874"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.src::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-docs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.noarch::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.6.0+23146+be9976bd.noarch::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.6.0+23146+be9976bd.src::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-packaging-0:2021.06-4.module+el9.6.0+23146+be9976bd.noarch::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-packaging-0:2021.06-4.module+el9.6.0+23146+be9976bd.src::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-packaging-bundler-0:2021.06-4.module+el9.6.0+23146+be9976bd.noarch::nodejs:20",
"AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20"
]
}
],
"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.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.src::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-docs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.noarch::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.6.0+23146+be9976bd.noarch::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.6.0+23146+be9976bd.src::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-packaging-0:2021.06-4.module+el9.6.0+23146+be9976bd.noarch::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-packaging-0:2021.06-4.module+el9.6.0+23146+be9976bd.src::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-packaging-bundler-0:2021.06-4.module+el9.6.0+23146+be9976bd.noarch::nodejs:20",
"AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Node.js: Node.js: Denial of Service due to crafted HTTP `__proto__` header"
},
{
"cve": "CVE-2026-26996",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-20T04:01:11.896063+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2441268"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in minimatch. A remote attacker could exploit this Regular Expression Denial of Service (ReDoS) vulnerability by providing a specially crafted glob pattern. This pattern, containing numerous consecutive wildcard characters, causes excessive processing and exponential backtracking in the regular expression engine. Successful exploitation leads to a Denial of Service (DoS), making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimatch: minimatch: Denial of Service via specially crafted glob patterns",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this flaw requires that a user or service processes untrusted input.",
"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.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.src::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-docs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.noarch::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.6.0+23146+be9976bd.noarch::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.6.0+23146+be9976bd.src::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-packaging-0:2021.06-4.module+el9.6.0+23146+be9976bd.noarch::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-packaging-0:2021.06-4.module+el9.6.0+23146+be9976bd.src::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-packaging-bundler-0:2021.06-4.module+el9.6.0+23146+be9976bd.noarch::nodejs:20",
"AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26996"
},
{
"category": "external",
"summary": "RHBZ#2441268",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2441268"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26996"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26996",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26996"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5",
"url": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26",
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26"
}
],
"release_date": "2026-02-20T03:05:21.105000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-22T21:54:54+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.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.src::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-docs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.noarch::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.6.0+23146+be9976bd.noarch::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.6.0+23146+be9976bd.src::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-packaging-0:2021.06-4.module+el9.6.0+23146+be9976bd.noarch::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-packaging-0:2021.06-4.module+el9.6.0+23146+be9976bd.src::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-packaging-bundler-0:2021.06-4.module+el9.6.0+23146+be9976bd.noarch::nodejs:20",
"AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:9874"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.src::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-docs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.noarch::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.6.0+23146+be9976bd.noarch::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.6.0+23146+be9976bd.src::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-packaging-0:2021.06-4.module+el9.6.0+23146+be9976bd.noarch::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-packaging-0:2021.06-4.module+el9.6.0+23146+be9976bd.src::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-packaging-bundler-0:2021.06-4.module+el9.6.0+23146+be9976bd.noarch::nodejs:20",
"AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimatch: minimatch: Denial of Service via specially crafted glob patterns"
},
{
"cve": "CVE-2026-27135",
"cwe": {
"id": "CWE-617",
"name": "Reachable Assertion"
},
"discovery_date": "2026-03-18T19:02:13.823002+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448754"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in nghttp2. Due to missing internal state validation, the library continues to process incoming data even after a session has been terminated. A remote attacker could exploit this by sending a specially crafted HTTP/2 frame, leading to an assertion failure and a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nghttp2: nghttp2: Denial of Service via malformed HTTP/2 frames after session termination",
"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.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.src::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-docs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.noarch::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.6.0+23146+be9976bd.noarch::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.6.0+23146+be9976bd.src::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-packaging-0:2021.06-4.module+el9.6.0+23146+be9976bd.noarch::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-packaging-0:2021.06-4.module+el9.6.0+23146+be9976bd.src::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-packaging-bundler-0:2021.06-4.module+el9.6.0+23146+be9976bd.noarch::nodejs:20",
"AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27135"
},
{
"category": "external",
"summary": "RHBZ#2448754",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448754"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27135",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27135"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27135",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27135"
},
{
"category": "external",
"summary": "https://github.com/nghttp2/nghttp2/commit/5c7df8fa815ac1004d9ecb9d1f7595c4d37f46e1",
"url": "https://github.com/nghttp2/nghttp2/commit/5c7df8fa815ac1004d9ecb9d1f7595c4d37f46e1"
},
{
"category": "external",
"summary": "https://github.com/nghttp2/nghttp2/security/advisories/GHSA-6933-cjhr-5qg6",
"url": "https://github.com/nghttp2/nghttp2/security/advisories/GHSA-6933-cjhr-5qg6"
}
],
"release_date": "2026-03-18T17:59:02.045000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-22T21:54:54+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.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.src::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-docs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.noarch::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.6.0+23146+be9976bd.noarch::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.6.0+23146+be9976bd.src::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-packaging-0:2021.06-4.module+el9.6.0+23146+be9976bd.noarch::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-packaging-0:2021.06-4.module+el9.6.0+23146+be9976bd.src::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-packaging-bundler-0:2021.06-4.module+el9.6.0+23146+be9976bd.noarch::nodejs:20",
"AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:9874"
}
],
"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.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.src::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-docs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.noarch::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.6.0+23146+be9976bd.noarch::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.6.0+23146+be9976bd.src::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-packaging-0:2021.06-4.module+el9.6.0+23146+be9976bd.noarch::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-packaging-0:2021.06-4.module+el9.6.0+23146+be9976bd.src::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-packaging-bundler-0:2021.06-4.module+el9.6.0+23146+be9976bd.noarch::nodejs:20",
"AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "nghttp2: nghttp2: Denial of Service via malformed HTTP/2 frames after session termination"
},
{
"cve": "CVE-2026-27904",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-26T02:01:23.004531+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442922"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in minimatch. A remote attacker could exploit this vulnerability by providing a specially crafted glob expression with nested unbounded quantifiers. This could lead to catastrophic backtracking in the V8 JavaScript engine, causing the application to become unresponsive and resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimatch: Minimatch: Denial of Service via catastrophic backtracking in glob expressions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this flaw requires that a user or service processes untrusted input.",
"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.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.src::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-docs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.noarch::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.6.0+23146+be9976bd.noarch::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.6.0+23146+be9976bd.src::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-packaging-0:2021.06-4.module+el9.6.0+23146+be9976bd.noarch::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-packaging-0:2021.06-4.module+el9.6.0+23146+be9976bd.src::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-packaging-bundler-0:2021.06-4.module+el9.6.0+23146+be9976bd.noarch::nodejs:20",
"AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27904"
},
{
"category": "external",
"summary": "RHBZ#2442922",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442922"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27904",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27904"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27904",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27904"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/security/advisories/GHSA-23c5-xmqv-rm74",
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-23c5-xmqv-rm74"
}
],
"release_date": "2026-02-26T01:07:42.693000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-22T21:54:54+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.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.src::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-docs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.noarch::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.6.0+23146+be9976bd.noarch::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.6.0+23146+be9976bd.src::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-packaging-0:2021.06-4.module+el9.6.0+23146+be9976bd.noarch::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-packaging-0:2021.06-4.module+el9.6.0+23146+be9976bd.src::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-packaging-bundler-0:2021.06-4.module+el9.6.0+23146+be9976bd.noarch::nodejs:20",
"AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:9874"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.src::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debuginfo-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-debugsource-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-devel-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-docs-1:20.20.2-2.module+el9.6.0+24220+c44c288d.noarch::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-full-i18n-1:20.20.2-2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.6.0+23146+be9976bd.noarch::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.6.0+23146+be9976bd.src::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-packaging-0:2021.06-4.module+el9.6.0+23146+be9976bd.noarch::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-packaging-0:2021.06-4.module+el9.6.0+23146+be9976bd.src::nodejs:20",
"AppStream-9.6.0.Z.EUS:nodejs-packaging-bundler-0:2021.06-4.module+el9.6.0+23146+be9976bd.noarch::nodejs:20",
"AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.aarch64::nodejs:20",
"AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.ppc64le::nodejs:20",
"AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.s390x::nodejs:20",
"AppStream-9.6.0.Z.EUS:npm-1:10.8.2-1.20.20.2.2.module+el9.6.0+24220+c44c288d.x86_64::nodejs:20"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimatch: Minimatch: Denial of Service via catastrophic backtracking in glob expressions"
}
]
}
SUSE-SU-2026:1232-1
Vulnerability from csaf_suse - Published: 2026-04-09 10:47 - Updated: 2026-04-09 10:47| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:cockpit-251.3-150300.6.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:cockpit-251.3-150300.6.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:cockpit-251.3-150300.6.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:cockpit-bridge-251.3-150300.6.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:cockpit-bridge-251.3-150300.6.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:cockpit-bridge-251.3-150300.6.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:cockpit-system-251.3-150300.6.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:cockpit-ws-251.3-150300.6.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:cockpit-ws-251.3-150300.6.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:cockpit-ws-251.3-150300.6.9.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:cockpit-251.3-150300.6.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:cockpit-251.3-150300.6.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:cockpit-251.3-150300.6.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:cockpit-bridge-251.3-150300.6.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:cockpit-bridge-251.3-150300.6.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:cockpit-bridge-251.3-150300.6.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:cockpit-system-251.3-150300.6.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:cockpit-ws-251.3-150300.6.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:cockpit-ws-251.3-150300.6.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:cockpit-ws-251.3-150300.6.9.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for cockpit",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for cockpit fixes the following issues:\n\n- CVE-2026-25547: brace-expansion: unbounded brace range expansion can lead to excessive CPU and memory consumption and may crash a Node.js process (bsc#1257836).\n- CVE-2026-26996: minimatch: ReDoS when glob pattern contains many consecutive wildcards followed by a literal character that doesn\u0027t appear in the test string (bsc#1258641).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1232,SUSE-SUSE-MicroOS-5.2-2026-1232",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_1232-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1232-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261232-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1232-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045357.html"
},
{
"category": "self",
"summary": "SUSE Bug 1257836",
"url": "https://bugzilla.suse.com/1257836"
},
{
"category": "self",
"summary": "SUSE Bug 1258641",
"url": "https://bugzilla.suse.com/1258641"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25547 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25547/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-26996 page",
"url": "https://www.suse.com/security/cve/CVE-2026-26996/"
}
],
"title": "Security update for cockpit",
"tracking": {
"current_release_date": "2026-04-09T10:47:29Z",
"generator": {
"date": "2026-04-09T10:47:29Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1232-1",
"initial_release_date": "2026-04-09T10:47:29Z",
"revision_history": [
{
"date": "2026-04-09T10:47:29Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "cockpit-251.3-150300.6.9.1.aarch64",
"product": {
"name": "cockpit-251.3-150300.6.9.1.aarch64",
"product_id": "cockpit-251.3-150300.6.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "cockpit-bridge-251.3-150300.6.9.1.aarch64",
"product": {
"name": "cockpit-bridge-251.3-150300.6.9.1.aarch64",
"product_id": "cockpit-bridge-251.3-150300.6.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "cockpit-devel-251.3-150300.6.9.1.aarch64",
"product": {
"name": "cockpit-devel-251.3-150300.6.9.1.aarch64",
"product_id": "cockpit-devel-251.3-150300.6.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "cockpit-pcp-251.3-150300.6.9.1.aarch64",
"product": {
"name": "cockpit-pcp-251.3-150300.6.9.1.aarch64",
"product_id": "cockpit-pcp-251.3-150300.6.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "cockpit-tests-251.3-150300.6.9.1.aarch64",
"product": {
"name": "cockpit-tests-251.3-150300.6.9.1.aarch64",
"product_id": "cockpit-tests-251.3-150300.6.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "cockpit-ws-251.3-150300.6.9.1.aarch64",
"product": {
"name": "cockpit-ws-251.3-150300.6.9.1.aarch64",
"product_id": "cockpit-ws-251.3-150300.6.9.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "cockpit-doc-251.3-150300.6.9.1.noarch",
"product": {
"name": "cockpit-doc-251.3-150300.6.9.1.noarch",
"product_id": "cockpit-doc-251.3-150300.6.9.1.noarch"
}
},
{
"category": "product_version",
"name": "cockpit-kdump-251.3-150300.6.9.1.noarch",
"product": {
"name": "cockpit-kdump-251.3-150300.6.9.1.noarch",
"product_id": "cockpit-kdump-251.3-150300.6.9.1.noarch"
}
},
{
"category": "product_version",
"name": "cockpit-networkmanager-251.3-150300.6.9.1.noarch",
"product": {
"name": "cockpit-networkmanager-251.3-150300.6.9.1.noarch",
"product_id": "cockpit-networkmanager-251.3-150300.6.9.1.noarch"
}
},
{
"category": "product_version",
"name": "cockpit-packagekit-251.3-150300.6.9.1.noarch",
"product": {
"name": "cockpit-packagekit-251.3-150300.6.9.1.noarch",
"product_id": "cockpit-packagekit-251.3-150300.6.9.1.noarch"
}
},
{
"category": "product_version",
"name": "cockpit-storaged-251.3-150300.6.9.1.noarch",
"product": {
"name": "cockpit-storaged-251.3-150300.6.9.1.noarch",
"product_id": "cockpit-storaged-251.3-150300.6.9.1.noarch"
}
},
{
"category": "product_version",
"name": "cockpit-system-251.3-150300.6.9.1.noarch",
"product": {
"name": "cockpit-system-251.3-150300.6.9.1.noarch",
"product_id": "cockpit-system-251.3-150300.6.9.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "cockpit-251.3-150300.6.9.1.ppc64le",
"product": {
"name": "cockpit-251.3-150300.6.9.1.ppc64le",
"product_id": "cockpit-251.3-150300.6.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "cockpit-bridge-251.3-150300.6.9.1.ppc64le",
"product": {
"name": "cockpit-bridge-251.3-150300.6.9.1.ppc64le",
"product_id": "cockpit-bridge-251.3-150300.6.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "cockpit-devel-251.3-150300.6.9.1.ppc64le",
"product": {
"name": "cockpit-devel-251.3-150300.6.9.1.ppc64le",
"product_id": "cockpit-devel-251.3-150300.6.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "cockpit-pcp-251.3-150300.6.9.1.ppc64le",
"product": {
"name": "cockpit-pcp-251.3-150300.6.9.1.ppc64le",
"product_id": "cockpit-pcp-251.3-150300.6.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "cockpit-tests-251.3-150300.6.9.1.ppc64le",
"product": {
"name": "cockpit-tests-251.3-150300.6.9.1.ppc64le",
"product_id": "cockpit-tests-251.3-150300.6.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "cockpit-ws-251.3-150300.6.9.1.ppc64le",
"product": {
"name": "cockpit-ws-251.3-150300.6.9.1.ppc64le",
"product_id": "cockpit-ws-251.3-150300.6.9.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cockpit-251.3-150300.6.9.1.s390x",
"product": {
"name": "cockpit-251.3-150300.6.9.1.s390x",
"product_id": "cockpit-251.3-150300.6.9.1.s390x"
}
},
{
"category": "product_version",
"name": "cockpit-bridge-251.3-150300.6.9.1.s390x",
"product": {
"name": "cockpit-bridge-251.3-150300.6.9.1.s390x",
"product_id": "cockpit-bridge-251.3-150300.6.9.1.s390x"
}
},
{
"category": "product_version",
"name": "cockpit-devel-251.3-150300.6.9.1.s390x",
"product": {
"name": "cockpit-devel-251.3-150300.6.9.1.s390x",
"product_id": "cockpit-devel-251.3-150300.6.9.1.s390x"
}
},
{
"category": "product_version",
"name": "cockpit-pcp-251.3-150300.6.9.1.s390x",
"product": {
"name": "cockpit-pcp-251.3-150300.6.9.1.s390x",
"product_id": "cockpit-pcp-251.3-150300.6.9.1.s390x"
}
},
{
"category": "product_version",
"name": "cockpit-tests-251.3-150300.6.9.1.s390x",
"product": {
"name": "cockpit-tests-251.3-150300.6.9.1.s390x",
"product_id": "cockpit-tests-251.3-150300.6.9.1.s390x"
}
},
{
"category": "product_version",
"name": "cockpit-ws-251.3-150300.6.9.1.s390x",
"product": {
"name": "cockpit-ws-251.3-150300.6.9.1.s390x",
"product_id": "cockpit-ws-251.3-150300.6.9.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "cockpit-251.3-150300.6.9.1.x86_64",
"product": {
"name": "cockpit-251.3-150300.6.9.1.x86_64",
"product_id": "cockpit-251.3-150300.6.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "cockpit-bridge-251.3-150300.6.9.1.x86_64",
"product": {
"name": "cockpit-bridge-251.3-150300.6.9.1.x86_64",
"product_id": "cockpit-bridge-251.3-150300.6.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "cockpit-devel-251.3-150300.6.9.1.x86_64",
"product": {
"name": "cockpit-devel-251.3-150300.6.9.1.x86_64",
"product_id": "cockpit-devel-251.3-150300.6.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "cockpit-pcp-251.3-150300.6.9.1.x86_64",
"product": {
"name": "cockpit-pcp-251.3-150300.6.9.1.x86_64",
"product_id": "cockpit-pcp-251.3-150300.6.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "cockpit-tests-251.3-150300.6.9.1.x86_64",
"product": {
"name": "cockpit-tests-251.3-150300.6.9.1.x86_64",
"product_id": "cockpit-tests-251.3-150300.6.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "cockpit-ws-251.3-150300.6.9.1.x86_64",
"product": {
"name": "cockpit-ws-251.3-150300.6.9.1.x86_64",
"product_id": "cockpit-ws-251.3-150300.6.9.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.2",
"product": {
"name": "SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-microos:5.2"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-251.3-150300.6.9.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:cockpit-251.3-150300.6.9.1.aarch64"
},
"product_reference": "cockpit-251.3-150300.6.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-251.3-150300.6.9.1.s390x as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:cockpit-251.3-150300.6.9.1.s390x"
},
"product_reference": "cockpit-251.3-150300.6.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-251.3-150300.6.9.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:cockpit-251.3-150300.6.9.1.x86_64"
},
"product_reference": "cockpit-251.3-150300.6.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-bridge-251.3-150300.6.9.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:cockpit-bridge-251.3-150300.6.9.1.aarch64"
},
"product_reference": "cockpit-bridge-251.3-150300.6.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-bridge-251.3-150300.6.9.1.s390x as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:cockpit-bridge-251.3-150300.6.9.1.s390x"
},
"product_reference": "cockpit-bridge-251.3-150300.6.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-bridge-251.3-150300.6.9.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:cockpit-bridge-251.3-150300.6.9.1.x86_64"
},
"product_reference": "cockpit-bridge-251.3-150300.6.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-system-251.3-150300.6.9.1.noarch as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:cockpit-system-251.3-150300.6.9.1.noarch"
},
"product_reference": "cockpit-system-251.3-150300.6.9.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-ws-251.3-150300.6.9.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:cockpit-ws-251.3-150300.6.9.1.aarch64"
},
"product_reference": "cockpit-ws-251.3-150300.6.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-ws-251.3-150300.6.9.1.s390x as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:cockpit-ws-251.3-150300.6.9.1.s390x"
},
"product_reference": "cockpit-ws-251.3-150300.6.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-ws-251.3-150300.6.9.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:cockpit-ws-251.3-150300.6.9.1.x86_64"
},
"product_reference": "cockpit-ws-251.3-150300.6.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-25547",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25547"
}
],
"notes": [
{
"category": "general",
"text": "@isaacs/brace-expansion is a hybrid CJS/ESM TypeScript fork of brace-expansion. Prior to version 5.0.1, @isaacs/brace-expansion is vulnerable to a denial of service (DoS) issue caused by unbounded brace range expansion. When an attacker provides a pattern containing repeated numeric brace ranges, the library attempts to eagerly generate every possible combination synchronously. Because the expansion grows exponentially, even a small input can consume excessive CPU and memory and may crash the Node.js process. This issue has been patched in version 5.0.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.2:cockpit-251.3-150300.6.9.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:cockpit-251.3-150300.6.9.1.s390x",
"SUSE Linux Enterprise Micro 5.2:cockpit-251.3-150300.6.9.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:cockpit-bridge-251.3-150300.6.9.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:cockpit-bridge-251.3-150300.6.9.1.s390x",
"SUSE Linux Enterprise Micro 5.2:cockpit-bridge-251.3-150300.6.9.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:cockpit-system-251.3-150300.6.9.1.noarch",
"SUSE Linux Enterprise Micro 5.2:cockpit-ws-251.3-150300.6.9.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:cockpit-ws-251.3-150300.6.9.1.s390x",
"SUSE Linux Enterprise Micro 5.2:cockpit-ws-251.3-150300.6.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25547",
"url": "https://www.suse.com/security/cve/CVE-2026-25547"
},
{
"category": "external",
"summary": "SUSE Bug 1257834 for CVE-2026-25547",
"url": "https://bugzilla.suse.com/1257834"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Micro 5.2:cockpit-251.3-150300.6.9.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:cockpit-251.3-150300.6.9.1.s390x",
"SUSE Linux Enterprise Micro 5.2:cockpit-251.3-150300.6.9.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:cockpit-bridge-251.3-150300.6.9.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:cockpit-bridge-251.3-150300.6.9.1.s390x",
"SUSE Linux Enterprise Micro 5.2:cockpit-bridge-251.3-150300.6.9.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:cockpit-system-251.3-150300.6.9.1.noarch",
"SUSE Linux Enterprise Micro 5.2:cockpit-ws-251.3-150300.6.9.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:cockpit-ws-251.3-150300.6.9.1.s390x",
"SUSE Linux Enterprise Micro 5.2:cockpit-ws-251.3-150300.6.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.2:cockpit-251.3-150300.6.9.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:cockpit-251.3-150300.6.9.1.s390x",
"SUSE Linux Enterprise Micro 5.2:cockpit-251.3-150300.6.9.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:cockpit-bridge-251.3-150300.6.9.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:cockpit-bridge-251.3-150300.6.9.1.s390x",
"SUSE Linux Enterprise Micro 5.2:cockpit-bridge-251.3-150300.6.9.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:cockpit-system-251.3-150300.6.9.1.noarch",
"SUSE Linux Enterprise Micro 5.2:cockpit-ws-251.3-150300.6.9.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:cockpit-ws-251.3-150300.6.9.1.s390x",
"SUSE Linux Enterprise Micro 5.2:cockpit-ws-251.3-150300.6.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-09T10:47:29Z",
"details": "important"
}
],
"title": "CVE-2026-25547"
},
{
"cve": "CVE-2026-26996",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-26996"
}
],
"notes": [
{
"category": "general",
"text": "minimatch is a minimal matching utility for converting glob expressions into JavaScript RegExp objects. Versions 10.2.0 and below are vulnerable to Regular Expression Denial of Service (ReDoS) when a glob pattern contains many consecutive * wildcards followed by a literal character that doesn\u0027t appear in the test string. Each * compiles to a separate [^/]*? regex group, and when the match fails, V8\u0027s regex engine backtracks exponentially across all possible splits. The time complexity is O(4^N) where N is the number of * characters. With N=15, a single minimatch() call takes ~2 seconds. With N=34, it hangs effectively forever. Any application that passes user-controlled strings to minimatch() as the pattern argument is vulnerable to DoS. This issue has been fixed in version 10.2.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.2:cockpit-251.3-150300.6.9.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:cockpit-251.3-150300.6.9.1.s390x",
"SUSE Linux Enterprise Micro 5.2:cockpit-251.3-150300.6.9.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:cockpit-bridge-251.3-150300.6.9.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:cockpit-bridge-251.3-150300.6.9.1.s390x",
"SUSE Linux Enterprise Micro 5.2:cockpit-bridge-251.3-150300.6.9.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:cockpit-system-251.3-150300.6.9.1.noarch",
"SUSE Linux Enterprise Micro 5.2:cockpit-ws-251.3-150300.6.9.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:cockpit-ws-251.3-150300.6.9.1.s390x",
"SUSE Linux Enterprise Micro 5.2:cockpit-ws-251.3-150300.6.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-26996",
"url": "https://www.suse.com/security/cve/CVE-2026-26996"
},
{
"category": "external",
"summary": "SUSE Bug 1258621 for CVE-2026-26996",
"url": "https://bugzilla.suse.com/1258621"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Micro 5.2:cockpit-251.3-150300.6.9.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:cockpit-251.3-150300.6.9.1.s390x",
"SUSE Linux Enterprise Micro 5.2:cockpit-251.3-150300.6.9.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:cockpit-bridge-251.3-150300.6.9.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:cockpit-bridge-251.3-150300.6.9.1.s390x",
"SUSE Linux Enterprise Micro 5.2:cockpit-bridge-251.3-150300.6.9.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:cockpit-system-251.3-150300.6.9.1.noarch",
"SUSE Linux Enterprise Micro 5.2:cockpit-ws-251.3-150300.6.9.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:cockpit-ws-251.3-150300.6.9.1.s390x",
"SUSE Linux Enterprise Micro 5.2:cockpit-ws-251.3-150300.6.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.2:cockpit-251.3-150300.6.9.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:cockpit-251.3-150300.6.9.1.s390x",
"SUSE Linux Enterprise Micro 5.2:cockpit-251.3-150300.6.9.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:cockpit-bridge-251.3-150300.6.9.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:cockpit-bridge-251.3-150300.6.9.1.s390x",
"SUSE Linux Enterprise Micro 5.2:cockpit-bridge-251.3-150300.6.9.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:cockpit-system-251.3-150300.6.9.1.noarch",
"SUSE Linux Enterprise Micro 5.2:cockpit-ws-251.3-150300.6.9.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:cockpit-ws-251.3-150300.6.9.1.s390x",
"SUSE Linux Enterprise Micro 5.2:cockpit-ws-251.3-150300.6.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-09T10:47:29Z",
"details": "important"
}
],
"title": "CVE-2026-26996"
}
]
}
SUSE-SU-2026:1249-1
Vulnerability from csaf_suse - Published: 2026-04-10 11:36 - Updated: 2026-04-10 11:36| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:cockpit-machines-249.1-150300.5.6.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:cockpit-machines-249.1-150300.5.6.1.noarch | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for cockpit-machines",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for cockpit-machines fixes the following issues:\n\n- CVE-2026-25547: brace-expansion: unbounded brace range expansion can lead to excessive CPU and memory consumption and\n may crash a Node.js process (bsc#1257836).\n- CVE-2026-26996: minimatch: ReDoS when glob pattern contains many consecutive wildcards followed by a literal character\n that doesn\u0027t appear in the test string (bsc#1258641).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1249,SUSE-SUSE-MicroOS-5.2-2026-1249",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_1249-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1249-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261249-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1249-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045375.html"
},
{
"category": "self",
"summary": "SUSE Bug 1257836",
"url": "https://bugzilla.suse.com/1257836"
},
{
"category": "self",
"summary": "SUSE Bug 1258641",
"url": "https://bugzilla.suse.com/1258641"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25547 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25547/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-26996 page",
"url": "https://www.suse.com/security/cve/CVE-2026-26996/"
}
],
"title": "Security update for cockpit-machines",
"tracking": {
"current_release_date": "2026-04-10T11:36:32Z",
"generator": {
"date": "2026-04-10T11:36:32Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1249-1",
"initial_release_date": "2026-04-10T11:36:32Z",
"revision_history": [
{
"date": "2026-04-10T11:36:32Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "cockpit-machines-249.1-150300.5.6.1.noarch",
"product": {
"name": "cockpit-machines-249.1-150300.5.6.1.noarch",
"product_id": "cockpit-machines-249.1-150300.5.6.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.2",
"product": {
"name": "SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-microos:5.2"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-machines-249.1-150300.5.6.1.noarch as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:cockpit-machines-249.1-150300.5.6.1.noarch"
},
"product_reference": "cockpit-machines-249.1-150300.5.6.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-25547",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25547"
}
],
"notes": [
{
"category": "general",
"text": "@isaacs/brace-expansion is a hybrid CJS/ESM TypeScript fork of brace-expansion. Prior to version 5.0.1, @isaacs/brace-expansion is vulnerable to a denial of service (DoS) issue caused by unbounded brace range expansion. When an attacker provides a pattern containing repeated numeric brace ranges, the library attempts to eagerly generate every possible combination synchronously. Because the expansion grows exponentially, even a small input can consume excessive CPU and memory and may crash the Node.js process. This issue has been patched in version 5.0.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.2:cockpit-machines-249.1-150300.5.6.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25547",
"url": "https://www.suse.com/security/cve/CVE-2026-25547"
},
{
"category": "external",
"summary": "SUSE Bug 1257834 for CVE-2026-25547",
"url": "https://bugzilla.suse.com/1257834"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Micro 5.2:cockpit-machines-249.1-150300.5.6.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.2:cockpit-machines-249.1-150300.5.6.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-10T11:36:32Z",
"details": "important"
}
],
"title": "CVE-2026-25547"
},
{
"cve": "CVE-2026-26996",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-26996"
}
],
"notes": [
{
"category": "general",
"text": "minimatch is a minimal matching utility for converting glob expressions into JavaScript RegExp objects. Versions 10.2.0 and below are vulnerable to Regular Expression Denial of Service (ReDoS) when a glob pattern contains many consecutive * wildcards followed by a literal character that doesn\u0027t appear in the test string. Each * compiles to a separate [^/]*? regex group, and when the match fails, V8\u0027s regex engine backtracks exponentially across all possible splits. The time complexity is O(4^N) where N is the number of * characters. With N=15, a single minimatch() call takes ~2 seconds. With N=34, it hangs effectively forever. Any application that passes user-controlled strings to minimatch() as the pattern argument is vulnerable to DoS. This issue has been fixed in version 10.2.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.2:cockpit-machines-249.1-150300.5.6.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-26996",
"url": "https://www.suse.com/security/cve/CVE-2026-26996"
},
{
"category": "external",
"summary": "SUSE Bug 1258621 for CVE-2026-26996",
"url": "https://bugzilla.suse.com/1258621"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Micro 5.2:cockpit-machines-249.1-150300.5.6.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.2:cockpit-machines-249.1-150300.5.6.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-10T11:36:32Z",
"details": "important"
}
],
"title": "CVE-2026-26996"
}
]
}
SUSE-SU-2026:1250-1
Vulnerability from csaf_suse - Published: 2026-04-10 11:36 - Updated: 2026-04-10 11:36| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:cockpit-tukit-0.0.3~git14.ff11a9a-150300.1.9.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:cockpit-tukit-0.0.3~git14.ff11a9a-150300.1.9.1.noarch | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for cockpit-tukit",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for cockpit-tukit fixes the following issues:\n\n- CVE-2026-25547: brace-expansion: unbounded brace range expansion can lead to excessive CPU and memory consumption and\n may crash a Node.js process (bsc#1257836).\n- CVE-2026-26996: minimatch: ReDoS when glob pattern contains many consecutive wildcards followed by a literal character\n that doesn\u0027t appear in the test string (bsc#1258641).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1250,SUSE-SUSE-MicroOS-5.2-2026-1250",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_1250-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1250-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261250-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1250-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045374.html"
},
{
"category": "self",
"summary": "SUSE Bug 1257836",
"url": "https://bugzilla.suse.com/1257836"
},
{
"category": "self",
"summary": "SUSE Bug 1258641",
"url": "https://bugzilla.suse.com/1258641"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25547 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25547/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-26996 page",
"url": "https://www.suse.com/security/cve/CVE-2026-26996/"
}
],
"title": "Security update for cockpit-tukit",
"tracking": {
"current_release_date": "2026-04-10T11:36:40Z",
"generator": {
"date": "2026-04-10T11:36:40Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1250-1",
"initial_release_date": "2026-04-10T11:36:40Z",
"revision_history": [
{
"date": "2026-04-10T11:36:40Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "cockpit-tukit-0.0.3~git14.ff11a9a-150300.1.9.1.noarch",
"product": {
"name": "cockpit-tukit-0.0.3~git14.ff11a9a-150300.1.9.1.noarch",
"product_id": "cockpit-tukit-0.0.3~git14.ff11a9a-150300.1.9.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.2",
"product": {
"name": "SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-microos:5.2"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-tukit-0.0.3~git14.ff11a9a-150300.1.9.1.noarch as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:cockpit-tukit-0.0.3~git14.ff11a9a-150300.1.9.1.noarch"
},
"product_reference": "cockpit-tukit-0.0.3~git14.ff11a9a-150300.1.9.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-25547",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25547"
}
],
"notes": [
{
"category": "general",
"text": "@isaacs/brace-expansion is a hybrid CJS/ESM TypeScript fork of brace-expansion. Prior to version 5.0.1, @isaacs/brace-expansion is vulnerable to a denial of service (DoS) issue caused by unbounded brace range expansion. When an attacker provides a pattern containing repeated numeric brace ranges, the library attempts to eagerly generate every possible combination synchronously. Because the expansion grows exponentially, even a small input can consume excessive CPU and memory and may crash the Node.js process. This issue has been patched in version 5.0.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.2:cockpit-tukit-0.0.3~git14.ff11a9a-150300.1.9.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25547",
"url": "https://www.suse.com/security/cve/CVE-2026-25547"
},
{
"category": "external",
"summary": "SUSE Bug 1257834 for CVE-2026-25547",
"url": "https://bugzilla.suse.com/1257834"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Micro 5.2:cockpit-tukit-0.0.3~git14.ff11a9a-150300.1.9.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.2:cockpit-tukit-0.0.3~git14.ff11a9a-150300.1.9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-10T11:36:40Z",
"details": "important"
}
],
"title": "CVE-2026-25547"
},
{
"cve": "CVE-2026-26996",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-26996"
}
],
"notes": [
{
"category": "general",
"text": "minimatch is a minimal matching utility for converting glob expressions into JavaScript RegExp objects. Versions 10.2.0 and below are vulnerable to Regular Expression Denial of Service (ReDoS) when a glob pattern contains many consecutive * wildcards followed by a literal character that doesn\u0027t appear in the test string. Each * compiles to a separate [^/]*? regex group, and when the match fails, V8\u0027s regex engine backtracks exponentially across all possible splits. The time complexity is O(4^N) where N is the number of * characters. With N=15, a single minimatch() call takes ~2 seconds. With N=34, it hangs effectively forever. Any application that passes user-controlled strings to minimatch() as the pattern argument is vulnerable to DoS. This issue has been fixed in version 10.2.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.2:cockpit-tukit-0.0.3~git14.ff11a9a-150300.1.9.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-26996",
"url": "https://www.suse.com/security/cve/CVE-2026-26996"
},
{
"category": "external",
"summary": "SUSE Bug 1258621 for CVE-2026-26996",
"url": "https://bugzilla.suse.com/1258621"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Micro 5.2:cockpit-tukit-0.0.3~git14.ff11a9a-150300.1.9.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.2:cockpit-tukit-0.0.3~git14.ff11a9a-150300.1.9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-10T11:36:40Z",
"details": "important"
}
],
"title": "CVE-2026-26996"
}
]
}
SUSE-SU-2026:1251-1
Vulnerability from csaf_suse - Published: 2026-04-10 11:36 - Updated: 2026-04-10 11:36| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:cockpit-podman-33-150300.6.9.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:cockpit-podman-33-150300.6.9.1.noarch | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for cockpit-podman",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for cockpit-podman fixes the following issues:\n\n- CVE-2026-25547: brace-expansion: unbounded brace range expansion can lead to excessive CPU and memory consumption and\n may crash a Node.js process (bsc#1257836).\n- CVE-2026-26996: minimatch: ReDoS when glob pattern contains many consecutive wildcards followed by a literal character\n that doesn\u0027t appear in the test string (bsc#1258641).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1251,SUSE-SUSE-MicroOS-5.2-2026-1251",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_1251-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1251-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261251-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1251-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045373.html"
},
{
"category": "self",
"summary": "SUSE Bug 1257836",
"url": "https://bugzilla.suse.com/1257836"
},
{
"category": "self",
"summary": "SUSE Bug 1258641",
"url": "https://bugzilla.suse.com/1258641"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25547 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25547/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-26996 page",
"url": "https://www.suse.com/security/cve/CVE-2026-26996/"
}
],
"title": "Security update for cockpit-podman",
"tracking": {
"current_release_date": "2026-04-10T11:36:50Z",
"generator": {
"date": "2026-04-10T11:36:50Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1251-1",
"initial_release_date": "2026-04-10T11:36:50Z",
"revision_history": [
{
"date": "2026-04-10T11:36:50Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "cockpit-podman-33-150300.6.9.1.noarch",
"product": {
"name": "cockpit-podman-33-150300.6.9.1.noarch",
"product_id": "cockpit-podman-33-150300.6.9.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.2",
"product": {
"name": "SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-microos:5.2"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-33-150300.6.9.1.noarch as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:cockpit-podman-33-150300.6.9.1.noarch"
},
"product_reference": "cockpit-podman-33-150300.6.9.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-25547",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25547"
}
],
"notes": [
{
"category": "general",
"text": "@isaacs/brace-expansion is a hybrid CJS/ESM TypeScript fork of brace-expansion. Prior to version 5.0.1, @isaacs/brace-expansion is vulnerable to a denial of service (DoS) issue caused by unbounded brace range expansion. When an attacker provides a pattern containing repeated numeric brace ranges, the library attempts to eagerly generate every possible combination synchronously. Because the expansion grows exponentially, even a small input can consume excessive CPU and memory and may crash the Node.js process. This issue has been patched in version 5.0.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.2:cockpit-podman-33-150300.6.9.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25547",
"url": "https://www.suse.com/security/cve/CVE-2026-25547"
},
{
"category": "external",
"summary": "SUSE Bug 1257834 for CVE-2026-25547",
"url": "https://bugzilla.suse.com/1257834"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Micro 5.2:cockpit-podman-33-150300.6.9.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.2:cockpit-podman-33-150300.6.9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-10T11:36:50Z",
"details": "important"
}
],
"title": "CVE-2026-25547"
},
{
"cve": "CVE-2026-26996",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-26996"
}
],
"notes": [
{
"category": "general",
"text": "minimatch is a minimal matching utility for converting glob expressions into JavaScript RegExp objects. Versions 10.2.0 and below are vulnerable to Regular Expression Denial of Service (ReDoS) when a glob pattern contains many consecutive * wildcards followed by a literal character that doesn\u0027t appear in the test string. Each * compiles to a separate [^/]*? regex group, and when the match fails, V8\u0027s regex engine backtracks exponentially across all possible splits. The time complexity is O(4^N) where N is the number of * characters. With N=15, a single minimatch() call takes ~2 seconds. With N=34, it hangs effectively forever. Any application that passes user-controlled strings to minimatch() as the pattern argument is vulnerable to DoS. This issue has been fixed in version 10.2.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.2:cockpit-podman-33-150300.6.9.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-26996",
"url": "https://www.suse.com/security/cve/CVE-2026-26996"
},
{
"category": "external",
"summary": "SUSE Bug 1258621 for CVE-2026-26996",
"url": "https://bugzilla.suse.com/1258621"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Micro 5.2:cockpit-podman-33-150300.6.9.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.2:cockpit-podman-33-150300.6.9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-10T11:36:50Z",
"details": "important"
}
],
"title": "CVE-2026-26996"
}
]
}
SUSE-SU-2026:20967-1
Vulnerability from csaf_suse - Published: 2026-04-05 03:01 - Updated: 2026-04-05 03:01| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:cockpit-repos-4.7-160000.2.1.noarch | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for cockpit-repos",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for cockpit-repos fixes the following issue:\n\n- CVE-2026-26996: minimatch: ReDoS when glob pattern contains many consecutive wildcards followed by a literal character\n that doesn\u0027t appear in the test string (bsc#1258637).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SL-Micro-6.2-478",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_20967-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:20967-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620967-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:20967-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045315.html"
},
{
"category": "self",
"summary": "SUSE Bug 1258637",
"url": "https://bugzilla.suse.com/1258637"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-26996 page",
"url": "https://www.suse.com/security/cve/CVE-2026-26996/"
}
],
"title": "Security update for cockpit-repos",
"tracking": {
"current_release_date": "2026-04-05T03:01:00Z",
"generator": {
"date": "2026-04-05T03:01:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:20967-1",
"initial_release_date": "2026-04-05T03:01:00Z",
"revision_history": [
{
"date": "2026-04-05T03:01:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "cockpit-repos-4.7-160000.2.1.noarch",
"product": {
"name": "cockpit-repos-4.7-160000.2.1.noarch",
"product_id": "cockpit-repos-4.7-160000.2.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.2",
"product": {
"name": "SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.2"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-repos-4.7-160000.2.1.noarch as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:cockpit-repos-4.7-160000.2.1.noarch"
},
"product_reference": "cockpit-repos-4.7-160000.2.1.noarch",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-26996",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-26996"
}
],
"notes": [
{
"category": "general",
"text": "minimatch is a minimal matching utility for converting glob expressions into JavaScript RegExp objects. Versions 10.2.0 and below are vulnerable to Regular Expression Denial of Service (ReDoS) when a glob pattern contains many consecutive * wildcards followed by a literal character that doesn\u0027t appear in the test string. Each * compiles to a separate [^/]*? regex group, and when the match fails, V8\u0027s regex engine backtracks exponentially across all possible splits. The time complexity is O(4^N) where N is the number of * characters. With N=15, a single minimatch() call takes ~2 seconds. With N=34, it hangs effectively forever. Any application that passes user-controlled strings to minimatch() as the pattern argument is vulnerable to DoS. This issue has been fixed in version 10.2.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.2:cockpit-repos-4.7-160000.2.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-26996",
"url": "https://www.suse.com/security/cve/CVE-2026-26996"
},
{
"category": "external",
"summary": "SUSE Bug 1258621 for CVE-2026-26996",
"url": "https://bugzilla.suse.com/1258621"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.2:cockpit-repos-4.7-160000.2.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.2:cockpit-repos-4.7-160000.2.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-05T03:01:00Z",
"details": "important"
}
],
"title": "CVE-2026-26996"
}
]
}
SUSE-SU-2026:20973-1
Vulnerability from csaf_suse - Published: 2026-04-05 03:01 - Updated: 2026-04-05 03:01| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:cockpit-repos-4.7-160000.2.1.noarch | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for cockpit-repos",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for cockpit-repos fixes the following issue:\n\n- CVE-2026-26996: minimatch: ReDoS when glob pattern contains many consecutive wildcards followed by a literal character\n that doesn\u0027t appear in the test string (bsc#1258637).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SL-Micro-6.2-478",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_20973-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:20973-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620973-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:20973-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045309.html"
},
{
"category": "self",
"summary": "SUSE Bug 1258637",
"url": "https://bugzilla.suse.com/1258637"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-26996 page",
"url": "https://www.suse.com/security/cve/CVE-2026-26996/"
}
],
"title": "Security update for cockpit-repos",
"tracking": {
"current_release_date": "2026-04-05T03:01:00Z",
"generator": {
"date": "2026-04-05T03:01:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:20973-1",
"initial_release_date": "2026-04-05T03:01:00Z",
"revision_history": [
{
"date": "2026-04-05T03:01:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "cockpit-repos-4.7-160000.2.1.noarch",
"product": {
"name": "cockpit-repos-4.7-160000.2.1.noarch",
"product_id": "cockpit-repos-4.7-160000.2.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.2",
"product": {
"name": "SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.2"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-repos-4.7-160000.2.1.noarch as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:cockpit-repos-4.7-160000.2.1.noarch"
},
"product_reference": "cockpit-repos-4.7-160000.2.1.noarch",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-26996",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-26996"
}
],
"notes": [
{
"category": "general",
"text": "minimatch is a minimal matching utility for converting glob expressions into JavaScript RegExp objects. Versions 10.2.0 and below are vulnerable to Regular Expression Denial of Service (ReDoS) when a glob pattern contains many consecutive * wildcards followed by a literal character that doesn\u0027t appear in the test string. Each * compiles to a separate [^/]*? regex group, and when the match fails, V8\u0027s regex engine backtracks exponentially across all possible splits. The time complexity is O(4^N) where N is the number of * characters. With N=15, a single minimatch() call takes ~2 seconds. With N=34, it hangs effectively forever. Any application that passes user-controlled strings to minimatch() as the pattern argument is vulnerable to DoS. This issue has been fixed in version 10.2.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.2:cockpit-repos-4.7-160000.2.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-26996",
"url": "https://www.suse.com/security/cve/CVE-2026-26996"
},
{
"category": "external",
"summary": "SUSE Bug 1258621 for CVE-2026-26996",
"url": "https://bugzilla.suse.com/1258621"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.2:cockpit-repos-4.7-160000.2.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.2:cockpit-repos-4.7-160000.2.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-05T03:01:00Z",
"details": "important"
}
],
"title": "CVE-2026-26996"
}
]
}
SUSE-SU-2026:20997-1
Vulnerability from csaf_suse - Published: 2026-04-05 03:01 - Updated: 2026-04-05 03:01| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-repos-4.7-160000.2.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-repos-4.7-160000.2.1.noarch | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for cockpit-repos",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for cockpit-repos fixes the following issue:\n\n- CVE-2026-26996: minimatch: ReDoS when glob pattern contains many consecutive wildcards followed by a literal character\n that doesn\u0027t appear in the test string (bsc#1258637).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLES-16.0-478",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_20997-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:20997-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620997-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:20997-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045334.html"
},
{
"category": "self",
"summary": "SUSE Bug 1258637",
"url": "https://bugzilla.suse.com/1258637"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-26996 page",
"url": "https://www.suse.com/security/cve/CVE-2026-26996/"
}
],
"title": "Security update for cockpit-repos",
"tracking": {
"current_release_date": "2026-04-05T03:01:00Z",
"generator": {
"date": "2026-04-05T03:01:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:20997-1",
"initial_release_date": "2026-04-05T03:01:00Z",
"revision_history": [
{
"date": "2026-04-05T03:01:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "cockpit-repos-4.7-160000.2.1.noarch",
"product": {
"name": "cockpit-repos-4.7-160000.2.1.noarch",
"product_id": "cockpit-repos-4.7-160000.2.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 16.0",
"product": {
"name": "SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16:16.0:server"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product": {
"name": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16:16.0:server-sap"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-repos-4.7-160000.2.1.noarch as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:cockpit-repos-4.7-160000.2.1.noarch"
},
"product_reference": "cockpit-repos-4.7-160000.2.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-repos-4.7-160000.2.1.noarch as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-repos-4.7-160000.2.1.noarch"
},
"product_reference": "cockpit-repos-4.7-160000.2.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-26996",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-26996"
}
],
"notes": [
{
"category": "general",
"text": "minimatch is a minimal matching utility for converting glob expressions into JavaScript RegExp objects. Versions 10.2.0 and below are vulnerable to Regular Expression Denial of Service (ReDoS) when a glob pattern contains many consecutive * wildcards followed by a literal character that doesn\u0027t appear in the test string. Each * compiles to a separate [^/]*? regex group, and when the match fails, V8\u0027s regex engine backtracks exponentially across all possible splits. The time complexity is O(4^N) where N is the number of * characters. With N=15, a single minimatch() call takes ~2 seconds. With N=34, it hangs effectively forever. Any application that passes user-controlled strings to minimatch() as the pattern argument is vulnerable to DoS. This issue has been fixed in version 10.2.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:cockpit-repos-4.7-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-repos-4.7-160000.2.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-26996",
"url": "https://www.suse.com/security/cve/CVE-2026-26996"
},
{
"category": "external",
"summary": "SUSE Bug 1258621 for CVE-2026-26996",
"url": "https://bugzilla.suse.com/1258621"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 16.0:cockpit-repos-4.7-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-repos-4.7-160000.2.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:cockpit-repos-4.7-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-repos-4.7-160000.2.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-05T03:01:00Z",
"details": "important"
}
],
"title": "CVE-2026-26996"
}
]
}
SUSE-SU-2026:21022-1
Vulnerability from csaf_suse - Published: 2026-04-10 11:42 - Updated: 2026-04-10 11:42| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:cockpit-354-160000.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:cockpit-354-160000.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:cockpit-354-160000.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:cockpit-354-160000.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:cockpit-bridge-354-160000.2.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:cockpit-firewalld-354-160000.2.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:cockpit-kdump-354-160000.2.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:cockpit-networkmanager-354-160000.2.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:cockpit-selinux-354-160000.2.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:cockpit-storaged-354-160000.2.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:cockpit-system-354-160000.2.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:cockpit-ws-354-160000.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:cockpit-ws-354-160000.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:cockpit-ws-354-160000.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:cockpit-ws-354-160000.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:cockpit-ws-selinux-354-160000.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:cockpit-ws-selinux-354-160000.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:cockpit-ws-selinux-354-160000.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:cockpit-ws-selinux-354-160000.2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:cockpit-354-160000.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:cockpit-354-160000.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:cockpit-354-160000.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:cockpit-354-160000.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:cockpit-bridge-354-160000.2.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:cockpit-firewalld-354-160000.2.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:cockpit-kdump-354-160000.2.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:cockpit-networkmanager-354-160000.2.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:cockpit-selinux-354-160000.2.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:cockpit-storaged-354-160000.2.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:cockpit-system-354-160000.2.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:cockpit-ws-354-160000.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:cockpit-ws-354-160000.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:cockpit-ws-354-160000.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:cockpit-ws-354-160000.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:cockpit-ws-selinux-354-160000.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:cockpit-ws-selinux-354-160000.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:cockpit-ws-selinux-354-160000.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:cockpit-ws-selinux-354-160000.2.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for cockpit",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for cockpit fixes the following issues:\n\n- CVE-2026-25547: brace-expansion: unbounded brace range expansion can lead to excessive resource consumption and crash\n a Node.js process (bsc#1257836).\n- CVE-2026-26996: minimatch: processing of glob pattern containing repeated wildcards followed by a literal character\n that doesn\u0027t appear in the test string can lead to ReDoS (bsc#1258641).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SL-Micro-6.2-520",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_21022-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:21022-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202621022-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:21022-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045384.html"
},
{
"category": "self",
"summary": "SUSE Bug 1257836",
"url": "https://bugzilla.suse.com/1257836"
},
{
"category": "self",
"summary": "SUSE Bug 1258641",
"url": "https://bugzilla.suse.com/1258641"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25547 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25547/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-26996 page",
"url": "https://www.suse.com/security/cve/CVE-2026-26996/"
}
],
"title": "Security update for cockpit",
"tracking": {
"current_release_date": "2026-04-10T11:42:11Z",
"generator": {
"date": "2026-04-10T11:42:11Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:21022-1",
"initial_release_date": "2026-04-10T11:42:11Z",
"revision_history": [
{
"date": "2026-04-10T11:42:11Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "cockpit-354-160000.2.1.aarch64",
"product": {
"name": "cockpit-354-160000.2.1.aarch64",
"product_id": "cockpit-354-160000.2.1.aarch64"
}
},
{
"category": "product_version",
"name": "cockpit-ws-354-160000.2.1.aarch64",
"product": {
"name": "cockpit-ws-354-160000.2.1.aarch64",
"product_id": "cockpit-ws-354-160000.2.1.aarch64"
}
},
{
"category": "product_version",
"name": "cockpit-ws-selinux-354-160000.2.1.aarch64",
"product": {
"name": "cockpit-ws-selinux-354-160000.2.1.aarch64",
"product_id": "cockpit-ws-selinux-354-160000.2.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "cockpit-bridge-354-160000.2.1.noarch",
"product": {
"name": "cockpit-bridge-354-160000.2.1.noarch",
"product_id": "cockpit-bridge-354-160000.2.1.noarch"
}
},
{
"category": "product_version",
"name": "cockpit-firewalld-354-160000.2.1.noarch",
"product": {
"name": "cockpit-firewalld-354-160000.2.1.noarch",
"product_id": "cockpit-firewalld-354-160000.2.1.noarch"
}
},
{
"category": "product_version",
"name": "cockpit-kdump-354-160000.2.1.noarch",
"product": {
"name": "cockpit-kdump-354-160000.2.1.noarch",
"product_id": "cockpit-kdump-354-160000.2.1.noarch"
}
},
{
"category": "product_version",
"name": "cockpit-networkmanager-354-160000.2.1.noarch",
"product": {
"name": "cockpit-networkmanager-354-160000.2.1.noarch",
"product_id": "cockpit-networkmanager-354-160000.2.1.noarch"
}
},
{
"category": "product_version",
"name": "cockpit-selinux-354-160000.2.1.noarch",
"product": {
"name": "cockpit-selinux-354-160000.2.1.noarch",
"product_id": "cockpit-selinux-354-160000.2.1.noarch"
}
},
{
"category": "product_version",
"name": "cockpit-storaged-354-160000.2.1.noarch",
"product": {
"name": "cockpit-storaged-354-160000.2.1.noarch",
"product_id": "cockpit-storaged-354-160000.2.1.noarch"
}
},
{
"category": "product_version",
"name": "cockpit-system-354-160000.2.1.noarch",
"product": {
"name": "cockpit-system-354-160000.2.1.noarch",
"product_id": "cockpit-system-354-160000.2.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "cockpit-354-160000.2.1.ppc64le",
"product": {
"name": "cockpit-354-160000.2.1.ppc64le",
"product_id": "cockpit-354-160000.2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "cockpit-ws-354-160000.2.1.ppc64le",
"product": {
"name": "cockpit-ws-354-160000.2.1.ppc64le",
"product_id": "cockpit-ws-354-160000.2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "cockpit-ws-selinux-354-160000.2.1.ppc64le",
"product": {
"name": "cockpit-ws-selinux-354-160000.2.1.ppc64le",
"product_id": "cockpit-ws-selinux-354-160000.2.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cockpit-354-160000.2.1.s390x",
"product": {
"name": "cockpit-354-160000.2.1.s390x",
"product_id": "cockpit-354-160000.2.1.s390x"
}
},
{
"category": "product_version",
"name": "cockpit-ws-354-160000.2.1.s390x",
"product": {
"name": "cockpit-ws-354-160000.2.1.s390x",
"product_id": "cockpit-ws-354-160000.2.1.s390x"
}
},
{
"category": "product_version",
"name": "cockpit-ws-selinux-354-160000.2.1.s390x",
"product": {
"name": "cockpit-ws-selinux-354-160000.2.1.s390x",
"product_id": "cockpit-ws-selinux-354-160000.2.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "cockpit-354-160000.2.1.x86_64",
"product": {
"name": "cockpit-354-160000.2.1.x86_64",
"product_id": "cockpit-354-160000.2.1.x86_64"
}
},
{
"category": "product_version",
"name": "cockpit-ws-354-160000.2.1.x86_64",
"product": {
"name": "cockpit-ws-354-160000.2.1.x86_64",
"product_id": "cockpit-ws-354-160000.2.1.x86_64"
}
},
{
"category": "product_version",
"name": "cockpit-ws-selinux-354-160000.2.1.x86_64",
"product": {
"name": "cockpit-ws-selinux-354-160000.2.1.x86_64",
"product_id": "cockpit-ws-selinux-354-160000.2.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.2",
"product": {
"name": "SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.2"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-354-160000.2.1.aarch64 as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:cockpit-354-160000.2.1.aarch64"
},
"product_reference": "cockpit-354-160000.2.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-354-160000.2.1.ppc64le as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:cockpit-354-160000.2.1.ppc64le"
},
"product_reference": "cockpit-354-160000.2.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-354-160000.2.1.s390x as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:cockpit-354-160000.2.1.s390x"
},
"product_reference": "cockpit-354-160000.2.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-354-160000.2.1.x86_64 as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:cockpit-354-160000.2.1.x86_64"
},
"product_reference": "cockpit-354-160000.2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-bridge-354-160000.2.1.noarch as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:cockpit-bridge-354-160000.2.1.noarch"
},
"product_reference": "cockpit-bridge-354-160000.2.1.noarch",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-firewalld-354-160000.2.1.noarch as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:cockpit-firewalld-354-160000.2.1.noarch"
},
"product_reference": "cockpit-firewalld-354-160000.2.1.noarch",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-kdump-354-160000.2.1.noarch as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:cockpit-kdump-354-160000.2.1.noarch"
},
"product_reference": "cockpit-kdump-354-160000.2.1.noarch",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-networkmanager-354-160000.2.1.noarch as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:cockpit-networkmanager-354-160000.2.1.noarch"
},
"product_reference": "cockpit-networkmanager-354-160000.2.1.noarch",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-selinux-354-160000.2.1.noarch as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:cockpit-selinux-354-160000.2.1.noarch"
},
"product_reference": "cockpit-selinux-354-160000.2.1.noarch",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-storaged-354-160000.2.1.noarch as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:cockpit-storaged-354-160000.2.1.noarch"
},
"product_reference": "cockpit-storaged-354-160000.2.1.noarch",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-system-354-160000.2.1.noarch as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:cockpit-system-354-160000.2.1.noarch"
},
"product_reference": "cockpit-system-354-160000.2.1.noarch",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-ws-354-160000.2.1.aarch64 as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:cockpit-ws-354-160000.2.1.aarch64"
},
"product_reference": "cockpit-ws-354-160000.2.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-ws-354-160000.2.1.ppc64le as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:cockpit-ws-354-160000.2.1.ppc64le"
},
"product_reference": "cockpit-ws-354-160000.2.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-ws-354-160000.2.1.s390x as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:cockpit-ws-354-160000.2.1.s390x"
},
"product_reference": "cockpit-ws-354-160000.2.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-ws-354-160000.2.1.x86_64 as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:cockpit-ws-354-160000.2.1.x86_64"
},
"product_reference": "cockpit-ws-354-160000.2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-ws-selinux-354-160000.2.1.aarch64 as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:cockpit-ws-selinux-354-160000.2.1.aarch64"
},
"product_reference": "cockpit-ws-selinux-354-160000.2.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-ws-selinux-354-160000.2.1.ppc64le as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:cockpit-ws-selinux-354-160000.2.1.ppc64le"
},
"product_reference": "cockpit-ws-selinux-354-160000.2.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-ws-selinux-354-160000.2.1.s390x as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:cockpit-ws-selinux-354-160000.2.1.s390x"
},
"product_reference": "cockpit-ws-selinux-354-160000.2.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-ws-selinux-354-160000.2.1.x86_64 as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:cockpit-ws-selinux-354-160000.2.1.x86_64"
},
"product_reference": "cockpit-ws-selinux-354-160000.2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-25547",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25547"
}
],
"notes": [
{
"category": "general",
"text": "@isaacs/brace-expansion is a hybrid CJS/ESM TypeScript fork of brace-expansion. Prior to version 5.0.1, @isaacs/brace-expansion is vulnerable to a denial of service (DoS) issue caused by unbounded brace range expansion. When an attacker provides a pattern containing repeated numeric brace ranges, the library attempts to eagerly generate every possible combination synchronously. Because the expansion grows exponentially, even a small input can consume excessive CPU and memory and may crash the Node.js process. This issue has been patched in version 5.0.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.2:cockpit-354-160000.2.1.aarch64",
"SUSE Linux Micro 6.2:cockpit-354-160000.2.1.ppc64le",
"SUSE Linux Micro 6.2:cockpit-354-160000.2.1.s390x",
"SUSE Linux Micro 6.2:cockpit-354-160000.2.1.x86_64",
"SUSE Linux Micro 6.2:cockpit-bridge-354-160000.2.1.noarch",
"SUSE Linux Micro 6.2:cockpit-firewalld-354-160000.2.1.noarch",
"SUSE Linux Micro 6.2:cockpit-kdump-354-160000.2.1.noarch",
"SUSE Linux Micro 6.2:cockpit-networkmanager-354-160000.2.1.noarch",
"SUSE Linux Micro 6.2:cockpit-selinux-354-160000.2.1.noarch",
"SUSE Linux Micro 6.2:cockpit-storaged-354-160000.2.1.noarch",
"SUSE Linux Micro 6.2:cockpit-system-354-160000.2.1.noarch",
"SUSE Linux Micro 6.2:cockpit-ws-354-160000.2.1.aarch64",
"SUSE Linux Micro 6.2:cockpit-ws-354-160000.2.1.ppc64le",
"SUSE Linux Micro 6.2:cockpit-ws-354-160000.2.1.s390x",
"SUSE Linux Micro 6.2:cockpit-ws-354-160000.2.1.x86_64",
"SUSE Linux Micro 6.2:cockpit-ws-selinux-354-160000.2.1.aarch64",
"SUSE Linux Micro 6.2:cockpit-ws-selinux-354-160000.2.1.ppc64le",
"SUSE Linux Micro 6.2:cockpit-ws-selinux-354-160000.2.1.s390x",
"SUSE Linux Micro 6.2:cockpit-ws-selinux-354-160000.2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25547",
"url": "https://www.suse.com/security/cve/CVE-2026-25547"
},
{
"category": "external",
"summary": "SUSE Bug 1257834 for CVE-2026-25547",
"url": "https://bugzilla.suse.com/1257834"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.2:cockpit-354-160000.2.1.aarch64",
"SUSE Linux Micro 6.2:cockpit-354-160000.2.1.ppc64le",
"SUSE Linux Micro 6.2:cockpit-354-160000.2.1.s390x",
"SUSE Linux Micro 6.2:cockpit-354-160000.2.1.x86_64",
"SUSE Linux Micro 6.2:cockpit-bridge-354-160000.2.1.noarch",
"SUSE Linux Micro 6.2:cockpit-firewalld-354-160000.2.1.noarch",
"SUSE Linux Micro 6.2:cockpit-kdump-354-160000.2.1.noarch",
"SUSE Linux Micro 6.2:cockpit-networkmanager-354-160000.2.1.noarch",
"SUSE Linux Micro 6.2:cockpit-selinux-354-160000.2.1.noarch",
"SUSE Linux Micro 6.2:cockpit-storaged-354-160000.2.1.noarch",
"SUSE Linux Micro 6.2:cockpit-system-354-160000.2.1.noarch",
"SUSE Linux Micro 6.2:cockpit-ws-354-160000.2.1.aarch64",
"SUSE Linux Micro 6.2:cockpit-ws-354-160000.2.1.ppc64le",
"SUSE Linux Micro 6.2:cockpit-ws-354-160000.2.1.s390x",
"SUSE Linux Micro 6.2:cockpit-ws-354-160000.2.1.x86_64",
"SUSE Linux Micro 6.2:cockpit-ws-selinux-354-160000.2.1.aarch64",
"SUSE Linux Micro 6.2:cockpit-ws-selinux-354-160000.2.1.ppc64le",
"SUSE Linux Micro 6.2:cockpit-ws-selinux-354-160000.2.1.s390x",
"SUSE Linux Micro 6.2:cockpit-ws-selinux-354-160000.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:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.2:cockpit-354-160000.2.1.aarch64",
"SUSE Linux Micro 6.2:cockpit-354-160000.2.1.ppc64le",
"SUSE Linux Micro 6.2:cockpit-354-160000.2.1.s390x",
"SUSE Linux Micro 6.2:cockpit-354-160000.2.1.x86_64",
"SUSE Linux Micro 6.2:cockpit-bridge-354-160000.2.1.noarch",
"SUSE Linux Micro 6.2:cockpit-firewalld-354-160000.2.1.noarch",
"SUSE Linux Micro 6.2:cockpit-kdump-354-160000.2.1.noarch",
"SUSE Linux Micro 6.2:cockpit-networkmanager-354-160000.2.1.noarch",
"SUSE Linux Micro 6.2:cockpit-selinux-354-160000.2.1.noarch",
"SUSE Linux Micro 6.2:cockpit-storaged-354-160000.2.1.noarch",
"SUSE Linux Micro 6.2:cockpit-system-354-160000.2.1.noarch",
"SUSE Linux Micro 6.2:cockpit-ws-354-160000.2.1.aarch64",
"SUSE Linux Micro 6.2:cockpit-ws-354-160000.2.1.ppc64le",
"SUSE Linux Micro 6.2:cockpit-ws-354-160000.2.1.s390x",
"SUSE Linux Micro 6.2:cockpit-ws-354-160000.2.1.x86_64",
"SUSE Linux Micro 6.2:cockpit-ws-selinux-354-160000.2.1.aarch64",
"SUSE Linux Micro 6.2:cockpit-ws-selinux-354-160000.2.1.ppc64le",
"SUSE Linux Micro 6.2:cockpit-ws-selinux-354-160000.2.1.s390x",
"SUSE Linux Micro 6.2:cockpit-ws-selinux-354-160000.2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-10T11:42:11Z",
"details": "important"
}
],
"title": "CVE-2026-25547"
},
{
"cve": "CVE-2026-26996",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-26996"
}
],
"notes": [
{
"category": "general",
"text": "minimatch is a minimal matching utility for converting glob expressions into JavaScript RegExp objects. Versions 10.2.0 and below are vulnerable to Regular Expression Denial of Service (ReDoS) when a glob pattern contains many consecutive * wildcards followed by a literal character that doesn\u0027t appear in the test string. Each * compiles to a separate [^/]*? regex group, and when the match fails, V8\u0027s regex engine backtracks exponentially across all possible splits. The time complexity is O(4^N) where N is the number of * characters. With N=15, a single minimatch() call takes ~2 seconds. With N=34, it hangs effectively forever. Any application that passes user-controlled strings to minimatch() as the pattern argument is vulnerable to DoS. This issue has been fixed in version 10.2.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.2:cockpit-354-160000.2.1.aarch64",
"SUSE Linux Micro 6.2:cockpit-354-160000.2.1.ppc64le",
"SUSE Linux Micro 6.2:cockpit-354-160000.2.1.s390x",
"SUSE Linux Micro 6.2:cockpit-354-160000.2.1.x86_64",
"SUSE Linux Micro 6.2:cockpit-bridge-354-160000.2.1.noarch",
"SUSE Linux Micro 6.2:cockpit-firewalld-354-160000.2.1.noarch",
"SUSE Linux Micro 6.2:cockpit-kdump-354-160000.2.1.noarch",
"SUSE Linux Micro 6.2:cockpit-networkmanager-354-160000.2.1.noarch",
"SUSE Linux Micro 6.2:cockpit-selinux-354-160000.2.1.noarch",
"SUSE Linux Micro 6.2:cockpit-storaged-354-160000.2.1.noarch",
"SUSE Linux Micro 6.2:cockpit-system-354-160000.2.1.noarch",
"SUSE Linux Micro 6.2:cockpit-ws-354-160000.2.1.aarch64",
"SUSE Linux Micro 6.2:cockpit-ws-354-160000.2.1.ppc64le",
"SUSE Linux Micro 6.2:cockpit-ws-354-160000.2.1.s390x",
"SUSE Linux Micro 6.2:cockpit-ws-354-160000.2.1.x86_64",
"SUSE Linux Micro 6.2:cockpit-ws-selinux-354-160000.2.1.aarch64",
"SUSE Linux Micro 6.2:cockpit-ws-selinux-354-160000.2.1.ppc64le",
"SUSE Linux Micro 6.2:cockpit-ws-selinux-354-160000.2.1.s390x",
"SUSE Linux Micro 6.2:cockpit-ws-selinux-354-160000.2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-26996",
"url": "https://www.suse.com/security/cve/CVE-2026-26996"
},
{
"category": "external",
"summary": "SUSE Bug 1258621 for CVE-2026-26996",
"url": "https://bugzilla.suse.com/1258621"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.2:cockpit-354-160000.2.1.aarch64",
"SUSE Linux Micro 6.2:cockpit-354-160000.2.1.ppc64le",
"SUSE Linux Micro 6.2:cockpit-354-160000.2.1.s390x",
"SUSE Linux Micro 6.2:cockpit-354-160000.2.1.x86_64",
"SUSE Linux Micro 6.2:cockpit-bridge-354-160000.2.1.noarch",
"SUSE Linux Micro 6.2:cockpit-firewalld-354-160000.2.1.noarch",
"SUSE Linux Micro 6.2:cockpit-kdump-354-160000.2.1.noarch",
"SUSE Linux Micro 6.2:cockpit-networkmanager-354-160000.2.1.noarch",
"SUSE Linux Micro 6.2:cockpit-selinux-354-160000.2.1.noarch",
"SUSE Linux Micro 6.2:cockpit-storaged-354-160000.2.1.noarch",
"SUSE Linux Micro 6.2:cockpit-system-354-160000.2.1.noarch",
"SUSE Linux Micro 6.2:cockpit-ws-354-160000.2.1.aarch64",
"SUSE Linux Micro 6.2:cockpit-ws-354-160000.2.1.ppc64le",
"SUSE Linux Micro 6.2:cockpit-ws-354-160000.2.1.s390x",
"SUSE Linux Micro 6.2:cockpit-ws-354-160000.2.1.x86_64",
"SUSE Linux Micro 6.2:cockpit-ws-selinux-354-160000.2.1.aarch64",
"SUSE Linux Micro 6.2:cockpit-ws-selinux-354-160000.2.1.ppc64le",
"SUSE Linux Micro 6.2:cockpit-ws-selinux-354-160000.2.1.s390x",
"SUSE Linux Micro 6.2:cockpit-ws-selinux-354-160000.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:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.2:cockpit-354-160000.2.1.aarch64",
"SUSE Linux Micro 6.2:cockpit-354-160000.2.1.ppc64le",
"SUSE Linux Micro 6.2:cockpit-354-160000.2.1.s390x",
"SUSE Linux Micro 6.2:cockpit-354-160000.2.1.x86_64",
"SUSE Linux Micro 6.2:cockpit-bridge-354-160000.2.1.noarch",
"SUSE Linux Micro 6.2:cockpit-firewalld-354-160000.2.1.noarch",
"SUSE Linux Micro 6.2:cockpit-kdump-354-160000.2.1.noarch",
"SUSE Linux Micro 6.2:cockpit-networkmanager-354-160000.2.1.noarch",
"SUSE Linux Micro 6.2:cockpit-selinux-354-160000.2.1.noarch",
"SUSE Linux Micro 6.2:cockpit-storaged-354-160000.2.1.noarch",
"SUSE Linux Micro 6.2:cockpit-system-354-160000.2.1.noarch",
"SUSE Linux Micro 6.2:cockpit-ws-354-160000.2.1.aarch64",
"SUSE Linux Micro 6.2:cockpit-ws-354-160000.2.1.ppc64le",
"SUSE Linux Micro 6.2:cockpit-ws-354-160000.2.1.s390x",
"SUSE Linux Micro 6.2:cockpit-ws-354-160000.2.1.x86_64",
"SUSE Linux Micro 6.2:cockpit-ws-selinux-354-160000.2.1.aarch64",
"SUSE Linux Micro 6.2:cockpit-ws-selinux-354-160000.2.1.ppc64le",
"SUSE Linux Micro 6.2:cockpit-ws-selinux-354-160000.2.1.s390x",
"SUSE Linux Micro 6.2:cockpit-ws-selinux-354-160000.2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-10T11:42:11Z",
"details": "important"
}
],
"title": "CVE-2026-26996"
}
]
}
SUSE-SU-2026:21023-1
Vulnerability from csaf_suse - Published: 2026-04-10 11:54 - Updated: 2026-04-10 11:54| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:cockpit-podman-117-160000.2.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:cockpit-podman-117-160000.2.1.noarch | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for cockpit-podman",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for cockpit-podman fixes the following issues:\n\n- CVE-2026-25547: brace-expansion: unbounded brace range expansion can lead to excessive CPU and memory consumption and\n may crash a Node.js process (bsc#1257836).\n- CVE-2026-26996: minimatch: ReDoS when glob pattern contains many consecutive wildcards followed by a literal character\n that doesn\u0027t appear in the test string (bsc#1258641).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SL-Micro-6.2-518",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_21023-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:21023-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202621023-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:21023-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045383.html"
},
{
"category": "self",
"summary": "SUSE Bug 1257836",
"url": "https://bugzilla.suse.com/1257836"
},
{
"category": "self",
"summary": "SUSE Bug 1258641",
"url": "https://bugzilla.suse.com/1258641"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25547 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25547/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-26996 page",
"url": "https://www.suse.com/security/cve/CVE-2026-26996/"
}
],
"title": "Security update for cockpit-podman",
"tracking": {
"current_release_date": "2026-04-10T11:54:16Z",
"generator": {
"date": "2026-04-10T11:54:16Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:21023-1",
"initial_release_date": "2026-04-10T11:54:16Z",
"revision_history": [
{
"date": "2026-04-10T11:54:16Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "cockpit-podman-117-160000.2.1.noarch",
"product": {
"name": "cockpit-podman-117-160000.2.1.noarch",
"product_id": "cockpit-podman-117-160000.2.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.2",
"product": {
"name": "SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.2"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-117-160000.2.1.noarch as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:cockpit-podman-117-160000.2.1.noarch"
},
"product_reference": "cockpit-podman-117-160000.2.1.noarch",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-25547",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25547"
}
],
"notes": [
{
"category": "general",
"text": "@isaacs/brace-expansion is a hybrid CJS/ESM TypeScript fork of brace-expansion. Prior to version 5.0.1, @isaacs/brace-expansion is vulnerable to a denial of service (DoS) issue caused by unbounded brace range expansion. When an attacker provides a pattern containing repeated numeric brace ranges, the library attempts to eagerly generate every possible combination synchronously. Because the expansion grows exponentially, even a small input can consume excessive CPU and memory and may crash the Node.js process. This issue has been patched in version 5.0.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.2:cockpit-podman-117-160000.2.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25547",
"url": "https://www.suse.com/security/cve/CVE-2026-25547"
},
{
"category": "external",
"summary": "SUSE Bug 1257834 for CVE-2026-25547",
"url": "https://bugzilla.suse.com/1257834"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.2:cockpit-podman-117-160000.2.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.2:cockpit-podman-117-160000.2.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-10T11:54:16Z",
"details": "important"
}
],
"title": "CVE-2026-25547"
},
{
"cve": "CVE-2026-26996",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-26996"
}
],
"notes": [
{
"category": "general",
"text": "minimatch is a minimal matching utility for converting glob expressions into JavaScript RegExp objects. Versions 10.2.0 and below are vulnerable to Regular Expression Denial of Service (ReDoS) when a glob pattern contains many consecutive * wildcards followed by a literal character that doesn\u0027t appear in the test string. Each * compiles to a separate [^/]*? regex group, and when the match fails, V8\u0027s regex engine backtracks exponentially across all possible splits. The time complexity is O(4^N) where N is the number of * characters. With N=15, a single minimatch() call takes ~2 seconds. With N=34, it hangs effectively forever. Any application that passes user-controlled strings to minimatch() as the pattern argument is vulnerable to DoS. This issue has been fixed in version 10.2.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.2:cockpit-podman-117-160000.2.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-26996",
"url": "https://www.suse.com/security/cve/CVE-2026-26996"
},
{
"category": "external",
"summary": "SUSE Bug 1258621 for CVE-2026-26996",
"url": "https://bugzilla.suse.com/1258621"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.2:cockpit-podman-117-160000.2.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.2:cockpit-podman-117-160000.2.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-10T11:54:16Z",
"details": "important"
}
],
"title": "CVE-2026-26996"
}
]
}
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.