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
VLAI
EPSS
Title
minimatch has a ReDoS via repeated wildcards with non-matching literal in pattern
Summary
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't appear in the test string. Each * compiles to a separate [^/]*? regex group, and when the match fails, V8's 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.
Severity
CWE
- CWE-1333 - Inefficient Regular Expression Complexity
Assigner
References
2 references
| 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"
}
}
}
SUSE-SU-2026:21024-1
Vulnerability from csaf_suse - Published: 2026-04-10 11:53 - Updated: 2026-04-10 11:53Summary
Security update for cockpit-machines
Severity
Important
Notes
Title of the patch: Security update for cockpit-machines
Description of the patch: This update for cockpit-machines fixes the following issues:
- CVE-2026-25547: brace-expansion: unbounded brace range expansion can lead to excessive resource consumption and crash
a Node.js process (bsc#1257836).
- CVE-2026-26996: minimatch: processing of glob pattern containing repeated wildcards followed by a literal character
that doesn't appear in the test string can lead to ReDoS (bsc#1258641).
Patchnames: SUSE-SL-Micro-6.2-519
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.5 (High)
Affected products
Recommended
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:cockpit-machines-346-160000.2.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:cockpit-machines-346-160000.2.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
References
12 references
{
"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 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-519",
"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_21024-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:21024-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202621024-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:21024-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045382.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:53:13Z",
"generator": {
"date": "2026-04-10T11:53:13Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:21024-1",
"initial_release_date": "2026-04-10T11:53:13Z",
"revision_history": [
{
"date": "2026-04-10T11:53:13Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "cockpit-machines-346-160000.2.1.noarch",
"product": {
"name": "cockpit-machines-346-160000.2.1.noarch",
"product_id": "cockpit-machines-346-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-machines-346-160000.2.1.noarch as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:cockpit-machines-346-160000.2.1.noarch"
},
"product_reference": "cockpit-machines-346-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-machines-346-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-machines-346-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-machines-346-160000.2.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-10T11:53:13Z",
"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-machines-346-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-machines-346-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-machines-346-160000.2.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-10T11:53:13Z",
"details": "important"
}
],
"title": "CVE-2026-26996"
}
]
}
SUSE-SU-2026:21111-1
Vulnerability from csaf_suse - Published: 2026-04-14 12:16 - Updated: 2026-04-14 12:16Summary
Security update for cockpit-subscriptions
Severity
Important
Notes
Title of the patch: Security update for cockpit-subscriptions
Description of the patch: This update for cockpit-subscriptions fixes the following issue:
- CVE-2026-26996: minimatch: ReDoS when glob pattern contains many consecutive wildcards followed by a literal character
that doesn't appear in the test string (bsc#1258637).
Patchnames: SUSE-SL-Micro-6.2-555
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.5 (High)
Affected products
Recommended
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:cockpit-subscriptions-12.1-160000.3.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
References
8 references
{
"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-subscriptions",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for cockpit-subscriptions 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-555",
"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_21111-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:21111-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202621111-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:21111-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045572.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-subscriptions",
"tracking": {
"current_release_date": "2026-04-14T12:16:29Z",
"generator": {
"date": "2026-04-14T12:16:29Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:21111-1",
"initial_release_date": "2026-04-14T12:16:29Z",
"revision_history": [
{
"date": "2026-04-14T12:16:29Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "cockpit-subscriptions-12.1-160000.3.1.noarch",
"product": {
"name": "cockpit-subscriptions-12.1-160000.3.1.noarch",
"product_id": "cockpit-subscriptions-12.1-160000.3.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-subscriptions-12.1-160000.3.1.noarch as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:cockpit-subscriptions-12.1-160000.3.1.noarch"
},
"product_reference": "cockpit-subscriptions-12.1-160000.3.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-subscriptions-12.1-160000.3.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-subscriptions-12.1-160000.3.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-subscriptions-12.1-160000.3.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-14T12:16:29Z",
"details": "important"
}
],
"title": "CVE-2026-26996"
}
]
}
SUSE-SU-2026:21141-1
Vulnerability from csaf_suse - Published: 2026-04-07 12:17 - Updated: 2026-04-07 12:17Summary
Security update for cockpit-packages
Severity
Important
Notes
Title of the patch: Security update for cockpit-packages
Description of the patch: This update for cockpit-packages fixes the following issue:
Update cockpit-packages to version 4:
- CVE-2026-26996: minimatch: ReDoS when glob pattern contains many consecutive wildcards followed by a literal character
that doesn't appear in the test string (bsc#1258641).
Changes for cockpit-packages:
* Translation updates
* Dependency updates
Patchnames: SUSE-SLES-16.0-483
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.5 (High)
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-packages-4-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-packages-4-160000.1.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
References
8 references
{
"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-packages",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for cockpit-packages fixes the following issue:\n\nUpdate cockpit-packages to version 4:\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#1258641).\n\nChanges for cockpit-packages:\n\n * Translation updates\n * Dependency updates\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLES-16.0-483",
"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_21141-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:21141-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202621141-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:21141-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025503.html"
},
{
"category": "self",
"summary": "SUSE Bug 1258641",
"url": "https://bugzilla.suse.com/1258641"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-26996 page",
"url": "https://www.suse.com/security/cve/CVE-2026-26996/"
}
],
"title": "Security update for cockpit-packages",
"tracking": {
"current_release_date": "2026-04-07T12:17:01Z",
"generator": {
"date": "2026-04-07T12:17:01Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:21141-1",
"initial_release_date": "2026-04-07T12:17:01Z",
"revision_history": [
{
"date": "2026-04-07T12:17:01Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "cockpit-packages-4-160000.1.1.noarch",
"product": {
"name": "cockpit-packages-4-160000.1.1.noarch",
"product_id": "cockpit-packages-4-160000.1.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-packages-4-160000.1.1.noarch as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:cockpit-packages-4-160000.1.1.noarch"
},
"product_reference": "cockpit-packages-4-160000.1.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-packages-4-160000.1.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-packages-4-160000.1.1.noarch"
},
"product_reference": "cockpit-packages-4-160000.1.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-packages-4-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-packages-4-160000.1.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-packages-4-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-packages-4-160000.1.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-packages-4-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-packages-4-160000.1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-07T12:17:01Z",
"details": "important"
}
],
"title": "CVE-2026-26996"
}
]
}
SUSE-SU-2026:21166-1
Vulnerability from csaf_suse - Published: 2026-04-10 11:42 - Updated: 2026-04-10 11:42Summary
Security update for cockpit
Severity
Important
Notes
Title of the patch: Security update for cockpit
Description of the patch: This update for cockpit fixes the following issues:
- CVE-2026-25547: brace-expansion: unbounded brace range expansion can lead to excessive resource consumption and crash
a Node.js process (bsc#1257836).
- CVE-2026-26996: minimatch: processing of glob pattern containing repeated wildcards followed by a literal character
that doesn't appear in the test string can lead to ReDoS (bsc#1258641).
Patchnames: SUSE-SLES-16.0-520
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.5 (High)
Affected products
Recommended
50 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-354-160000.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-354-160000.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-354-160000.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-354-160000.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-bridge-354-160000.2.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-devel-354-160000.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-devel-354-160000.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-devel-354-160000.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-devel-354-160000.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-doc-354-160000.2.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-firewalld-354-160000.2.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-kdump-354-160000.2.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-networkmanager-354-160000.2.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-packagekit-354-160000.2.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-selinux-354-160000.2.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-storaged-354-160000.2.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-system-354-160000.2.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-ws-354-160000.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-ws-354-160000.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-ws-354-160000.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-ws-354-160000.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-ws-selinux-354-160000.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-ws-selinux-354-160000.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-ws-selinux-354-160000.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-ws-selinux-354-160000.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-354-160000.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-354-160000.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-354-160000.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-354-160000.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-bridge-354-160000.2.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-devel-354-160000.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-devel-354-160000.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-devel-354-160000.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-devel-354-160000.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-doc-354-160000.2.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-firewalld-354-160000.2.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-kdump-354-160000.2.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-networkmanager-354-160000.2.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-packagekit-354-160000.2.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-selinux-354-160000.2.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-storaged-354-160000.2.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-system-354-160000.2.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-354-160000.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-354-160000.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-354-160000.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-354-160000.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-selinux-354-160000.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-selinux-354-160000.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-selinux-354-160000.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-selinux-354-160000.2.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
50 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-354-160000.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-354-160000.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-354-160000.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-354-160000.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-bridge-354-160000.2.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-devel-354-160000.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-devel-354-160000.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-devel-354-160000.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-devel-354-160000.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-doc-354-160000.2.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-firewalld-354-160000.2.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-kdump-354-160000.2.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-networkmanager-354-160000.2.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-packagekit-354-160000.2.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-selinux-354-160000.2.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-storaged-354-160000.2.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-system-354-160000.2.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-ws-354-160000.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-ws-354-160000.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-ws-354-160000.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-ws-354-160000.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-ws-selinux-354-160000.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-ws-selinux-354-160000.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-ws-selinux-354-160000.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-ws-selinux-354-160000.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-354-160000.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-354-160000.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-354-160000.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-354-160000.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-bridge-354-160000.2.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-devel-354-160000.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-devel-354-160000.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-devel-354-160000.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-devel-354-160000.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-doc-354-160000.2.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-firewalld-354-160000.2.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-kdump-354-160000.2.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-networkmanager-354-160000.2.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-packagekit-354-160000.2.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-selinux-354-160000.2.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-storaged-354-160000.2.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-system-354-160000.2.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-354-160000.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-354-160000.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-354-160000.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-354-160000.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-selinux-354-160000.2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-selinux-354-160000.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-selinux-354-160000.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-selinux-354-160000.2.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
12 references
{
"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-SLES-16.0-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_21166-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:21166-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202621166-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:21166-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025529.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:21166-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-devel-354-160000.2.1.aarch64",
"product": {
"name": "cockpit-devel-354-160000.2.1.aarch64",
"product_id": "cockpit-devel-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-doc-354-160000.2.1.noarch",
"product": {
"name": "cockpit-doc-354-160000.2.1.noarch",
"product_id": "cockpit-doc-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-packagekit-354-160000.2.1.noarch",
"product": {
"name": "cockpit-packagekit-354-160000.2.1.noarch",
"product_id": "cockpit-packagekit-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-devel-354-160000.2.1.ppc64le",
"product": {
"name": "cockpit-devel-354-160000.2.1.ppc64le",
"product_id": "cockpit-devel-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-devel-354-160000.2.1.s390x",
"product": {
"name": "cockpit-devel-354-160000.2.1.s390x",
"product_id": "cockpit-devel-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-devel-354-160000.2.1.x86_64",
"product": {
"name": "cockpit-devel-354-160000.2.1.x86_64",
"product_id": "cockpit-devel-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 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.0"
}
}
},
{
"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-354-160000.2.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:cockpit-354-160000.2.1.aarch64"
},
"product_reference": "cockpit-354-160000.2.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-354-160000.2.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:cockpit-354-160000.2.1.ppc64le"
},
"product_reference": "cockpit-354-160000.2.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-354-160000.2.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:cockpit-354-160000.2.1.s390x"
},
"product_reference": "cockpit-354-160000.2.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-354-160000.2.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:cockpit-354-160000.2.1.x86_64"
},
"product_reference": "cockpit-354-160000.2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-bridge-354-160000.2.1.noarch as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:cockpit-bridge-354-160000.2.1.noarch"
},
"product_reference": "cockpit-bridge-354-160000.2.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-devel-354-160000.2.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:cockpit-devel-354-160000.2.1.aarch64"
},
"product_reference": "cockpit-devel-354-160000.2.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-devel-354-160000.2.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:cockpit-devel-354-160000.2.1.ppc64le"
},
"product_reference": "cockpit-devel-354-160000.2.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-devel-354-160000.2.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:cockpit-devel-354-160000.2.1.s390x"
},
"product_reference": "cockpit-devel-354-160000.2.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-devel-354-160000.2.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:cockpit-devel-354-160000.2.1.x86_64"
},
"product_reference": "cockpit-devel-354-160000.2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-doc-354-160000.2.1.noarch as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:cockpit-doc-354-160000.2.1.noarch"
},
"product_reference": "cockpit-doc-354-160000.2.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-firewalld-354-160000.2.1.noarch as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:cockpit-firewalld-354-160000.2.1.noarch"
},
"product_reference": "cockpit-firewalld-354-160000.2.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-kdump-354-160000.2.1.noarch as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:cockpit-kdump-354-160000.2.1.noarch"
},
"product_reference": "cockpit-kdump-354-160000.2.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-networkmanager-354-160000.2.1.noarch as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:cockpit-networkmanager-354-160000.2.1.noarch"
},
"product_reference": "cockpit-networkmanager-354-160000.2.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-packagekit-354-160000.2.1.noarch as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:cockpit-packagekit-354-160000.2.1.noarch"
},
"product_reference": "cockpit-packagekit-354-160000.2.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-selinux-354-160000.2.1.noarch as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:cockpit-selinux-354-160000.2.1.noarch"
},
"product_reference": "cockpit-selinux-354-160000.2.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-storaged-354-160000.2.1.noarch as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:cockpit-storaged-354-160000.2.1.noarch"
},
"product_reference": "cockpit-storaged-354-160000.2.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-system-354-160000.2.1.noarch as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:cockpit-system-354-160000.2.1.noarch"
},
"product_reference": "cockpit-system-354-160000.2.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-ws-354-160000.2.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:cockpit-ws-354-160000.2.1.aarch64"
},
"product_reference": "cockpit-ws-354-160000.2.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-ws-354-160000.2.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:cockpit-ws-354-160000.2.1.ppc64le"
},
"product_reference": "cockpit-ws-354-160000.2.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-ws-354-160000.2.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:cockpit-ws-354-160000.2.1.s390x"
},
"product_reference": "cockpit-ws-354-160000.2.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-ws-354-160000.2.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:cockpit-ws-354-160000.2.1.x86_64"
},
"product_reference": "cockpit-ws-354-160000.2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-ws-selinux-354-160000.2.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:cockpit-ws-selinux-354-160000.2.1.aarch64"
},
"product_reference": "cockpit-ws-selinux-354-160000.2.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-ws-selinux-354-160000.2.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:cockpit-ws-selinux-354-160000.2.1.ppc64le"
},
"product_reference": "cockpit-ws-selinux-354-160000.2.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-ws-selinux-354-160000.2.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:cockpit-ws-selinux-354-160000.2.1.s390x"
},
"product_reference": "cockpit-ws-selinux-354-160000.2.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-ws-selinux-354-160000.2.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0: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 Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-354-160000.2.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-354-160000.2.1.aarch64"
},
"product_reference": "cockpit-354-160000.2.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-354-160000.2.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-354-160000.2.1.ppc64le"
},
"product_reference": "cockpit-354-160000.2.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-354-160000.2.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-354-160000.2.1.s390x"
},
"product_reference": "cockpit-354-160000.2.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-354-160000.2.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-354-160000.2.1.x86_64"
},
"product_reference": "cockpit-354-160000.2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-bridge-354-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-bridge-354-160000.2.1.noarch"
},
"product_reference": "cockpit-bridge-354-160000.2.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-devel-354-160000.2.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-devel-354-160000.2.1.aarch64"
},
"product_reference": "cockpit-devel-354-160000.2.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-devel-354-160000.2.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-devel-354-160000.2.1.ppc64le"
},
"product_reference": "cockpit-devel-354-160000.2.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-devel-354-160000.2.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-devel-354-160000.2.1.s390x"
},
"product_reference": "cockpit-devel-354-160000.2.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-devel-354-160000.2.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-devel-354-160000.2.1.x86_64"
},
"product_reference": "cockpit-devel-354-160000.2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-doc-354-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-doc-354-160000.2.1.noarch"
},
"product_reference": "cockpit-doc-354-160000.2.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-firewalld-354-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-firewalld-354-160000.2.1.noarch"
},
"product_reference": "cockpit-firewalld-354-160000.2.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-kdump-354-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-kdump-354-160000.2.1.noarch"
},
"product_reference": "cockpit-kdump-354-160000.2.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-networkmanager-354-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-networkmanager-354-160000.2.1.noarch"
},
"product_reference": "cockpit-networkmanager-354-160000.2.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-packagekit-354-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-packagekit-354-160000.2.1.noarch"
},
"product_reference": "cockpit-packagekit-354-160000.2.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-selinux-354-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-selinux-354-160000.2.1.noarch"
},
"product_reference": "cockpit-selinux-354-160000.2.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-storaged-354-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-storaged-354-160000.2.1.noarch"
},
"product_reference": "cockpit-storaged-354-160000.2.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-system-354-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-system-354-160000.2.1.noarch"
},
"product_reference": "cockpit-system-354-160000.2.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-ws-354-160000.2.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-354-160000.2.1.aarch64"
},
"product_reference": "cockpit-ws-354-160000.2.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-ws-354-160000.2.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-354-160000.2.1.ppc64le"
},
"product_reference": "cockpit-ws-354-160000.2.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-ws-354-160000.2.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-354-160000.2.1.s390x"
},
"product_reference": "cockpit-ws-354-160000.2.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-ws-354-160000.2.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-354-160000.2.1.x86_64"
},
"product_reference": "cockpit-ws-354-160000.2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-ws-selinux-354-160000.2.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-selinux-354-160000.2.1.aarch64"
},
"product_reference": "cockpit-ws-selinux-354-160000.2.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-ws-selinux-354-160000.2.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-selinux-354-160000.2.1.ppc64le"
},
"product_reference": "cockpit-ws-selinux-354-160000.2.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-ws-selinux-354-160000.2.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-selinux-354-160000.2.1.s390x"
},
"product_reference": "cockpit-ws-selinux-354-160000.2.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-ws-selinux-354-160000.2.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0: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 Enterprise Server for SAP applications 16.0"
}
]
},
"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 Server 16.0:cockpit-354-160000.2.1.aarch64",
"SUSE Linux Enterprise Server 16.0:cockpit-354-160000.2.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:cockpit-354-160000.2.1.s390x",
"SUSE Linux Enterprise Server 16.0:cockpit-354-160000.2.1.x86_64",
"SUSE Linux Enterprise Server 16.0:cockpit-bridge-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server 16.0:cockpit-devel-354-160000.2.1.aarch64",
"SUSE Linux Enterprise Server 16.0:cockpit-devel-354-160000.2.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:cockpit-devel-354-160000.2.1.s390x",
"SUSE Linux Enterprise Server 16.0:cockpit-devel-354-160000.2.1.x86_64",
"SUSE Linux Enterprise Server 16.0:cockpit-doc-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server 16.0:cockpit-firewalld-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server 16.0:cockpit-kdump-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server 16.0:cockpit-networkmanager-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server 16.0:cockpit-packagekit-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server 16.0:cockpit-selinux-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server 16.0:cockpit-storaged-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server 16.0:cockpit-system-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server 16.0:cockpit-ws-354-160000.2.1.aarch64",
"SUSE Linux Enterprise Server 16.0:cockpit-ws-354-160000.2.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:cockpit-ws-354-160000.2.1.s390x",
"SUSE Linux Enterprise Server 16.0:cockpit-ws-354-160000.2.1.x86_64",
"SUSE Linux Enterprise Server 16.0:cockpit-ws-selinux-354-160000.2.1.aarch64",
"SUSE Linux Enterprise Server 16.0:cockpit-ws-selinux-354-160000.2.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:cockpit-ws-selinux-354-160000.2.1.s390x",
"SUSE Linux Enterprise Server 16.0:cockpit-ws-selinux-354-160000.2.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-354-160000.2.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-354-160000.2.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-354-160000.2.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-354-160000.2.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-bridge-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-devel-354-160000.2.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-devel-354-160000.2.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-devel-354-160000.2.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-devel-354-160000.2.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-doc-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-firewalld-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-kdump-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-networkmanager-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-packagekit-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-selinux-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-storaged-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-system-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-354-160000.2.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-354-160000.2.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-354-160000.2.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-354-160000.2.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-selinux-354-160000.2.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-selinux-354-160000.2.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-selinux-354-160000.2.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0: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 Enterprise Server 16.0:cockpit-354-160000.2.1.aarch64",
"SUSE Linux Enterprise Server 16.0:cockpit-354-160000.2.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:cockpit-354-160000.2.1.s390x",
"SUSE Linux Enterprise Server 16.0:cockpit-354-160000.2.1.x86_64",
"SUSE Linux Enterprise Server 16.0:cockpit-bridge-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server 16.0:cockpit-devel-354-160000.2.1.aarch64",
"SUSE Linux Enterprise Server 16.0:cockpit-devel-354-160000.2.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:cockpit-devel-354-160000.2.1.s390x",
"SUSE Linux Enterprise Server 16.0:cockpit-devel-354-160000.2.1.x86_64",
"SUSE Linux Enterprise Server 16.0:cockpit-doc-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server 16.0:cockpit-firewalld-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server 16.0:cockpit-kdump-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server 16.0:cockpit-networkmanager-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server 16.0:cockpit-packagekit-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server 16.0:cockpit-selinux-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server 16.0:cockpit-storaged-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server 16.0:cockpit-system-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server 16.0:cockpit-ws-354-160000.2.1.aarch64",
"SUSE Linux Enterprise Server 16.0:cockpit-ws-354-160000.2.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:cockpit-ws-354-160000.2.1.s390x",
"SUSE Linux Enterprise Server 16.0:cockpit-ws-354-160000.2.1.x86_64",
"SUSE Linux Enterprise Server 16.0:cockpit-ws-selinux-354-160000.2.1.aarch64",
"SUSE Linux Enterprise Server 16.0:cockpit-ws-selinux-354-160000.2.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:cockpit-ws-selinux-354-160000.2.1.s390x",
"SUSE Linux Enterprise Server 16.0:cockpit-ws-selinux-354-160000.2.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-354-160000.2.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-354-160000.2.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-354-160000.2.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-354-160000.2.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-bridge-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-devel-354-160000.2.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-devel-354-160000.2.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-devel-354-160000.2.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-devel-354-160000.2.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-doc-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-firewalld-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-kdump-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-networkmanager-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-packagekit-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-selinux-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-storaged-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-system-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-354-160000.2.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-354-160000.2.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-354-160000.2.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-354-160000.2.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-selinux-354-160000.2.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-selinux-354-160000.2.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-selinux-354-160000.2.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0: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 Enterprise Server 16.0:cockpit-354-160000.2.1.aarch64",
"SUSE Linux Enterprise Server 16.0:cockpit-354-160000.2.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:cockpit-354-160000.2.1.s390x",
"SUSE Linux Enterprise Server 16.0:cockpit-354-160000.2.1.x86_64",
"SUSE Linux Enterprise Server 16.0:cockpit-bridge-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server 16.0:cockpit-devel-354-160000.2.1.aarch64",
"SUSE Linux Enterprise Server 16.0:cockpit-devel-354-160000.2.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:cockpit-devel-354-160000.2.1.s390x",
"SUSE Linux Enterprise Server 16.0:cockpit-devel-354-160000.2.1.x86_64",
"SUSE Linux Enterprise Server 16.0:cockpit-doc-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server 16.0:cockpit-firewalld-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server 16.0:cockpit-kdump-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server 16.0:cockpit-networkmanager-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server 16.0:cockpit-packagekit-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server 16.0:cockpit-selinux-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server 16.0:cockpit-storaged-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server 16.0:cockpit-system-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server 16.0:cockpit-ws-354-160000.2.1.aarch64",
"SUSE Linux Enterprise Server 16.0:cockpit-ws-354-160000.2.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:cockpit-ws-354-160000.2.1.s390x",
"SUSE Linux Enterprise Server 16.0:cockpit-ws-354-160000.2.1.x86_64",
"SUSE Linux Enterprise Server 16.0:cockpit-ws-selinux-354-160000.2.1.aarch64",
"SUSE Linux Enterprise Server 16.0:cockpit-ws-selinux-354-160000.2.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:cockpit-ws-selinux-354-160000.2.1.s390x",
"SUSE Linux Enterprise Server 16.0:cockpit-ws-selinux-354-160000.2.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-354-160000.2.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-354-160000.2.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-354-160000.2.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-354-160000.2.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-bridge-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-devel-354-160000.2.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-devel-354-160000.2.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-devel-354-160000.2.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-devel-354-160000.2.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-doc-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-firewalld-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-kdump-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-networkmanager-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-packagekit-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-selinux-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-storaged-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-system-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-354-160000.2.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-354-160000.2.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-354-160000.2.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-354-160000.2.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-selinux-354-160000.2.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-selinux-354-160000.2.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-selinux-354-160000.2.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0: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 Enterprise Server 16.0:cockpit-354-160000.2.1.aarch64",
"SUSE Linux Enterprise Server 16.0:cockpit-354-160000.2.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:cockpit-354-160000.2.1.s390x",
"SUSE Linux Enterprise Server 16.0:cockpit-354-160000.2.1.x86_64",
"SUSE Linux Enterprise Server 16.0:cockpit-bridge-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server 16.0:cockpit-devel-354-160000.2.1.aarch64",
"SUSE Linux Enterprise Server 16.0:cockpit-devel-354-160000.2.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:cockpit-devel-354-160000.2.1.s390x",
"SUSE Linux Enterprise Server 16.0:cockpit-devel-354-160000.2.1.x86_64",
"SUSE Linux Enterprise Server 16.0:cockpit-doc-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server 16.0:cockpit-firewalld-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server 16.0:cockpit-kdump-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server 16.0:cockpit-networkmanager-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server 16.0:cockpit-packagekit-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server 16.0:cockpit-selinux-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server 16.0:cockpit-storaged-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server 16.0:cockpit-system-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server 16.0:cockpit-ws-354-160000.2.1.aarch64",
"SUSE Linux Enterprise Server 16.0:cockpit-ws-354-160000.2.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:cockpit-ws-354-160000.2.1.s390x",
"SUSE Linux Enterprise Server 16.0:cockpit-ws-354-160000.2.1.x86_64",
"SUSE Linux Enterprise Server 16.0:cockpit-ws-selinux-354-160000.2.1.aarch64",
"SUSE Linux Enterprise Server 16.0:cockpit-ws-selinux-354-160000.2.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:cockpit-ws-selinux-354-160000.2.1.s390x",
"SUSE Linux Enterprise Server 16.0:cockpit-ws-selinux-354-160000.2.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-354-160000.2.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-354-160000.2.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-354-160000.2.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-354-160000.2.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-bridge-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-devel-354-160000.2.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-devel-354-160000.2.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-devel-354-160000.2.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-devel-354-160000.2.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-doc-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-firewalld-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-kdump-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-networkmanager-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-packagekit-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-selinux-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-storaged-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-system-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-354-160000.2.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-354-160000.2.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-354-160000.2.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-354-160000.2.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-selinux-354-160000.2.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-selinux-354-160000.2.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-selinux-354-160000.2.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0: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 Enterprise Server 16.0:cockpit-354-160000.2.1.aarch64",
"SUSE Linux Enterprise Server 16.0:cockpit-354-160000.2.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:cockpit-354-160000.2.1.s390x",
"SUSE Linux Enterprise Server 16.0:cockpit-354-160000.2.1.x86_64",
"SUSE Linux Enterprise Server 16.0:cockpit-bridge-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server 16.0:cockpit-devel-354-160000.2.1.aarch64",
"SUSE Linux Enterprise Server 16.0:cockpit-devel-354-160000.2.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:cockpit-devel-354-160000.2.1.s390x",
"SUSE Linux Enterprise Server 16.0:cockpit-devel-354-160000.2.1.x86_64",
"SUSE Linux Enterprise Server 16.0:cockpit-doc-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server 16.0:cockpit-firewalld-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server 16.0:cockpit-kdump-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server 16.0:cockpit-networkmanager-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server 16.0:cockpit-packagekit-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server 16.0:cockpit-selinux-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server 16.0:cockpit-storaged-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server 16.0:cockpit-system-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server 16.0:cockpit-ws-354-160000.2.1.aarch64",
"SUSE Linux Enterprise Server 16.0:cockpit-ws-354-160000.2.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:cockpit-ws-354-160000.2.1.s390x",
"SUSE Linux Enterprise Server 16.0:cockpit-ws-354-160000.2.1.x86_64",
"SUSE Linux Enterprise Server 16.0:cockpit-ws-selinux-354-160000.2.1.aarch64",
"SUSE Linux Enterprise Server 16.0:cockpit-ws-selinux-354-160000.2.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:cockpit-ws-selinux-354-160000.2.1.s390x",
"SUSE Linux Enterprise Server 16.0:cockpit-ws-selinux-354-160000.2.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-354-160000.2.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-354-160000.2.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-354-160000.2.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-354-160000.2.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-bridge-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-devel-354-160000.2.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-devel-354-160000.2.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-devel-354-160000.2.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-devel-354-160000.2.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-doc-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-firewalld-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-kdump-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-networkmanager-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-packagekit-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-selinux-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-storaged-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-system-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-354-160000.2.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-354-160000.2.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-354-160000.2.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-354-160000.2.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-selinux-354-160000.2.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-selinux-354-160000.2.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-selinux-354-160000.2.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0: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 Enterprise Server 16.0:cockpit-354-160000.2.1.aarch64",
"SUSE Linux Enterprise Server 16.0:cockpit-354-160000.2.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:cockpit-354-160000.2.1.s390x",
"SUSE Linux Enterprise Server 16.0:cockpit-354-160000.2.1.x86_64",
"SUSE Linux Enterprise Server 16.0:cockpit-bridge-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server 16.0:cockpit-devel-354-160000.2.1.aarch64",
"SUSE Linux Enterprise Server 16.0:cockpit-devel-354-160000.2.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:cockpit-devel-354-160000.2.1.s390x",
"SUSE Linux Enterprise Server 16.0:cockpit-devel-354-160000.2.1.x86_64",
"SUSE Linux Enterprise Server 16.0:cockpit-doc-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server 16.0:cockpit-firewalld-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server 16.0:cockpit-kdump-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server 16.0:cockpit-networkmanager-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server 16.0:cockpit-packagekit-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server 16.0:cockpit-selinux-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server 16.0:cockpit-storaged-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server 16.0:cockpit-system-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server 16.0:cockpit-ws-354-160000.2.1.aarch64",
"SUSE Linux Enterprise Server 16.0:cockpit-ws-354-160000.2.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:cockpit-ws-354-160000.2.1.s390x",
"SUSE Linux Enterprise Server 16.0:cockpit-ws-354-160000.2.1.x86_64",
"SUSE Linux Enterprise Server 16.0:cockpit-ws-selinux-354-160000.2.1.aarch64",
"SUSE Linux Enterprise Server 16.0:cockpit-ws-selinux-354-160000.2.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:cockpit-ws-selinux-354-160000.2.1.s390x",
"SUSE Linux Enterprise Server 16.0:cockpit-ws-selinux-354-160000.2.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-354-160000.2.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-354-160000.2.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-354-160000.2.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-354-160000.2.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-bridge-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-devel-354-160000.2.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-devel-354-160000.2.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-devel-354-160000.2.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-devel-354-160000.2.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-doc-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-firewalld-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-kdump-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-networkmanager-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-packagekit-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-selinux-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-storaged-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-system-354-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-354-160000.2.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-354-160000.2.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-354-160000.2.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-354-160000.2.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-selinux-354-160000.2.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-selinux-354-160000.2.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-ws-selinux-354-160000.2.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0: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:21167-1
Vulnerability from csaf_suse - Published: 2026-04-10 11:54 - Updated: 2026-04-10 11:54Summary
Security update for cockpit-podman
Severity
Important
Notes
Title of the patch: Security update for cockpit-podman
Description of the patch: This update for cockpit-podman fixes the following issues:
- 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).
- CVE-2026-26996: minimatch: ReDoS when glob pattern contains many consecutive wildcards followed by a literal character
that doesn't appear in the test string (bsc#1258641).
Patchnames: SUSE-SLES-16.0-518
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.5 (High)
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-podman-117-160000.2.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-podman-117-160000.2.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-podman-117-160000.2.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-podman-117-160000.2.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
References
12 references
{
"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-SLES-16.0-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_21167-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:21167-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202621167-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:21167-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025511.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:21167-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 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.0"
}
}
},
{
"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-podman-117-160000.2.1.noarch as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:cockpit-podman-117-160000.2.1.noarch"
},
"product_reference": "cockpit-podman-117-160000.2.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-117-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-podman-117-160000.2.1.noarch"
},
"product_reference": "cockpit-podman-117-160000.2.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
}
]
},
"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 Server 16.0:cockpit-podman-117-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0: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 Enterprise Server 16.0:cockpit-podman-117-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0: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 Enterprise Server 16.0:cockpit-podman-117-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0: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 Enterprise Server 16.0:cockpit-podman-117-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0: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 Enterprise Server 16.0:cockpit-podman-117-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0: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 Enterprise Server 16.0:cockpit-podman-117-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-podman-117-160000.2.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-10T11:54:16Z",
"details": "important"
}
],
"title": "CVE-2026-26996"
}
]
}
SUSE-SU-2026:21168-1
Vulnerability from csaf_suse - Published: 2026-04-10 11:53 - Updated: 2026-04-10 11:53Summary
Security update for cockpit-machines
Severity
Important
Notes
Title of the patch: Security update for cockpit-machines
Description of the patch: This update for cockpit-machines fixes the following issues:
- CVE-2026-25547: brace-expansion: unbounded brace range expansion can lead to excessive resource consumption and crash
a Node.js process (bsc#1257836).
- CVE-2026-26996: minimatch: processing of glob pattern containing repeated wildcards followed by a literal character
that doesn't appear in the test string can lead to ReDoS (bsc#1258641).
Patchnames: SUSE-SLES-16.0-519
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.5 (High)
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-machines-346-160000.2.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-machines-346-160000.2.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-machines-346-160000.2.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-machines-346-160000.2.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
References
12 references
{
"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 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-SLES-16.0-519",
"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_21168-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:21168-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202621168-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:21168-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025539.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:53:13Z",
"generator": {
"date": "2026-04-10T11:53:13Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:21168-1",
"initial_release_date": "2026-04-10T11:53:13Z",
"revision_history": [
{
"date": "2026-04-10T11:53:13Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "cockpit-machines-346-160000.2.1.noarch",
"product": {
"name": "cockpit-machines-346-160000.2.1.noarch",
"product_id": "cockpit-machines-346-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.0"
}
}
},
{
"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-machines-346-160000.2.1.noarch as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:cockpit-machines-346-160000.2.1.noarch"
},
"product_reference": "cockpit-machines-346-160000.2.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-machines-346-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-machines-346-160000.2.1.noarch"
},
"product_reference": "cockpit-machines-346-160000.2.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
}
]
},
"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 Server 16.0:cockpit-machines-346-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-machines-346-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 Enterprise Server 16.0:cockpit-machines-346-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-machines-346-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-machines-346-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-machines-346-160000.2.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-10T11:53:13Z",
"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 Server 16.0:cockpit-machines-346-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-machines-346-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-machines-346-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-machines-346-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-machines-346-160000.2.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-machines-346-160000.2.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-10T11:53:13Z",
"details": "important"
}
],
"title": "CVE-2026-26996"
}
]
}
SUSE-SU-2026:21191-1
Vulnerability from csaf_suse - Published: 2026-04-14 12:16 - Updated: 2026-04-14 12:16Summary
Security update for cockpit-subscriptions
Severity
Important
Notes
Title of the patch: Security update for cockpit-subscriptions
Description of the patch: This update for cockpit-subscriptions fixes the following issue:
- CVE-2026-26996: minimatch: ReDoS when glob pattern contains many consecutive wildcards followed by a literal character
that doesn't appear in the test string (bsc#1258637).
Patchnames: SUSE-SLES-16.0-555
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.5 (High)
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:cockpit-subscriptions-12.1-160000.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-subscriptions-12.1-160000.3.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
References
8 references
{
"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-subscriptions",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for cockpit-subscriptions 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-555",
"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_21191-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:21191-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202621191-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:21191-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025492.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-subscriptions",
"tracking": {
"current_release_date": "2026-04-14T12:16:29Z",
"generator": {
"date": "2026-04-14T12:16:29Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:21191-1",
"initial_release_date": "2026-04-14T12:16:29Z",
"revision_history": [
{
"date": "2026-04-14T12:16:29Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "cockpit-subscriptions-12.1-160000.3.1.noarch",
"product": {
"name": "cockpit-subscriptions-12.1-160000.3.1.noarch",
"product_id": "cockpit-subscriptions-12.1-160000.3.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.0"
}
}
},
{
"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-subscriptions-12.1-160000.3.1.noarch as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:cockpit-subscriptions-12.1-160000.3.1.noarch"
},
"product_reference": "cockpit-subscriptions-12.1-160000.3.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-subscriptions-12.1-160000.3.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-subscriptions-12.1-160000.3.1.noarch"
},
"product_reference": "cockpit-subscriptions-12.1-160000.3.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-subscriptions-12.1-160000.3.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-subscriptions-12.1-160000.3.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-subscriptions-12.1-160000.3.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-subscriptions-12.1-160000.3.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-subscriptions-12.1-160000.3.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:cockpit-subscriptions-12.1-160000.3.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-14T12:16:29Z",
"details": "important"
}
],
"title": "CVE-2026-26996"
}
]
}
SUSE-SU-2026:21241-1
Vulnerability from csaf_suse - Published: 2026-04-16 13:09 - Updated: 2026-04-16 13:09Summary
Security update for cockpit
Severity
Important
Notes
Title of the patch: Security update for cockpit
Description of the patch: This update for cockpit fixes the following issues:
- CVE-2026-25547: brace-expansion: unbounded brace range expansion can lead to excessive resource consumption and crash
a Node.js process (bsc#1257836).
- CVE-2026-26996: minimatch: processing of glob pattern containing repeated wildcards followed by a literal character
that doesn't appear in the test string can lead to ReDoS (bsc#1258641).
Patchnames: SUSE-SLE-Micro-6.0-kernel-342,SUSE-SLE-Micro-6.1-488,SUSE-SLE-Micro-Extras-6.0-kernel-342
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.5 (High)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:kernel-devel-rt-6.4.0-41.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:kernel-rt-6.4.0-41.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:kernel-rt-livepatch-6.4.0-41.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:kernel-source-rt-6.4.0-41.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:cockpit-322-slfo.1.1_3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:cockpit-322-slfo.1.1_3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:cockpit-322-slfo.1.1_3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:cockpit-322-slfo.1.1_3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:cockpit-bridge-322-slfo.1.1_3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:cockpit-bridge-322-slfo.1.1_3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:cockpit-bridge-322-slfo.1.1_3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:cockpit-bridge-322-slfo.1.1_3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:cockpit-networkmanager-322-slfo.1.1_3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:cockpit-selinux-322-slfo.1.1_3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:cockpit-storaged-322-slfo.1.1_3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:cockpit-system-322-slfo.1.1_3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:cockpit-ws-322-slfo.1.1_3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:cockpit-ws-322-slfo.1.1_3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:cockpit-ws-322-slfo.1.1_3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:cockpit-ws-322-slfo.1.1_3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:kernel-devel-rt-6.4.0-41.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:kernel-rt-6.4.0-41.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:kernel-rt-livepatch-6.4.0-41.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:kernel-source-rt-6.4.0-41.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:cockpit-322-slfo.1.1_3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:cockpit-322-slfo.1.1_3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:cockpit-322-slfo.1.1_3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:cockpit-322-slfo.1.1_3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:cockpit-bridge-322-slfo.1.1_3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:cockpit-bridge-322-slfo.1.1_3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:cockpit-bridge-322-slfo.1.1_3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:cockpit-bridge-322-slfo.1.1_3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:cockpit-networkmanager-322-slfo.1.1_3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:cockpit-selinux-322-slfo.1.1_3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:cockpit-storaged-322-slfo.1.1_3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:cockpit-system-322-slfo.1.1_3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:cockpit-ws-322-slfo.1.1_3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:cockpit-ws-322-slfo.1.1_3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:cockpit-ws-322-slfo.1.1_3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:cockpit-ws-322-slfo.1.1_3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
12 references
{
"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-SLE-Micro-6.0-kernel-342,SUSE-SLE-Micro-6.1-488,SUSE-SLE-Micro-Extras-6.0-kernel-342",
"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_21241-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:21241-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202621241-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:21241-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025595.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-16T13:09:49Z",
"generator": {
"date": "2026-04-16T13:09:49Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:21241-1",
"initial_release_date": "2026-04-16T13:09:49Z",
"revision_history": [
{
"date": "2026-04-16T13:09:49Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "cockpit-322-slfo.1.1_3.1.aarch64",
"product": {
"name": "cockpit-322-slfo.1.1_3.1.aarch64",
"product_id": "cockpit-322-slfo.1.1_3.1.aarch64"
}
},
{
"category": "product_version",
"name": "cockpit-bridge-322-slfo.1.1_3.1.aarch64",
"product": {
"name": "cockpit-bridge-322-slfo.1.1_3.1.aarch64",
"product_id": "cockpit-bridge-322-slfo.1.1_3.1.aarch64"
}
},
{
"category": "product_version",
"name": "cockpit-ws-322-slfo.1.1_3.1.aarch64",
"product": {
"name": "cockpit-ws-322-slfo.1.1_3.1.aarch64",
"product_id": "cockpit-ws-322-slfo.1.1_3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-devel-rt-6.4.0-41.1.noarch",
"product": {
"name": "kernel-devel-rt-6.4.0-41.1.noarch",
"product_id": "kernel-devel-rt-6.4.0-41.1.noarch"
}
},
{
"category": "product_version",
"name": "kernel-source-rt-6.4.0-41.1.noarch",
"product": {
"name": "kernel-source-rt-6.4.0-41.1.noarch",
"product_id": "kernel-source-rt-6.4.0-41.1.noarch"
}
},
{
"category": "product_version",
"name": "cockpit-networkmanager-322-slfo.1.1_3.1.noarch",
"product": {
"name": "cockpit-networkmanager-322-slfo.1.1_3.1.noarch",
"product_id": "cockpit-networkmanager-322-slfo.1.1_3.1.noarch"
}
},
{
"category": "product_version",
"name": "cockpit-selinux-322-slfo.1.1_3.1.noarch",
"product": {
"name": "cockpit-selinux-322-slfo.1.1_3.1.noarch",
"product_id": "cockpit-selinux-322-slfo.1.1_3.1.noarch"
}
},
{
"category": "product_version",
"name": "cockpit-storaged-322-slfo.1.1_3.1.noarch",
"product": {
"name": "cockpit-storaged-322-slfo.1.1_3.1.noarch",
"product_id": "cockpit-storaged-322-slfo.1.1_3.1.noarch"
}
},
{
"category": "product_version",
"name": "cockpit-system-322-slfo.1.1_3.1.noarch",
"product": {
"name": "cockpit-system-322-slfo.1.1_3.1.noarch",
"product_id": "cockpit-system-322-slfo.1.1_3.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "cockpit-322-slfo.1.1_3.1.ppc64le",
"product": {
"name": "cockpit-322-slfo.1.1_3.1.ppc64le",
"product_id": "cockpit-322-slfo.1.1_3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "cockpit-bridge-322-slfo.1.1_3.1.ppc64le",
"product": {
"name": "cockpit-bridge-322-slfo.1.1_3.1.ppc64le",
"product_id": "cockpit-bridge-322-slfo.1.1_3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "cockpit-ws-322-slfo.1.1_3.1.ppc64le",
"product": {
"name": "cockpit-ws-322-slfo.1.1_3.1.ppc64le",
"product_id": "cockpit-ws-322-slfo.1.1_3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cockpit-322-slfo.1.1_3.1.s390x",
"product": {
"name": "cockpit-322-slfo.1.1_3.1.s390x",
"product_id": "cockpit-322-slfo.1.1_3.1.s390x"
}
},
{
"category": "product_version",
"name": "cockpit-bridge-322-slfo.1.1_3.1.s390x",
"product": {
"name": "cockpit-bridge-322-slfo.1.1_3.1.s390x",
"product_id": "cockpit-bridge-322-slfo.1.1_3.1.s390x"
}
},
{
"category": "product_version",
"name": "cockpit-ws-322-slfo.1.1_3.1.s390x",
"product": {
"name": "cockpit-ws-322-slfo.1.1_3.1.s390x",
"product_id": "cockpit-ws-322-slfo.1.1_3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-rt-6.4.0-41.1.x86_64",
"product": {
"name": "kernel-rt-6.4.0-41.1.x86_64",
"product_id": "kernel-rt-6.4.0-41.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-rt-livepatch-6.4.0-41.1.x86_64",
"product": {
"name": "kernel-rt-livepatch-6.4.0-41.1.x86_64",
"product_id": "kernel-rt-livepatch-6.4.0-41.1.x86_64"
}
},
{
"category": "product_version",
"name": "cockpit-322-slfo.1.1_3.1.x86_64",
"product": {
"name": "cockpit-322-slfo.1.1_3.1.x86_64",
"product_id": "cockpit-322-slfo.1.1_3.1.x86_64"
}
},
{
"category": "product_version",
"name": "cockpit-bridge-322-slfo.1.1_3.1.x86_64",
"product": {
"name": "cockpit-bridge-322-slfo.1.1_3.1.x86_64",
"product_id": "cockpit-bridge-322-slfo.1.1_3.1.x86_64"
}
},
{
"category": "product_version",
"name": "cockpit-ws-322-slfo.1.1_3.1.x86_64",
"product": {
"name": "cockpit-ws-322-slfo.1.1_3.1.x86_64",
"product_id": "cockpit-ws-322-slfo.1.1_3.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.0",
"product": {
"name": "SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.0"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Micro 6.1",
"product": {
"name": "SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-rt-6.4.0-41.1.noarch as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:kernel-devel-rt-6.4.0-41.1.noarch"
},
"product_reference": "kernel-devel-rt-6.4.0-41.1.noarch",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-6.4.0-41.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:kernel-rt-6.4.0-41.1.x86_64"
},
"product_reference": "kernel-rt-6.4.0-41.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-livepatch-6.4.0-41.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:kernel-rt-livepatch-6.4.0-41.1.x86_64"
},
"product_reference": "kernel-rt-livepatch-6.4.0-41.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-source-rt-6.4.0-41.1.noarch as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:kernel-source-rt-6.4.0-41.1.noarch"
},
"product_reference": "kernel-source-rt-6.4.0-41.1.noarch",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-322-slfo.1.1_3.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:cockpit-322-slfo.1.1_3.1.aarch64"
},
"product_reference": "cockpit-322-slfo.1.1_3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-322-slfo.1.1_3.1.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:cockpit-322-slfo.1.1_3.1.ppc64le"
},
"product_reference": "cockpit-322-slfo.1.1_3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-322-slfo.1.1_3.1.s390x as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:cockpit-322-slfo.1.1_3.1.s390x"
},
"product_reference": "cockpit-322-slfo.1.1_3.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-322-slfo.1.1_3.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:cockpit-322-slfo.1.1_3.1.x86_64"
},
"product_reference": "cockpit-322-slfo.1.1_3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-bridge-322-slfo.1.1_3.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:cockpit-bridge-322-slfo.1.1_3.1.aarch64"
},
"product_reference": "cockpit-bridge-322-slfo.1.1_3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-bridge-322-slfo.1.1_3.1.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:cockpit-bridge-322-slfo.1.1_3.1.ppc64le"
},
"product_reference": "cockpit-bridge-322-slfo.1.1_3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-bridge-322-slfo.1.1_3.1.s390x as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:cockpit-bridge-322-slfo.1.1_3.1.s390x"
},
"product_reference": "cockpit-bridge-322-slfo.1.1_3.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-bridge-322-slfo.1.1_3.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:cockpit-bridge-322-slfo.1.1_3.1.x86_64"
},
"product_reference": "cockpit-bridge-322-slfo.1.1_3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-networkmanager-322-slfo.1.1_3.1.noarch as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:cockpit-networkmanager-322-slfo.1.1_3.1.noarch"
},
"product_reference": "cockpit-networkmanager-322-slfo.1.1_3.1.noarch",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-selinux-322-slfo.1.1_3.1.noarch as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:cockpit-selinux-322-slfo.1.1_3.1.noarch"
},
"product_reference": "cockpit-selinux-322-slfo.1.1_3.1.noarch",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-storaged-322-slfo.1.1_3.1.noarch as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:cockpit-storaged-322-slfo.1.1_3.1.noarch"
},
"product_reference": "cockpit-storaged-322-slfo.1.1_3.1.noarch",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-system-322-slfo.1.1_3.1.noarch as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:cockpit-system-322-slfo.1.1_3.1.noarch"
},
"product_reference": "cockpit-system-322-slfo.1.1_3.1.noarch",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-ws-322-slfo.1.1_3.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:cockpit-ws-322-slfo.1.1_3.1.aarch64"
},
"product_reference": "cockpit-ws-322-slfo.1.1_3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-ws-322-slfo.1.1_3.1.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:cockpit-ws-322-slfo.1.1_3.1.ppc64le"
},
"product_reference": "cockpit-ws-322-slfo.1.1_3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-ws-322-slfo.1.1_3.1.s390x as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:cockpit-ws-322-slfo.1.1_3.1.s390x"
},
"product_reference": "cockpit-ws-322-slfo.1.1_3.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-ws-322-slfo.1.1_3.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:cockpit-ws-322-slfo.1.1_3.1.x86_64"
},
"product_reference": "cockpit-ws-322-slfo.1.1_3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
}
]
},
"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.0:kernel-devel-rt-6.4.0-41.1.noarch",
"SUSE Linux Micro 6.0:kernel-rt-6.4.0-41.1.x86_64",
"SUSE Linux Micro 6.0:kernel-rt-livepatch-6.4.0-41.1.x86_64",
"SUSE Linux Micro 6.0:kernel-source-rt-6.4.0-41.1.noarch",
"SUSE Linux Micro 6.1:cockpit-322-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:cockpit-322-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:cockpit-322-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:cockpit-322-slfo.1.1_3.1.x86_64",
"SUSE Linux Micro 6.1:cockpit-bridge-322-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:cockpit-bridge-322-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:cockpit-bridge-322-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:cockpit-bridge-322-slfo.1.1_3.1.x86_64",
"SUSE Linux Micro 6.1:cockpit-networkmanager-322-slfo.1.1_3.1.noarch",
"SUSE Linux Micro 6.1:cockpit-selinux-322-slfo.1.1_3.1.noarch",
"SUSE Linux Micro 6.1:cockpit-storaged-322-slfo.1.1_3.1.noarch",
"SUSE Linux Micro 6.1:cockpit-system-322-slfo.1.1_3.1.noarch",
"SUSE Linux Micro 6.1:cockpit-ws-322-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:cockpit-ws-322-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:cockpit-ws-322-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:cockpit-ws-322-slfo.1.1_3.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.0:kernel-devel-rt-6.4.0-41.1.noarch",
"SUSE Linux Micro 6.0:kernel-rt-6.4.0-41.1.x86_64",
"SUSE Linux Micro 6.0:kernel-rt-livepatch-6.4.0-41.1.x86_64",
"SUSE Linux Micro 6.0:kernel-source-rt-6.4.0-41.1.noarch",
"SUSE Linux Micro 6.1:cockpit-322-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:cockpit-322-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:cockpit-322-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:cockpit-322-slfo.1.1_3.1.x86_64",
"SUSE Linux Micro 6.1:cockpit-bridge-322-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:cockpit-bridge-322-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:cockpit-bridge-322-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:cockpit-bridge-322-slfo.1.1_3.1.x86_64",
"SUSE Linux Micro 6.1:cockpit-networkmanager-322-slfo.1.1_3.1.noarch",
"SUSE Linux Micro 6.1:cockpit-selinux-322-slfo.1.1_3.1.noarch",
"SUSE Linux Micro 6.1:cockpit-storaged-322-slfo.1.1_3.1.noarch",
"SUSE Linux Micro 6.1:cockpit-system-322-slfo.1.1_3.1.noarch",
"SUSE Linux Micro 6.1:cockpit-ws-322-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:cockpit-ws-322-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:cockpit-ws-322-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:cockpit-ws-322-slfo.1.1_3.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.0:kernel-devel-rt-6.4.0-41.1.noarch",
"SUSE Linux Micro 6.0:kernel-rt-6.4.0-41.1.x86_64",
"SUSE Linux Micro 6.0:kernel-rt-livepatch-6.4.0-41.1.x86_64",
"SUSE Linux Micro 6.0:kernel-source-rt-6.4.0-41.1.noarch",
"SUSE Linux Micro 6.1:cockpit-322-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:cockpit-322-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:cockpit-322-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:cockpit-322-slfo.1.1_3.1.x86_64",
"SUSE Linux Micro 6.1:cockpit-bridge-322-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:cockpit-bridge-322-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:cockpit-bridge-322-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:cockpit-bridge-322-slfo.1.1_3.1.x86_64",
"SUSE Linux Micro 6.1:cockpit-networkmanager-322-slfo.1.1_3.1.noarch",
"SUSE Linux Micro 6.1:cockpit-selinux-322-slfo.1.1_3.1.noarch",
"SUSE Linux Micro 6.1:cockpit-storaged-322-slfo.1.1_3.1.noarch",
"SUSE Linux Micro 6.1:cockpit-system-322-slfo.1.1_3.1.noarch",
"SUSE Linux Micro 6.1:cockpit-ws-322-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:cockpit-ws-322-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:cockpit-ws-322-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:cockpit-ws-322-slfo.1.1_3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-16T13:09:49Z",
"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.0:kernel-devel-rt-6.4.0-41.1.noarch",
"SUSE Linux Micro 6.0:kernel-rt-6.4.0-41.1.x86_64",
"SUSE Linux Micro 6.0:kernel-rt-livepatch-6.4.0-41.1.x86_64",
"SUSE Linux Micro 6.0:kernel-source-rt-6.4.0-41.1.noarch",
"SUSE Linux Micro 6.1:cockpit-322-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:cockpit-322-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:cockpit-322-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:cockpit-322-slfo.1.1_3.1.x86_64",
"SUSE Linux Micro 6.1:cockpit-bridge-322-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:cockpit-bridge-322-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:cockpit-bridge-322-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:cockpit-bridge-322-slfo.1.1_3.1.x86_64",
"SUSE Linux Micro 6.1:cockpit-networkmanager-322-slfo.1.1_3.1.noarch",
"SUSE Linux Micro 6.1:cockpit-selinux-322-slfo.1.1_3.1.noarch",
"SUSE Linux Micro 6.1:cockpit-storaged-322-slfo.1.1_3.1.noarch",
"SUSE Linux Micro 6.1:cockpit-system-322-slfo.1.1_3.1.noarch",
"SUSE Linux Micro 6.1:cockpit-ws-322-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:cockpit-ws-322-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:cockpit-ws-322-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:cockpit-ws-322-slfo.1.1_3.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.0:kernel-devel-rt-6.4.0-41.1.noarch",
"SUSE Linux Micro 6.0:kernel-rt-6.4.0-41.1.x86_64",
"SUSE Linux Micro 6.0:kernel-rt-livepatch-6.4.0-41.1.x86_64",
"SUSE Linux Micro 6.0:kernel-source-rt-6.4.0-41.1.noarch",
"SUSE Linux Micro 6.1:cockpit-322-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:cockpit-322-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:cockpit-322-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:cockpit-322-slfo.1.1_3.1.x86_64",
"SUSE Linux Micro 6.1:cockpit-bridge-322-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:cockpit-bridge-322-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:cockpit-bridge-322-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:cockpit-bridge-322-slfo.1.1_3.1.x86_64",
"SUSE Linux Micro 6.1:cockpit-networkmanager-322-slfo.1.1_3.1.noarch",
"SUSE Linux Micro 6.1:cockpit-selinux-322-slfo.1.1_3.1.noarch",
"SUSE Linux Micro 6.1:cockpit-storaged-322-slfo.1.1_3.1.noarch",
"SUSE Linux Micro 6.1:cockpit-system-322-slfo.1.1_3.1.noarch",
"SUSE Linux Micro 6.1:cockpit-ws-322-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:cockpit-ws-322-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:cockpit-ws-322-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:cockpit-ws-322-slfo.1.1_3.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.0:kernel-devel-rt-6.4.0-41.1.noarch",
"SUSE Linux Micro 6.0:kernel-rt-6.4.0-41.1.x86_64",
"SUSE Linux Micro 6.0:kernel-rt-livepatch-6.4.0-41.1.x86_64",
"SUSE Linux Micro 6.0:kernel-source-rt-6.4.0-41.1.noarch",
"SUSE Linux Micro 6.1:cockpit-322-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:cockpit-322-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:cockpit-322-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:cockpit-322-slfo.1.1_3.1.x86_64",
"SUSE Linux Micro 6.1:cockpit-bridge-322-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:cockpit-bridge-322-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:cockpit-bridge-322-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:cockpit-bridge-322-slfo.1.1_3.1.x86_64",
"SUSE Linux Micro 6.1:cockpit-networkmanager-322-slfo.1.1_3.1.noarch",
"SUSE Linux Micro 6.1:cockpit-selinux-322-slfo.1.1_3.1.noarch",
"SUSE Linux Micro 6.1:cockpit-storaged-322-slfo.1.1_3.1.noarch",
"SUSE Linux Micro 6.1:cockpit-system-322-slfo.1.1_3.1.noarch",
"SUSE Linux Micro 6.1:cockpit-ws-322-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:cockpit-ws-322-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:cockpit-ws-322-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:cockpit-ws-322-slfo.1.1_3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-16T13:09:49Z",
"details": "important"
}
],
"title": "CVE-2026-26996"
}
]
}
SUSE-SU-2026:21245-1
Vulnerability from csaf_suse - Published: 2026-04-20 13:04 - Updated: 2026-04-20 13:04Summary
Security update for cockpit-tukit
Severity
Important
Notes
Title of the patch: Security update for cockpit-tukit
Description of the patch: This update for cockpit-tukit fixes the following issues:
- CVE-2026-25547: brace-expansion: unbounded brace range expansion can lead to excessive resource consumption and crash
a Node.js process (bsc#1257836).
- CVE-2026-26996: minimatch: processing of glob pattern containing repeated wildcards followed by a literal character
that doesn't appear in the test string can lead to ReDoS (bsc#1258641).
Patchnames: SUSE-SLE-Micro-6.0-673
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.5 (High)
Affected products
Recommended
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:cockpit-tukit-0.1.2~git0.647b3e3-2.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:cockpit-tukit-0.1.2~git0.647b3e3-2.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
References
12 references
{
"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 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-SLE-Micro-6.0-673",
"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_21245-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:21245-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202621245-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:21245-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045906.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-20T13:04:05Z",
"generator": {
"date": "2026-04-20T13:04:05Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:21245-1",
"initial_release_date": "2026-04-20T13:04:05Z",
"revision_history": [
{
"date": "2026-04-20T13:04:05Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "cockpit-tukit-0.1.2~git0.647b3e3-2.1.noarch",
"product": {
"name": "cockpit-tukit-0.1.2~git0.647b3e3-2.1.noarch",
"product_id": "cockpit-tukit-0.1.2~git0.647b3e3-2.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.0",
"product": {
"name": "SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.0"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-tukit-0.1.2~git0.647b3e3-2.1.noarch as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:cockpit-tukit-0.1.2~git0.647b3e3-2.1.noarch"
},
"product_reference": "cockpit-tukit-0.1.2~git0.647b3e3-2.1.noarch",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
}
]
},
"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.0:cockpit-tukit-0.1.2~git0.647b3e3-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.0:cockpit-tukit-0.1.2~git0.647b3e3-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.0:cockpit-tukit-0.1.2~git0.647b3e3-2.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-20T13:04:05Z",
"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.0:cockpit-tukit-0.1.2~git0.647b3e3-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.0:cockpit-tukit-0.1.2~git0.647b3e3-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.0:cockpit-tukit-0.1.2~git0.647b3e3-2.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-20T13:04:05Z",
"details": "important"
}
],
"title": "CVE-2026-26996"
}
]
}
SUSE-SU-2026:21246-1
Vulnerability from csaf_suse - Published: 2026-04-20 13:04 - Updated: 2026-04-20 13:04Summary
Security update for cockpit-machines
Severity
Important
Notes
Title of the patch: Security update for cockpit-machines
Description of the patch: This update for cockpit-machines fixes the following issues:
- CVE-2026-25547: brace-expansion: unbounded brace range expansion can lead to excessive resource consumption and crash
a Node.js process (bsc#1257836).
- CVE-2026-26996: minimatch: processing of glob pattern containing repeated wildcards followed by a literal character
that doesn't appear in the test string can lead to ReDoS (bsc#1258641).
Patchnames: SUSE-SLE-Micro-6.0-670
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.5 (High)
Affected products
Recommended
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:cockpit-machines-305-4.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:cockpit-machines-305-4.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
References
12 references
{
"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 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-SLE-Micro-6.0-670",
"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_21246-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:21246-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202621246-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:21246-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045905.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-20T13:04:39Z",
"generator": {
"date": "2026-04-20T13:04:39Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:21246-1",
"initial_release_date": "2026-04-20T13:04:39Z",
"revision_history": [
{
"date": "2026-04-20T13:04:39Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "cockpit-machines-305-4.1.noarch",
"product": {
"name": "cockpit-machines-305-4.1.noarch",
"product_id": "cockpit-machines-305-4.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.0",
"product": {
"name": "SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.0"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-machines-305-4.1.noarch as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:cockpit-machines-305-4.1.noarch"
},
"product_reference": "cockpit-machines-305-4.1.noarch",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
}
]
},
"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.0:cockpit-machines-305-4.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.0:cockpit-machines-305-4.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.0:cockpit-machines-305-4.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-20T13:04:39Z",
"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.0:cockpit-machines-305-4.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.0:cockpit-machines-305-4.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.0:cockpit-machines-305-4.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-20T13:04:39Z",
"details": "important"
}
],
"title": "CVE-2026-26996"
}
]
}
Loading…
Trend slope:
-
(linear fit over daily sighting counts)
Show additional events:
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
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.
Loading…
Loading…