Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-26996 (GCVE-0-2026-26996)
Vulnerability from cvelistv5 – Published: 2026-02-20 03:05 – Updated: 2026-02-20 15:34- CWE-1333 - Inefficient Regular Expression Complexity
| URL | Tags |
|---|---|
| https://github.com/isaacs/minimatch/security/advi… | x_refsource_CONFIRM |
| https://github.com/isaacs/minimatch/commit/2e111f… | x_refsource_MISC |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-26996",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-02-20T15:31:36.544113Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-02-20T15:34:15.151Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "minimatch",
"vendor": "isaacs",
"versions": [
{
"status": "affected",
"version": "\u003c 10.2.1"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "minimatch is a minimal matching utility for converting glob expressions into JavaScript RegExp objects. Versions 10.2.0 and below are vulnerable to Regular Expression Denial of Service (ReDoS) when a glob pattern contains many consecutive * wildcards followed by a literal character that doesn\u0027t appear in the test string. Each * compiles to a separate [^/]*? regex group, and when the match fails, V8\u0027s regex engine backtracks exponentially across all possible splits. The time complexity is O(4^N) where N is the number of * characters. With N=15, a single minimatch() call takes ~2 seconds. With N=34, it hangs effectively forever. Any application that passes user-controlled strings to minimatch() as the pattern argument is vulnerable to DoS. This issue has been fixed in version 10.2.1."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "NETWORK",
"baseScore": 8.7,
"baseSeverity": "HIGH",
"privilegesRequired": "NONE",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "HIGH",
"vulnConfidentialityImpact": "NONE",
"vulnIntegrityImpact": "NONE"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-1333",
"description": "CWE-1333: Inefficient Regular Expression Complexity",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-02-20T03:05:21.105Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26"
},
{
"name": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5"
}
],
"source": {
"advisory": "GHSA-3ppc-4f35-3m26",
"discovery": "UNKNOWN"
},
"title": "minimatch has a ReDoS via repeated wildcards with non-matching literal in pattern"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-26996",
"datePublished": "2026-02-20T03:05:21.105Z",
"dateReserved": "2026-02-17T01:41:24.607Z",
"dateUpdated": "2026-02-20T15:34:15.151Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-26996",
"date": "2026-08-18",
"epss": "0.00519",
"percentile": "0.41722"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-26996\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-02-20T03:16:01.620\",\"lastModified\":\"2026-06-17T10:26:30.527\",\"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.\"}],\"affected\":[{\"source\":\"security-advisories@github.com\",\"affectedData\":[{\"vendor\":\"isaacs\",\"product\":\"minimatch\",\"versions\":[{\"version\":\"\u003c 10.2.1\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:N/AC:L/AT: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}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-02-20T15:31:36.544113Z\",\"id\":\"CVE-2026-26996\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"yes\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"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\"]}]}}",
"redhat_vex": {
"aggregate_severity": "Moderate",
"current_release_date": "2026-08-18T07:06:34+00:00",
"cve": "CVE-2026-26996",
"id": "CVE-2026-26996",
"initial_release_date": "2026-02-20T03:05:21.105000+00:00",
"product_status:fixed": "765",
"product_status:known_affected": "32",
"product_status:known_not_affected": "5212",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "minimatch: minimatch: Denial of Service via specially crafted glob patterns",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-26996.json",
"version": "3"
},
"suse_vex": {
"aggregate_severity": "important",
"current_release_date": "2026-07-24T02:35:19Z",
"cve": "CVE-2026-26996",
"id": "CVE-2026-26996",
"initial_release_date": "2026-02-21T00:23:54Z",
"product_status:first_fixed": "36",
"product_status:known_affected": "512",
"product_status:known_not_affected": "254",
"product_status:recommended": "214",
"source": "SUSE CSAF VEX",
"status": "interim",
"title": "SUSE CVE CVE-2026-26996",
"url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-26996.json",
"version": "47"
},
"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:21168-1
Vulnerability from csaf_suse - Published: 2026-04-10 11:53 - Updated: 2026-04-10 11:53| 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
|
| 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
|
{
"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:16| 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
|
{
"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:09| 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
|
| 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
|
{
"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:04| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:cockpit-tukit-0.1.2~git0.647b3e3-2.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:cockpit-tukit-0.1.2~git0.647b3e3-2.1.noarch | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for cockpit-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:04| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:cockpit-machines-305-4.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:cockpit-machines-305-4.1.noarch | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for cockpit-machines",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for cockpit-machines fixes the following issues:\n \n- CVE-2026-25547: brace-expansion: unbounded brace range expansion can lead to excessive 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"
}
]
}
SUSE-SU-2026:21253-1
Vulnerability from csaf_suse - Published: 2026-04-16 13:27 - Updated: 2026-04-16 13:27| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:cockpit-machines-316-slfo.1.1_3.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:cockpit-machines-316-slfo.1.1_3.1.noarch | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for cockpit-machines",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for cockpit-machines fixes the following issues:\n\n- CVE-2026-25547: brace-expansion: unbounded brace range expansion can lead to excessive 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.1-489",
"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_21253-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:21253-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202621253-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:21253-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045898.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-16T13:27:41Z",
"generator": {
"date": "2026-04-16T13:27:41Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:21253-1",
"initial_release_date": "2026-04-16T13:27:41Z",
"revision_history": [
{
"date": "2026-04-16T13:27:41Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "cockpit-machines-316-slfo.1.1_3.1.noarch",
"product": {
"name": "cockpit-machines-316-slfo.1.1_3.1.noarch",
"product_id": "cockpit-machines-316-slfo.1.1_3.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"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": "cockpit-machines-316-slfo.1.1_3.1.noarch as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:cockpit-machines-316-slfo.1.1_3.1.noarch"
},
"product_reference": "cockpit-machines-316-slfo.1.1_3.1.noarch",
"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.1:cockpit-machines-316-slfo.1.1_3.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.1:cockpit-machines-316-slfo.1.1_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.1:cockpit-machines-316-slfo.1.1_3.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-16T13:27:41Z",
"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.1:cockpit-machines-316-slfo.1.1_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.1:cockpit-machines-316-slfo.1.1_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.1:cockpit-machines-316-slfo.1.1_3.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-16T13:27:41Z",
"details": "important"
}
],
"title": "CVE-2026-26996"
}
]
}
SUSE-SU-2026:21256-1
Vulnerability from csaf_suse - Published: 2026-04-17 20:05 - Updated: 2026-04-17 20:05| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:cockpit-podman-91-slfo.1.1_4.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:cockpit-podman-91-slfo.1.1_4.1.noarch | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for cockpit-podman",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for cockpit-podman fixes the following issues:\n\n- CVE-2026-25547: brace-expansion: unbounded brace range expansion can lead to excessive 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.1-492",
"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_21256-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:21256-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202621256-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:21256-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045895.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-17T20:05:30Z",
"generator": {
"date": "2026-04-17T20:05:30Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:21256-1",
"initial_release_date": "2026-04-17T20:05:30Z",
"revision_history": [
{
"date": "2026-04-17T20:05:30Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "cockpit-podman-91-slfo.1.1_4.1.noarch",
"product": {
"name": "cockpit-podman-91-slfo.1.1_4.1.noarch",
"product_id": "cockpit-podman-91-slfo.1.1_4.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"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": "cockpit-podman-91-slfo.1.1_4.1.noarch as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:cockpit-podman-91-slfo.1.1_4.1.noarch"
},
"product_reference": "cockpit-podman-91-slfo.1.1_4.1.noarch",
"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.1:cockpit-podman-91-slfo.1.1_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.1:cockpit-podman-91-slfo.1.1_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.1:cockpit-podman-91-slfo.1.1_4.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-17T20:05:30Z",
"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.1:cockpit-podman-91-slfo.1.1_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.1:cockpit-podman-91-slfo.1.1_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.1:cockpit-podman-91-slfo.1.1_4.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-17T20:05:30Z",
"details": "important"
}
],
"title": "CVE-2026-26996"
}
]
}
SUSE-SU-2026:21321-1
Vulnerability from csaf_suse - Published: 2026-04-22 13:00 - Updated: 2026-04-22 13:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:cockpit-podman-83-3.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:cockpit-podman-83-3.1.noarch | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for cockpit-podman",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for cockpit-podman fixes the following issues:\n\n- CVE-2026-25547: brace-expansion: unbounded brace range expansion can lead to excessive 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-685",
"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_21321-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:21321-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202621321-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:21321-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045996.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-22T13:00:02Z",
"generator": {
"date": "2026-04-22T13:00:02Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:21321-1",
"initial_release_date": "2026-04-22T13:00:02Z",
"revision_history": [
{
"date": "2026-04-22T13:00:02Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "cockpit-podman-83-3.1.noarch",
"product": {
"name": "cockpit-podman-83-3.1.noarch",
"product_id": "cockpit-podman-83-3.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-podman-83-3.1.noarch as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:cockpit-podman-83-3.1.noarch"
},
"product_reference": "cockpit-podman-83-3.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-podman-83-3.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-podman-83-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.0:cockpit-podman-83-3.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-22T13:00:02Z",
"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-podman-83-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.0:cockpit-podman-83-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.0:cockpit-podman-83-3.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-22T13:00:02Z",
"details": "important"
}
],
"title": "CVE-2026-26996"
}
]
}
ubuntu-cve-2026-26996
Vulnerability from osv_ubuntu
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.
{
"affected": [
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "node-minimatch",
"binary_version": "0.2.12-1ubuntu0.1~esm2"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:14.04:LTS",
"name": "node-minimatch",
"purl": "pkg:deb/ubuntu/node-minimatch@0.2.12-1ubuntu0.1~esm2?arch=source\u0026distro=esm-infra-legacy/trusty"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"0.2.11-1",
"0.2.12-1",
"0.2.12-1ubuntu0.1~esm2"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "node-minimatch",
"binary_version": "1.0.0-1ubuntu0.1~esm2"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:16.04:LTS",
"name": "node-minimatch",
"purl": "pkg:deb/ubuntu/node-minimatch@1.0.0-1ubuntu0.1~esm2?arch=source\u0026distro=esm-apps/xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.0.0-1",
"1.0.0-1ubuntu0.1~esm2"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "node-minimatch",
"binary_version": "3.0.4-3+deb10u1build0.18.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:18.04:LTS",
"name": "node-minimatch",
"purl": "pkg:deb/ubuntu/node-minimatch@3.0.4-3+deb10u1build0.18.04.1?arch=source\u0026distro=bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.0.4-1",
"3.0.4-3",
"3.0.4-3+deb10u1build0.18.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "node-minimatch",
"binary_version": "3.0.4-4ubuntu0.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "node-minimatch",
"purl": "pkg:deb/ubuntu/node-minimatch@3.0.4-4ubuntu0.1?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.0.4-3",
"3.0.4-4",
"3.0.4-4ubuntu0.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "node-minimatch",
"binary_version": "3.1.1+~3.0.5-1"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "node-minimatch",
"purl": "pkg:deb/ubuntu/node-minimatch@3.1.1+~3.0.5-1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.0.4+~3.0.3-1",
"3.0.4+~3.0.5-1",
"3.1.1+~3.0.5-1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "node-minimatch",
"binary_version": "9.0.3-4build5"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "node-minimatch",
"purl": "pkg:deb/ubuntu/node-minimatch@9.0.3-4build5?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.1.1+~5.1.2-1",
"9.0.3-4build5"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "node-minimatch",
"binary_version": "9.0.3-6"
}
]
},
"package": {
"ecosystem": "Ubuntu:25.10",
"name": "node-minimatch",
"purl": "pkg:deb/ubuntu/node-minimatch@9.0.3-6?arch=source\u0026distro=questing"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"9.0.3-5",
"9.0.3-6"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "node-minimatch",
"binary_version": "9.0.3-6"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "node-minimatch",
"purl": "pkg:deb/ubuntu/node-minimatch@9.0.3-6?arch=source\u0026distro=resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"9.0.3-6"
]
}
],
"aliases": [],
"details": "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.",
"id": "UBUNTU-CVE-2026-26996",
"modified": "2026-05-20T15:26:06Z",
"published": "2026-02-20T03:16:00Z",
"references": [
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2026-26996"
},
{
"type": "REPORT",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26996"
},
{
"type": "REPORT",
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26"
},
{
"type": "REPORT",
"url": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5"
}
],
"related": [],
"schema_version": "1.7.0",
"severity": [
{
"score": "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",
"type": "CVSS_V4"
},
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
},
{
"score": "medium",
"type": "Ubuntu"
}
],
"upstream": [
"CVE-2026-26996"
]
}
WID-SEC-W-2026-0752
Vulnerability from csaf_certbund - Published: 2026-03-16 23:00 - Updated: 2026-06-07 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
IBM SPSS <9.0.0.0 IF002
IBM / SPSS
|
<9.0.0.0 IF002 | ||
|
IBM Storage Scale <5.2.3.7
IBM / Storage Scale
|
<5.2.3.7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
IBM SPSS <9.0.0.0 IF002
IBM / SPSS
|
<9.0.0.0 IF002 | ||
|
IBM Storage Scale <5.2.3.7
IBM / Storage Scale
|
<5.2.3.7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
IBM SPSS <9.0.0.0 IF002
IBM / SPSS
|
<9.0.0.0 IF002 | ||
|
IBM Storage Scale <5.2.3.7
IBM / Storage Scale
|
<5.2.3.7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
IBM SPSS <9.0.0.0 IF002
IBM / SPSS
|
<9.0.0.0 IF002 | ||
|
IBM Storage Scale <5.2.3.7
IBM / Storage Scale
|
<5.2.3.7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
IBM SPSS <9.0.0.0 IF002
IBM / SPSS
|
<9.0.0.0 IF002 | ||
|
IBM Storage Scale <5.2.3.7
IBM / Storage Scale
|
<5.2.3.7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
IBM SPSS <9.0.0.0 IF002
IBM / SPSS
|
<9.0.0.0 IF002 | ||
|
IBM Storage Scale <5.2.3.7
IBM / Storage Scale
|
<5.2.3.7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
IBM SPSS <9.0.0.0 IF002
IBM / SPSS
|
<9.0.0.0 IF002 | ||
|
IBM Storage Scale <5.2.3.7
IBM / Storage Scale
|
<5.2.3.7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
IBM SPSS <9.0.0.0 IF002
IBM / SPSS
|
<9.0.0.0 IF002 | ||
|
IBM Storage Scale <5.2.3.7
IBM / Storage Scale
|
<5.2.3.7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
IBM SPSS <9.0.0.0 IF002
IBM / SPSS
|
<9.0.0.0 IF002 | ||
|
IBM Storage Scale <5.2.3.7
IBM / Storage Scale
|
<5.2.3.7 |
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "IBM SPSS ist ein umfassendes Set von Daten- und prognostischen Analyse-Tools f\u00fcr Gesch\u00e4ftsbenutzer, Analysten und Statistik-Programmierer.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in IBM SPSS ausnutzen, um einen Cross-Site Scripting Angriff durchzuf\u00fchren, um einen Denial of Service Angriff durchzuf\u00fchren, und um Dateien zu manipulieren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-0752 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-0752.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-0752 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-0752"
},
{
"category": "external",
"summary": "IBM Security Bulletin vom 2026-03-16",
"url": "https://www.ibm.com/support/pages/node/7266375"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7267856 vom 2026-03-27",
"url": "https://www.ibm.com/support/pages/node/7267856"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:7670 vom 2026-04-13",
"url": "https://access.redhat.com/errata/RHSA-2026:7670"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21111-1 vom 2026-04-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025372.html"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7271910 vom 2026-05-06",
"url": "https://www.ibm.com/support/pages/node/7271910"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:18054 vom 2026-05-18",
"url": "https://access.redhat.com/errata/RHSA-2026:18054"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7275269 vom 2026-06-05",
"url": "https://www.ibm.com/support/pages/node/7275269"
}
],
"source_lang": "en-US",
"title": "IBM SPSS: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-06-07T22:00:00.000+00:00",
"generator": {
"date": "2026-06-08T09:27:56.255+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2026-0752",
"initial_release_date": "2026-03-16T23:00:00.000+00:00",
"revision_history": [
{
"date": "2026-03-16T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-03-29T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2026-04-12T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-04-15T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-05-06T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2026-05-18T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-06-07T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von IBM aufgenommen"
}
],
"status": "final",
"version": "7"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "IBM App Connect Enterprise",
"product": {
"name": "IBM App Connect Enterprise",
"product_id": "T032495",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:app_connect_enterprise:-"
}
}
},
{
"category": "product_name",
"name": "IBM App Connect Enterprise",
"product": {
"name": "IBM App Connect Enterprise",
"product_id": "T052517",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:app_connect_enterprise:-"
}
}
}
],
"category": "product_name",
"name": "App Connect Enterprise"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c9.0.0.0 IF002",
"product": {
"name": "IBM SPSS \u003c9.0.0.0 IF002",
"product_id": "T051782"
}
},
{
"category": "product_version",
"name": "9.0.0.0 IF002",
"product": {
"name": "IBM SPSS 9.0.0.0 IF002",
"product_id": "T051782-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:spss:9.0.0.0_if002"
}
}
}
],
"category": "product_name",
"name": "SPSS"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c5.2.3.7",
"product": {
"name": "IBM Storage Scale \u003c5.2.3.7",
"product_id": "T055026"
}
},
{
"category": "product_version",
"name": "5.2.3.7",
"product": {
"name": "IBM Storage Scale 5.2.3.7",
"product_id": "T055026-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:spectrum_scale:5.2.3.7"
}
}
}
],
"category": "product_name",
"name": "Storage Scale"
}
],
"category": "vendor",
"name": "IBM"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-59057",
"product_status": {
"known_affected": [
"T002207",
"T052517",
"67646",
"T032495",
"T051782",
"T055026"
]
},
"release_date": "2026-03-16T23:00:00.000+00:00",
"title": "CVE-2025-59057"
},
{
"cve": "CVE-2025-64718",
"product_status": {
"known_affected": [
"T002207",
"T052517",
"67646",
"T032495",
"T051782",
"T055026"
]
},
"release_date": "2026-03-16T23:00:00.000+00:00",
"title": "CVE-2025-64718"
},
{
"cve": "CVE-2025-68470",
"product_status": {
"known_affected": [
"T002207",
"T052517",
"67646",
"T032495",
"T051782",
"T055026"
]
},
"release_date": "2026-03-16T23:00:00.000+00:00",
"title": "CVE-2025-68470"
},
{
"cve": "CVE-2026-21884",
"product_status": {
"known_affected": [
"T002207",
"T052517",
"67646",
"T032495",
"T051782",
"T055026"
]
},
"release_date": "2026-03-16T23:00:00.000+00:00",
"title": "CVE-2026-21884"
},
{
"cve": "CVE-2026-22029",
"product_status": {
"known_affected": [
"T002207",
"T052517",
"67646",
"T032495",
"T051782",
"T055026"
]
},
"release_date": "2026-03-16T23:00:00.000+00:00",
"title": "CVE-2026-22029"
},
{
"cve": "CVE-2026-22030",
"product_status": {
"known_affected": [
"T002207",
"T052517",
"67646",
"T032495",
"T051782",
"T055026"
]
},
"release_date": "2026-03-16T23:00:00.000+00:00",
"title": "CVE-2026-22030"
},
{
"cve": "CVE-2026-26996",
"product_status": {
"known_affected": [
"T002207",
"T052517",
"67646",
"T032495",
"T051782",
"T055026"
]
},
"release_date": "2026-03-16T23:00:00.000+00:00",
"title": "CVE-2026-26996"
},
{
"cve": "CVE-2026-27903",
"product_status": {
"known_affected": [
"T002207",
"T052517",
"67646",
"T032495",
"T051782",
"T055026"
]
},
"release_date": "2026-03-16T23:00:00.000+00:00",
"title": "CVE-2026-27903"
},
{
"cve": "CVE-2026-27904",
"product_status": {
"known_affected": [
"T002207",
"T052517",
"67646",
"T032495",
"T051782",
"T055026"
]
},
"release_date": "2026-03-16T23:00:00.000+00:00",
"title": "CVE-2026-27904"
}
]
}
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.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.