Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-47691 (GCVE-0-2026-47691)
Vulnerability from cvelistv5 – Published: 2026-06-12 14:33 – Updated: 2026-06-13 03:56- CWE-345 - Insufficient Verification of Data Authenticity
| URL | Tags |
|---|---|
| https://github.com/netty/netty/security/advisorie… | x_refsource_CONFIRM |
| https://github.com/netty/netty/releases/tag/netty… | x_refsource_MISC |
| https://github.com/netty/netty/releases/tag/netty… | x_refsource_MISC |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-47691",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-06-12T00:00:00+00:00",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-06-13T03:56:03.157Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "netty",
"vendor": "netty",
"versions": [
{
"status": "affected",
"version": "\u003e= 4.2.0.Final, \u003c 4.2.15.Final"
},
{
"status": "affected",
"version": "\u003c 4.1.135.Final"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Netty is a network application framework for development of protocol servers and clients. Prior to versions 4.1.135.Final and 4.2.15.Final, Netty\u0027s `DnsResolveContext` insufficiently validates the bailiwick of NS records, enabling DNS Cache Poisoning. An attacker controlling an authoritative name server for a subdomain can poison the cache for parent domains (like `.co.uk`). In `io.netty.resolver.dns.DnsResolveContext.AuthoritativeNameServerList#add` method accepts any NS record from the AUTHORITY section as long as the record\u0027s name is a suffix of the questionName. Subsequently, the `handleWithAdditional` method caches the associated A records from the ADDITIONAL section directly into the `authoritativeDnsServerCache` under the parent domain\u0027s key. This bypasses standard bailiwick rules, where a server authoritative for a subdomain should not be trusted to provide authoritative records for its parent. The poisoned cache is then used for all future resolutions under the parent domain\u0027s key. Versions 4.1.135.Final and 4.2.15.Final patch the issue."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-345",
"description": "CWE-345: Insufficient Verification of Data Authenticity",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-06-12T14:33:16.595Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/netty/netty/security/advisories/GHSA-5pvg-856g-cp85",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/netty/netty/security/advisories/GHSA-5pvg-856g-cp85"
},
{
"name": "https://github.com/netty/netty/releases/tag/netty-4.1.135.Final",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/netty/netty/releases/tag/netty-4.1.135.Final"
},
{
"name": "https://github.com/netty/netty/releases/tag/netty-4.2.15.Final",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/netty/netty/releases/tag/netty-4.2.15.Final"
}
],
"source": {
"advisory": "GHSA-5pvg-856g-cp85",
"discovery": "UNKNOWN"
},
"title": "Netty has Insufficient Bailiwick Validation for NS Records"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-47691",
"datePublished": "2026-06-12T14:33:16.595Z",
"dateReserved": "2026-05-19T21:18:20.403Z",
"dateUpdated": "2026-06-13T03:56:03.157Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-47691",
"date": "2026-06-17",
"epss": "0.0024",
"percentile": "0.14872"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-47691\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-06-12T16:16:30.310\",\"lastModified\":\"2026-06-15T01:57:41.647\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Netty is a network application framework for development of protocol servers and clients. Prior to versions 4.1.135.Final and 4.2.15.Final, Netty\u0027s `DnsResolveContext` insufficiently validates the bailiwick of NS records, enabling DNS Cache Poisoning. An attacker controlling an authoritative name server for a subdomain can poison the cache for parent domains (like `.co.uk`). In `io.netty.resolver.dns.DnsResolveContext.AuthoritativeNameServerList#add` method accepts any NS record from the AUTHORITY section as long as the record\u0027s name is a suffix of the questionName. Subsequently, the `handleWithAdditional` method caches the associated A records from the ADDITIONAL section directly into the `authoritativeDnsServerCache` under the parent domain\u0027s key. This bypasses standard bailiwick rules, where a server authoritative for a subdomain should not be trusted to provide authoritative records for its parent. The poisoned cache is then used for all future resolutions under the parent domain\u0027s key. Versions 4.1.135.Final and 4.2.15.Final patch the issue.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N\",\"baseScore\":8.7,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":2.2,\"impactScore\":5.8},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N\",\"baseScore\":10.0,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":5.8}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-345\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:netty:netty:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"4.1.135\",\"matchCriteriaId\":\"3097D962-A32D-4467-AAE7-F4CBA3A349D2\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:netty:netty:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"4.2.0\",\"versionEndExcluding\":\"4.2.15\",\"matchCriteriaId\":\"413D4611-A46C-4BE4-AB2F-D86282F65984\"}]}]}],\"references\":[{\"url\":\"https://github.com/netty/netty/releases/tag/netty-4.1.135.Final\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/netty/netty/releases/tag/netty-4.2.15.Final\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/netty/netty/security/advisories/GHSA-5pvg-856g-cp85\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Vendor Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-47691\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-06-12T16:07:50.566182Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-06-12T16:07:52.704Z\"}}], \"cna\": {\"title\": \"Netty has Insufficient Bailiwick Validation for NS Records\", \"source\": {\"advisory\": \"GHSA-5pvg-856g-cp85\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"CHANGED\", \"version\": \"3.1\", \"baseScore\": 8.7, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"HIGH\"}}], \"affected\": [{\"vendor\": \"netty\", \"product\": \"netty\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003e= 4.2.0.Final, \u003c 4.2.15.Final\"}, {\"status\": \"affected\", \"version\": \"\u003c 4.1.135.Final\"}]}], \"references\": [{\"url\": \"https://github.com/netty/netty/security/advisories/GHSA-5pvg-856g-cp85\", \"name\": \"https://github.com/netty/netty/security/advisories/GHSA-5pvg-856g-cp85\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/netty/netty/releases/tag/netty-4.1.135.Final\", \"name\": \"https://github.com/netty/netty/releases/tag/netty-4.1.135.Final\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/netty/netty/releases/tag/netty-4.2.15.Final\", \"name\": \"https://github.com/netty/netty/releases/tag/netty-4.2.15.Final\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Netty is a network application framework for development of protocol servers and clients. Prior to versions 4.1.135.Final and 4.2.15.Final, Netty\u0027s `DnsResolveContext` insufficiently validates the bailiwick of NS records, enabling DNS Cache Poisoning. An attacker controlling an authoritative name server for a subdomain can poison the cache for parent domains (like `.co.uk`). In `io.netty.resolver.dns.DnsResolveContext.AuthoritativeNameServerList#add` method accepts any NS record from the AUTHORITY section as long as the record\u0027s name is a suffix of the questionName. Subsequently, the `handleWithAdditional` method caches the associated A records from the ADDITIONAL section directly into the `authoritativeDnsServerCache` under the parent domain\u0027s key. This bypasses standard bailiwick rules, where a server authoritative for a subdomain should not be trusted to provide authoritative records for its parent. The poisoned cache is then used for all future resolutions under the parent domain\u0027s key. Versions 4.1.135.Final and 4.2.15.Final patch the issue.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-345\", \"description\": \"CWE-345: Insufficient Verification of Data Authenticity\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2026-06-12T14:33:16.595Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-47691\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-06-13T03:56:03.157Z\", \"dateReserved\": \"2026-05-19T21:18:20.403Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2026-06-12T14:33:16.595Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
FKIE_CVE-2026-47691
Vulnerability from fkie_nvd - Published: 2026-06-12 16:16 - Updated: 2026-06-15 01:5710.0 (Critical) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:netty:netty:*:*:*:*:*:*:*:*",
"matchCriteriaId": "3097D962-A32D-4467-AAE7-F4CBA3A349D2",
"versionEndExcluding": "4.1.135",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:netty:netty:*:*:*:*:*:*:*:*",
"matchCriteriaId": "413D4611-A46C-4BE4-AB2F-D86282F65984",
"versionEndExcluding": "4.2.15",
"versionStartIncluding": "4.2.0",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "Netty is a network application framework for development of protocol servers and clients. Prior to versions 4.1.135.Final and 4.2.15.Final, Netty\u0027s `DnsResolveContext` insufficiently validates the bailiwick of NS records, enabling DNS Cache Poisoning. An attacker controlling an authoritative name server for a subdomain can poison the cache for parent domains (like `.co.uk`). In `io.netty.resolver.dns.DnsResolveContext.AuthoritativeNameServerList#add` method accepts any NS record from the AUTHORITY section as long as the record\u0027s name is a suffix of the questionName. Subsequently, the `handleWithAdditional` method caches the associated A records from the ADDITIONAL section directly into the `authoritativeDnsServerCache` under the parent domain\u0027s key. This bypasses standard bailiwick rules, where a server authoritative for a subdomain should not be trusted to provide authoritative records for its parent. The poisoned cache is then used for all future resolutions under the parent domain\u0027s key. Versions 4.1.135.Final and 4.2.15.Final patch the issue."
}
],
"id": "CVE-2026-47691",
"lastModified": "2026-06-15T01:57:41.647",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"exploitabilityScore": 2.2,
"impactScore": 5.8,
"source": "security-advisories@github.com",
"type": "Secondary"
},
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 10.0,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 5.8,
"source": "nvd@nist.gov",
"type": "Primary"
}
]
},
"published": "2026-06-12T16:16:30.310",
"references": [
{
"source": "security-advisories@github.com",
"tags": [
"Release Notes"
],
"url": "https://github.com/netty/netty/releases/tag/netty-4.1.135.Final"
},
{
"source": "security-advisories@github.com",
"tags": [
"Release Notes"
],
"url": "https://github.com/netty/netty/releases/tag/netty-4.2.15.Final"
},
{
"source": "security-advisories@github.com",
"tags": [
"Vendor Advisory"
],
"url": "https://github.com/netty/netty/security/advisories/GHSA-5pvg-856g-cp85"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-345"
}
],
"source": "security-advisories@github.com",
"type": "Primary"
}
]
}
GHSA-5PVG-856G-CP85
Vulnerability from github – Published: 2026-06-08 23:02 – Updated: 2026-06-12 19:31Summary
Netty's DnsResolveContext insufficiently validates the bailiwick of NS records, enabling DNS Cache Poisoning. An attacker controlling an authoritative name server for a subdomain can poison the cache for parent domains (like .co.uk).
Details
In io.netty.resolver.dns.DnsResolveContext.AuthoritativeNameServerList#add method accepts any NS record from the AUTHORITY section as long as the record's name is a suffix of the questionName.
This means if the resolver queries evil.co.uk., it will accept an NS record claiming authority over co.uk.. Subsequently, the handleWithAdditional method caches the associated A records from the ADDITIONAL section directly into the authoritativeDnsServerCache under the parent domain's key (co.uk.). This bypasses standard bailiwick rules, where a server authoritative for a subdomain should not be trusted to provide authoritative records for its parent. The poisoned cache is then used for all future resolutions under co.uk..
The io.netty.resolver.dns.DnsResolveContext.AuthoritativeNameServerList#cache method only prevents caching if the record is for the root zone (dots == 1).
Impact
DNS Cache Poisoning. Any application using Netty's DNS resolver is impacted.
{
"affected": [
{
"database_specific": {
"last_known_affected_version_range": "\u003c= 4.2.14.Final"
},
"package": {
"ecosystem": "Maven",
"name": "io.netty:netty-resolver-dns"
},
"ranges": [
{
"events": [
{
"introduced": "4.2.0.Final"
},
{
"fixed": "4.2.15.Final"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"database_specific": {
"last_known_affected_version_range": "\u003c= 4.1.134.Final"
},
"package": {
"ecosystem": "Maven",
"name": "io.netty:netty-resolver-dns"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "4.1.135.Final"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2026-47691"
],
"database_specific": {
"cwe_ids": [
"CWE-345"
],
"github_reviewed": true,
"github_reviewed_at": "2026-06-08T23:02:48Z",
"nvd_published_at": "2026-06-12T16:16:30Z",
"severity": "HIGH"
},
"details": "### Summary\nNetty\u0027s `DnsResolveContext` insufficiently validates the bailiwick of NS records, enabling DNS Cache Poisoning. An attacker controlling an authoritative name server for a subdomain can poison the cache for parent domains (like `.co.uk`).\n\n### Details\nIn `io.netty.resolver.dns.DnsResolveContext.AuthoritativeNameServerList#add` method accepts any NS record from the AUTHORITY section as long as the record\u0027s name is a suffix of the questionName.\n\nThis means if the resolver queries evil.co.uk., it will accept an NS record claiming authority over co.uk.. Subsequently, the `handleWithAdditional` method caches the associated A records from the ADDITIONAL section directly into the `authoritativeDnsServerCache` under the parent domain\u0027s key (co.uk.). This bypasses standard bailiwick rules, where a server authoritative for a subdomain should not be trusted to provide authoritative records for its parent. The poisoned cache is then used for all future resolutions under co.uk..\n\nThe `io.netty.resolver.dns.DnsResolveContext.AuthoritativeNameServerList#cache` method only prevents caching if the record is for the root zone (dots == 1).\n\n### Impact\nDNS Cache Poisoning. Any application using Netty\u0027s DNS resolver is impacted.",
"id": "GHSA-5pvg-856g-cp85",
"modified": "2026-06-12T19:31:33Z",
"published": "2026-06-08T23:02:48Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/netty/netty/security/advisories/GHSA-5pvg-856g-cp85"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-47691"
},
{
"type": "PACKAGE",
"url": "https://github.com/netty/netty"
},
{
"type": "WEB",
"url": "https://github.com/netty/netty/releases/tag/netty-4.1.135.Final"
},
{
"type": "WEB",
"url": "https://github.com/netty/netty/releases/tag/netty-4.2.15.Final"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N",
"type": "CVSS_V3"
}
],
"summary": "Netty has Insufficient Bailiwick Validation for NS Records"
}
OPENSUSE-SU-2026:11033-1
Vulnerability from csaf_opensuse - Published: 2026-06-15 00:00 - Updated: 2026-06-15 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64 | — |
Vendor Fix
|
{
"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": "netty-4.1.135-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the netty-4.1.135-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-11033",
"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_11033-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-44249 page",
"url": "https://www.suse.com/security/cve/CVE-2026-44249/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-44250 page",
"url": "https://www.suse.com/security/cve/CVE-2026-44250/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-44890 page",
"url": "https://www.suse.com/security/cve/CVE-2026-44890/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-44893 page",
"url": "https://www.suse.com/security/cve/CVE-2026-44893/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-45416 page",
"url": "https://www.suse.com/security/cve/CVE-2026-45416/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-45536 page",
"url": "https://www.suse.com/security/cve/CVE-2026-45536/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-45673 page",
"url": "https://www.suse.com/security/cve/CVE-2026-45673/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-45674 page",
"url": "https://www.suse.com/security/cve/CVE-2026-45674/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-46340 page",
"url": "https://www.suse.com/security/cve/CVE-2026-46340/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-47244 page",
"url": "https://www.suse.com/security/cve/CVE-2026-47244/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-47691 page",
"url": "https://www.suse.com/security/cve/CVE-2026-47691/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-48006 page",
"url": "https://www.suse.com/security/cve/CVE-2026-48006/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-48043 page",
"url": "https://www.suse.com/security/cve/CVE-2026-48043/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-48059 page",
"url": "https://www.suse.com/security/cve/CVE-2026-48059/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-50010 page",
"url": "https://www.suse.com/security/cve/CVE-2026-50010/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-50011 page",
"url": "https://www.suse.com/security/cve/CVE-2026-50011/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-50020 page",
"url": "https://www.suse.com/security/cve/CVE-2026-50020/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-50560 page",
"url": "https://www.suse.com/security/cve/CVE-2026-50560/"
}
],
"title": "netty-4.1.135-1.1 on GA media",
"tracking": {
"current_release_date": "2026-06-15T00:00:00Z",
"generator": {
"date": "2026-06-15T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:11033-1",
"initial_release_date": "2026-06-15T00:00:00Z",
"revision_history": [
{
"date": "2026-06-15T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "netty-4.1.135-1.1.aarch64",
"product": {
"name": "netty-4.1.135-1.1.aarch64",
"product_id": "netty-4.1.135-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "netty-bom-4.1.135-1.1.aarch64",
"product": {
"name": "netty-bom-4.1.135-1.1.aarch64",
"product_id": "netty-bom-4.1.135-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "netty-javadoc-4.1.135-1.1.aarch64",
"product": {
"name": "netty-javadoc-4.1.135-1.1.aarch64",
"product_id": "netty-javadoc-4.1.135-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "netty-parent-4.1.135-1.1.aarch64",
"product": {
"name": "netty-parent-4.1.135-1.1.aarch64",
"product_id": "netty-parent-4.1.135-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "netty-4.1.135-1.1.ppc64le",
"product": {
"name": "netty-4.1.135-1.1.ppc64le",
"product_id": "netty-4.1.135-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "netty-bom-4.1.135-1.1.ppc64le",
"product": {
"name": "netty-bom-4.1.135-1.1.ppc64le",
"product_id": "netty-bom-4.1.135-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "netty-javadoc-4.1.135-1.1.ppc64le",
"product": {
"name": "netty-javadoc-4.1.135-1.1.ppc64le",
"product_id": "netty-javadoc-4.1.135-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "netty-parent-4.1.135-1.1.ppc64le",
"product": {
"name": "netty-parent-4.1.135-1.1.ppc64le",
"product_id": "netty-parent-4.1.135-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "netty-4.1.135-1.1.s390x",
"product": {
"name": "netty-4.1.135-1.1.s390x",
"product_id": "netty-4.1.135-1.1.s390x"
}
},
{
"category": "product_version",
"name": "netty-bom-4.1.135-1.1.s390x",
"product": {
"name": "netty-bom-4.1.135-1.1.s390x",
"product_id": "netty-bom-4.1.135-1.1.s390x"
}
},
{
"category": "product_version",
"name": "netty-javadoc-4.1.135-1.1.s390x",
"product": {
"name": "netty-javadoc-4.1.135-1.1.s390x",
"product_id": "netty-javadoc-4.1.135-1.1.s390x"
}
},
{
"category": "product_version",
"name": "netty-parent-4.1.135-1.1.s390x",
"product": {
"name": "netty-parent-4.1.135-1.1.s390x",
"product_id": "netty-parent-4.1.135-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "netty-4.1.135-1.1.x86_64",
"product": {
"name": "netty-4.1.135-1.1.x86_64",
"product_id": "netty-4.1.135-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "netty-bom-4.1.135-1.1.x86_64",
"product": {
"name": "netty-bom-4.1.135-1.1.x86_64",
"product_id": "netty-bom-4.1.135-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "netty-javadoc-4.1.135-1.1.x86_64",
"product": {
"name": "netty-javadoc-4.1.135-1.1.x86_64",
"product_id": "netty-javadoc-4.1.135-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "netty-parent-4.1.135-1.1.x86_64",
"product": {
"name": "netty-parent-4.1.135-1.1.x86_64",
"product_id": "netty-parent-4.1.135-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": "netty-4.1.135-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:netty-4.1.135-1.1.aarch64"
},
"product_reference": "netty-4.1.135-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netty-4.1.135-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le"
},
"product_reference": "netty-4.1.135-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netty-4.1.135-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:netty-4.1.135-1.1.s390x"
},
"product_reference": "netty-4.1.135-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netty-4.1.135-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64"
},
"product_reference": "netty-4.1.135-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netty-bom-4.1.135-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64"
},
"product_reference": "netty-bom-4.1.135-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netty-bom-4.1.135-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le"
},
"product_reference": "netty-bom-4.1.135-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netty-bom-4.1.135-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x"
},
"product_reference": "netty-bom-4.1.135-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netty-bom-4.1.135-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64"
},
"product_reference": "netty-bom-4.1.135-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netty-javadoc-4.1.135-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64"
},
"product_reference": "netty-javadoc-4.1.135-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netty-javadoc-4.1.135-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le"
},
"product_reference": "netty-javadoc-4.1.135-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netty-javadoc-4.1.135-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x"
},
"product_reference": "netty-javadoc-4.1.135-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netty-javadoc-4.1.135-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64"
},
"product_reference": "netty-javadoc-4.1.135-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netty-parent-4.1.135-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64"
},
"product_reference": "netty-parent-4.1.135-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netty-parent-4.1.135-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le"
},
"product_reference": "netty-parent-4.1.135-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netty-parent-4.1.135-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x"
},
"product_reference": "netty-parent-4.1.135-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netty-parent-4.1.135-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64"
},
"product_reference": "netty-parent-4.1.135-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-44249",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-44249"
}
],
"notes": [
{
"category": "general",
"text": "Netty is a network application framework for development of protocol servers and clients. In netty-handler prior to versions 4.1.135.Final and 4.2.15.Final, an attacker can bypass IPv6 subnet rules due to an incorrect masking operation in IpSubnetFilterRule.compareTo(). Valid public IP addresses can bypass the restrictions. Versions 4.1.135.Final and 4.2.15.Final patch the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:netty-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-44249",
"url": "https://www.suse.com/security/cve/CVE-2026-44249"
},
{
"category": "external",
"summary": "SUSE Bug 1268165 for CVE-2026-44249",
"url": "https://bugzilla.suse.com/1268165"
}
],
"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:netty-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:netty-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-44249"
},
{
"cve": "CVE-2026-44250",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-44250"
}
],
"notes": [
{
"category": "general",
"text": "Netty is a network application framework for development of protocol servers and clients. In netty-codec-redis prior to versions 4.1.135.Final and 4.2.15.Final, an attacker can cause DoS by sending a crafted Redis payload with deeply nested arrays. This forces the server to allocate a massive number of state objects and collections, leading to memory exhaustion and an OutOfMemoryError. Versions 4.1.135.Final and 4.2.15.Final patch the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:netty-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-44250",
"url": "https://www.suse.com/security/cve/CVE-2026-44250"
},
{
"category": "external",
"summary": "SUSE Bug 1268169 for CVE-2026-44250",
"url": "https://bugzilla.suse.com/1268169"
}
],
"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:netty-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-parent-4.1.135-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:netty-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-44250"
},
{
"cve": "CVE-2026-44890",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-44890"
}
],
"notes": [
{
"category": "general",
"text": "Netty is a network application framework for development of protocol servers and clients. In netty-codec-redis prior to versions 4.1.135.Final and 4.2.15.Final, an attacker can cause DoS by sending crafted Redis payloads across multiple connections without `\\r\\n`. This exhausts the server\u0027s direct memory pool (OutOfDirectMemoryError), preventing legitimate connections from being processed. Versions 4.1.135.Final and 4.2.15.Final patch the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:netty-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-44890",
"url": "https://www.suse.com/security/cve/CVE-2026-44890"
},
{
"category": "external",
"summary": "SUSE Bug 1268170 for CVE-2026-44890",
"url": "https://bugzilla.suse.com/1268170"
}
],
"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:netty-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-parent-4.1.135-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:netty-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-44890"
},
{
"cve": "CVE-2026-44893",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-44893"
}
],
"notes": [
{
"category": "general",
"text": "Netty is a network application framework for development of protocol servers and clients. In netty-codec-haproxy prior to versions 4.1.135.Final and 4.2.15.Final, when decoding a PP2_TYPE_SSL TLV, HAProxyMessage.readNextTLV() first calls `header.retainedSlice(header.readerIndex(), length)` and only then reads the 1-byte client field and 4-byte verify field. If the attacker sets the TLV length below 5, the subsequent readByte/readInt throws IndexOutOfBoundsException. HAProxyMessageDecoder only catches HAProxyProtocolException around this call, so the IOOBE propagates and the retained slice on the pooled cumulation buffer is never released. Versions 4.1.135.Final and 4.2.15.Final patch the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:netty-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-44893",
"url": "https://www.suse.com/security/cve/CVE-2026-44893"
},
{
"category": "external",
"summary": "SUSE Bug 1268244 for CVE-2026-44893",
"url": "https://bugzilla.suse.com/1268244"
}
],
"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:netty-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-parent-4.1.135-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:netty-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-44893"
},
{
"cve": "CVE-2026-45416",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-45416"
}
],
"notes": [
{
"category": "general",
"text": "Netty is a network application framework for development of protocol servers and clients. Prior to versions 4.1.135.Final and 4.2.15.Final, SslClientHelloHandler.decode() reads the 24-bit TLS handshake length and, when the ClientHello does not fit in the first record, eagerly allocates `ctx.alloc().buffer(handshakeLength)` (line 161). The guard at line 140 is `handshakeLength \u003e maxClientHelloLength \u0026\u0026 maxClientHelloLength != 0`, and the commonly-used SniHandler/AbstractSniHandler constructors (SniHandler(Mapping), SniHandler(AsyncMapping), AbstractSniHandler()) pass maxClientHelloLength=0 and handshakeTimeoutMillis=0, so the length guard is disabled and no timeout is scheduled. A 16 MiB request exceeds the default pooled chunk size and becomes a huge/unpooled allocation performed immediately. The buffer is retained in the handler until the channel closes. Versions 4.1.135.Final and 4.2.15.Final patch the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:netty-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-45416",
"url": "https://www.suse.com/security/cve/CVE-2026-45416"
},
{
"category": "external",
"summary": "SUSE Bug 1268246 for CVE-2026-45416",
"url": "https://bugzilla.suse.com/1268246"
}
],
"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:netty-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-parent-4.1.135-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:netty-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-45416"
},
{
"cve": "CVE-2026-45536",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-45536"
}
],
"notes": [
{
"category": "general",
"text": "Netty is a network application framework for development of protocol servers and clients. Prior to versions 4.1.135.Final and 4.2.15.Final, netty_unix_socket_recvFd sets msg_control to `char control[CMSG_SPACE(sizeof(int))]` (line 940) - 24 bytes on 64-bit Linux. A peer-sent SCM_RIGHTS cmsg carrying two ints has cmsg_len = CMSG_LEN(8) = 24, which fits exactly with no MSG_CTRUNC, so the kernel installs both fds in the receiving process. The subsequent check `cmsg-\u003ecmsg_len == CMSG_LEN(sizeof(int))` (line 972, expected 20) fails, the branch that would read the fd is skipped, and neither installed fd is closed. The for(;;) loop calls recvmsg again (non-blocking -\u003e EAGAIN -\u003e Java maps to 0 -\u003e read loop exits normally), leaving two leaked fds per message. There is no MSG_CTRUNC handling. Reachable via Epoll/KQueue DomainSocketChannel when the application opts into DomainSocketReadMode.FILE_DESCRIPTORS (non-default). Versions 4.1.135.Final and 4.2.15.Final patch the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:netty-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-45536",
"url": "https://www.suse.com/security/cve/CVE-2026-45536"
},
{
"category": "external",
"summary": "SUSE Bug 1268247 for CVE-2026-45536",
"url": "https://bugzilla.suse.com/1268247"
}
],
"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:netty-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:netty-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-45536"
},
{
"cve": "CVE-2026-45673",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-45673"
}
],
"notes": [
{
"category": "general",
"text": "Netty is a network application framework for development of protocol servers and clients. Prior to versions 4.1.135.Final and 4.2.15.Final, Netty\u0027s DNS resolver uses a predictable PRNG for generating DNS transaction IDs and defaults to a static UDP source port. This combination reduces the entropy of DNS queries, enabling DNS Cache Poisoning (Kaminsky attack). Versions 4.1.135.Final and 4.2.15.Final patch the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:netty-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-45673",
"url": "https://www.suse.com/security/cve/CVE-2026-45673"
},
{
"category": "external",
"summary": "SUSE Bug 1268248 for CVE-2026-45673",
"url": "https://bugzilla.suse.com/1268248"
}
],
"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:netty-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:netty-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-45673"
},
{
"cve": "CVE-2026-45674",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-45674"
}
],
"notes": [
{
"category": "general",
"text": "Netty is a network application framework for development of protocol servers and clients. Prior to versions 4.1.135.Final and 4.2.15.Final, Netty\u0027s DnsResolveContext fails to validate the origin (bailiwick) of CNAME records in DNS responses. Versions 4.1.135.Final and 4.2.15.Final patch the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:netty-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-45674",
"url": "https://www.suse.com/security/cve/CVE-2026-45674"
},
{
"category": "external",
"summary": "SUSE Bug 1268249 for CVE-2026-45674",
"url": "https://bugzilla.suse.com/1268249"
}
],
"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:netty-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:netty-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-45674"
},
{
"cve": "CVE-2026-46340",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-46340"
}
],
"notes": [
{
"category": "general",
"text": "Netty is a network application framework for development of protocol servers and clients. In versions of netty-transport-sctp prior to 4.1.135.Final and 4.2.15.Final, for each non-complete SctpMessage fragment the handler does `fragments.put(streamId, Unpooled.wrappedBuffer(frag, byteBuf))`, wrapping the previous accumulator and the new slice into a *new* CompositeByteBuf every time. After N fragments the accumulator is an N-deep chain of composites, each holding references and component arrays; readableBytes()/getBytes() on the final buffer recurse N levels. There is no limit on N, on total bytes, or on the number of streamIdentifiers an attacker can open (each gets its own map entry). A peer that never sets the `complete` flag can grow this structure indefinitely from tiny 1-byte DATA chunks. Versions 4.1.135.Final and 4.2.15.Final patch the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:netty-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-46340",
"url": "https://www.suse.com/security/cve/CVE-2026-46340"
},
{
"category": "external",
"summary": "SUSE Bug 1268250 for CVE-2026-46340",
"url": "https://bugzilla.suse.com/1268250"
}
],
"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:netty-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-parent-4.1.135-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:netty-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-46340"
},
{
"cve": "CVE-2026-47244",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-47244"
}
],
"notes": [
{
"category": "general",
"text": "Netty is a network application framework for development of protocol servers and clients. Prior to versions 4.1.135.Final and 4.2.15.Final, DefaultHttp2Connection.DefaultEndpoint initialises maxActiveStreams/maxStreams to Integer.MAX_VALUE, and Http2Settings never inserts SETTINGS_MAX_CONCURRENT_STREAMS by default (Http2Settings.java:305-307 only clamps a user-supplied value). Unless the application explicitly calls initialSettings().maxConcurrentStreams(n), a Netty HTTP/2 server advertises no limit and enforces none locally. Each open stream allocates a DefaultStream object, PropertyMap slots, flow-controller state and IntObjectHashMap entry; with ~2^30 permissible odd stream IDs a single TCP connection can create hundreds of thousands of long-lived stream objects. This is also the precondition for CVE-2023-44487-style Rapid-Reset amplification, where the absence of a low concurrent cap multiplies backend work. Versions 4.1.135.Final and 4.2.15.Final patch the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:netty-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-47244",
"url": "https://www.suse.com/security/cve/CVE-2026-47244"
},
{
"category": "external",
"summary": "SUSE Bug 1268251 for CVE-2026-47244",
"url": "https://bugzilla.suse.com/1268251"
}
],
"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:netty-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:netty-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-47244"
},
{
"cve": "CVE-2026-47691",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-47691"
}
],
"notes": [
{
"category": "general",
"text": "Netty is a network application framework for development of protocol servers and clients. Prior to versions 4.1.135.Final and 4.2.15.Final, Netty\u0027s `DnsResolveContext` insufficiently validates the bailiwick of NS records, enabling DNS Cache Poisoning. An attacker controlling an authoritative name server for a subdomain can poison the cache for parent domains (like `.co.uk`). In `io.netty.resolver.dns.DnsResolveContext.AuthoritativeNameServerList#add` method accepts any NS record from the AUTHORITY section as long as the record\u0027s name is a suffix of the questionName. Subsequently, the `handleWithAdditional` method caches the associated A records from the ADDITIONAL section directly into the `authoritativeDnsServerCache` under the parent domain\u0027s key. This bypasses standard bailiwick rules, where a server authoritative for a subdomain should not be trusted to provide authoritative records for its parent. The poisoned cache is then used for all future resolutions under the parent domain\u0027s key. Versions 4.1.135.Final and 4.2.15.Final patch the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:netty-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-47691",
"url": "https://www.suse.com/security/cve/CVE-2026-47691"
},
{
"category": "external",
"summary": "SUSE Bug 1268252 for CVE-2026-47691",
"url": "https://bugzilla.suse.com/1268252"
}
],
"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:netty-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:netty-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-47691"
},
{
"cve": "CVE-2026-48006",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-48006"
}
],
"notes": [
{
"category": "general",
"text": "Netty is a network application framework for development of protocol servers and clients. Prior to versions 4.1.135.Final and 4.2.15.Final, the RedisArrayAggregator handler permanently leaks pooled direct-memory buffers when a Redis pipeline connection closes before a RESP array aggregate completes. The handler retains child messages in per-handler state (`depths` field) but defines no `channelInactive`, `handlerRemoved`, or `exceptionCaught` method to release them when the pipeline tears down. Because the leaked buffers are slices of `PooledByteBufAllocator` chunks, they prevent those chunks from being returned to the JVM-wide direct-memory pool. Repeated connection churn by any network peer monotonically drains this shared pool, eventually causing allocation failures on all Netty channels in the process. Versions 4.1.135.Final and 4.2.15.Final patch the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:netty-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-48006",
"url": "https://www.suse.com/security/cve/CVE-2026-48006"
},
{
"category": "external",
"summary": "SUSE Bug 1268255 for CVE-2026-48006",
"url": "https://bugzilla.suse.com/1268255"
}
],
"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:netty-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-parent-4.1.135-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:netty-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-48006"
},
{
"cve": "CVE-2026-48043",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-48043"
}
],
"notes": [
{
"category": "general",
"text": "Netty is a network application framework for development of protocol servers and clients. In netty-codec-http2 prior to versions 4.1.135.Final and 4.2.15.Final, the `DelegatingDecompressorFrameListener` class orchestrates HTTP/2 decompression by embedding a per-stream `EmbeddedChannel` that runs the appropriate decompression codec (gzip, deflate, zstd) and forwards decompressed chunks to a wrapped listener. Each decompressed chunk is a pooled `ByteBuf` handed to an anonymous `ChannelInboundHandlerAdapter` tail handler, which becomes the sole owner responsible for releasing it. A remote peer could send frames that would result in the flow-controller throwing and so trigger a resource leak which at the end might take down the whole JVM due OOME. Versions 4.1.135.Final and 4.2.15.Final patch the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:netty-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-48043",
"url": "https://www.suse.com/security/cve/CVE-2026-48043"
},
{
"category": "external",
"summary": "SUSE Bug 1268257 for CVE-2026-48043",
"url": "https://bugzilla.suse.com/1268257"
}
],
"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:netty-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-parent-4.1.135-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:netty-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-48043"
},
{
"cve": "CVE-2026-48059",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-48059"
}
],
"notes": [
{
"category": "general",
"text": "Netty is a network application framework for development of protocol servers and clients. Prior to versions 4.1.135.Final and 4.2.15.Final, the HAProxy PROXY protocol v2 codec in netty leaks native or heap memory on every connection when a client sends a syntactically valid header containing nested `PP2_TYPE_SSL` TLVs (type-length-value records) at depth two or greater. The leak occurs on the successful parse path - no exception is thrown, the message fires downstream, the decoder removes itself, and the application releases the `HAProxyMessage` normally. Yet the underlying cumulation buffer (a pooled, potentially direct `ByteBuf` allocated by the channel) remains permanently pinned. Versions 4.1.135.Final and 4.2.15.Final patch the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:netty-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-48059",
"url": "https://www.suse.com/security/cve/CVE-2026-48059"
},
{
"category": "external",
"summary": "SUSE Bug 1268258 for CVE-2026-48059",
"url": "https://bugzilla.suse.com/1268258"
}
],
"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:netty-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-parent-4.1.135-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:netty-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-48059"
},
{
"cve": "CVE-2026-50010",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-50010"
}
],
"notes": [
{
"category": "general",
"text": "Netty is a network application framework for development of protocol servers and clients. Prior to versions 4.1.135.Final and 4.2.15.Final, SimpleTrustManagerFactory.engineGetTrustManagers() and related paths wrap any user-supplied plain X509TrustManager in X509TrustManagerWrapper, which extends X509ExtendedTrustManager but implements the 3-arg checkServerTrusted(chain, authType, SSLEngine) by discarding the SSLEngine and calling the 2-arg delegate. Because the object now IS an X509ExtendedTrustManager, neither SunJSSE\u0027s internal AbstractTrustManagerWrapper nor Netty\u0027s own OpenSslX509TrustManagerWrapper will re-wrap it to add endpoint-identification. Consequently, even though Netty 4.2 sets endpointIdentificationAlgorithm=\"HTTPS\" by default, a client built with `SslContextBuilder.forClient().trustManager(somePlainX509TrustManager)` performs no hostname verification at all. Versions 4.1.135.Final and 4.2.15.Final patch the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:netty-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-50010",
"url": "https://www.suse.com/security/cve/CVE-2026-50010"
},
{
"category": "external",
"summary": "SUSE Bug 1268259 for CVE-2026-50010",
"url": "https://bugzilla.suse.com/1268259"
}
],
"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:netty-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-parent-4.1.135-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:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:netty-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-50010"
},
{
"cve": "CVE-2026-50011",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-50011"
}
],
"notes": [
{
"category": "general",
"text": "Netty is a network application framework for development of protocol servers and clients. Prior to versions 4.1.135.Final and 4.2.15.Final, RedisArrayAggregator pre-allocates ArrayList with initial capacity equal to the RESP array element count declared in an array header. That count is taken from the wire before the corresponding child messages exist. A small malicious header can claim a huge initial capacity. Versions 4.1.135.Final and 4.2.15.Final patch the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:netty-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-50011",
"url": "https://www.suse.com/security/cve/CVE-2026-50011"
},
{
"category": "external",
"summary": "SUSE Bug 1268260 for CVE-2026-50011",
"url": "https://bugzilla.suse.com/1268260"
}
],
"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:netty-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-parent-4.1.135-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:netty-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-50011"
},
{
"cve": "CVE-2026-50020",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-50020"
}
],
"notes": [
{
"category": "general",
"text": "Netty is a network application framework for development of protocol servers and clients. Prior to versions 4.1.135.Final and 4.2.15.Final, before reading the first request-line, `HttpObjectDecoder` skips every byte for which `Character.isISOControl(b)` is `true` (0x00-0x1F and 0x7F) as well as all whitespace. RFC 9112 2.2 only asks servers to ignore empty CRLF lines preceding the request-line - a carefully scoped robustness allowance intended to handle HTTP/1.0 POST workarounds. Silently absorbing NUL bytes, SOH, STX, and other non-CRLF control characters goes significantly beyond this, and can be exploited for request-boundary confusion in pipelined or multiplexed transports where a front-end component treats those bytes differently. Versions 4.1.135.Final and 4.2.15.Final patch the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:netty-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-50020",
"url": "https://www.suse.com/security/cve/CVE-2026-50020"
},
{
"category": "external",
"summary": "SUSE Bug 1268261 for CVE-2026-50020",
"url": "https://bugzilla.suse.com/1268261"
}
],
"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:netty-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:netty-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-50020"
},
{
"cve": "CVE-2026-50560",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-50560"
}
],
"notes": [
{
"category": "general",
"text": "Netty is a network application framework for development of protocol servers and clients. Prior to versions 4.1.135.Final and 4.2.15.Final, Netty HTTP/2 max header size handling produces an attack similar to HTTP/2 Rapid Reset. There is a setting in the http2 specification called `SETTINGS_MAX_HEADER_LIST_SIZE`. When a client sends that setting to Netty, it appears that Netty will behave as follows: read the request; proxy the request to the origin; attempt to produce a response; and create an exception while writing the headers for the response. Functionally, this should be similar to the http2 reset attack, but with a different on-the-wire signature. Versions 4.1.135.Final and 4.2.15.Final patch the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:netty-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-50560",
"url": "https://www.suse.com/security/cve/CVE-2026-50560"
},
{
"category": "external",
"summary": "SUSE Bug 1268262 for CVE-2026-50560",
"url": "https://bugzilla.suse.com/1268262"
}
],
"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:netty-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:netty-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-bom-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-javadoc-4.1.135-1.1.x86_64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.aarch64",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.ppc64le",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.s390x",
"openSUSE Tumbleweed:netty-parent-4.1.135-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-50560"
}
]
}
RHSA-2026:26018
Vulnerability from csaf_redhat - Published: 2026-06-17 16:18 - Updated: 2026-06-17 16:19A flaw was found in eclipse-vertx/vert.x. A remote attacker can exploit this vulnerability by performing a Transport Layer Security (TLS) handshake and presenting a server name extension with a server wildcard name. This can lead to a denial of service (DoS) condition, impacting the availability of the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat build of Quarkus 3.27.4.SP1
Red Hat / Red Hat build of Quarkus
|
cpe:/a:redhat:quarkus:3.27::el8
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in netty-handler, a component of the Netty network application framework. A remote attacker can exploit an incorrect masking operation in the IpSubnetFilterRule.compareTo() function to bypass configured IPv6 subnet rules. This allows valid public IP addresses to circumvent intended network restrictions, potentially leading to unauthorized access or exposure of services.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat build of Quarkus 3.27.4.SP1
Red Hat / Red Hat build of Quarkus
|
cpe:/a:redhat:quarkus:3.27::el8
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in netty-codec-haproxy, a component of the Netty network application framework. A remote attacker can exploit this vulnerability by sending a specially crafted HAProxy message with a malformed PP2_TYPE_SSL TLV (Type-Length-Value) header. This can lead to an IndexOutOfBoundsException and prevent the release of retained memory, ultimately causing a Denial of Service (DoS) condition for the affected application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat build of Quarkus 3.27.4.SP1
Red Hat / Red Hat build of Quarkus
|
cpe:/a:redhat:quarkus:3.27::el8
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in Netty, a network application framework. A remote attacker can exploit this vulnerability by sending a crafted TLS (Transport Layer Security) ClientHello message. This can lead to an eager allocation of a large memory buffer, causing a Denial of Service (DoS) due to excessive memory consumption. The issue occurs in the `SslClientHelloHandler.decode()` method when processing the TLS handshake length.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat build of Quarkus 3.27.4.SP1
Red Hat / Red Hat build of Quarkus
|
cpe:/a:redhat:quarkus:3.27::el8
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in Netty's DNS resolver component. This vulnerability arises from the use of a predictable pseudo-random number generator (PRNG) for DNS transaction IDs and a static User Datagram Protocol (UDP) source port. This combination significantly reduces the randomness of DNS queries, making it easier for a remote attacker to perform DNS Cache Poisoning, also known as a Kaminsky attack. Successful exploitation could allow an attacker to redirect network traffic to malicious servers.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat build of Quarkus 3.27.4.SP1
Red Hat / Red Hat build of Quarkus
|
cpe:/a:redhat:quarkus:3.27::el8
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in Netty's DnsResolveContext. This vulnerability allows a remote attacker to achieve information disclosure or data manipulation by crafting malicious DNS responses. The flaw occurs because the DnsResolveContext fails to validate the origin (bailiwick) of CNAME records in DNS responses, which could enable an attacker to redirect network traffic or intercept sensitive data from affected applications.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat build of Quarkus 3.27.4.SP1
Red Hat / Red Hat build of Quarkus
|
cpe:/a:redhat:quarkus:3.27::el8
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in Netty, a network application framework. A remote attacker can exploit this vulnerability by sending a large number of HTTP/2 stream requests to a Netty HTTP/2 server. If the server does not explicitly limit concurrent streams, it can lead to the allocation of numerous long-lived stream objects. This excessive resource consumption can result in a denial of service (DoS), making the server unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat build of Quarkus 3.27.4.SP1
Red Hat / Red Hat build of Quarkus
|
cpe:/a:redhat:quarkus:3.27::el8
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in Netty's `DnsResolveContext`. An attacker controlling an authoritative name server for a subdomain can exploit this vulnerability by providing crafted NS records that are insufficiently validated. This allows the attacker to poison the DNS cache for parent domains, bypassing standard bailiwick rules. Consequently, future DNS resolutions for the affected parent domain will use the poisoned cache, potentially redirecting users to malicious servers and leading to information disclosure or integrity compromise.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat build of Quarkus 3.27.4.SP1
Red Hat / Red Hat build of Quarkus
|
cpe:/a:redhat:quarkus:3.27::el8
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in netty-codec-http2. A remote attacker could send specially crafted frames that cause a resource leak within the `DelegatingDecompressorFrameListener` class. This resource leak could lead to an Out Of Memory Error (OOME), potentially causing a Denial of Service (DoS) by taking down the entire Java Virtual Machine (JVM).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat build of Quarkus 3.27.4.SP1
Red Hat / Red Hat build of Quarkus
|
cpe:/a:redhat:quarkus:3.27::el8
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in the Netty HAProxy PROXY protocol v2 codec. A remote attacker can exploit this vulnerability by sending a specially crafted HAProxy PROXY protocol v2 header with nested `PP2_TYPE_SSL` type-length-value (TLV) records. This can lead to a memory leak, causing the underlying cumulation buffer to remain permanently pinned and potentially resulting in a Denial of Service (DoS) due to resource exhaustion.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat build of Quarkus 3.27.4.SP1
Red Hat / Red Hat build of Quarkus
|
cpe:/a:redhat:quarkus:3.27::el8
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in Netty, a network application framework. This vulnerability allows a remote attacker to bypass hostname verification due to improper handling of user-supplied trust managers. When a client is configured with a plain X.509 Trust Manager (X509TrustManager), it fails to perform necessary hostname checks, enabling an attacker to impersonate a legitimate server. This could lead to sensitive information disclosure or man-in-the-middle attacks.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat build of Quarkus 3.27.4.SP1
Red Hat / Red Hat build of Quarkus
|
cpe:/a:redhat:quarkus:3.27::el8
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in Netty. The HttpObjectDecoder component, which processes incoming HTTP requests, incorrectly skips certain control characters and whitespace before reading the first request line. This behavior, which goes beyond standard HTTP protocol requirements, can lead to request-boundary confusion in systems that use pipelined or multiplexed transports. An attacker could exploit this to cause a front-end component to misinterpret HTTP request boundaries, potentially resulting in low integrity impact, such as unintended data manipulation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat build of Quarkus 3.27.4.SP1
Red Hat / Red Hat build of Quarkus
|
cpe:/a:redhat:quarkus:3.27::el8
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in Quarkus. A remote attacker could bypass HTTP path-based authorization policies by using specially crafted encoded semicolons, slashes, or backslashes in HTTP requests. This could allow unauthorized access to protected static resources, leading to information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat build of Quarkus 3.27.4.SP1
Red Hat / Red Hat build of Quarkus
|
cpe:/a:redhat:quarkus:3.27::el8
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in Netty, a network application framework. A remote attacker can exploit a vulnerability in the HTTP/2 (Hypertext Transfer Protocol version 2) maximum header size handling. By sending a specific SETTINGS_MAX_HEADER_LIST_SIZE setting, an attacker can cause Netty to produce an exception when writing response headers. This issue is similar to an HTTP/2 Rapid Reset attack and can lead to a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat build of Quarkus 3.27.4.SP1
Red Hat / Red Hat build of Quarkus
|
cpe:/a:redhat:quarkus:3.27::el8
|
— |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update is now available for Red Hat build of Quarkus.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability. For more information, see the CVE links in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "This release of Red Hat build of Quarkus 3.27.4.SP1 includes the following CVE fixes:\n\n* quarkus-vertx-http: Authentication/Authorization Bypass via Advanced Path Normalization Vulnerabilities [quarkus-3.27] (CVE-2026-50559)\n\n* vertx-core: eclipse-vertx/vert.x: Denial of Service via TLS handshake with wildcard server name [quarkus-3.27] (CVE-2026-6860)\n\n* netty-handler: netty-handler: IPv6 subnet rule bypass due to incorrect masking operation [quarkus-3.27] (CVE-2026-44249)\n\n* netty-codec-haproxy: Netty-codec-haproxy: Denial of Service via malformed HAProxy message [quarkus-3.27] (CVE-2026-44893)\n\n* netty-codec-http2: netty-codec-http2: Denial of Service due to resource leak [quarkus-3.27] (CVE-2026-48043)\n\n* netty-codec-haproxy: Netty HAProxy PROXY protocol v2 codec: Denial of Service via memory leak from crafted PROXY protocol headers [quarkus-3.27] (CVE-2026-48059)\n\n* netty-resolver-dns: Netty has Insufficient Bailiwick Validation for NS Records [quarkus-3.27] (CVE-2026-47691)\n\n* netty-handler: Netty: Improper trust manager handling leads to hostname verification bypass [quarkus-3.27] (CVE-2026-50010)\n\n* netty-resolver-dns: Netty: Information disclosure and data manipulation due to improper CNAME record validation [quarkus-3.27] (CVE-2026-45674)\n\n* netty-handler: Netty: Denial of Service due to eager buffer allocation in TLS handshake [quarkus-3.27] (CVE-2026-45416)\n\n* netty-codec-http2: Netty: Denial of Service due to HTTP/2 max header size handling [quarkus-3.27] (CVE-2026-50560)\n\n* netty-codec-http2: Netty: Denial of Service via uncontrolled HTTP/2 concurrent streams [quarkus-3.27] (CVE-2026-47244)\n\n* netty-codec-http: Netty: Data manipulation via request-boundary confusion in HttpObjectDecoder [quarkus-3.27] (CVE-2026-50020)\n\n* netty-resolver-dns: Netty DNS resolver: DNS Cache Poisoning via predictable transaction IDs [quarkus-3.27] (CVE-2026-45673)\n\nFor more information, see the release notes page listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:26018",
"url": "https://access.redhat.com/errata/RHSA-2026:26018"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://access.redhat.com/products/quarkus/",
"url": "https://access.redhat.com/products/quarkus/"
},
{
"category": "external",
"summary": "https://access.redhat.com/jbossnetwork/restricted/listSoftware.html?product=redhat.quarkus\u0026downloadType=distributions\u0026version=3.27.4.SP1",
"url": "https://access.redhat.com/jbossnetwork/restricted/listSoftware.html?product=redhat.quarkus\u0026downloadType=distributions\u0026version=3.27.4.SP1"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_build_of_quarkus/3.27",
"url": "https://docs.redhat.com/en/documentation/red_hat_build_of_quarkus/3.27"
},
{
"category": "external",
"summary": "QUARKUS-7954",
"url": "https://issues.redhat.com/browse/QUARKUS-7954"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_26018.json"
}
],
"title": "Red Hat Security Advisory: Red Hat build of Quarkus 3.27.4.SP1 security update",
"tracking": {
"current_release_date": "2026-06-17T16:19:06+00:00",
"generator": {
"date": "2026-06-17T16:19:06+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2026:26018",
"initial_release_date": "2026-06-17T16:18:16+00:00",
"revision_history": [
{
"date": "2026-06-17T16:18:16+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-06-17T16:18:16+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-17T16:19:06+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat build of Quarkus 3.27.4.SP1",
"product": {
"name": "Red Hat build of Quarkus 3.27.4.SP1",
"product_id": "Red Hat build of Quarkus 3.27.4.SP1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:quarkus:3.27::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat build of Quarkus"
}
],
"category": "vendor",
"name": "Red Hat"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-6860",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-05-06T10:01:43.929832+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2466990"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in eclipse-vertx/vert.x. A remote attacker can exploit this vulnerability by performing a Transport Layer Security (TLS) handshake and presenting a server name extension with a server wildcard name. This can lead to a denial of service (DoS) condition, impacting the availability of the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "eclipse-vertx/vert.x: eclipse-vertx/vert.x: Denial of Service via TLS handshake with wildcard server name",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is rated as Moderate because a remote attacker can trigger a denial of service in Red Hat products that use `eclipse-vertx/vert.x` and are configured with TLS wildcard server names. Exploitation occurs during the TLS handshake, impacting service availability without affecting data confidentiality or integrity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat build of Quarkus 3.27.4.SP1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-6860"
},
{
"category": "external",
"summary": "RHBZ#2466990",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2466990"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-6860",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6860"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-6860",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-6860"
},
{
"category": "external",
"summary": "https://github.com/eclipse-vertx/vert.x/pull/6102",
"url": "https://github.com/eclipse-vertx/vert.x/pull/6102"
},
{
"category": "external",
"summary": "https://github.com/eclipse-vertx/vert.x/security/advisories/GHSA-3g76-f9xq-8vp6",
"url": "https://github.com/eclipse-vertx/vert.x/security/advisories/GHSA-3g76-f9xq-8vp6"
},
{
"category": "external",
"summary": "https://gitlab.eclipse.org/security/vulnerability-reports/-/issues/381",
"url": "https://gitlab.eclipse.org/security/vulnerability-reports/-/issues/381"
}
],
"release_date": "2026-05-06T09:55:12.531000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-17T16:18:16+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat build of Quarkus 3.27.4.SP1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:26018"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat build of Quarkus 3.27.4.SP1"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"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:L",
"version": "3.1"
},
"products": [
"Red Hat build of Quarkus 3.27.4.SP1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "eclipse-vertx/vert.x: eclipse-vertx/vert.x: Denial of Service via TLS handshake with wildcard server name"
},
{
"cve": "CVE-2026-44249",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-06-11T22:02:05.327173+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2488081"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in netty-handler, a component of the Netty network application framework. A remote attacker can exploit an incorrect masking operation in the IpSubnetFilterRule.compareTo() function to bypass configured IPv6 subnet rules. This allows valid public IP addresses to circumvent intended network restrictions, potentially leading to unauthorized access or exposure of services.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "netty-handler: netty-handler: IPv6 subnet rule bypass due to incorrect masking operation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in netty-handler is rated as Important because a remote attacker can bypass configured IPv6 subnet filtering rules. This flaw, stemming from an incorrect masking operation, could allow unauthorized access to or exposure of services that are intended to be network-restricted within Red Hat products utilizing the affected Netty component.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat build of Quarkus 3.27.4.SP1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-44249"
},
{
"category": "external",
"summary": "RHBZ#2488081",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2488081"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-44249",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44249"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-44249",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-44249"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.1.135.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.1.135.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.2.15.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.2.15.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-3qp7-7mw8-wx86",
"url": "https://github.com/netty/netty/security/advisories/GHSA-3qp7-7mw8-wx86"
}
],
"release_date": "2026-06-11T20:46:14.110000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-17T16:18:16+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat build of Quarkus 3.27.4.SP1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:26018"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat build of Quarkus 3.27.4.SP1"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat build of Quarkus 3.27.4.SP1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "netty-handler: netty-handler: IPv6 subnet rule bypass due to incorrect masking operation"
},
{
"cve": "CVE-2026-44893",
"cwe": {
"id": "CWE-805",
"name": "Buffer Access with Incorrect Length Value"
},
"discovery_date": "2026-06-12T15:01:18.066312+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2488383"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in netty-codec-haproxy, a component of the Netty network application framework. A remote attacker can exploit this vulnerability by sending a specially crafted HAProxy message with a malformed PP2_TYPE_SSL TLV (Type-Length-Value) header. This can lead to an IndexOutOfBoundsException and prevent the release of retained memory, ultimately causing a Denial of Service (DoS) condition for the affected application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "netty-codec-haproxy: Netty-codec-haproxy: Denial of Service via malformed HAProxy message",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat build of Quarkus 3.27.4.SP1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-44893"
},
{
"category": "external",
"summary": "RHBZ#2488383",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2488383"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-44893",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44893"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-44893",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-44893"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.1.135.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.1.135.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.2.15.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.2.15.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-cc37-9q2j-3hfv",
"url": "https://github.com/netty/netty/security/advisories/GHSA-cc37-9q2j-3hfv"
}
],
"release_date": "2026-06-12T14:00:25.801000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-17T16:18:16+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat build of Quarkus 3.27.4.SP1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:26018"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat build of Quarkus 3.27.4.SP1"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat build of Quarkus 3.27.4.SP1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "netty-codec-haproxy: Netty-codec-haproxy: Denial of Service via malformed HAProxy message"
},
{
"cve": "CVE-2026-45416",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-06-12T15:01:45.671884+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2488391"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Netty, a network application framework. A remote attacker can exploit this vulnerability by sending a crafted TLS (Transport Layer Security) ClientHello message. This can lead to an eager allocation of a large memory buffer, causing a Denial of Service (DoS) due to excessive memory consumption. The issue occurs in the `SslClientHelloHandler.decode()` method when processing the TLS handshake length.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "netty-handler: Netty: Denial of Service due to eager buffer allocation in TLS handshake",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in Netty is rated as Important. It allows a remote attacker to trigger a denial of service by sending a specially crafted TLS ClientHello message. The flaw arises from an eager, unbounded memory allocation during the TLS handshake, particularly when default configurations disable the maximum client hello length guard, leading to excessive resource consumption in affected Red Hat products utilizing Netty.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat build of Quarkus 3.27.4.SP1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-45416"
},
{
"category": "external",
"summary": "RHBZ#2488391",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2488391"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-45416",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45416"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-45416",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-45416"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.1.135.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.1.135.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.2.15.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.2.15.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-x4gw-5cx5-pgmh",
"url": "https://github.com/netty/netty/security/advisories/GHSA-x4gw-5cx5-pgmh"
}
],
"release_date": "2026-06-12T14:10:05.585000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-17T16:18:16+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat build of Quarkus 3.27.4.SP1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:26018"
},
{
"category": "workaround",
"details": "To mitigate this issue, configure applications utilizing Netty\u0027s `SslClientHelloHandler` to specify a non-zero value for the `maxClientHelloLength` parameter. This will enable the internal length validation, preventing the eager allocation of large memory buffers when processing crafted TLS ClientHello messages. Refer to your specific application\u0027s documentation for details on configuring Netty\u0027s TLS handler. A restart of the affected application or service is required for the configuration changes to take effect.",
"product_ids": [
"Red Hat build of Quarkus 3.27.4.SP1"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat build of Quarkus 3.27.4.SP1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "netty-handler: Netty: Denial of Service due to eager buffer allocation in TLS handshake"
},
{
"cve": "CVE-2026-45673",
"cwe": {
"id": "CWE-1241",
"name": "Use of Predictable Algorithm in Random Number Generator"
},
"discovery_date": "2026-06-12T15:01:28.171757+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2488386"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Netty\u0027s DNS resolver component. This vulnerability arises from the use of a predictable pseudo-random number generator (PRNG) for DNS transaction IDs and a static User Datagram Protocol (UDP) source port. This combination significantly reduces the randomness of DNS queries, making it easier for a remote attacker to perform DNS Cache Poisoning, also known as a Kaminsky attack. Successful exploitation could allow an attacker to redirect network traffic to malicious servers.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "netty-resolver-dns: Netty DNS resolver: DNS Cache Poisoning via predictable transaction IDs",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat build of Quarkus 3.27.4.SP1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-45673"
},
{
"category": "external",
"summary": "RHBZ#2488386",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2488386"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-45673",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45673"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-45673",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-45673"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.1.135.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.1.135.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.2.15.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.2.15.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-xmv7-r254-6q78",
"url": "https://github.com/netty/netty/security/advisories/GHSA-xmv7-r254-6q78"
}
],
"release_date": "2026-06-12T14:16:03.968000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-17T16:18:16+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat build of Quarkus 3.27.4.SP1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:26018"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat build of Quarkus 3.27.4.SP1"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat build of Quarkus 3.27.4.SP1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "netty-resolver-dns: Netty DNS resolver: DNS Cache Poisoning via predictable transaction IDs"
},
{
"cve": "CVE-2026-45674",
"cwe": {
"id": "CWE-346",
"name": "Origin Validation Error"
},
"discovery_date": "2026-06-12T15:02:15.565158+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2488400"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Netty\u0027s DnsResolveContext. This vulnerability allows a remote attacker to achieve information disclosure or data manipulation by crafting malicious DNS responses. The flaw occurs because the DnsResolveContext fails to validate the origin (bailiwick) of CNAME records in DNS responses, which could enable an attacker to redirect network traffic or intercept sensitive data from affected applications.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "netty-resolver-dns: Netty: Information disclosure and data manipulation due to improper CNAME record validation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important severity flaw in Netty\u0027s DnsResolveContext allows a remote attacker to achieve information disclosure or data manipulation. By crafting malicious DNS responses, an attacker could redirect network traffic or intercept sensitive data, impacting applications utilizing Netty for DNS resolution in Red Hat products.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat build of Quarkus 3.27.4.SP1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-45674"
},
{
"category": "external",
"summary": "RHBZ#2488400",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2488400"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-45674",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45674"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-45674",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-45674"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.1.135.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.1.135.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.2.15.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.2.15.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-676x-f7gg-47vc",
"url": "https://github.com/netty/netty/security/advisories/GHSA-676x-f7gg-47vc"
}
],
"release_date": "2026-06-12T14:17:50.203000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-17T16:18:16+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat build of Quarkus 3.27.4.SP1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:26018"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat build of Quarkus 3.27.4.SP1"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat build of Quarkus 3.27.4.SP1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "netty-resolver-dns: Netty: Information disclosure and data manipulation due to improper CNAME record validation"
},
{
"cve": "CVE-2026-47244",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-06-12T15:02:11.516632+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2488399"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Netty, a network application framework. A remote attacker can exploit this vulnerability by sending a large number of HTTP/2 stream requests to a Netty HTTP/2 server. If the server does not explicitly limit concurrent streams, it can lead to the allocation of numerous long-lived stream objects. This excessive resource consumption can result in a denial of service (DoS), making the server unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "netty-codec-http2: Netty: Denial of Service via uncontrolled HTTP/2 concurrent streams",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Moderate impact flaw in Netty\u0027s HTTP/2 implementation can lead to a denial of service in Red Hat products that utilize Netty as an HTTP/2 server without explicitly configured limits on concurrent streams. An attacker can exhaust server resources by initiating numerous HTTP/2 stream requests, rendering the service unavailable. The impact is limited to denial of service and requires a specific server configuration to be exploitable.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat build of Quarkus 3.27.4.SP1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-47244"
},
{
"category": "external",
"summary": "RHBZ#2488399",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2488399"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-47244",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47244"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-47244",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-47244"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.1.135.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.1.135.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.2.15.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.2.15.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-5x3r-wrvg-rp6q",
"url": "https://github.com/netty/netty/security/advisories/GHSA-5x3r-wrvg-rp6q"
}
],
"release_date": "2026-06-12T14:23:50.316000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-17T16:18:16+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat build of Quarkus 3.27.4.SP1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:26018"
},
{
"category": "workaround",
"details": "Configure affected applications using Netty HTTP/2 servers to explicitly set a maximum concurrent streams limit. Consult product-specific documentation for instructions on how to apply this configuration. Additionally, restrict network access to affected services to trusted clients and networks by implementing firewall rules or other network access controls. This may impact legitimate traffic if not carefully configured.",
"product_ids": [
"Red Hat build of Quarkus 3.27.4.SP1"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"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:L",
"version": "3.1"
},
"products": [
"Red Hat build of Quarkus 3.27.4.SP1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "netty-codec-http2: Netty: Denial of Service via uncontrolled HTTP/2 concurrent streams"
},
{
"cve": "CVE-2026-47691",
"cwe": {
"id": "CWE-346",
"name": "Origin Validation Error"
},
"discovery_date": "2026-06-12T16:02:45.855856+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2488439"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Netty\u0027s `DnsResolveContext`. An attacker controlling an authoritative name server for a subdomain can exploit this vulnerability by providing crafted NS records that are insufficiently validated. This allows the attacker to poison the DNS cache for parent domains, bypassing standard bailiwick rules. Consequently, future DNS resolutions for the affected parent domain will use the poisoned cache, potentially redirecting users to malicious servers and leading to information disclosure or integrity compromise.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "io.netty/netty-resolver-dns: Netty has Insufficient Bailiwick Validation for NS Records",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important flaw in Netty\u0027s DNS resolution component, `netty-resolver-dns`, allows for DNS cache poisoning. An attacker with control over an authoritative name server for a subdomain could exploit this vulnerability to inject malicious DNS records into the cache of parent domains. This could lead to redirection of network traffic, impacting the integrity and availability of services relying on DNS resolution within affected Red Hat products.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat build of Quarkus 3.27.4.SP1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-47691"
},
{
"category": "external",
"summary": "RHBZ#2488439",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2488439"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-47691",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47691"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-47691",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-47691"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.1.135.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.1.135.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.2.15.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.2.15.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-5pvg-856g-cp85",
"url": "https://github.com/netty/netty/security/advisories/GHSA-5pvg-856g-cp85"
}
],
"release_date": "2026-06-12T14:33:16.595000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-17T16:18:16+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat build of Quarkus 3.27.4.SP1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:26018"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat build of Quarkus 3.27.4.SP1"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat build of Quarkus 3.27.4.SP1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "io.netty/netty-resolver-dns: Netty has Insufficient Bailiwick Validation for NS Records"
},
{
"cve": "CVE-2026-48043",
"cwe": {
"id": "CWE-772",
"name": "Missing Release of Resource after Effective Lifetime"
},
"discovery_date": "2026-06-12T16:02:56.371830+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2488442"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in netty-codec-http2. A remote attacker could send specially crafted frames that cause a resource leak within the `DelegatingDecompressorFrameListener` class. This resource leak could lead to an Out Of Memory Error (OOME), potentially causing a Denial of Service (DoS) by taking down the entire Java Virtual Machine (JVM).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "netty-codec-http2: netty-codec-http2: Denial of Service due to resource leak",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat build of Quarkus 3.27.4.SP1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-48043"
},
{
"category": "external",
"summary": "RHBZ#2488442",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2488442"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-48043",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48043"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-48043",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-48043"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.1.135.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.1.135.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.2.15.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.2.15.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-c2gf-v879-257j",
"url": "https://github.com/netty/netty/security/advisories/GHSA-c2gf-v879-257j"
}
],
"release_date": "2026-06-12T14:39:52.498000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-17T16:18:16+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat build of Quarkus 3.27.4.SP1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:26018"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat build of Quarkus 3.27.4.SP1"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat build of Quarkus 3.27.4.SP1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "netty-codec-http2: netty-codec-http2: Denial of Service due to resource leak"
},
{
"cve": "CVE-2026-48059",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2026-06-12T16:02:40.032749+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2488437"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Netty HAProxy PROXY protocol v2 codec. A remote attacker can exploit this vulnerability by sending a specially crafted HAProxy PROXY protocol v2 header with nested `PP2_TYPE_SSL` type-length-value (TLV) records. This can lead to a memory leak, causing the underlying cumulation buffer to remain permanently pinned and potentially resulting in a Denial of Service (DoS) due to resource exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "netty-codec-haproxy: Netty HAProxy PROXY protocol v2 codec: Denial of Service via memory leak from crafted PROXY protocol headers",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat build of Quarkus 3.27.4.SP1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-48059"
},
{
"category": "external",
"summary": "RHBZ#2488437",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2488437"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-48059",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48059"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-48059",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-48059"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.1.135.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.1.135.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.2.15.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.2.15.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-h2qv-fj59-j46j",
"url": "https://github.com/netty/netty/security/advisories/GHSA-h2qv-fj59-j46j"
}
],
"release_date": "2026-06-12T14:42:44.677000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-17T16:18:16+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat build of Quarkus 3.27.4.SP1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:26018"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat build of Quarkus 3.27.4.SP1"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat build of Quarkus 3.27.4.SP1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "netty-codec-haproxy: Netty HAProxy PROXY protocol v2 codec: Denial of Service via memory leak from crafted PROXY protocol headers"
},
{
"cve": "CVE-2026-50010",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-06-12T16:02:13.735675+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2488429"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Netty, a network application framework. This vulnerability allows a remote attacker to bypass hostname verification due to improper handling of user-supplied trust managers. When a client is configured with a plain X.509 Trust Manager (X509TrustManager), it fails to perform necessary hostname checks, enabling an attacker to impersonate a legitimate server. This could lead to sensitive information disclosure or man-in-the-middle attacks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "netty-handler: Netty: Improper trust manager handling leads to hostname verification bypass",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important flaw in Netty that affects Red Hat products utilizing the `netty-handler` component, including various Red Hat AMQ, Enterprise Application Platform, and OpenShift offerings. The vulnerability arises when a Netty client is configured with a plain X.509 Trust Manager, leading to a bypass of hostname verification. This oversight allows a remote attacker to perform man-in-the-middle attacks by impersonating a legitimate server, potentially compromising sensitive data.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat build of Quarkus 3.27.4.SP1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50010"
},
{
"category": "external",
"summary": "RHBZ#2488429",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2488429"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50010",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50010"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50010",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50010"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.1.135.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.1.135.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.2.15.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.2.15.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-c653-97m9-rcg9",
"url": "https://github.com/netty/netty/security/advisories/GHSA-c653-97m9-rcg9"
}
],
"release_date": "2026-06-12T14:50:43.151000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-17T16:18:16+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat build of Quarkus 3.27.4.SP1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:26018"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat build of Quarkus 3.27.4.SP1"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat build of Quarkus 3.27.4.SP1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "netty-handler: Netty: Improper trust manager handling leads to hostname verification bypass"
},
{
"cve": "CVE-2026-50020",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2026-06-12T16:01:51.804290+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2488421"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Netty. The HttpObjectDecoder component, which processes incoming HTTP requests, incorrectly skips certain control characters and whitespace before reading the first request line. This behavior, which goes beyond standard HTTP protocol requirements, can lead to request-boundary confusion in systems that use pipelined or multiplexed transports. An attacker could exploit this to cause a front-end component to misinterpret HTTP request boundaries, potentially resulting in low integrity impact, such as unintended data manipulation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "netty-codec-http: Netty: Data manipulation via request-boundary confusion in HttpObjectDecoder",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Moderate flaw in Netty\u0027s HttpObjectDecoder could lead to data manipulation in Red Hat products utilizing pipelined or multiplexed HTTP transports. The vulnerability arises from the decoder\u0027s over-permissive handling of control characters and whitespace, which can cause front-end components to misinterpret HTTP request boundaries. Exploitation requires a specific network configuration where front-end and back-end components process HTTP requests inconsistently, limiting the immediate impact on default installations.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat build of Quarkus 3.27.4.SP1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50020"
},
{
"category": "external",
"summary": "RHBZ#2488421",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2488421"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50020",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50020"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50020",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50020"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.1.135.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.1.135.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.2.15.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.2.15.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-hvcg-qmg6-jm4c",
"url": "https://github.com/netty/netty/security/advisories/GHSA-hvcg-qmg6-jm4c"
}
],
"release_date": "2026-06-12T14:55:32.165000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-17T16:18:16+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat build of Quarkus 3.27.4.SP1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:26018"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat build of Quarkus 3.27.4.SP1"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat build of Quarkus 3.27.4.SP1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "netty-codec-http: Netty: Data manipulation via request-boundary confusion in HttpObjectDecoder"
},
{
"cve": "CVE-2026-50559",
"cwe": {
"id": "CWE-551",
"name": "Incorrect Behavior Order: Authorization Before Parsing and Canonicalization"
},
"discovery_date": "2026-06-09T10:55:32.426000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2486959"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Quarkus. A remote attacker could bypass HTTP path-based authorization policies by using specially crafted encoded semicolons, slashes, or backslashes in HTTP requests. This could allow unauthorized access to protected static resources, leading to information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "io.quarkus/quarkus-vertx-http: Quarkus: Authorization bypass in HTTP path-based policies via encoded characters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important flaw in Quarkus where HTTP path-based authorization policies can be bypassed by a remote attacker. Specially crafted HTTP requests containing encoded semicolons, slashes, or backslashes can circumvent security controls, allowing unauthorized access to protected static resources and leading to information disclosure. This is critical in deployments where Quarkus applications serve sensitive static content and rely solely on path-based authorization.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat build of Quarkus 3.27.4.SP1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50559"
},
{
"category": "external",
"summary": "RHBZ#2486959",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2486959"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50559",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50559"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50559",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50559"
},
{
"category": "external",
"summary": "https://github.com/quarkusio/quarkus/security/advisories/GHSA-qcxp-gm7m-4j5v",
"url": "https://github.com/quarkusio/quarkus/security/advisories/GHSA-qcxp-gm7m-4j5v"
}
],
"release_date": "2026-06-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-17T16:18:16+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat build of Quarkus 3.27.4.SP1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:26018"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat build of Quarkus 3.27.4.SP1"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat build of Quarkus 3.27.4.SP1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "io.quarkus/quarkus-vertx-http: Quarkus: Authorization bypass in HTTP path-based policies via encoded characters"
},
{
"cve": "CVE-2026-50560",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-06-12T16:00:59.240952+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2488407"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Netty, a network application framework. A remote attacker can exploit a vulnerability in the HTTP/2 (Hypertext Transfer Protocol version 2) maximum header size handling. By sending a specific SETTINGS_MAX_HEADER_LIST_SIZE setting, an attacker can cause Netty to produce an exception when writing response headers. This issue is similar to an HTTP/2 Rapid Reset attack and can lead to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "netty-codec-http2: Netty: Denial of Service due to HTTP/2 max header size handling",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw in Netty\u0027s HTTP/2 protocol handling is rated Moderate. A remote, unauthenticated attacker can trigger a denial of service by sending a crafted `SETTINGS_MAX_HEADER_LIST_SIZE` frame, causing an exception during response header processing. This can disrupt services utilizing Netty for HTTP/2 communication.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat build of Quarkus 3.27.4.SP1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50560"
},
{
"category": "external",
"summary": "RHBZ#2488407",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2488407"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50560",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50560"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50560",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50560"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.1.135.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.1.135.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.2.15.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.2.15.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-563q-j3cm-6jxm",
"url": "https://github.com/netty/netty/security/advisories/GHSA-563q-j3cm-6jxm"
},
{
"category": "external",
"summary": "https://www.rfc-editor.org/rfc/rfc9113.html#name-defined-settings",
"url": "https://www.rfc-editor.org/rfc/rfc9113.html#name-defined-settings"
}
],
"release_date": "2026-06-12T14:59:59.901000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-17T16:18:16+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat build of Quarkus 3.27.4.SP1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:26018"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat build of Quarkus 3.27.4.SP1"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"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:L",
"version": "3.1"
},
"products": [
"Red Hat build of Quarkus 3.27.4.SP1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "netty-codec-http2: Netty: Denial of Service due to HTTP/2 max header size handling"
}
]
}
WID-SEC-W-2026-1814
Vulnerability from csaf_certbund - Published: 2026-06-07 22:00 - Updated: 2026-06-15 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Netty <4.1.135.Final
Open Source / Netty
|
<4.1.135.Final | ||
|
Open Source Netty <4.2.15.Final
Open Source / Netty
|
<4.2.15.Final |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Netty <4.1.135.Final
Open Source / Netty
|
<4.1.135.Final | ||
|
Open Source Netty <4.2.15.Final
Open Source / Netty
|
<4.2.15.Final |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Netty <4.1.135.Final
Open Source / Netty
|
<4.1.135.Final | ||
|
Open Source Netty <4.2.15.Final
Open Source / Netty
|
<4.2.15.Final |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Netty <4.1.135.Final
Open Source / Netty
|
<4.1.135.Final | ||
|
Open Source Netty <4.2.15.Final
Open Source / Netty
|
<4.2.15.Final |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Netty <4.1.135.Final
Open Source / Netty
|
<4.1.135.Final | ||
|
Open Source Netty <4.2.15.Final
Open Source / Netty
|
<4.2.15.Final |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Netty <4.1.135.Final
Open Source / Netty
|
<4.1.135.Final | ||
|
Open Source Netty <4.2.15.Final
Open Source / Netty
|
<4.2.15.Final |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Netty <4.1.135.Final
Open Source / Netty
|
<4.1.135.Final | ||
|
Open Source Netty <4.2.15.Final
Open Source / Netty
|
<4.2.15.Final |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Netty <4.1.135.Final
Open Source / Netty
|
<4.1.135.Final | ||
|
Open Source Netty <4.2.15.Final
Open Source / Netty
|
<4.2.15.Final |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Netty <4.1.135.Final
Open Source / Netty
|
<4.1.135.Final | ||
|
Open Source Netty <4.2.15.Final
Open Source / Netty
|
<4.2.15.Final |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Netty <4.1.135.Final
Open Source / Netty
|
<4.1.135.Final | ||
|
Open Source Netty <4.2.15.Final
Open Source / Netty
|
<4.2.15.Final |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Netty <4.1.135.Final
Open Source / Netty
|
<4.1.135.Final | ||
|
Open Source Netty <4.2.15.Final
Open Source / Netty
|
<4.2.15.Final |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Netty <4.1.135.Final
Open Source / Netty
|
<4.1.135.Final | ||
|
Open Source Netty <4.2.15.Final
Open Source / Netty
|
<4.2.15.Final |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Netty <4.1.135.Final
Open Source / Netty
|
<4.1.135.Final | ||
|
Open Source Netty <4.2.15.Final
Open Source / Netty
|
<4.2.15.Final |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Netty <4.1.135.Final
Open Source / Netty
|
<4.1.135.Final | ||
|
Open Source Netty <4.2.15.Final
Open Source / Netty
|
<4.2.15.Final |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Netty <4.1.135.Final
Open Source / Netty
|
<4.1.135.Final | ||
|
Open Source Netty <4.2.15.Final
Open Source / Netty
|
<4.2.15.Final |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Netty <4.1.135.Final
Open Source / Netty
|
<4.1.135.Final | ||
|
Open Source Netty <4.2.15.Final
Open Source / Netty
|
<4.2.15.Final |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Netty <4.1.135.Final
Open Source / Netty
|
<4.1.135.Final | ||
|
Open Source Netty <4.2.15.Final
Open Source / Netty
|
<4.2.15.Final |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Netty <4.1.135.Final
Open Source / Netty
|
<4.1.135.Final | ||
|
Open Source Netty <4.2.15.Final
Open Source / Netty
|
<4.2.15.Final |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Netty <4.1.135.Final
Open Source / Netty
|
<4.1.135.Final | ||
|
Open Source Netty <4.2.15.Final
Open Source / Netty
|
<4.2.15.Final |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Netty <4.1.135.Final
Open Source / Netty
|
<4.1.135.Final | ||
|
Open Source Netty <4.2.15.Final
Open Source / Netty
|
<4.2.15.Final |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Netty <4.1.135.Final
Open Source / Netty
|
<4.1.135.Final | ||
|
Open Source Netty <4.2.15.Final
Open Source / Netty
|
<4.2.15.Final |
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Netty ist ein asynchrones, ereignisgesteuertes Netzwerk-Anwendungs-Framework f\u00fcr die schnelle Entwicklung von wartbaren, hochleistungsf\u00e4higen Protokollservern und -clients.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Netty ausnutzen, um Sicherheitsvorkehrungen zu umgehen, Daten zu manipulieren, vertrauliche Informationen offenzulegen oder einen Denial-of-Service-Zustand herbeizuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Sonstiges\n- UNIX",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-1814 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-1814.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-1814 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-1814"
},
{
"category": "external",
"summary": "Netty Security Advisories vom 2026-06-07",
"url": "https://github.com/netty/netty/security/advisories/"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-3244-j874-rhc2 vom 2026-06-07",
"url": "https://github.com/netty/netty/security/advisories/GHSA-3244-j874-rhc2"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-4grm-h2qv-h6w6 vom 2026-06-07",
"url": "https://github.com/netty/netty/security/advisories/GHSA-4grm-h2qv-h6w6"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-5pvg-856g-cp85 vom 2026-06-07",
"url": "https://github.com/netty/netty/security/advisories/GHSA-5pvg-856g-cp85"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-5w86-c3rq-vjj7 vom 2026-06-07",
"url": "https://github.com/netty/netty/security/advisories/GHSA-5w86-c3rq-vjj7"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-5x3r-wrvg-rp6q vom 2026-06-07",
"url": "https://github.com/netty/netty/security/advisories/GHSA-5x3r-wrvg-rp6q"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-5xrh-qmmq-w6ch vom 2026-06-07",
"url": "https://github.com/netty/netty/security/advisories/GHSA-5xrh-qmmq-w6ch"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-676x-f7gg-47vc vom 2026-06-07",
"url": "https://github.com/netty/netty/security/advisories/GHSA-676x-f7gg-47vc"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-6ghj-frrj-jjj3 vom 2026-06-07",
"url": "https://github.com/netty/netty/security/advisories/GHSA-6ghj-frrj-jjj3"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-6jv9-x5w9-2ccm vom 2026-06-07",
"url": "https://github.com/netty/netty/security/advisories/GHSA-6jv9-x5w9-2ccm"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-c2gf-v879-257j vom 2026-06-07",
"url": "https://github.com/netty/netty/security/advisories/GHSA-c2gf-v879-257j"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-c2rx-5r8w-8xr2 vom 2026-06-07",
"url": "https://github.com/netty/netty/security/advisories/GHSA-c2rx-5r8w-8xr2"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-c653-97m9-rcg9 vom 2026-06-07",
"url": "https://github.com/netty/netty/security/advisories/GHSA-c653-97m9-rcg9"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-cc37-9q2j-3hfv vom 2026-06-07",
"url": "https://github.com/netty/netty/security/advisories/GHSA-cc37-9q2j-3hfv"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-cmm3-54f8-px4j vom 2026-06-07",
"url": "https://github.com/netty/netty/security/advisories/GHSA-cmm3-54f8-px4j"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-cq4q-cv5g-r8q5 vom 2026-06-07",
"url": "https://github.com/netty/netty/security/advisories/GHSA-cq4q-cv5g-r8q5"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-h2qv-fj59-j46j vom 2026-06-07",
"url": "https://github.com/netty/netty/security/advisories/GHSA-h2qv-fj59-j46j"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-hvcg-qmg6-jm4c vom 2026-06-07",
"url": "https://github.com/netty/netty/security/advisories/GHSA-hvcg-qmg6-jm4c"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-w573-9ffj-6ff9 vom 2026-06-07",
"url": "https://github.com/netty/netty/security/advisories/GHSA-w573-9ffj-6ff9"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-x4gw-5cx5-pgmh vom 2026-06-07",
"url": "https://github.com/netty/netty/security/advisories/GHSA-x4gw-5cx5-pgmh"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-xmv7-r254-6q78 vom 2026-06-07",
"url": "https://github.com/netty/netty/security/advisories/GHSA-xmv7-r254-6q78"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-xmv7-r254-6q78 vom 2026-06-07",
"url": "https://github.com/netty/netty/security/advisories/GHSA-3qp7-7mw8-wx86"
},
{
"category": "external",
"summary": "Netty Security Advisories vom 2026-06-07",
"url": "https://github.com/netty/netty/security/advisories/GHSA-563q-j3cm-6jxm"
}
],
"source_lang": "en-US",
"title": "Netty: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-06-15T22:00:00.000+00:00",
"generator": {
"date": "2026-06-16T08:20:02.393+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2026-1814",
"initial_release_date": "2026-06-07T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-06-07T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-06-08T22:00:00.000+00:00",
"number": "2",
"summary": "CVE erg\u00e4nzt"
},
{
"date": "2026-06-11T22:00:00.000+00:00",
"number": "3",
"summary": "Referenz(en) aufgenommen: EUVD-2026-36327, EUVD-2026-36357, EUVD-2026-36356"
},
{
"date": "2026-06-14T22:00:00.000+00:00",
"number": "4",
"summary": "Referenz(en) aufgenommen: EUVD-2026-36432, EUVD-2026-36450, EUVD-2026-36471, EUVD-2026-36465, EUVD-2026-36459, EUVD-2026-36451, EUVD-2026-36445, EUVD-2026-36457, EUVD-2026-36494, EUVD-2026-36468, EUVD-2026-36436, EUVD-2026-36439, EUVD-2026-36435, EUVD-2026-36489, EUVD-2026-36492"
},
{
"date": "2026-06-15T22:00:00.000+00:00",
"number": "5",
"summary": "Referenz(en) aufgenommen: CVE-2026-50009"
}
],
"status": "final",
"version": "5"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c4.2.15.Final",
"product": {
"name": "Open Source Netty \u003c4.2.15.Final",
"product_id": "T055037"
}
},
{
"category": "product_version",
"name": "4.2.15.Final",
"product": {
"name": "Open Source Netty 4.2.15.Final",
"product_id": "T055037-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:netty:netty:4.2.15.final"
}
}
},
{
"category": "product_version_range",
"name": "\u003c4.1.135.Final",
"product": {
"name": "Open Source Netty \u003c4.1.135.Final",
"product_id": "T055038"
}
},
{
"category": "product_version",
"name": "4.1.135.Final",
"product": {
"name": "Open Source Netty 4.1.135.Final",
"product_id": "T055038-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:netty:netty:4.1.135.final"
}
}
}
],
"category": "product_name",
"name": "Netty"
}
],
"category": "vendor",
"name": "Open Source"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-44249",
"product_status": {
"known_affected": [
"T055038",
"T055037"
]
},
"release_date": "2026-06-07T22:00:00.000+00:00",
"title": "CVE-2026-44249"
},
{
"cve": "CVE-2026-44250",
"product_status": {
"known_affected": [
"T055038",
"T055037"
]
},
"release_date": "2026-06-07T22:00:00.000+00:00",
"title": "CVE-2026-44250"
},
{
"cve": "CVE-2026-44890",
"product_status": {
"known_affected": [
"T055038",
"T055037"
]
},
"release_date": "2026-06-07T22:00:00.000+00:00",
"title": "CVE-2026-44890"
},
{
"cve": "CVE-2026-44892",
"product_status": {
"known_affected": [
"T055038",
"T055037"
]
},
"release_date": "2026-06-07T22:00:00.000+00:00",
"title": "CVE-2026-44892"
},
{
"cve": "CVE-2026-44893",
"product_status": {
"known_affected": [
"T055038",
"T055037"
]
},
"release_date": "2026-06-07T22:00:00.000+00:00",
"title": "CVE-2026-44893"
},
{
"cve": "CVE-2026-44894",
"product_status": {
"known_affected": [
"T055038",
"T055037"
]
},
"release_date": "2026-06-07T22:00:00.000+00:00",
"title": "CVE-2026-44894"
},
{
"cve": "CVE-2026-45416",
"product_status": {
"known_affected": [
"T055038",
"T055037"
]
},
"release_date": "2026-06-07T22:00:00.000+00:00",
"title": "CVE-2026-45416"
},
{
"cve": "CVE-2026-45536",
"product_status": {
"known_affected": [
"T055038",
"T055037"
]
},
"release_date": "2026-06-07T22:00:00.000+00:00",
"title": "CVE-2026-45536"
},
{
"cve": "CVE-2026-45673",
"product_status": {
"known_affected": [
"T055038",
"T055037"
]
},
"release_date": "2026-06-07T22:00:00.000+00:00",
"title": "CVE-2026-45673"
},
{
"cve": "CVE-2026-45674",
"product_status": {
"known_affected": [
"T055038",
"T055037"
]
},
"release_date": "2026-06-07T22:00:00.000+00:00",
"title": "CVE-2026-45674"
},
{
"cve": "CVE-2026-46340",
"product_status": {
"known_affected": [
"T055038",
"T055037"
]
},
"release_date": "2026-06-07T22:00:00.000+00:00",
"title": "CVE-2026-46340"
},
{
"cve": "CVE-2026-47244",
"product_status": {
"known_affected": [
"T055038",
"T055037"
]
},
"release_date": "2026-06-07T22:00:00.000+00:00",
"title": "CVE-2026-47244"
},
{
"cve": "CVE-2026-47691",
"product_status": {
"known_affected": [
"T055038",
"T055037"
]
},
"release_date": "2026-06-07T22:00:00.000+00:00",
"title": "CVE-2026-47691"
},
{
"cve": "CVE-2026-48006",
"product_status": {
"known_affected": [
"T055038",
"T055037"
]
},
"release_date": "2026-06-07T22:00:00.000+00:00",
"title": "CVE-2026-48006"
},
{
"cve": "CVE-2026-48043",
"product_status": {
"known_affected": [
"T055038",
"T055037"
]
},
"release_date": "2026-06-07T22:00:00.000+00:00",
"title": "CVE-2026-48043"
},
{
"cve": "CVE-2026-48059",
"product_status": {
"known_affected": [
"T055038",
"T055037"
]
},
"release_date": "2026-06-07T22:00:00.000+00:00",
"title": "CVE-2026-48059"
},
{
"cve": "CVE-2026-48748",
"product_status": {
"known_affected": [
"T055038",
"T055037"
]
},
"release_date": "2026-06-07T22:00:00.000+00:00",
"title": "CVE-2026-48748"
},
{
"cve": "CVE-2026-50009",
"product_status": {
"known_affected": [
"T055038",
"T055037"
]
},
"release_date": "2026-06-07T22:00:00.000+00:00",
"title": "CVE-2026-50009"
},
{
"cve": "CVE-2026-50010",
"product_status": {
"known_affected": [
"T055038",
"T055037"
]
},
"release_date": "2026-06-07T22:00:00.000+00:00",
"title": "CVE-2026-50010"
},
{
"cve": "CVE-2026-50020",
"product_status": {
"known_affected": [
"T055038",
"T055037"
]
},
"release_date": "2026-06-07T22:00:00.000+00:00",
"title": "CVE-2026-50020"
},
{
"cve": "CVE-2026-50560",
"product_status": {
"known_affected": [
"T055038",
"T055037"
]
},
"release_date": "2026-06-07T22:00:00.000+00:00",
"title": "CVE-2026-50560"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.