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-03-20 21:07
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)
CWE
- CWE-617 - Reachable Assertion
Assigner
References
| URL | Tags | |||||||
|---|---|---|---|---|---|---|---|---|
|
||||||||
{
"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-03-20T21:07:53.189Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "http://www.openwall.com/lists/oss-security/2026/03/20/3"
}
],
"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-03-20T21:07:53.189Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"nvd": "{\"cve\":{\"id\":\"CVE-2026-27135\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-03-18T18:16:26.723\",\"lastModified\":\"2026-03-23T17:51:17.017\",\"vulnStatus\":\"Analyzed\",\"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.\"}],\"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\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.openwall.com/lists/oss-security/2026/03/20/3\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2026-03-20T21:07:53.189Z\"}}, {\"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-03-20T21:07:53.189Z\", \"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:20833-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-SL-Micro-6.2-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)
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
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-SL-Micro-6.2-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_20833-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:20833-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620833-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:20833-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/025004.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:20833-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": "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": "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": "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": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.2",
"product": {
"name": "SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16:16.0:transactional"
}
}
}
],
"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 Micro 6.2",
"product_id": "SUSE Linux Micro 6.2: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 Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-14-1.64.0-160000.3.1.ppc64le as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2: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 Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-14-1.64.0-160000.3.1.s390x as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2: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 Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-14-1.64.0-160000.3.1.x86_64 as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2: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 Micro 6.2"
}
]
},
"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.2:libnghttp2-14-1.64.0-160000.3.1.aarch64",
"SUSE Linux Micro 6.2:libnghttp2-14-1.64.0-160000.3.1.ppc64le",
"SUSE Linux Micro 6.2:libnghttp2-14-1.64.0-160000.3.1.s390x",
"SUSE Linux Micro 6.2:libnghttp2-14-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 Micro 6.2:libnghttp2-14-1.64.0-160000.3.1.aarch64",
"SUSE Linux Micro 6.2:libnghttp2-14-1.64.0-160000.3.1.ppc64le",
"SUSE Linux Micro 6.2:libnghttp2-14-1.64.0-160000.3.1.s390x",
"SUSE Linux Micro 6.2:libnghttp2-14-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 Micro 6.2:libnghttp2-14-1.64.0-160000.3.1.aarch64",
"SUSE Linux Micro 6.2:libnghttp2-14-1.64.0-160000.3.1.ppc64le",
"SUSE Linux Micro 6.2:libnghttp2-14-1.64.0-160000.3.1.s390x",
"SUSE Linux Micro 6.2:libnghttp2-14-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:1056-1
Vulnerability from csaf_suse - Published: 2026-03-26 08:57 - Updated: 2026-03-26 08:57Summary
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 issues:
- CVE-2026-27135: Assertion failure due to missing state validation can lead to DoS (bsc#1259845).
Patchnames: SUSE-2026-1056,SUSE-SLE-SERVER-12-SP5-LTSS-2026-1056,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2026-1056
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)
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
References
| URL | Category | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||
{
"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 issues:\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-2026-1056,SUSE-SLE-SERVER-12-SP5-LTSS-2026-1056,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2026-1056",
"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_1056-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1056-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261056-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1056-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/024951.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-26T08:57:39Z",
"generator": {
"date": "2026-03-26T08:57:39Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1056-1",
"initial_release_date": "2026-03-26T08:57:39Z",
"revision_history": [
{
"date": "2026-03-26T08:57:39Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libnghttp2-14-1.39.2-3.23.1.aarch64",
"product": {
"name": "libnghttp2-14-1.39.2-3.23.1.aarch64",
"product_id": "libnghttp2-14-1.39.2-3.23.1.aarch64"
}
},
{
"category": "product_version",
"name": "libnghttp2-devel-1.39.2-3.23.1.aarch64",
"product": {
"name": "libnghttp2-devel-1.39.2-3.23.1.aarch64",
"product_id": "libnghttp2-devel-1.39.2-3.23.1.aarch64"
}
},
{
"category": "product_version",
"name": "libnghttp2_asio-devel-1.39.2-3.23.1.aarch64",
"product": {
"name": "libnghttp2_asio-devel-1.39.2-3.23.1.aarch64",
"product_id": "libnghttp2_asio-devel-1.39.2-3.23.1.aarch64"
}
},
{
"category": "product_version",
"name": "libnghttp2_asio1-1.39.2-3.23.1.aarch64",
"product": {
"name": "libnghttp2_asio1-1.39.2-3.23.1.aarch64",
"product_id": "libnghttp2_asio1-1.39.2-3.23.1.aarch64"
}
},
{
"category": "product_version",
"name": "nghttp2-1.39.2-3.23.1.aarch64",
"product": {
"name": "nghttp2-1.39.2-3.23.1.aarch64",
"product_id": "nghttp2-1.39.2-3.23.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-nghttp2-1.39.2-3.23.1.aarch64",
"product": {
"name": "python3-nghttp2-1.39.2-3.23.1.aarch64",
"product_id": "python3-nghttp2-1.39.2-3.23.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libnghttp2-14-64bit-1.39.2-3.23.1.aarch64_ilp32",
"product": {
"name": "libnghttp2-14-64bit-1.39.2-3.23.1.aarch64_ilp32",
"product_id": "libnghttp2-14-64bit-1.39.2-3.23.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libnghttp2_asio1-64bit-1.39.2-3.23.1.aarch64_ilp32",
"product": {
"name": "libnghttp2_asio1-64bit-1.39.2-3.23.1.aarch64_ilp32",
"product_id": "libnghttp2_asio1-64bit-1.39.2-3.23.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libnghttp2-14-1.39.2-3.23.1.i586",
"product": {
"name": "libnghttp2-14-1.39.2-3.23.1.i586",
"product_id": "libnghttp2-14-1.39.2-3.23.1.i586"
}
},
{
"category": "product_version",
"name": "libnghttp2-devel-1.39.2-3.23.1.i586",
"product": {
"name": "libnghttp2-devel-1.39.2-3.23.1.i586",
"product_id": "libnghttp2-devel-1.39.2-3.23.1.i586"
}
},
{
"category": "product_version",
"name": "libnghttp2_asio-devel-1.39.2-3.23.1.i586",
"product": {
"name": "libnghttp2_asio-devel-1.39.2-3.23.1.i586",
"product_id": "libnghttp2_asio-devel-1.39.2-3.23.1.i586"
}
},
{
"category": "product_version",
"name": "libnghttp2_asio1-1.39.2-3.23.1.i586",
"product": {
"name": "libnghttp2_asio1-1.39.2-3.23.1.i586",
"product_id": "libnghttp2_asio1-1.39.2-3.23.1.i586"
}
},
{
"category": "product_version",
"name": "nghttp2-1.39.2-3.23.1.i586",
"product": {
"name": "nghttp2-1.39.2-3.23.1.i586",
"product_id": "nghttp2-1.39.2-3.23.1.i586"
}
},
{
"category": "product_version",
"name": "python3-nghttp2-1.39.2-3.23.1.i586",
"product": {
"name": "python3-nghttp2-1.39.2-3.23.1.i586",
"product_id": "python3-nghttp2-1.39.2-3.23.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libnghttp2-14-1.39.2-3.23.1.ppc64le",
"product": {
"name": "libnghttp2-14-1.39.2-3.23.1.ppc64le",
"product_id": "libnghttp2-14-1.39.2-3.23.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libnghttp2-devel-1.39.2-3.23.1.ppc64le",
"product": {
"name": "libnghttp2-devel-1.39.2-3.23.1.ppc64le",
"product_id": "libnghttp2-devel-1.39.2-3.23.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libnghttp2_asio-devel-1.39.2-3.23.1.ppc64le",
"product": {
"name": "libnghttp2_asio-devel-1.39.2-3.23.1.ppc64le",
"product_id": "libnghttp2_asio-devel-1.39.2-3.23.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libnghttp2_asio1-1.39.2-3.23.1.ppc64le",
"product": {
"name": "libnghttp2_asio1-1.39.2-3.23.1.ppc64le",
"product_id": "libnghttp2_asio1-1.39.2-3.23.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nghttp2-1.39.2-3.23.1.ppc64le",
"product": {
"name": "nghttp2-1.39.2-3.23.1.ppc64le",
"product_id": "nghttp2-1.39.2-3.23.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-nghttp2-1.39.2-3.23.1.ppc64le",
"product": {
"name": "python3-nghttp2-1.39.2-3.23.1.ppc64le",
"product_id": "python3-nghttp2-1.39.2-3.23.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libnghttp2-14-1.39.2-3.23.1.s390",
"product": {
"name": "libnghttp2-14-1.39.2-3.23.1.s390",
"product_id": "libnghttp2-14-1.39.2-3.23.1.s390"
}
},
{
"category": "product_version",
"name": "libnghttp2-devel-1.39.2-3.23.1.s390",
"product": {
"name": "libnghttp2-devel-1.39.2-3.23.1.s390",
"product_id": "libnghttp2-devel-1.39.2-3.23.1.s390"
}
},
{
"category": "product_version",
"name": "libnghttp2_asio-devel-1.39.2-3.23.1.s390",
"product": {
"name": "libnghttp2_asio-devel-1.39.2-3.23.1.s390",
"product_id": "libnghttp2_asio-devel-1.39.2-3.23.1.s390"
}
},
{
"category": "product_version",
"name": "libnghttp2_asio1-1.39.2-3.23.1.s390",
"product": {
"name": "libnghttp2_asio1-1.39.2-3.23.1.s390",
"product_id": "libnghttp2_asio1-1.39.2-3.23.1.s390"
}
},
{
"category": "product_version",
"name": "nghttp2-1.39.2-3.23.1.s390",
"product": {
"name": "nghttp2-1.39.2-3.23.1.s390",
"product_id": "nghttp2-1.39.2-3.23.1.s390"
}
},
{
"category": "product_version",
"name": "python3-nghttp2-1.39.2-3.23.1.s390",
"product": {
"name": "python3-nghttp2-1.39.2-3.23.1.s390",
"product_id": "python3-nghttp2-1.39.2-3.23.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "libnghttp2-14-1.39.2-3.23.1.s390x",
"product": {
"name": "libnghttp2-14-1.39.2-3.23.1.s390x",
"product_id": "libnghttp2-14-1.39.2-3.23.1.s390x"
}
},
{
"category": "product_version",
"name": "libnghttp2-14-32bit-1.39.2-3.23.1.s390x",
"product": {
"name": "libnghttp2-14-32bit-1.39.2-3.23.1.s390x",
"product_id": "libnghttp2-14-32bit-1.39.2-3.23.1.s390x"
}
},
{
"category": "product_version",
"name": "libnghttp2-devel-1.39.2-3.23.1.s390x",
"product": {
"name": "libnghttp2-devel-1.39.2-3.23.1.s390x",
"product_id": "libnghttp2-devel-1.39.2-3.23.1.s390x"
}
},
{
"category": "product_version",
"name": "libnghttp2_asio-devel-1.39.2-3.23.1.s390x",
"product": {
"name": "libnghttp2_asio-devel-1.39.2-3.23.1.s390x",
"product_id": "libnghttp2_asio-devel-1.39.2-3.23.1.s390x"
}
},
{
"category": "product_version",
"name": "libnghttp2_asio1-1.39.2-3.23.1.s390x",
"product": {
"name": "libnghttp2_asio1-1.39.2-3.23.1.s390x",
"product_id": "libnghttp2_asio1-1.39.2-3.23.1.s390x"
}
},
{
"category": "product_version",
"name": "libnghttp2_asio1-32bit-1.39.2-3.23.1.s390x",
"product": {
"name": "libnghttp2_asio1-32bit-1.39.2-3.23.1.s390x",
"product_id": "libnghttp2_asio1-32bit-1.39.2-3.23.1.s390x"
}
},
{
"category": "product_version",
"name": "nghttp2-1.39.2-3.23.1.s390x",
"product": {
"name": "nghttp2-1.39.2-3.23.1.s390x",
"product_id": "nghttp2-1.39.2-3.23.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-nghttp2-1.39.2-3.23.1.s390x",
"product": {
"name": "python3-nghttp2-1.39.2-3.23.1.s390x",
"product_id": "python3-nghttp2-1.39.2-3.23.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libnghttp2-14-1.39.2-3.23.1.x86_64",
"product": {
"name": "libnghttp2-14-1.39.2-3.23.1.x86_64",
"product_id": "libnghttp2-14-1.39.2-3.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "libnghttp2-14-32bit-1.39.2-3.23.1.x86_64",
"product": {
"name": "libnghttp2-14-32bit-1.39.2-3.23.1.x86_64",
"product_id": "libnghttp2-14-32bit-1.39.2-3.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "libnghttp2-devel-1.39.2-3.23.1.x86_64",
"product": {
"name": "libnghttp2-devel-1.39.2-3.23.1.x86_64",
"product_id": "libnghttp2-devel-1.39.2-3.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "libnghttp2_asio-devel-1.39.2-3.23.1.x86_64",
"product": {
"name": "libnghttp2_asio-devel-1.39.2-3.23.1.x86_64",
"product_id": "libnghttp2_asio-devel-1.39.2-3.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "libnghttp2_asio1-1.39.2-3.23.1.x86_64",
"product": {
"name": "libnghttp2_asio1-1.39.2-3.23.1.x86_64",
"product_id": "libnghttp2_asio1-1.39.2-3.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "libnghttp2_asio1-32bit-1.39.2-3.23.1.x86_64",
"product": {
"name": "libnghttp2_asio1-32bit-1.39.2-3.23.1.x86_64",
"product_id": "libnghttp2_asio1-32bit-1.39.2-3.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "nghttp2-1.39.2-3.23.1.x86_64",
"product": {
"name": "nghttp2-1.39.2-3.23.1.x86_64",
"product_id": "nghttp2-1.39.2-3.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-nghttp2-1.39.2-3.23.1.x86_64",
"product": {
"name": "python3-nghttp2-1.39.2-3.23.1.x86_64",
"product_id": "python3-nghttp2-1.39.2-3.23.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-14-1.39.2-3.23.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libnghttp2-14-1.39.2-3.23.1.aarch64"
},
"product_reference": "libnghttp2-14-1.39.2-3.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-14-1.39.2-3.23.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libnghttp2-14-1.39.2-3.23.1.ppc64le"
},
"product_reference": "libnghttp2-14-1.39.2-3.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-14-1.39.2-3.23.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libnghttp2-14-1.39.2-3.23.1.s390x"
},
"product_reference": "libnghttp2-14-1.39.2-3.23.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-14-1.39.2-3.23.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libnghttp2-14-1.39.2-3.23.1.x86_64"
},
"product_reference": "libnghttp2-14-1.39.2-3.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-14-32bit-1.39.2-3.23.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libnghttp2-14-32bit-1.39.2-3.23.1.s390x"
},
"product_reference": "libnghttp2-14-32bit-1.39.2-3.23.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-14-32bit-1.39.2-3.23.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libnghttp2-14-32bit-1.39.2-3.23.1.x86_64"
},
"product_reference": "libnghttp2-14-32bit-1.39.2-3.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-devel-1.39.2-3.23.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libnghttp2-devel-1.39.2-3.23.1.aarch64"
},
"product_reference": "libnghttp2-devel-1.39.2-3.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-devel-1.39.2-3.23.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libnghttp2-devel-1.39.2-3.23.1.ppc64le"
},
"product_reference": "libnghttp2-devel-1.39.2-3.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-devel-1.39.2-3.23.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libnghttp2-devel-1.39.2-3.23.1.s390x"
},
"product_reference": "libnghttp2-devel-1.39.2-3.23.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-devel-1.39.2-3.23.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libnghttp2-devel-1.39.2-3.23.1.x86_64"
},
"product_reference": "libnghttp2-devel-1.39.2-3.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-14-1.39.2-3.23.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libnghttp2-14-1.39.2-3.23.1.x86_64"
},
"product_reference": "libnghttp2-14-1.39.2-3.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-14-32bit-1.39.2-3.23.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libnghttp2-14-32bit-1.39.2-3.23.1.x86_64"
},
"product_reference": "libnghttp2-14-32bit-1.39.2-3.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-devel-1.39.2-3.23.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libnghttp2-devel-1.39.2-3.23.1.x86_64"
},
"product_reference": "libnghttp2-devel-1.39.2-3.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
}
]
},
"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 12 SP5-LTSS:libnghttp2-14-1.39.2-3.23.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libnghttp2-14-1.39.2-3.23.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libnghttp2-14-1.39.2-3.23.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libnghttp2-14-1.39.2-3.23.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libnghttp2-14-32bit-1.39.2-3.23.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libnghttp2-14-32bit-1.39.2-3.23.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libnghttp2-devel-1.39.2-3.23.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libnghttp2-devel-1.39.2-3.23.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libnghttp2-devel-1.39.2-3.23.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libnghttp2-devel-1.39.2-3.23.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libnghttp2-14-1.39.2-3.23.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libnghttp2-14-32bit-1.39.2-3.23.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libnghttp2-devel-1.39.2-3.23.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 12 SP5-LTSS:libnghttp2-14-1.39.2-3.23.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libnghttp2-14-1.39.2-3.23.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libnghttp2-14-1.39.2-3.23.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libnghttp2-14-1.39.2-3.23.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libnghttp2-14-32bit-1.39.2-3.23.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libnghttp2-14-32bit-1.39.2-3.23.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libnghttp2-devel-1.39.2-3.23.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libnghttp2-devel-1.39.2-3.23.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libnghttp2-devel-1.39.2-3.23.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libnghttp2-devel-1.39.2-3.23.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libnghttp2-14-1.39.2-3.23.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libnghttp2-14-32bit-1.39.2-3.23.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libnghttp2-devel-1.39.2-3.23.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 12 SP5-LTSS:libnghttp2-14-1.39.2-3.23.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libnghttp2-14-1.39.2-3.23.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libnghttp2-14-1.39.2-3.23.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libnghttp2-14-1.39.2-3.23.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libnghttp2-14-32bit-1.39.2-3.23.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libnghttp2-14-32bit-1.39.2-3.23.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libnghttp2-devel-1.39.2-3.23.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libnghttp2-devel-1.39.2-3.23.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libnghttp2-devel-1.39.2-3.23.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libnghttp2-devel-1.39.2-3.23.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libnghttp2-14-1.39.2-3.23.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libnghttp2-14-32bit-1.39.2-3.23.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libnghttp2-devel-1.39.2-3.23.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-26T08:57:39Z",
"details": "important"
}
],
"title": "CVE-2026-27135"
}
]
}
SUSE-SU-2026:1074-1
Vulnerability from csaf_suse - Published: 2026-03-26 12:39 - Updated: 2026-03-26 12:39Summary
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 issues:
- CVE-2026-27135: Assertion failure due to missing state validation can lead to DoS (bsc#1259845).
Patchnames: SUSE-2026-1074,SUSE-SLE-Module-Basesystem-15-SP7-2026-1074
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)
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
References
| URL | Category | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||
{
"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 issues:\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-2026-1074,SUSE-SLE-Module-Basesystem-15-SP7-2026-1074",
"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_1074-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1074-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261074-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1074-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/024959.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-26T12:39:53Z",
"generator": {
"date": "2026-03-26T12:39:53Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1074-1",
"initial_release_date": "2026-03-26T12:39:53Z",
"revision_history": [
{
"date": "2026-03-26T12:39:53Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libnghttp2-14-1.64.0-150700.3.3.1.aarch64",
"product": {
"name": "libnghttp2-14-1.64.0-150700.3.3.1.aarch64",
"product_id": "libnghttp2-14-1.64.0-150700.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libnghttp2-devel-1.64.0-150700.3.3.1.aarch64",
"product": {
"name": "libnghttp2-devel-1.64.0-150700.3.3.1.aarch64",
"product_id": "libnghttp2-devel-1.64.0-150700.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "nghttp2-1.64.0-150700.3.3.1.aarch64",
"product": {
"name": "nghttp2-1.64.0-150700.3.3.1.aarch64",
"product_id": "nghttp2-1.64.0-150700.3.3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libnghttp2-14-64bit-1.64.0-150700.3.3.1.aarch64_ilp32",
"product": {
"name": "libnghttp2-14-64bit-1.64.0-150700.3.3.1.aarch64_ilp32",
"product_id": "libnghttp2-14-64bit-1.64.0-150700.3.3.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libnghttp2-14-1.64.0-150700.3.3.1.i586",
"product": {
"name": "libnghttp2-14-1.64.0-150700.3.3.1.i586",
"product_id": "libnghttp2-14-1.64.0-150700.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "libnghttp2-devel-1.64.0-150700.3.3.1.i586",
"product": {
"name": "libnghttp2-devel-1.64.0-150700.3.3.1.i586",
"product_id": "libnghttp2-devel-1.64.0-150700.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "nghttp2-1.64.0-150700.3.3.1.i586",
"product": {
"name": "nghttp2-1.64.0-150700.3.3.1.i586",
"product_id": "nghttp2-1.64.0-150700.3.3.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libnghttp2-14-1.64.0-150700.3.3.1.ppc64le",
"product": {
"name": "libnghttp2-14-1.64.0-150700.3.3.1.ppc64le",
"product_id": "libnghttp2-14-1.64.0-150700.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libnghttp2-devel-1.64.0-150700.3.3.1.ppc64le",
"product": {
"name": "libnghttp2-devel-1.64.0-150700.3.3.1.ppc64le",
"product_id": "libnghttp2-devel-1.64.0-150700.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nghttp2-1.64.0-150700.3.3.1.ppc64le",
"product": {
"name": "nghttp2-1.64.0-150700.3.3.1.ppc64le",
"product_id": "nghttp2-1.64.0-150700.3.3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libnghttp2-14-1.64.0-150700.3.3.1.s390x",
"product": {
"name": "libnghttp2-14-1.64.0-150700.3.3.1.s390x",
"product_id": "libnghttp2-14-1.64.0-150700.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "libnghttp2-devel-1.64.0-150700.3.3.1.s390x",
"product": {
"name": "libnghttp2-devel-1.64.0-150700.3.3.1.s390x",
"product_id": "libnghttp2-devel-1.64.0-150700.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "nghttp2-1.64.0-150700.3.3.1.s390x",
"product": {
"name": "nghttp2-1.64.0-150700.3.3.1.s390x",
"product_id": "nghttp2-1.64.0-150700.3.3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libnghttp2-14-1.64.0-150700.3.3.1.x86_64",
"product": {
"name": "libnghttp2-14-1.64.0-150700.3.3.1.x86_64",
"product_id": "libnghttp2-14-1.64.0-150700.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libnghttp2-14-32bit-1.64.0-150700.3.3.1.x86_64",
"product": {
"name": "libnghttp2-14-32bit-1.64.0-150700.3.3.1.x86_64",
"product_id": "libnghttp2-14-32bit-1.64.0-150700.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libnghttp2-devel-1.64.0-150700.3.3.1.x86_64",
"product": {
"name": "libnghttp2-devel-1.64.0-150700.3.3.1.x86_64",
"product_id": "libnghttp2-devel-1.64.0-150700.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "nghttp2-1.64.0-150700.3.3.1.x86_64",
"product": {
"name": "nghttp2-1.64.0-150700.3.3.1.x86_64",
"product_id": "nghttp2-1.64.0-150700.3.3.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp7"
}
}
}
],
"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-150700.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libnghttp2-14-1.64.0-150700.3.3.1.aarch64"
},
"product_reference": "libnghttp2-14-1.64.0-150700.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-14-1.64.0-150700.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libnghttp2-14-1.64.0-150700.3.3.1.ppc64le"
},
"product_reference": "libnghttp2-14-1.64.0-150700.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-14-1.64.0-150700.3.3.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libnghttp2-14-1.64.0-150700.3.3.1.s390x"
},
"product_reference": "libnghttp2-14-1.64.0-150700.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-14-1.64.0-150700.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libnghttp2-14-1.64.0-150700.3.3.1.x86_64"
},
"product_reference": "libnghttp2-14-1.64.0-150700.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-14-32bit-1.64.0-150700.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libnghttp2-14-32bit-1.64.0-150700.3.3.1.x86_64"
},
"product_reference": "libnghttp2-14-32bit-1.64.0-150700.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-devel-1.64.0-150700.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libnghttp2-devel-1.64.0-150700.3.3.1.aarch64"
},
"product_reference": "libnghttp2-devel-1.64.0-150700.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-devel-1.64.0-150700.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libnghttp2-devel-1.64.0-150700.3.3.1.ppc64le"
},
"product_reference": "libnghttp2-devel-1.64.0-150700.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-devel-1.64.0-150700.3.3.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libnghttp2-devel-1.64.0-150700.3.3.1.s390x"
},
"product_reference": "libnghttp2-devel-1.64.0-150700.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-devel-1.64.0-150700.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libnghttp2-devel-1.64.0-150700.3.3.1.x86_64"
},
"product_reference": "libnghttp2-devel-1.64.0-150700.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
}
]
},
"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 Module for Basesystem 15 SP7:libnghttp2-14-1.64.0-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnghttp2-14-1.64.0-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnghttp2-14-1.64.0-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnghttp2-14-1.64.0-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnghttp2-14-32bit-1.64.0-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnghttp2-devel-1.64.0-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnghttp2-devel-1.64.0-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnghttp2-devel-1.64.0-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnghttp2-devel-1.64.0-150700.3.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 Module for Basesystem 15 SP7:libnghttp2-14-1.64.0-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnghttp2-14-1.64.0-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnghttp2-14-1.64.0-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnghttp2-14-1.64.0-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnghttp2-14-32bit-1.64.0-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnghttp2-devel-1.64.0-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnghttp2-devel-1.64.0-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnghttp2-devel-1.64.0-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnghttp2-devel-1.64.0-150700.3.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 Module for Basesystem 15 SP7:libnghttp2-14-1.64.0-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnghttp2-14-1.64.0-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnghttp2-14-1.64.0-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnghttp2-14-1.64.0-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnghttp2-14-32bit-1.64.0-150700.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnghttp2-devel-1.64.0-150700.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnghttp2-devel-1.64.0-150700.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnghttp2-devel-1.64.0-150700.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnghttp2-devel-1.64.0-150700.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-26T12:39:53Z",
"details": "important"
}
],
"title": "CVE-2026-27135"
}
]
}
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)
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
References
| URL | Category | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||
{
"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"
}
]
}
FKIE_CVE-2026-27135
Vulnerability from fkie_nvd - Published: 2026-03-18 18:16 - Updated: 2026-03-23 17:51
Severity ?
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.
References
| URL | Tags | ||
|---|---|---|---|
| security-advisories@github.com | https://github.com/nghttp2/nghttp2/commit/5c7df8fa815ac1004d9ecb9d1f7595c4d37f46e1 | Patch | |
| security-advisories@github.com | https://github.com/nghttp2/nghttp2/security/advisories/GHSA-6933-cjhr-5qg6 | Patch, Vendor Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | http://www.openwall.com/lists/oss-security/2026/03/20/3 | Mailing List, Third Party Advisory |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:nghttp2:nghttp2:*:*:*:*:*:*:*:*",
"matchCriteriaId": "1D6F266C-6337-477C-9A88-F7692CF26822",
"versionEndExcluding": "1.68.1",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"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."
}
],
"id": "CVE-2026-27135",
"lastModified": "2026-03-23T17:51:17.017",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"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"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6,
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
},
"published": "2026-03-18T18:16:26.723",
"references": [
{
"source": "security-advisories@github.com",
"tags": [
"Patch"
],
"url": "https://github.com/nghttp2/nghttp2/commit/5c7df8fa815ac1004d9ecb9d1f7595c4d37f46e1"
},
{
"source": "security-advisories@github.com",
"tags": [
"Patch",
"Vendor Advisory"
],
"url": "https://github.com/nghttp2/nghttp2/security/advisories/GHSA-6933-cjhr-5qg6"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "http://www.openwall.com/lists/oss-security/2026/03/20/3"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-617"
}
],
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
}
MSRC_CVE-2026-27135
Vulnerability from csaf_microsoft - Published: 2026-03-02 00:00 - Updated: 2026-03-27 01:41Summary
nghttp2 Denial of service: Assertion failure due to the missing state validation
Notes
Additional Resources: To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle
Disclaimer: The information provided in the Microsoft Knowledge Base is provided \"as is\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.
7.5 (High)
Vendor Fix
1.61.0-3:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade
https://learn.microsoft.com/en-us/azure/azure-lin…
Vendor Fix
3.30.3-13:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade
https://learn.microsoft.com/en-us/azure/azure-lin…
Vendor Fix
20.14.0-14:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade
https://learn.microsoft.com/en-us/azure/azure-lin…
Vendor Fix
3.21.4-23:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade
https://learn.microsoft.com/en-us/azure/azure-lin…
Vendor Fix
1.57.0-3:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade
https://learn.microsoft.com/en-us/azure/azure-lin…
Vendor Fix
18.20.3-12:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade
https://learn.microsoft.com/en-us/azure/azure-lin…
References
| URL | Category | |
|---|---|---|
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2026-27135 nghttp2 Denial of service: Assertion failure due to the missing state validation - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-27135.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"title": "nghttp2 Denial of service: Assertion failure due to the missing state validation",
"tracking": {
"current_release_date": "2026-03-27T01:41:20.000Z",
"generator": {
"date": "2026-03-27T07:08:42.915Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2026-27135",
"initial_release_date": "2026-03-02T00:00:00.000Z",
"revision_history": [
{
"date": "2026-03-20T01:02:06.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2026-03-21T01:02:12.000Z",
"legacy_version": "2",
"number": "2",
"summary": "Information published."
},
{
"date": "2026-03-21T01:37:11.000Z",
"legacy_version": "3",
"number": "3",
"summary": "Information published."
},
{
"date": "2026-03-25T14:36:49.000Z",
"legacy_version": "4",
"number": "4",
"summary": "Information published."
},
{
"date": "2026-03-27T01:41:20.000Z",
"legacy_version": "5",
"number": "5",
"summary": "Information published."
}
],
"status": "final",
"version": "5"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "3.0",
"product": {
"name": "Azure Linux 3.0",
"product_id": "17084"
}
},
{
"category": "product_version",
"name": "2.0",
"product": {
"name": "CBL Mariner 2.0",
"product_id": "17086"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cazl3 nghttp2 1.61.0-2",
"product": {
"name": "\u003cazl3 nghttp2 1.61.0-2",
"product_id": "8"
}
},
{
"category": "product_version",
"name": "azl3 nghttp2 1.61.0-2",
"product": {
"name": "azl3 nghttp2 1.61.0-2",
"product_id": "20318"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 nghttp2 1.57.0-2",
"product": {
"name": "\u003ccbl2 nghttp2 1.57.0-2",
"product_id": "9"
}
},
{
"category": "product_version",
"name": "cbl2 nghttp2 1.57.0-2",
"product": {
"name": "cbl2 nghttp2 1.57.0-2",
"product_id": "19774"
}
}
],
"category": "product_name",
"name": "nghttp2"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cazl3 cmake 3.30.3-12",
"product": {
"name": "\u003cazl3 cmake 3.30.3-12",
"product_id": "1"
}
},
{
"category": "product_version",
"name": "azl3 cmake 3.30.3-12",
"product": {
"name": "azl3 cmake 3.30.3-12",
"product_id": "20974"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 cmake 3.21.4-21",
"product": {
"name": "\u003ccbl2 cmake 3.21.4-21",
"product_id": "6"
}
},
{
"category": "product_version",
"name": "cbl2 cmake 3.21.4-21",
"product": {
"name": "cbl2 cmake 3.21.4-21",
"product_id": "20870"
}
}
],
"category": "product_name",
"name": "cmake"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cazl3 nodejs 20.14.0-13",
"product": {
"name": "\u003cazl3 nodejs 20.14.0-13",
"product_id": "7"
}
},
{
"category": "product_version",
"name": "azl3 nodejs 20.14.0-13",
"product": {
"name": "azl3 nodejs 20.14.0-13",
"product_id": "20866"
}
}
],
"category": "product_name",
"name": "nodejs"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003ccbl2 nodejs18 18.20.3-11",
"product": {
"name": "\u003ccbl2 nodejs18 18.20.3-11",
"product_id": "5"
}
},
{
"category": "product_version",
"name": "cbl2 nodejs18 18.20.3-11",
"product": {
"name": "cbl2 nodejs18 18.20.3-11",
"product_id": "20894"
}
}
],
"category": "product_name",
"name": "nodejs18"
},
{
"category": "product_name",
"name": "azl3 rust 1.75.0-25",
"product": {
"name": "azl3 rust 1.75.0-25",
"product_id": "3"
}
},
{
"category": "product_name",
"name": "azl3 rust 1.90.0-4",
"product": {
"name": "azl3 rust 1.90.0-4",
"product_id": "2"
}
},
{
"category": "product_name",
"name": "cbl2 rust 1.72.0-14",
"product": {
"name": "cbl2 rust 1.72.0-14",
"product_id": "4"
}
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 nghttp2 1.61.0-2 as a component of Azure Linux 3.0",
"product_id": "17084-8"
},
"product_reference": "8",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 nghttp2 1.61.0-2 as a component of Azure Linux 3.0",
"product_id": "20318-17084"
},
"product_reference": "20318",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 cmake 3.30.3-12 as a component of Azure Linux 3.0",
"product_id": "17084-1"
},
"product_reference": "1",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 cmake 3.30.3-12 as a component of Azure Linux 3.0",
"product_id": "20974-17084"
},
"product_reference": "20974",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 nodejs 20.14.0-13 as a component of Azure Linux 3.0",
"product_id": "17084-7"
},
"product_reference": "7",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 nodejs 20.14.0-13 as a component of Azure Linux 3.0",
"product_id": "20866-17084"
},
"product_reference": "20866",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 rust 1.75.0-25 as a component of Azure Linux 3.0",
"product_id": "17084-3"
},
"product_reference": "3",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 rust 1.90.0-4 as a component of Azure Linux 3.0",
"product_id": "17084-2"
},
"product_reference": "2",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 cmake 3.21.4-21 as a component of CBL Mariner 2.0",
"product_id": "17086-6"
},
"product_reference": "6",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 cmake 3.21.4-21 as a component of CBL Mariner 2.0",
"product_id": "20870-17086"
},
"product_reference": "20870",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 nghttp2 1.57.0-2 as a component of CBL Mariner 2.0",
"product_id": "17086-9"
},
"product_reference": "9",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 nghttp2 1.57.0-2 as a component of CBL Mariner 2.0",
"product_id": "19774-17086"
},
"product_reference": "19774",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 nodejs18 18.20.3-11 as a component of CBL Mariner 2.0",
"product_id": "17086-5"
},
"product_reference": "5",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 nodejs18 18.20.3-11 as a component of CBL Mariner 2.0",
"product_id": "20894-17086"
},
"product_reference": "20894",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 rust 1.72.0-14 as a component of CBL Mariner 2.0",
"product_id": "17086-4"
},
"product_reference": "4",
"relates_to_product_reference": "17086"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-27135",
"cwe": {
"id": "CWE-617",
"name": "Reachable Assertion"
},
"flags": [
{
"label": "component_not_present",
"product_ids": [
"17084-3",
"17084-2",
"17086-4"
]
}
],
"notes": [
{
"category": "general",
"text": "GitHub_M",
"title": "Assigning CNA"
}
],
"product_status": {
"fixed": [
"20318-17084",
"20974-17084",
"20866-17084",
"20870-17086",
"19774-17086",
"20894-17086"
],
"known_affected": [
"17084-8",
"17084-1",
"17084-7",
"17086-6",
"17086-9",
"17086-5"
],
"known_not_affected": [
"17084-3",
"17084-2",
"17086-4"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-27135 nghttp2 Denial of service: Assertion failure due to the missing state validation - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-27135.json"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-20T01:02:06.000Z",
"details": "1.61.0-3:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-8"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2026-03-20T01:02:06.000Z",
"details": "3.30.3-13:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-1"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2026-03-20T01:02:06.000Z",
"details": "20.14.0-14:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-7"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2026-03-20T01:02:06.000Z",
"details": "3.21.4-23:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-6"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2026-03-20T01:02:06.000Z",
"details": "1.57.0-3:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-9"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2026-03-20T01:02:06.000Z",
"details": "18.20.3-12:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-5"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"environmentalsScore": 0.0,
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.5,
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"17084-8",
"17084-1",
"17084-7",
"17086-6",
"17086-9",
"17086-5"
]
}
],
"title": "nghttp2 Denial of service: Assertion failure due to the missing state validation"
}
]
}
OPENSUSE-SU-2026:10437-1
Vulnerability from csaf_opensuse - Published: 2026-03-26 00:00 - Updated: 2026-03-26 00:00Summary
libnghttp2-14-1.68.1-1.1 on GA media
Severity
Moderate
Notes
Title of the patch: libnghttp2-14-1.68.1-1.1 on GA media
Description of the patch: These are all security issues fixed in the libnghttp2-14-1.68.1-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames: openSUSE-Tumbleweed-2026-10437
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)
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
References
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "libnghttp2-14-1.68.1-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the libnghttp2-14-1.68.1-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-10437",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2026_10437-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-27135 page",
"url": "https://www.suse.com/security/cve/CVE-2026-27135/"
}
],
"title": "libnghttp2-14-1.68.1-1.1 on GA media",
"tracking": {
"current_release_date": "2026-03-26T00:00:00Z",
"generator": {
"date": "2026-03-26T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:10437-1",
"initial_release_date": "2026-03-26T00:00:00Z",
"revision_history": [
{
"date": "2026-03-26T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libnghttp2-14-1.68.1-1.1.aarch64",
"product": {
"name": "libnghttp2-14-1.68.1-1.1.aarch64",
"product_id": "libnghttp2-14-1.68.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libnghttp2-14-32bit-1.68.1-1.1.aarch64",
"product": {
"name": "libnghttp2-14-32bit-1.68.1-1.1.aarch64",
"product_id": "libnghttp2-14-32bit-1.68.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libnghttp2-devel-1.68.1-1.1.aarch64",
"product": {
"name": "libnghttp2-devel-1.68.1-1.1.aarch64",
"product_id": "libnghttp2-devel-1.68.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "nghttp2-1.68.1-1.1.aarch64",
"product": {
"name": "nghttp2-1.68.1-1.1.aarch64",
"product_id": "nghttp2-1.68.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "nghttp2-doc-1.68.1-1.1.aarch64",
"product": {
"name": "nghttp2-doc-1.68.1-1.1.aarch64",
"product_id": "nghttp2-doc-1.68.1-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libnghttp2-14-1.68.1-1.1.ppc64le",
"product": {
"name": "libnghttp2-14-1.68.1-1.1.ppc64le",
"product_id": "libnghttp2-14-1.68.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libnghttp2-14-32bit-1.68.1-1.1.ppc64le",
"product": {
"name": "libnghttp2-14-32bit-1.68.1-1.1.ppc64le",
"product_id": "libnghttp2-14-32bit-1.68.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libnghttp2-devel-1.68.1-1.1.ppc64le",
"product": {
"name": "libnghttp2-devel-1.68.1-1.1.ppc64le",
"product_id": "libnghttp2-devel-1.68.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nghttp2-1.68.1-1.1.ppc64le",
"product": {
"name": "nghttp2-1.68.1-1.1.ppc64le",
"product_id": "nghttp2-1.68.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nghttp2-doc-1.68.1-1.1.ppc64le",
"product": {
"name": "nghttp2-doc-1.68.1-1.1.ppc64le",
"product_id": "nghttp2-doc-1.68.1-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libnghttp2-14-1.68.1-1.1.s390x",
"product": {
"name": "libnghttp2-14-1.68.1-1.1.s390x",
"product_id": "libnghttp2-14-1.68.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libnghttp2-14-32bit-1.68.1-1.1.s390x",
"product": {
"name": "libnghttp2-14-32bit-1.68.1-1.1.s390x",
"product_id": "libnghttp2-14-32bit-1.68.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libnghttp2-devel-1.68.1-1.1.s390x",
"product": {
"name": "libnghttp2-devel-1.68.1-1.1.s390x",
"product_id": "libnghttp2-devel-1.68.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "nghttp2-1.68.1-1.1.s390x",
"product": {
"name": "nghttp2-1.68.1-1.1.s390x",
"product_id": "nghttp2-1.68.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "nghttp2-doc-1.68.1-1.1.s390x",
"product": {
"name": "nghttp2-doc-1.68.1-1.1.s390x",
"product_id": "nghttp2-doc-1.68.1-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libnghttp2-14-1.68.1-1.1.x86_64",
"product": {
"name": "libnghttp2-14-1.68.1-1.1.x86_64",
"product_id": "libnghttp2-14-1.68.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libnghttp2-14-32bit-1.68.1-1.1.x86_64",
"product": {
"name": "libnghttp2-14-32bit-1.68.1-1.1.x86_64",
"product_id": "libnghttp2-14-32bit-1.68.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libnghttp2-devel-1.68.1-1.1.x86_64",
"product": {
"name": "libnghttp2-devel-1.68.1-1.1.x86_64",
"product_id": "libnghttp2-devel-1.68.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "nghttp2-1.68.1-1.1.x86_64",
"product": {
"name": "nghttp2-1.68.1-1.1.x86_64",
"product_id": "nghttp2-1.68.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "nghttp2-doc-1.68.1-1.1.x86_64",
"product": {
"name": "nghttp2-doc-1.68.1-1.1.x86_64",
"product_id": "nghttp2-doc-1.68.1-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-14-1.68.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libnghttp2-14-1.68.1-1.1.aarch64"
},
"product_reference": "libnghttp2-14-1.68.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-14-1.68.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libnghttp2-14-1.68.1-1.1.ppc64le"
},
"product_reference": "libnghttp2-14-1.68.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-14-1.68.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libnghttp2-14-1.68.1-1.1.s390x"
},
"product_reference": "libnghttp2-14-1.68.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-14-1.68.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libnghttp2-14-1.68.1-1.1.x86_64"
},
"product_reference": "libnghttp2-14-1.68.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-14-32bit-1.68.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libnghttp2-14-32bit-1.68.1-1.1.aarch64"
},
"product_reference": "libnghttp2-14-32bit-1.68.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-14-32bit-1.68.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libnghttp2-14-32bit-1.68.1-1.1.ppc64le"
},
"product_reference": "libnghttp2-14-32bit-1.68.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-14-32bit-1.68.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libnghttp2-14-32bit-1.68.1-1.1.s390x"
},
"product_reference": "libnghttp2-14-32bit-1.68.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-14-32bit-1.68.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libnghttp2-14-32bit-1.68.1-1.1.x86_64"
},
"product_reference": "libnghttp2-14-32bit-1.68.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-devel-1.68.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libnghttp2-devel-1.68.1-1.1.aarch64"
},
"product_reference": "libnghttp2-devel-1.68.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-devel-1.68.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libnghttp2-devel-1.68.1-1.1.ppc64le"
},
"product_reference": "libnghttp2-devel-1.68.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-devel-1.68.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libnghttp2-devel-1.68.1-1.1.s390x"
},
"product_reference": "libnghttp2-devel-1.68.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnghttp2-devel-1.68.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libnghttp2-devel-1.68.1-1.1.x86_64"
},
"product_reference": "libnghttp2-devel-1.68.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nghttp2-1.68.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nghttp2-1.68.1-1.1.aarch64"
},
"product_reference": "nghttp2-1.68.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nghttp2-1.68.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nghttp2-1.68.1-1.1.ppc64le"
},
"product_reference": "nghttp2-1.68.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nghttp2-1.68.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nghttp2-1.68.1-1.1.s390x"
},
"product_reference": "nghttp2-1.68.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nghttp2-1.68.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nghttp2-1.68.1-1.1.x86_64"
},
"product_reference": "nghttp2-1.68.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nghttp2-doc-1.68.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nghttp2-doc-1.68.1-1.1.aarch64"
},
"product_reference": "nghttp2-doc-1.68.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nghttp2-doc-1.68.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nghttp2-doc-1.68.1-1.1.ppc64le"
},
"product_reference": "nghttp2-doc-1.68.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nghttp2-doc-1.68.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nghttp2-doc-1.68.1-1.1.s390x"
},
"product_reference": "nghttp2-doc-1.68.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nghttp2-doc-1.68.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:nghttp2-doc-1.68.1-1.1.x86_64"
},
"product_reference": "nghttp2-doc-1.68.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"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": [
"openSUSE Tumbleweed:libnghttp2-14-1.68.1-1.1.aarch64",
"openSUSE Tumbleweed:libnghttp2-14-1.68.1-1.1.ppc64le",
"openSUSE Tumbleweed:libnghttp2-14-1.68.1-1.1.s390x",
"openSUSE Tumbleweed:libnghttp2-14-1.68.1-1.1.x86_64",
"openSUSE Tumbleweed:libnghttp2-14-32bit-1.68.1-1.1.aarch64",
"openSUSE Tumbleweed:libnghttp2-14-32bit-1.68.1-1.1.ppc64le",
"openSUSE Tumbleweed:libnghttp2-14-32bit-1.68.1-1.1.s390x",
"openSUSE Tumbleweed:libnghttp2-14-32bit-1.68.1-1.1.x86_64",
"openSUSE Tumbleweed:libnghttp2-devel-1.68.1-1.1.aarch64",
"openSUSE Tumbleweed:libnghttp2-devel-1.68.1-1.1.ppc64le",
"openSUSE Tumbleweed:libnghttp2-devel-1.68.1-1.1.s390x",
"openSUSE Tumbleweed:libnghttp2-devel-1.68.1-1.1.x86_64",
"openSUSE Tumbleweed:nghttp2-1.68.1-1.1.aarch64",
"openSUSE Tumbleweed:nghttp2-1.68.1-1.1.ppc64le",
"openSUSE Tumbleweed:nghttp2-1.68.1-1.1.s390x",
"openSUSE Tumbleweed:nghttp2-1.68.1-1.1.x86_64",
"openSUSE Tumbleweed:nghttp2-doc-1.68.1-1.1.aarch64",
"openSUSE Tumbleweed:nghttp2-doc-1.68.1-1.1.ppc64le",
"openSUSE Tumbleweed:nghttp2-doc-1.68.1-1.1.s390x",
"openSUSE Tumbleweed:nghttp2-doc-1.68.1-1.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": [
"openSUSE Tumbleweed:libnghttp2-14-1.68.1-1.1.aarch64",
"openSUSE Tumbleweed:libnghttp2-14-1.68.1-1.1.ppc64le",
"openSUSE Tumbleweed:libnghttp2-14-1.68.1-1.1.s390x",
"openSUSE Tumbleweed:libnghttp2-14-1.68.1-1.1.x86_64",
"openSUSE Tumbleweed:libnghttp2-14-32bit-1.68.1-1.1.aarch64",
"openSUSE Tumbleweed:libnghttp2-14-32bit-1.68.1-1.1.ppc64le",
"openSUSE Tumbleweed:libnghttp2-14-32bit-1.68.1-1.1.s390x",
"openSUSE Tumbleweed:libnghttp2-14-32bit-1.68.1-1.1.x86_64",
"openSUSE Tumbleweed:libnghttp2-devel-1.68.1-1.1.aarch64",
"openSUSE Tumbleweed:libnghttp2-devel-1.68.1-1.1.ppc64le",
"openSUSE Tumbleweed:libnghttp2-devel-1.68.1-1.1.s390x",
"openSUSE Tumbleweed:libnghttp2-devel-1.68.1-1.1.x86_64",
"openSUSE Tumbleweed:nghttp2-1.68.1-1.1.aarch64",
"openSUSE Tumbleweed:nghttp2-1.68.1-1.1.ppc64le",
"openSUSE Tumbleweed:nghttp2-1.68.1-1.1.s390x",
"openSUSE Tumbleweed:nghttp2-1.68.1-1.1.x86_64",
"openSUSE Tumbleweed:nghttp2-doc-1.68.1-1.1.aarch64",
"openSUSE Tumbleweed:nghttp2-doc-1.68.1-1.1.ppc64le",
"openSUSE Tumbleweed:nghttp2-doc-1.68.1-1.1.s390x",
"openSUSE Tumbleweed:nghttp2-doc-1.68.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:libnghttp2-14-1.68.1-1.1.aarch64",
"openSUSE Tumbleweed:libnghttp2-14-1.68.1-1.1.ppc64le",
"openSUSE Tumbleweed:libnghttp2-14-1.68.1-1.1.s390x",
"openSUSE Tumbleweed:libnghttp2-14-1.68.1-1.1.x86_64",
"openSUSE Tumbleweed:libnghttp2-14-32bit-1.68.1-1.1.aarch64",
"openSUSE Tumbleweed:libnghttp2-14-32bit-1.68.1-1.1.ppc64le",
"openSUSE Tumbleweed:libnghttp2-14-32bit-1.68.1-1.1.s390x",
"openSUSE Tumbleweed:libnghttp2-14-32bit-1.68.1-1.1.x86_64",
"openSUSE Tumbleweed:libnghttp2-devel-1.68.1-1.1.aarch64",
"openSUSE Tumbleweed:libnghttp2-devel-1.68.1-1.1.ppc64le",
"openSUSE Tumbleweed:libnghttp2-devel-1.68.1-1.1.s390x",
"openSUSE Tumbleweed:libnghttp2-devel-1.68.1-1.1.x86_64",
"openSUSE Tumbleweed:nghttp2-1.68.1-1.1.aarch64",
"openSUSE Tumbleweed:nghttp2-1.68.1-1.1.ppc64le",
"openSUSE Tumbleweed:nghttp2-1.68.1-1.1.s390x",
"openSUSE Tumbleweed:nghttp2-1.68.1-1.1.x86_64",
"openSUSE Tumbleweed:nghttp2-doc-1.68.1-1.1.aarch64",
"openSUSE Tumbleweed:nghttp2-doc-1.68.1-1.1.ppc64le",
"openSUSE Tumbleweed:nghttp2-doc-1.68.1-1.1.s390x",
"openSUSE Tumbleweed:nghttp2-doc-1.68.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-26T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-27135"
}
]
}
WID-SEC-W-2026-0775
Vulnerability from csaf_certbund - Published: 2026-03-17 23:00 - Updated: 2026-03-26 23: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
References
| URL | Category | |
|---|---|---|
{
"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"
}
],
"source_lang": "en-US",
"title": "nghttp2: Schwachstelle erm\u00f6glicht Denial of Service",
"tracking": {
"current_release_date": "2026-03-26T23:00:00.000+00:00",
"generator": {
"date": "2026-03-27T09:01:46.980+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.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"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"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": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-27135",
"product_status": {
"known_affected": [
"T002207",
"T051878"
]
},
"release_date": "2026-03-17T23:00:00.000+00:00",
"title": "CVE-2026-27135"
}
]
}
CERTFR-2026-AVI-0341
Vulnerability from certfr_avis - Published: 2026-03-23 - Updated: 2026-03-23
De multiples vulnérabilités ont été découvertes dans les produits Microsoft. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
NoneImpacted products
| Vendor | Product | Description | ||
|---|---|---|---|---|
| Microsoft | N/A | azl3 libexif 0.6.24-1 versions antérieures à 0.6.24-2 | ||
| Microsoft | N/A | azl3 kernel 6.6.126.1-1 versions antérieures à 6.6.129.1-1 | ||
| Microsoft | N/A | azl3 nghttp2 1.61.0-2 versions antérieures à 1.61.0-3 | ||
| Microsoft | N/A | azl3 pyOpenSSL 24.2.1-1 versions antérieures à 24.2.1-2 |
References
| Title | Publication Time | Tags | ||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "azl3 libexif 0.6.24-1 versions ant\u00e9rieures \u00e0 0.6.24-2",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 kernel 6.6.126.1-1 versions ant\u00e9rieures \u00e0 6.6.129.1-1",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 nghttp2 1.61.0-2 versions ant\u00e9rieures \u00e0 1.61.0-3",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 pyOpenSSL 24.2.1-1 versions ant\u00e9rieures \u00e0 24.2.1-2",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
}
],
"affected_systems_content": null,
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2026-27135",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27135"
},
{
"name": "CVE-2025-71265",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71265"
},
{
"name": "CVE-2025-71239",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71239"
},
{
"name": "CVE-2026-32775",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32775"
},
{
"name": "CVE-2025-71267",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71267"
},
{
"name": "CVE-2026-23267",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23267"
},
{
"name": "CVE-2026-23259",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23259"
},
{
"name": "CVE-2026-23243",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23243"
},
{
"name": "CVE-2026-23242",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23242"
},
{
"name": "CVE-2026-27459",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27459"
},
{
"name": "CVE-2026-27448",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27448"
},
{
"name": "CVE-2026-23233",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23233"
},
{
"name": "CVE-2026-23266",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23266"
},
{
"name": "CVE-2025-71266",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71266"
},
{
"name": "CVE-2026-23241",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23241"
},
{
"name": "CVE-2026-23248",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23248"
}
],
"initial_release_date": "2026-03-23T00:00:00",
"last_revision_date": "2026-03-23T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0341",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-03-23T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits Microsoft. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits Microsoft",
"vendor_advisories": [
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-27448",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-27448"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-71265",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-71265"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23243",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23243"
},
{
"published_at": "2026-03-20",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-27135",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-27135"
},
{
"published_at": "2026-03-18",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23241",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23241"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-71267",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-71267"
},
{
"published_at": "2026-03-20",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23266",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23266"
},
{
"published_at": "2026-03-20",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23259",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23259"
},
{
"published_at": "2026-03-20",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23267",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23267"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23248",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23248"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23233",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23233"
},
{
"published_at": "2026-03-18",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-71239",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-71239"
},
{
"published_at": "2026-03-17",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-32775",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-32775"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-71266",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-71266"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-27459",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-27459"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23242",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23242"
}
]
}
Loading…
Show additional events:
Loading…
Sightings
| Author | Source | Type | Date |
|---|
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…