Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-27135 (GCVE-0-2026-27135)
Vulnerability from cvelistv5 – Published: 2026-03-18 17:59 – Updated: 2026-05-13 21:31
VLAI
EPSS
Title
nghttp2 Denial of service: Assertion failure due to the missing state validation
Summary
nghttp2 is an implementation of the Hypertext Transfer Protocol version 2 in C. Prior to version 1.68.1, the nghttp2 library stops reading the incoming data when user facing public API `nghttp2_session_terminate_session` or `nghttp2_session_terminate_session2` is called by the application. They might be called internally by the library when it detects the situation that is subject to connection error. Due to the missing internal state validation, the library keeps reading the rest of the data after one of those APIs is called. Then receiving a malformed frame that causes FRAME_SIZE_ERROR causes assertion failure. nghttp2 v1.68.1 adds missing state validation to avoid assertion failure. No known workarounds are available.
Severity
7.5 (High)
SSVC
Exploitation: none
Automatable: yes
Technical Impact: partial
CISA Coordinator (v2.0.3)
CWE
- CWE-617 - Reachable Assertion
Assigner
References
4 references
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-27135",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-03-18T18:36:41.841104Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-03-18T18:36:48.198Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2026-05-13T21:31:25.337Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "http://www.openwall.com/lists/oss-security/2026/03/20/3"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2026/05/msg00025.html"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "nghttp2",
"vendor": "nghttp2",
"versions": [
{
"status": "affected",
"version": "\u003c 1.68.1"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "nghttp2 is an implementation of the Hypertext Transfer Protocol version 2 in C. Prior to version 1.68.1, the nghttp2 library stops reading the incoming data when user facing public API `nghttp2_session_terminate_session` or `nghttp2_session_terminate_session2` is called by the application. They might be called internally by the library when it detects the situation that is subject to connection error. Due to the missing internal state validation, the library keeps reading the rest of the data after one of those APIs is called. Then receiving a malformed frame that causes FRAME_SIZE_ERROR causes assertion failure. nghttp2 v1.68.1 adds missing state validation to avoid assertion failure. No known workarounds are available."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-617",
"description": "CWE-617: Reachable Assertion",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-03-18T17:59:02.045Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/nghttp2/nghttp2/security/advisories/GHSA-6933-cjhr-5qg6",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/nghttp2/nghttp2/security/advisories/GHSA-6933-cjhr-5qg6"
},
{
"name": "https://github.com/nghttp2/nghttp2/commit/5c7df8fa815ac1004d9ecb9d1f7595c4d37f46e1",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/nghttp2/nghttp2/commit/5c7df8fa815ac1004d9ecb9d1f7595c4d37f46e1"
}
],
"source": {
"advisory": "GHSA-6933-cjhr-5qg6",
"discovery": "UNKNOWN"
},
"title": "nghttp2 Denial of service: Assertion failure due to the missing state validation"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-27135",
"datePublished": "2026-03-18T17:59:02.045Z",
"dateReserved": "2026-02-17T18:42:27.044Z",
"dateUpdated": "2026-05-13T21:31:25.337Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-27135",
"date": "2026-06-23",
"epss": "0.0056",
"percentile": "0.42189"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-27135\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-03-18T18:16:26.723\",\"lastModified\":\"2026-05-13T22:16:42.337\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"nghttp2 is an implementation of the Hypertext Transfer Protocol version 2 in C. Prior to version 1.68.1, the nghttp2 library stops reading the incoming data when user facing public API `nghttp2_session_terminate_session` or `nghttp2_session_terminate_session2` is called by the application. They might be called internally by the library when it detects the situation that is subject to connection error. Due to the missing internal state validation, the library keeps reading the rest of the data after one of those APIs is called. Then receiving a malformed frame that causes FRAME_SIZE_ERROR causes assertion failure. nghttp2 v1.68.1 adds missing state validation to avoid assertion failure. No known workarounds are available.\"},{\"lang\":\"es\",\"value\":\"nghttp2 es una implementaci\u00f3n del Protocolo de Transferencia de Hipertexto versi\u00f3n 2 en C. Antes de la versi\u00f3n 1.68.1, la biblioteca nghttp2 deja de leer los datos entrantes cuando la aplicaci\u00f3n llama a la API p\u00fablica orientada al usuario \u0027nghttp2_session_terminate_session\u0027 o \u0027nghttp2_session_terminate_session2\u0027. Estas pueden ser llamadas internamente por la biblioteca cuando esta detecta una situaci\u00f3n sujeta a error de conexi\u00f3n. Debido a la falta de validaci\u00f3n del estado interno, la biblioteca sigue leyendo el resto de los datos despu\u00e9s de que se llama a una de esas APIs. Luego, recibir una trama malformada que causa FRAME_SIZE_ERROR provoca un fallo de aserci\u00f3n. nghttp2 v1.68.1 a\u00f1ade la validaci\u00f3n de estado faltante para evitar el fallo de aserci\u00f3n. No se conocen soluciones alternativas disponibles.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-617\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nghttp2:nghttp2:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"1.68.1\",\"matchCriteriaId\":\"1D6F266C-6337-477C-9A88-F7692CF26822\"}]}]}],\"references\":[{\"url\":\"https://github.com/nghttp2/nghttp2/commit/5c7df8fa815ac1004d9ecb9d1f7595c4d37f46e1\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/nghttp2/nghttp2/security/advisories/GHSA-6933-cjhr-5qg6\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\",\"Vendor Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2026/03/20/3\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2026/05/msg00025.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.openwall.com/lists/oss-security/2026/03/20/3\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2026/05/msg00025.html\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2026-05-13T21:31:25.337Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-27135\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-03-18T18:36:41.841104Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-03-18T18:36:44.358Z\"}}], \"cna\": {\"title\": \"nghttp2 Denial of service: Assertion failure due to the missing state validation\", \"source\": {\"advisory\": \"GHSA-6933-cjhr-5qg6\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"nghttp2\", \"product\": \"nghttp2\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 1.68.1\"}]}], \"references\": [{\"url\": \"https://github.com/nghttp2/nghttp2/security/advisories/GHSA-6933-cjhr-5qg6\", \"name\": \"https://github.com/nghttp2/nghttp2/security/advisories/GHSA-6933-cjhr-5qg6\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/nghttp2/nghttp2/commit/5c7df8fa815ac1004d9ecb9d1f7595c4d37f46e1\", \"name\": \"https://github.com/nghttp2/nghttp2/commit/5c7df8fa815ac1004d9ecb9d1f7595c4d37f46e1\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"nghttp2 is an implementation of the Hypertext Transfer Protocol version 2 in C. Prior to version 1.68.1, the nghttp2 library stops reading the incoming data when user facing public API `nghttp2_session_terminate_session` or `nghttp2_session_terminate_session2` is called by the application. They might be called internally by the library when it detects the situation that is subject to connection error. Due to the missing internal state validation, the library keeps reading the rest of the data after one of those APIs is called. Then receiving a malformed frame that causes FRAME_SIZE_ERROR causes assertion failure. nghttp2 v1.68.1 adds missing state validation to avoid assertion failure. No known workarounds are available.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-617\", \"description\": \"CWE-617: Reachable Assertion\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2026-03-18T17:59:02.045Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-27135\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-05-13T21:31:25.337Z\", \"dateReserved\": \"2026-02-17T18:42:27.044Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2026-03-18T17:59:02.045Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
SUSE-SU-2026:20870-1
Vulnerability from csaf_suse - Published: 2026-03-26 09:10 - Updated: 2026-03-26 09:10Summary
Security update for nghttp2
Severity
Important
Notes
Title of the patch: Security update for nghttp2
Description of the patch: This update for nghttp2 fixes the following issue:
- CVE-2026-27135: assertion failure due to missing state validation can lead to DoS (bsc#1259845).
Patchnames: SUSE-SLE-Micro-6.0-644
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.5 (High)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:libnghttp2-14-1.52.0-6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libnghttp2-14-1.52.0-6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libnghttp2-14-1.52.0-6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
8 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for nghttp2",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for nghttp2 fixes the following issue:\n\n- CVE-2026-27135: assertion failure due to missing state validation can lead to DoS (bsc#1259845).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.0-644",
"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_20870-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:20870-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620870-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:20870-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/024971.html"
},
{
"category": "self",
"summary": "SUSE Bug 1259845",
"url": "https://bugzilla.suse.com/1259845"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-27135 page",
"url": "https://www.suse.com/security/cve/CVE-2026-27135/"
}
],
"title": "Security update for nghttp2",
"tracking": {
"current_release_date": "2026-03-26T09:10:44Z",
"generator": {
"date": "2026-03-26T09:10:44Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:20870-1",
"initial_release_date": "2026-03-26T09:10:44Z",
"revision_history": [
{
"date": "2026-03-26T09:10:44Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libnghttp2-14-1.52.0-6.1.aarch64",
"product": {
"name": "libnghttp2-14-1.52.0-6.1.aarch64",
"product_id": "libnghttp2-14-1.52.0-6.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libnghttp2-14-1.52.0-6.1.s390x",
"product": {
"name": "libnghttp2-14-1.52.0-6.1.s390x",
"product_id": "libnghttp2-14-1.52.0-6.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libnghttp2-14-1.52.0-6.1.x86_64",
"product": {
"name": "libnghttp2-14-1.52.0-6.1.x86_64",
"product_id": "libnghttp2-14-1.52.0-6.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_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-14-1.52.0-6.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:libnghttp2-14-1.52.0-6.1.aarch64"
},
"product_reference": "libnghttp2-14-1.52.0-6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-14-1.52.0-6.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:libnghttp2-14-1.52.0-6.1.s390x"
},
"product_reference": "libnghttp2-14-1.52.0-6.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-14-1.52.0-6.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:libnghttp2-14-1.52.0-6.1.x86_64"
},
"product_reference": "libnghttp2-14-1.52.0-6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-27135",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-27135"
}
],
"notes": [
{
"category": "general",
"text": "nghttp2 is an implementation of the Hypertext Transfer Protocol version 2 in C. Prior to version 1.68.1, the nghttp2 library stops reading the incoming data when user facing public API `nghttp2_session_terminate_session` or `nghttp2_session_terminate_session2` is called by the application. They might be called internally by the library when it detects the situation that is subject to connection error. Due to the missing internal state validation, the library keeps reading the rest of the data after one of those APIs is called. Then receiving a malformed frame that causes FRAME_SIZE_ERROR causes assertion failure. nghttp2 v1.68.1 adds missing state validation to avoid assertion failure. No known workarounds are available.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:libnghttp2-14-1.52.0-6.1.aarch64",
"SUSE Linux Micro 6.0:libnghttp2-14-1.52.0-6.1.s390x",
"SUSE Linux Micro 6.0:libnghttp2-14-1.52.0-6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-27135",
"url": "https://www.suse.com/security/cve/CVE-2026-27135"
},
{
"category": "external",
"summary": "SUSE Bug 1259835 for CVE-2026-27135",
"url": "https://bugzilla.suse.com/1259835"
}
],
"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:libnghttp2-14-1.52.0-6.1.aarch64",
"SUSE Linux Micro 6.0:libnghttp2-14-1.52.0-6.1.s390x",
"SUSE Linux Micro 6.0:libnghttp2-14-1.52.0-6.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:libnghttp2-14-1.52.0-6.1.aarch64",
"SUSE Linux Micro 6.0:libnghttp2-14-1.52.0-6.1.s390x",
"SUSE Linux Micro 6.0:libnghttp2-14-1.52.0-6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-26T09:10:44Z",
"details": "important"
}
],
"title": "CVE-2026-27135"
}
]
}
SUSE-SU-2026:20925-1
Vulnerability from csaf_suse - Published: 2026-03-24 12:31 - Updated: 2026-03-24 12:31Summary
Security update for nghttp2
Severity
Important
Notes
Title of the patch: Security update for nghttp2
Description of the patch: This update for nghttp2 fixes the following issue:
- CVE-2026-27135: assertion failure due to missing state validation can lead to DoS (bsc#1259845).
Patchnames: SUSE-SLES-16.0-432
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.5 (High)
Affected products
Recommended
24 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libnghttp2-14-1.64.0-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libnghttp2-14-1.64.0-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libnghttp2-14-1.64.0-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libnghttp2-14-1.64.0-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libnghttp2-devel-1.64.0-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libnghttp2-devel-1.64.0-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libnghttp2-devel-1.64.0-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libnghttp2-devel-1.64.0-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nghttp2-1.64.0-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nghttp2-1.64.0-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nghttp2-1.64.0-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nghttp2-1.64.0-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libnghttp2-14-1.64.0-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libnghttp2-14-1.64.0-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libnghttp2-14-1.64.0-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libnghttp2-14-1.64.0-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libnghttp2-devel-1.64.0-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libnghttp2-devel-1.64.0-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libnghttp2-devel-1.64.0-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libnghttp2-devel-1.64.0-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nghttp2-1.64.0-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nghttp2-1.64.0-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nghttp2-1.64.0-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nghttp2-1.64.0-160000.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
8 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for nghttp2",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for nghttp2 fixes the following issue:\n\n- CVE-2026-27135: assertion failure due to missing state validation can lead to DoS (bsc#1259845).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLES-16.0-432",
"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_20925-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:20925-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620925-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:20925-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045227.html"
},
{
"category": "self",
"summary": "SUSE Bug 1259845",
"url": "https://bugzilla.suse.com/1259845"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-27135 page",
"url": "https://www.suse.com/security/cve/CVE-2026-27135/"
}
],
"title": "Security update for nghttp2",
"tracking": {
"current_release_date": "2026-03-24T12:31:51Z",
"generator": {
"date": "2026-03-24T12:31:51Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:20925-1",
"initial_release_date": "2026-03-24T12:31:51Z",
"revision_history": [
{
"date": "2026-03-24T12:31:51Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libnghttp2-14-1.64.0-160000.3.1.aarch64",
"product": {
"name": "libnghttp2-14-1.64.0-160000.3.1.aarch64",
"product_id": "libnghttp2-14-1.64.0-160000.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libnghttp2-devel-1.64.0-160000.3.1.aarch64",
"product": {
"name": "libnghttp2-devel-1.64.0-160000.3.1.aarch64",
"product_id": "libnghttp2-devel-1.64.0-160000.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "nghttp2-1.64.0-160000.3.1.aarch64",
"product": {
"name": "nghttp2-1.64.0-160000.3.1.aarch64",
"product_id": "nghttp2-1.64.0-160000.3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libnghttp2-14-1.64.0-160000.3.1.ppc64le",
"product": {
"name": "libnghttp2-14-1.64.0-160000.3.1.ppc64le",
"product_id": "libnghttp2-14-1.64.0-160000.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libnghttp2-devel-1.64.0-160000.3.1.ppc64le",
"product": {
"name": "libnghttp2-devel-1.64.0-160000.3.1.ppc64le",
"product_id": "libnghttp2-devel-1.64.0-160000.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nghttp2-1.64.0-160000.3.1.ppc64le",
"product": {
"name": "nghttp2-1.64.0-160000.3.1.ppc64le",
"product_id": "nghttp2-1.64.0-160000.3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libnghttp2-14-1.64.0-160000.3.1.s390x",
"product": {
"name": "libnghttp2-14-1.64.0-160000.3.1.s390x",
"product_id": "libnghttp2-14-1.64.0-160000.3.1.s390x"
}
},
{
"category": "product_version",
"name": "libnghttp2-devel-1.64.0-160000.3.1.s390x",
"product": {
"name": "libnghttp2-devel-1.64.0-160000.3.1.s390x",
"product_id": "libnghttp2-devel-1.64.0-160000.3.1.s390x"
}
},
{
"category": "product_version",
"name": "nghttp2-1.64.0-160000.3.1.s390x",
"product": {
"name": "nghttp2-1.64.0-160000.3.1.s390x",
"product_id": "nghttp2-1.64.0-160000.3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libnghttp2-14-1.64.0-160000.3.1.x86_64",
"product": {
"name": "libnghttp2-14-1.64.0-160000.3.1.x86_64",
"product_id": "libnghttp2-14-1.64.0-160000.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libnghttp2-devel-1.64.0-160000.3.1.x86_64",
"product": {
"name": "libnghttp2-devel-1.64.0-160000.3.1.x86_64",
"product_id": "libnghttp2-devel-1.64.0-160000.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "nghttp2-1.64.0-160000.3.1.x86_64",
"product": {
"name": "nghttp2-1.64.0-160000.3.1.x86_64",
"product_id": "nghttp2-1.64.0-160000.3.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 16.0",
"product": {
"name": "SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16:16.0:server"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product": {
"name": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16:16.0:server-sap"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-14-1.64.0-160000.3.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libnghttp2-14-1.64.0-160000.3.1.aarch64"
},
"product_reference": "libnghttp2-14-1.64.0-160000.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-14-1.64.0-160000.3.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libnghttp2-14-1.64.0-160000.3.1.ppc64le"
},
"product_reference": "libnghttp2-14-1.64.0-160000.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-14-1.64.0-160000.3.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libnghttp2-14-1.64.0-160000.3.1.s390x"
},
"product_reference": "libnghttp2-14-1.64.0-160000.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-14-1.64.0-160000.3.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libnghttp2-14-1.64.0-160000.3.1.x86_64"
},
"product_reference": "libnghttp2-14-1.64.0-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-devel-1.64.0-160000.3.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libnghttp2-devel-1.64.0-160000.3.1.aarch64"
},
"product_reference": "libnghttp2-devel-1.64.0-160000.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-devel-1.64.0-160000.3.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libnghttp2-devel-1.64.0-160000.3.1.ppc64le"
},
"product_reference": "libnghttp2-devel-1.64.0-160000.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-devel-1.64.0-160000.3.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libnghttp2-devel-1.64.0-160000.3.1.s390x"
},
"product_reference": "libnghttp2-devel-1.64.0-160000.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-devel-1.64.0-160000.3.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libnghttp2-devel-1.64.0-160000.3.1.x86_64"
},
"product_reference": "libnghttp2-devel-1.64.0-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nghttp2-1.64.0-160000.3.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:nghttp2-1.64.0-160000.3.1.aarch64"
},
"product_reference": "nghttp2-1.64.0-160000.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nghttp2-1.64.0-160000.3.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:nghttp2-1.64.0-160000.3.1.ppc64le"
},
"product_reference": "nghttp2-1.64.0-160000.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nghttp2-1.64.0-160000.3.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:nghttp2-1.64.0-160000.3.1.s390x"
},
"product_reference": "nghttp2-1.64.0-160000.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nghttp2-1.64.0-160000.3.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:nghttp2-1.64.0-160000.3.1.x86_64"
},
"product_reference": "nghttp2-1.64.0-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-14-1.64.0-160000.3.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libnghttp2-14-1.64.0-160000.3.1.aarch64"
},
"product_reference": "libnghttp2-14-1.64.0-160000.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-14-1.64.0-160000.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libnghttp2-14-1.64.0-160000.3.1.ppc64le"
},
"product_reference": "libnghttp2-14-1.64.0-160000.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-14-1.64.0-160000.3.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libnghttp2-14-1.64.0-160000.3.1.s390x"
},
"product_reference": "libnghttp2-14-1.64.0-160000.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-14-1.64.0-160000.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libnghttp2-14-1.64.0-160000.3.1.x86_64"
},
"product_reference": "libnghttp2-14-1.64.0-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-devel-1.64.0-160000.3.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libnghttp2-devel-1.64.0-160000.3.1.aarch64"
},
"product_reference": "libnghttp2-devel-1.64.0-160000.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-devel-1.64.0-160000.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libnghttp2-devel-1.64.0-160000.3.1.ppc64le"
},
"product_reference": "libnghttp2-devel-1.64.0-160000.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-devel-1.64.0-160000.3.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libnghttp2-devel-1.64.0-160000.3.1.s390x"
},
"product_reference": "libnghttp2-devel-1.64.0-160000.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-devel-1.64.0-160000.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libnghttp2-devel-1.64.0-160000.3.1.x86_64"
},
"product_reference": "libnghttp2-devel-1.64.0-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nghttp2-1.64.0-160000.3.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:nghttp2-1.64.0-160000.3.1.aarch64"
},
"product_reference": "nghttp2-1.64.0-160000.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nghttp2-1.64.0-160000.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:nghttp2-1.64.0-160000.3.1.ppc64le"
},
"product_reference": "nghttp2-1.64.0-160000.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nghttp2-1.64.0-160000.3.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:nghttp2-1.64.0-160000.3.1.s390x"
},
"product_reference": "nghttp2-1.64.0-160000.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nghttp2-1.64.0-160000.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:nghttp2-1.64.0-160000.3.1.x86_64"
},
"product_reference": "nghttp2-1.64.0-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-27135",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-27135"
}
],
"notes": [
{
"category": "general",
"text": "nghttp2 is an implementation of the Hypertext Transfer Protocol version 2 in C. Prior to version 1.68.1, the nghttp2 library stops reading the incoming data when user facing public API `nghttp2_session_terminate_session` or `nghttp2_session_terminate_session2` is called by the application. They might be called internally by the library when it detects the situation that is subject to connection error. Due to the missing internal state validation, the library keeps reading the rest of the data after one of those APIs is called. Then receiving a malformed frame that causes FRAME_SIZE_ERROR causes assertion failure. nghttp2 v1.68.1 adds missing state validation to avoid assertion failure. No known workarounds are available.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:libnghttp2-14-1.64.0-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libnghttp2-14-1.64.0-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libnghttp2-14-1.64.0-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:libnghttp2-14-1.64.0-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libnghttp2-devel-1.64.0-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libnghttp2-devel-1.64.0-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libnghttp2-devel-1.64.0-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:libnghttp2-devel-1.64.0-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nghttp2-1.64.0-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nghttp2-1.64.0-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nghttp2-1.64.0-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:nghttp2-1.64.0-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libnghttp2-14-1.64.0-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libnghttp2-14-1.64.0-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libnghttp2-14-1.64.0-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libnghttp2-14-1.64.0-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libnghttp2-devel-1.64.0-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libnghttp2-devel-1.64.0-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libnghttp2-devel-1.64.0-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libnghttp2-devel-1.64.0-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nghttp2-1.64.0-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nghttp2-1.64.0-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nghttp2-1.64.0-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nghttp2-1.64.0-160000.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-27135",
"url": "https://www.suse.com/security/cve/CVE-2026-27135"
},
{
"category": "external",
"summary": "SUSE Bug 1259835 for CVE-2026-27135",
"url": "https://bugzilla.suse.com/1259835"
}
],
"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:libnghttp2-14-1.64.0-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libnghttp2-14-1.64.0-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libnghttp2-14-1.64.0-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:libnghttp2-14-1.64.0-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libnghttp2-devel-1.64.0-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libnghttp2-devel-1.64.0-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libnghttp2-devel-1.64.0-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:libnghttp2-devel-1.64.0-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nghttp2-1.64.0-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nghttp2-1.64.0-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nghttp2-1.64.0-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:nghttp2-1.64.0-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libnghttp2-14-1.64.0-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libnghttp2-14-1.64.0-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libnghttp2-14-1.64.0-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libnghttp2-14-1.64.0-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libnghttp2-devel-1.64.0-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libnghttp2-devel-1.64.0-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libnghttp2-devel-1.64.0-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libnghttp2-devel-1.64.0-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nghttp2-1.64.0-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nghttp2-1.64.0-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nghttp2-1.64.0-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nghttp2-1.64.0-160000.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 Enterprise Server 16.0:libnghttp2-14-1.64.0-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libnghttp2-14-1.64.0-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libnghttp2-14-1.64.0-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:libnghttp2-14-1.64.0-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libnghttp2-devel-1.64.0-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libnghttp2-devel-1.64.0-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libnghttp2-devel-1.64.0-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:libnghttp2-devel-1.64.0-160000.3.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nghttp2-1.64.0-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nghttp2-1.64.0-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nghttp2-1.64.0-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:nghttp2-1.64.0-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libnghttp2-14-1.64.0-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libnghttp2-14-1.64.0-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libnghttp2-14-1.64.0-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libnghttp2-14-1.64.0-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libnghttp2-devel-1.64.0-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libnghttp2-devel-1.64.0-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libnghttp2-devel-1.64.0-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libnghttp2-devel-1.64.0-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nghttp2-1.64.0-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nghttp2-1.64.0-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nghttp2-1.64.0-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nghttp2-1.64.0-160000.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-24T12:31:51Z",
"details": "important"
}
],
"title": "CVE-2026-27135"
}
]
}
SUSE-SU-2026:20950-1
Vulnerability from csaf_suse - Published: 2026-03-27 09:43 - Updated: 2026-03-27 09:43Summary
Security update for nghttp2
Severity
Important
Notes
Title of the patch: Security update for nghttp2
Description of the patch: This update for nghttp2 fixes the following issue:
- CVE-2026-27135: assertion failure due to missing state validation can lead to DoS (bsc#1259845).
Patchnames: SUSE-SLE-Micro-6.0-645,SUSE-SLE-Micro-6.1-464
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.5 (High)
Affected products
Recommended
17 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:cockpit-309-9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:cockpit-309-9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:cockpit-309-9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:cockpit-bridge-309-9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:cockpit-bridge-309-9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:cockpit-bridge-309-9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:cockpit-networkmanager-309-9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:cockpit-selinux-309-9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:cockpit-storaged-309-9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:cockpit-system-309-9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:cockpit-ws-309-9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:cockpit-ws-309-9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:cockpit-ws-309-9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libnghttp2-14-1.52.0-slfo.1.1_2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libnghttp2-14-1.52.0-slfo.1.1_2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libnghttp2-14-1.52.0-slfo.1.1_2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libnghttp2-14-1.52.0-slfo.1.1_2.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
8 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for nghttp2",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for nghttp2 fixes the following issue:\n\n- CVE-2026-27135: assertion failure due to missing state validation can lead to DoS (bsc#1259845).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.0-645,SUSE-SLE-Micro-6.1-464",
"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_20950-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:20950-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620950-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:20950-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045289.html"
},
{
"category": "self",
"summary": "SUSE Bug 1259845",
"url": "https://bugzilla.suse.com/1259845"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-27135 page",
"url": "https://www.suse.com/security/cve/CVE-2026-27135/"
}
],
"title": "Security update for nghttp2",
"tracking": {
"current_release_date": "2026-03-27T09:43:31Z",
"generator": {
"date": "2026-03-27T09:43:31Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:20950-1",
"initial_release_date": "2026-03-27T09:43:31Z",
"revision_history": [
{
"date": "2026-03-27T09:43:31Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "cockpit-309-9.1.aarch64",
"product": {
"name": "cockpit-309-9.1.aarch64",
"product_id": "cockpit-309-9.1.aarch64"
}
},
{
"category": "product_version",
"name": "cockpit-bridge-309-9.1.aarch64",
"product": {
"name": "cockpit-bridge-309-9.1.aarch64",
"product_id": "cockpit-bridge-309-9.1.aarch64"
}
},
{
"category": "product_version",
"name": "cockpit-ws-309-9.1.aarch64",
"product": {
"name": "cockpit-ws-309-9.1.aarch64",
"product_id": "cockpit-ws-309-9.1.aarch64"
}
},
{
"category": "product_version",
"name": "libnghttp2-14-1.52.0-slfo.1.1_2.1.aarch64",
"product": {
"name": "libnghttp2-14-1.52.0-slfo.1.1_2.1.aarch64",
"product_id": "libnghttp2-14-1.52.0-slfo.1.1_2.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "cockpit-networkmanager-309-9.1.noarch",
"product": {
"name": "cockpit-networkmanager-309-9.1.noarch",
"product_id": "cockpit-networkmanager-309-9.1.noarch"
}
},
{
"category": "product_version",
"name": "cockpit-selinux-309-9.1.noarch",
"product": {
"name": "cockpit-selinux-309-9.1.noarch",
"product_id": "cockpit-selinux-309-9.1.noarch"
}
},
{
"category": "product_version",
"name": "cockpit-storaged-309-9.1.noarch",
"product": {
"name": "cockpit-storaged-309-9.1.noarch",
"product_id": "cockpit-storaged-309-9.1.noarch"
}
},
{
"category": "product_version",
"name": "cockpit-system-309-9.1.noarch",
"product": {
"name": "cockpit-system-309-9.1.noarch",
"product_id": "cockpit-system-309-9.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "libnghttp2-14-1.52.0-slfo.1.1_2.1.ppc64le",
"product": {
"name": "libnghttp2-14-1.52.0-slfo.1.1_2.1.ppc64le",
"product_id": "libnghttp2-14-1.52.0-slfo.1.1_2.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cockpit-309-9.1.s390x",
"product": {
"name": "cockpit-309-9.1.s390x",
"product_id": "cockpit-309-9.1.s390x"
}
},
{
"category": "product_version",
"name": "cockpit-bridge-309-9.1.s390x",
"product": {
"name": "cockpit-bridge-309-9.1.s390x",
"product_id": "cockpit-bridge-309-9.1.s390x"
}
},
{
"category": "product_version",
"name": "cockpit-ws-309-9.1.s390x",
"product": {
"name": "cockpit-ws-309-9.1.s390x",
"product_id": "cockpit-ws-309-9.1.s390x"
}
},
{
"category": "product_version",
"name": "libnghttp2-14-1.52.0-slfo.1.1_2.1.s390x",
"product": {
"name": "libnghttp2-14-1.52.0-slfo.1.1_2.1.s390x",
"product_id": "libnghttp2-14-1.52.0-slfo.1.1_2.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "cockpit-309-9.1.x86_64",
"product": {
"name": "cockpit-309-9.1.x86_64",
"product_id": "cockpit-309-9.1.x86_64"
}
},
{
"category": "product_version",
"name": "cockpit-bridge-309-9.1.x86_64",
"product": {
"name": "cockpit-bridge-309-9.1.x86_64",
"product_id": "cockpit-bridge-309-9.1.x86_64"
}
},
{
"category": "product_version",
"name": "cockpit-ws-309-9.1.x86_64",
"product": {
"name": "cockpit-ws-309-9.1.x86_64",
"product_id": "cockpit-ws-309-9.1.x86_64"
}
},
{
"category": "product_version",
"name": "libnghttp2-14-1.52.0-slfo.1.1_2.1.x86_64",
"product": {
"name": "libnghttp2-14-1.52.0-slfo.1.1_2.1.x86_64",
"product_id": "libnghttp2-14-1.52.0-slfo.1.1_2.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": "cockpit-309-9.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:cockpit-309-9.1.aarch64"
},
"product_reference": "cockpit-309-9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-309-9.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:cockpit-309-9.1.s390x"
},
"product_reference": "cockpit-309-9.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-309-9.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:cockpit-309-9.1.x86_64"
},
"product_reference": "cockpit-309-9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-bridge-309-9.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:cockpit-bridge-309-9.1.aarch64"
},
"product_reference": "cockpit-bridge-309-9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-bridge-309-9.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:cockpit-bridge-309-9.1.s390x"
},
"product_reference": "cockpit-bridge-309-9.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-bridge-309-9.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:cockpit-bridge-309-9.1.x86_64"
},
"product_reference": "cockpit-bridge-309-9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-networkmanager-309-9.1.noarch as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:cockpit-networkmanager-309-9.1.noarch"
},
"product_reference": "cockpit-networkmanager-309-9.1.noarch",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-selinux-309-9.1.noarch as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:cockpit-selinux-309-9.1.noarch"
},
"product_reference": "cockpit-selinux-309-9.1.noarch",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-storaged-309-9.1.noarch as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:cockpit-storaged-309-9.1.noarch"
},
"product_reference": "cockpit-storaged-309-9.1.noarch",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-system-309-9.1.noarch as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:cockpit-system-309-9.1.noarch"
},
"product_reference": "cockpit-system-309-9.1.noarch",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-ws-309-9.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:cockpit-ws-309-9.1.aarch64"
},
"product_reference": "cockpit-ws-309-9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-ws-309-9.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:cockpit-ws-309-9.1.s390x"
},
"product_reference": "cockpit-ws-309-9.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-ws-309-9.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:cockpit-ws-309-9.1.x86_64"
},
"product_reference": "cockpit-ws-309-9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-14-1.52.0-slfo.1.1_2.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libnghttp2-14-1.52.0-slfo.1.1_2.1.aarch64"
},
"product_reference": "libnghttp2-14-1.52.0-slfo.1.1_2.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-14-1.52.0-slfo.1.1_2.1.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libnghttp2-14-1.52.0-slfo.1.1_2.1.ppc64le"
},
"product_reference": "libnghttp2-14-1.52.0-slfo.1.1_2.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-14-1.52.0-slfo.1.1_2.1.s390x as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libnghttp2-14-1.52.0-slfo.1.1_2.1.s390x"
},
"product_reference": "libnghttp2-14-1.52.0-slfo.1.1_2.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-14-1.52.0-slfo.1.1_2.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libnghttp2-14-1.52.0-slfo.1.1_2.1.x86_64"
},
"product_reference": "libnghttp2-14-1.52.0-slfo.1.1_2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-27135",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-27135"
}
],
"notes": [
{
"category": "general",
"text": "nghttp2 is an implementation of the Hypertext Transfer Protocol version 2 in C. Prior to version 1.68.1, the nghttp2 library stops reading the incoming data when user facing public API `nghttp2_session_terminate_session` or `nghttp2_session_terminate_session2` is called by the application. They might be called internally by the library when it detects the situation that is subject to connection error. Due to the missing internal state validation, the library keeps reading the rest of the data after one of those APIs is called. Then receiving a malformed frame that causes FRAME_SIZE_ERROR causes assertion failure. nghttp2 v1.68.1 adds missing state validation to avoid assertion failure. No known workarounds are available.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:cockpit-309-9.1.aarch64",
"SUSE Linux Micro 6.0:cockpit-309-9.1.s390x",
"SUSE Linux Micro 6.0:cockpit-309-9.1.x86_64",
"SUSE Linux Micro 6.0:cockpit-bridge-309-9.1.aarch64",
"SUSE Linux Micro 6.0:cockpit-bridge-309-9.1.s390x",
"SUSE Linux Micro 6.0:cockpit-bridge-309-9.1.x86_64",
"SUSE Linux Micro 6.0:cockpit-networkmanager-309-9.1.noarch",
"SUSE Linux Micro 6.0:cockpit-selinux-309-9.1.noarch",
"SUSE Linux Micro 6.0:cockpit-storaged-309-9.1.noarch",
"SUSE Linux Micro 6.0:cockpit-system-309-9.1.noarch",
"SUSE Linux Micro 6.0:cockpit-ws-309-9.1.aarch64",
"SUSE Linux Micro 6.0:cockpit-ws-309-9.1.s390x",
"SUSE Linux Micro 6.0:cockpit-ws-309-9.1.x86_64",
"SUSE Linux Micro 6.1:libnghttp2-14-1.52.0-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:libnghttp2-14-1.52.0-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:libnghttp2-14-1.52.0-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:libnghttp2-14-1.52.0-slfo.1.1_2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-27135",
"url": "https://www.suse.com/security/cve/CVE-2026-27135"
},
{
"category": "external",
"summary": "SUSE Bug 1259835 for CVE-2026-27135",
"url": "https://bugzilla.suse.com/1259835"
}
],
"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-309-9.1.aarch64",
"SUSE Linux Micro 6.0:cockpit-309-9.1.s390x",
"SUSE Linux Micro 6.0:cockpit-309-9.1.x86_64",
"SUSE Linux Micro 6.0:cockpit-bridge-309-9.1.aarch64",
"SUSE Linux Micro 6.0:cockpit-bridge-309-9.1.s390x",
"SUSE Linux Micro 6.0:cockpit-bridge-309-9.1.x86_64",
"SUSE Linux Micro 6.0:cockpit-networkmanager-309-9.1.noarch",
"SUSE Linux Micro 6.0:cockpit-selinux-309-9.1.noarch",
"SUSE Linux Micro 6.0:cockpit-storaged-309-9.1.noarch",
"SUSE Linux Micro 6.0:cockpit-system-309-9.1.noarch",
"SUSE Linux Micro 6.0:cockpit-ws-309-9.1.aarch64",
"SUSE Linux Micro 6.0:cockpit-ws-309-9.1.s390x",
"SUSE Linux Micro 6.0:cockpit-ws-309-9.1.x86_64",
"SUSE Linux Micro 6.1:libnghttp2-14-1.52.0-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:libnghttp2-14-1.52.0-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:libnghttp2-14-1.52.0-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:libnghttp2-14-1.52.0-slfo.1.1_2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:cockpit-309-9.1.aarch64",
"SUSE Linux Micro 6.0:cockpit-309-9.1.s390x",
"SUSE Linux Micro 6.0:cockpit-309-9.1.x86_64",
"SUSE Linux Micro 6.0:cockpit-bridge-309-9.1.aarch64",
"SUSE Linux Micro 6.0:cockpit-bridge-309-9.1.s390x",
"SUSE Linux Micro 6.0:cockpit-bridge-309-9.1.x86_64",
"SUSE Linux Micro 6.0:cockpit-networkmanager-309-9.1.noarch",
"SUSE Linux Micro 6.0:cockpit-selinux-309-9.1.noarch",
"SUSE Linux Micro 6.0:cockpit-storaged-309-9.1.noarch",
"SUSE Linux Micro 6.0:cockpit-system-309-9.1.noarch",
"SUSE Linux Micro 6.0:cockpit-ws-309-9.1.aarch64",
"SUSE Linux Micro 6.0:cockpit-ws-309-9.1.s390x",
"SUSE Linux Micro 6.0:cockpit-ws-309-9.1.x86_64",
"SUSE Linux Micro 6.1:libnghttp2-14-1.52.0-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:libnghttp2-14-1.52.0-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:libnghttp2-14-1.52.0-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:libnghttp2-14-1.52.0-slfo.1.1_2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-27T09:43:31Z",
"details": "important"
}
],
"title": "CVE-2026-27135"
}
]
}
WID-SEC-W-2026-0775
Vulnerability from csaf_certbund - Published: 2026-03-17 23:00 - Updated: 2026-06-10 22:00Summary
nghttp2: Schwachstelle ermöglicht Denial of Service
Severity
Mittel
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: nghttp2 ist eine Implementierung von HTTP/2 und dessen Header-Kompressionsalgorithmus HPACK in C.
Angriff: Ein entfernter, anonymer Angreifer kann eine Schwachstelle in nghttp2 ausnutzen, um einen Denial of Service Angriff durchzuführen.
Betroffene Betriebssysteme: - Linux
- Sonstiges
- UNIX
- Windows
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat OpenShift Container Platform <4.12.91
Red Hat / OpenShift
|
Container Platform <4.12.91 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.67
Red Hat / OpenShift
|
Container Platform <4.13.67 | ||
|
Red Hat OpenShift Container Platform <4.18.43
Red Hat / OpenShift
|
Container Platform <4.18.43 | ||
|
Red Hat OpenShift Container Platform <4.17.54
Red Hat / OpenShift
|
Container Platform <4.17.54 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.15.64
Red Hat / OpenShift
|
Container Platform <4.15.64 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source nghttp2 <1.68.1
Open Source / nghttp2
|
<1.68.1 | ||
|
Red Hat OpenShift Container Platform <4.19.32
Red Hat / OpenShift
|
Container Platform <4.19.32 | ||
|
IBM MQ Agent
IBM / MQ
|
cpe:/a:ibm:mq:agent
|
Agent | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM MQ
IBM / MQ
|
cpe:/a:ibm:mq:-
|
— | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
References
60 references
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"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": "nghttp2 ist eine Implementierung von HTTP/2 und dessen Header-Kompressionsalgorithmus HPACK in C.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann eine Schwachstelle in nghttp2 ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- Sonstiges\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-0775 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-0775.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-0775 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-0775"
},
{
"category": "external",
"summary": "nghttp2 GitHub Security Advisory GHSA-6933-cjhr-5qg6 vom 2026-03-17",
"url": "https://github.com/nghttp2/nghttp2/security/advisories/GHSA-6933-cjhr-5qg6"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1074-1 vom 2026-03-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/024959.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1056-1 vom 2026-03-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/024951.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20870-1 vom 2026-03-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/024971.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20833-1 vom 2026-03-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/025004.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20925-1 vom 2026-04-01",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025092.html"
},
{
"category": "external",
"summary": "Google Container-Optimized OS release notes vom 2026-04-04",
"url": "https://docs.cloud.google.com/container-optimized-os/docs/release-notes#March_30_2026"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:7670 vom 2026-04-13",
"url": "https://errata.build.resf.org/RLSA-2026:7670"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1247-1 vom 2026-04-10",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025204.html"
},
{
"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": "Red Hat Security Advisory RHSA-2026:7666 vom 2026-04-13",
"url": "https://access.redhat.com/errata/RHSA-2026:7666"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:7667 vom 2026-04-13",
"url": "https://access.redhat.com/errata/RHSA-2026:7667"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:7668 vom 2026-04-13",
"url": "https://access.redhat.com/errata/RHSA-2026:7668"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-7666 vom 2026-04-13",
"url": "https://linux.oracle.com/errata/ELSA-2026-7666.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:7983 vom 2026-04-14",
"url": "https://access.redhat.com/errata/RHSA-2026:7983"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-7668 vom 2026-04-13",
"url": "https://linux.oracle.com/errata/ELSA-2026-7668.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2-2026-3232 vom 2026-04-14",
"url": "https://alas.aws.amazon.com/AL2/ALAS2-2026-3232.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:7896 vom 2026-04-14",
"url": "https://errata.build.resf.org/RLSA-2026:7896"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-7667 vom 2026-04-13",
"url": "https://linux.oracle.com/errata/ELSA-2026-7667.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1350-1 vom 2026-04-15",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025367.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:7668 vom 2026-04-15",
"url": "https://errata.build.resf.org/RLSA-2026:7668"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:8339 vom 2026-04-16",
"url": "https://errata.build.resf.org/RLSA-2026:8339"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:7666 vom 2026-04-15",
"url": "https://errata.build.resf.org/RLSA-2026:7666"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:8339 vom 2026-04-15",
"url": "https://access.redhat.com/errata/RHSA-2026:8339"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:7667 vom 2026-04-16",
"url": "https://errata.build.resf.org/RLSA-2026:7667"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:8546 vom 2026-04-16",
"url": "https://access.redhat.com/errata/RHSA-2026:8546"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:8545 vom 2026-04-16",
"url": "https://access.redhat.com/errata/RHSA-2026:8545"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:8541 vom 2026-04-16",
"url": "https://access.redhat.com/errata/RHSA-2026:8541"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:8540 vom 2026-04-16",
"url": "https://access.redhat.com/errata/RHSA-2026:8540"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:8539 vom 2026-04-16",
"url": "https://access.redhat.com/errata/RHSA-2026:8539"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:8538 vom 2026-04-16",
"url": "https://access.redhat.com/errata/RHSA-2026:8538"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:8548 vom 2026-04-16",
"url": "https://access.redhat.com/errata/RHSA-2026:8548"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:8547 vom 2026-04-16",
"url": "https://access.redhat.com/errata/RHSA-2026:8547"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:8868 vom 2026-04-20",
"url": "https://access.redhat.com/errata/RHSA-2026:8868"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:10065 vom 2026-04-23",
"url": "https://access.redhat.com/errata/RHSA-2026:10065"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:9711 vom 2026-04-22",
"url": "https://access.redhat.com/errata/RHSA-2026:9711"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:9832 vom 2026-04-22",
"url": "https://access.redhat.com/errata/RHSA-2026:9832"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:9874 vom 2026-04-22",
"url": "https://access.redhat.com/errata/RHSA-2026:9874"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:11768 vom 2026-04-29",
"url": "https://access.redhat.com/errata/RHSA-2026:11768"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:13812 vom 2026-05-05",
"url": "https://access.redhat.com/errata/RHSA-2026:13812"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8233-1 vom 2026-05-05",
"url": "https://ubuntu.com/security/notices/USN-8233-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8233-2 vom 2026-05-06",
"url": "https://ubuntu.com/security/notices/USN-8233-2"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:14391 vom 2026-05-07",
"url": "https://access.redhat.com/errata/RHSA-2026:14391"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:14937 vom 2026-05-08",
"url": "https://access.redhat.com/errata/RHSA-2026:14937"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7272299 vom 2026-05-07",
"url": "https://www.ibm.com/support/pages/node/7272299"
},
{
"category": "external",
"summary": "Red Hat Security Advisory vom 2026-05-13",
"url": "https://access.redhat.com/errata/RHSA-2026:14773"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:15087 vom 2026-05-13",
"url": "https://access.redhat.com/errata/RHSA-2026:15087"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-6266 vom 2026-05-14",
"url": "https://lists.debian.org/debian-security-announce/2026/msg00177.html"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7273145 vom 2026-05-15",
"url": "https://www.ibm.com/support/pages/node/7273145"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7273338 vom 2026-05-18",
"url": "https://www.ibm.com/support/pages/node/7273338"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:19724 vom 2026-05-21",
"url": "https://access.redhat.com/errata/RHSA-2026:19724"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:17596 vom 2026-05-20",
"url": "https://access.redhat.com/errata/RHSA-2026:17596"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:20040 vom 2026-05-27",
"url": "https://access.redhat.com/errata/RHSA-2026:20040"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:20087 vom 2026-05-29",
"url": "https://access.redhat.com/errata/RHSA-2026:20087"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:21656 vom 2026-06-03",
"url": "https://access.redhat.com/errata/RHSA-2026:21656"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:21695 vom 2026-06-04",
"url": "https://access.redhat.com/errata/RHSA-2026:21695"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:21690 vom 2026-06-04",
"url": "https://access.redhat.com/errata/RHSA-2026:21690"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:25096 vom 2026-06-10",
"url": "https://access.redhat.com/errata/RHSA-2026:25096"
}
],
"source_lang": "en-US",
"title": "nghttp2: Schwachstelle erm\u00f6glicht Denial of Service",
"tracking": {
"current_release_date": "2026-06-10T22:00:00.000+00:00",
"generator": {
"date": "2026-06-11T10:51:59.572+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2026-0775",
"initial_release_date": "2026-03-17T23:00:00.000+00:00",
"revision_history": [
{
"date": "2026-03-17T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-03-18T23:00:00.000+00:00",
"number": "2",
"summary": "Referenz(en) aufgenommen: EUVD-2026-12919"
},
{
"date": "2026-03-26T23:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-03-29T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-04-01T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-04-06T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates aufgenommen"
},
{
"date": "2026-04-12T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Rocky Enterprise Software Foundation, SUSE und Red Hat aufgenommen"
},
{
"date": "2026-04-13T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Red Hat, Oracle Linux, Amazon und Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2026-04-15T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von SUSE, Rocky Enterprise Software Foundation und Red Hat aufgenommen"
},
{
"date": "2026-04-16T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Rocky Enterprise Software Foundation und Red Hat aufgenommen"
},
{
"date": "2026-04-19T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-04-22T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-04-29T22:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-05T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von Red Hat und Ubuntu aufgenommen"
},
{
"date": "2026-05-06T22:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von Ubuntu und Red Hat aufgenommen"
},
{
"date": "2026-05-07T22:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von Red Hat und IBM aufgenommen"
},
{
"date": "2026-05-14T22:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von Red Hat und Debian aufgenommen"
},
{
"date": "2026-05-17T22:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2026-05-18T22:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2026-05-20T22:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-27T22:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-31T22:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-06-04T22:00:00.000+00:00",
"number": "23",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-06-10T22:00:00.000+00:00",
"number": "24",
"summary": "Neue Updates von Red Hat aufgenommen"
}
],
"status": "final",
"version": "24"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Amazon Linux 2",
"product": {
"name": "Amazon Linux 2",
"product_id": "398363",
"product_identification_helper": {
"cpe": "cpe:/o:amazon:linux_2:-"
}
}
}
],
"category": "vendor",
"name": "Amazon"
},
{
"branches": [
{
"category": "product_name",
"name": "Debian Linux",
"product": {
"name": "Debian Linux",
"product_id": "2951",
"product_identification_helper": {
"cpe": "cpe:/o:debian:debian_linux:-"
}
}
}
],
"category": "vendor",
"name": "Debian"
},
{
"branches": [
{
"category": "product_name",
"name": "Google Container-Optimized OS",
"product": {
"name": "Google Container-Optimized OS",
"product_id": "1607324",
"product_identification_helper": {
"cpe": "cpe:/o:google:container-optimized_os:-"
}
}
}
],
"category": "vendor",
"name": "Google"
},
{
"branches": [
{
"category": "product_name",
"name": "IBM App Connect Enterprise",
"product": {
"name": "IBM App Connect Enterprise",
"product_id": "T051349",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:app_connect_enterprise:-"
}
}
},
{
"branches": [
{
"category": "product_name",
"name": "IBM MQ",
"product": {
"name": "IBM MQ",
"product_id": "T021398",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:mq:-"
}
}
},
{
"category": "product_version",
"name": "Agent",
"product": {
"name": "IBM MQ Agent",
"product_id": "T054280",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:mq:agent"
}
}
}
],
"category": "product_name",
"name": "MQ"
}
],
"category": "vendor",
"name": "IBM"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c1.68.1",
"product": {
"name": "Open Source nghttp2 \u003c1.68.1",
"product_id": "T051878"
}
},
{
"category": "product_version",
"name": "1.68.1",
"product": {
"name": "Open Source nghttp2 1.68.1",
"product_id": "T051878-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:nghttp2:nghttp2:1.68.1"
}
}
}
],
"category": "product_name",
"name": "nghttp2"
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "RESF Rocky Linux",
"product": {
"name": "RESF Rocky Linux",
"product_id": "T032255",
"product_identification_helper": {
"cpe": "cpe:/o:resf:rocky_linux:-"
}
}
}
],
"category": "vendor",
"name": "RESF"
},
{
"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:-"
}
}
},
{
"branches": [
{
"category": "product_version_range",
"name": "Container Platform \u003c4.15.64",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.15.64",
"product_id": "T054017"
}
},
{
"category": "product_version",
"name": "Container Platform 4.15.64",
"product": {
"name": "Red Hat OpenShift Container Platform 4.15.64",
"product_id": "T054017-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.15.64"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.17.54",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.17.54",
"product_id": "T054403"
}
},
{
"category": "product_version",
"name": "Container Platform 4.17.54",
"product": {
"name": "Red Hat OpenShift Container Platform 4.17.54",
"product_id": "T054403-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.17.54"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.19.32",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.19.32",
"product_id": "T054748"
}
},
{
"category": "product_version",
"name": "Container Platform 4.19.32",
"product": {
"name": "Red Hat OpenShift Container Platform 4.19.32",
"product_id": "T054748-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.19.32"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.18.43",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.18.43",
"product_id": "T054988"
}
},
{
"category": "product_version",
"name": "Container Platform 4.18.43",
"product": {
"name": "Red Hat OpenShift Container Platform 4.18.43",
"product_id": "T054988-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.18.43"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.13.67",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.13.67",
"product_id": "T054989"
}
},
{
"category": "product_version",
"name": "Container Platform 4.13.67",
"product": {
"name": "Red Hat OpenShift Container Platform 4.13.67",
"product_id": "T054989-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.13.67"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.12.91",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.12.91",
"product_id": "T054990"
}
},
{
"category": "product_version",
"name": "Container Platform 4.12.91",
"product": {
"name": "Red Hat OpenShift Container Platform 4.12.91",
"product_id": "T054990-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.12.91"
}
}
}
],
"category": "product_name",
"name": "OpenShift"
}
],
"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"
},
{
"branches": [
{
"category": "product_name",
"name": "Ubuntu Linux",
"product": {
"name": "Ubuntu Linux",
"product_id": "T000126",
"product_identification_helper": {
"cpe": "cpe:/o:canonical:ubuntu_linux:-"
}
}
}
],
"category": "vendor",
"name": "Ubuntu"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-27135",
"product_status": {
"known_affected": [
"T054990",
"67646",
"T054989",
"T054988",
"T054403",
"T004914",
"T054017",
"T032255",
"2951",
"T002207",
"T051349",
"T000126",
"T051878",
"T054748",
"T054280",
"398363",
"T021398",
"1607324"
]
},
"release_date": "2026-03-17T23:00:00.000+00:00",
"title": "CVE-2026-27135"
}
]
}
WID-SEC-W-2026-1666
Vulnerability from csaf_certbund - Published: 2026-05-25 22:00 - Updated: 2026-05-27 22:00Summary
IBM QRadar SIEM: Mehrere Schwachstellen
Severity
Hoch
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: IBM QRadar Security Information and Event Management (SIEM) bietet Unterstützung bei der Erkennung und Priorisierung von Sicherheitsbedrohungen im Unternehmen.
Angriff: Ein Angreifer kann mehrere Schwachstellen in IBM QRadar SIEM ausnutzen, um beliebigen Programmcode auszuführen, um seine Privilegien zu erhöhen, um einen Denial of Service Angriff durchzuführen, um Informationen offenzulegen, und um Sicherheitsvorkehrungen zu umgehen.
Betroffene Betriebssysteme: - Linux
- UNIX
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
References
3 references
{
"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 QRadar Security Information and Event Management (SIEM) bietet Unterst\u00fctzung bei der Erkennung und Priorisierung von Sicherheitsbedrohungen im Unternehmen.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in IBM QRadar SIEM ausnutzen, um beliebigen Programmcode auszuf\u00fchren, um seine Privilegien zu erh\u00f6hen, um einen Denial of Service Angriff durchzuf\u00fchren, um Informationen offenzulegen, und um Sicherheitsvorkehrungen zu umgehen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- UNIX",
"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-1666 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-1666.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-1666 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-1666"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7273957 vom 2026-05-25",
"url": "https://www.ibm.com/support/pages/node/7273957"
}
],
"source_lang": "en-US",
"title": "IBM QRadar SIEM: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-05-27T22:00:00.000+00:00",
"generator": {
"date": "2026-05-28T06:45:38.746+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2026-1666",
"initial_release_date": "2026-05-25T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-05-25T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-05-27T22:00:00.000+00:00",
"number": "2",
"summary": "Referenz(en) aufgenommen: EUVD-2024-55601"
}
],
"status": "final",
"version": "2"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c7.5.0 UP15 IF03",
"product": {
"name": "IBM QRadar SIEM \u003c7.5.0 UP15 IF03",
"product_id": "T054671"
}
},
{
"category": "product_version",
"name": "7.5.0 UP15 IF03",
"product": {
"name": "IBM QRadar SIEM 7.5.0 UP15 IF03",
"product_id": "T054671-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:qradar_siem:7.5.0_up15_if03"
}
}
}
],
"category": "product_name",
"name": "QRadar SIEM"
}
],
"category": "vendor",
"name": "IBM"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2006-10002",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2006-10002"
},
{
"cve": "CVE-2006-10003",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2006-10003"
},
{
"cve": "CVE-2024-41073",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2024-41073"
},
{
"cve": "CVE-2024-56462",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2024-56462"
},
{
"cve": "CVE-2025-40252",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2025-40252"
},
{
"cve": "CVE-2025-68724",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2025-68724"
},
{
"cve": "CVE-2025-68741",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2025-68741"
},
{
"cve": "CVE-2026-1519",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-1519"
},
{
"cve": "CVE-2026-23191",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-23191"
},
{
"cve": "CVE-2026-23401",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-23401"
},
{
"cve": "CVE-2026-27135",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-27135"
},
{
"cve": "CVE-2026-28417",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-28417"
},
{
"cve": "CVE-2026-28421",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-28421"
},
{
"cve": "CVE-2026-31402",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-31402"
},
{
"cve": "CVE-2026-31431",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-31431"
},
{
"cve": "CVE-2026-33412",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-33412"
},
{
"cve": "CVE-2026-34982",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-34982"
},
{
"cve": "CVE-2026-35385",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-35385"
},
{
"cve": "CVE-2026-35386",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-35386"
},
{
"cve": "CVE-2026-35387",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-35387"
},
{
"cve": "CVE-2026-35388",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-35388"
},
{
"cve": "CVE-2026-35414",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-35414"
},
{
"cve": "CVE-2026-35535",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-35535"
},
{
"cve": "CVE-2026-4424",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-4424"
},
{
"cve": "CVE-2026-4519",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-4519"
},
{
"cve": "CVE-2026-4786",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-4786"
},
{
"cve": "CVE-2026-5121",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-5121"
},
{
"cve": "CVE-2026-6100",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-6100"
}
]
}
Loading…
Trend slope:
-
(linear fit over daily sighting counts)
Show additional events:
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…