Skip to main content
EPSS 0.7%top 47%

A flaw was found in Netty's HTTP/2 codec. (CVE-2026-93567)

0
Medium
Published: 09/18/2026 (09/18/2026, 15:17:00 UTC)
Source: GCVE Database
Product: netty

Description

A vulnerability in Netty's HTTP/2 codec causes incorrect handling of HTTP/1 CONNECT requests when converted to HTTP/2. The component uses the Host header instead of the CONNECT authority-form request-target, allowing an attacker to supply a manipulated Host header. This leads to malformed HTTP/2 CONNECT requests that can bypass tunnel allow-lists and egress policies, resulting in integrity loss.

CVSS v3.1

Score 7.5high

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N

Affected software

Ubuntu:Pro:14.04:LTSmore threats →ghsa
netty
pkg:deb/ubuntu/netty?arch=source&distro=esm-infra-legacy/trusty
Affected versions
=1:3.2.6.Final-2=1:3.2.6.Final-2+deb8u2build0.14.04.1~esm1=1:3.2.6.Final-2+deb8u2ubuntu0.1~esm1
Ubuntu:Pro:16.04:LTSmore threats →ghsa
netty
pkg:deb/ubuntu/netty?arch=source&distro=esm-apps-legacy/xenial
Affected versions
=1:3.2.6.Final-2=1:4.0.32-1=1:4.0.33-1=1:4.0.34-1=1:4.0.34-1ubuntu0.1~esm1=1:4.0.34-1ubuntu0.1~esm2=1:4.0.34-1ubuntu0.1~esm3=1:4.0.34-1ubuntu0.1~esm4=1:4.0.34-1ubuntu0.1~esm5
Ubuntu:Pro:18.04:LTSmore threats →ghsa
netty
pkg:deb/ubuntu/netty?arch=source&distro=esm-apps/bionic
Affected versions
=1:4.1.7-4=1:4.1.7-4ubuntu0.1~esm1=1:4.1.7-4ubuntu0.1=1:4.1.7-4ubuntu0.1+esm1=1:4.1.7-4ubuntu0.1+esm2=1:4.1.7-4ubuntu0.1+esm3=1:4.1.7-4ubuntu0.1+esm4=1:4.1.7-4ubuntu0.1+esm5=1:4.1.7-4ubuntu0.1+esm6=1:4.1.7-4ubuntu0.1+esm7
Ubuntu:Pro:20.04:LTSmore threats →ghsa
netty
pkg:deb/ubuntu/netty?arch=source&distro=esm-apps/focal
Affected versions
=1:4.1.33-1=1:4.1.33-2=1:4.1.33-3=1:4.1.45-1=1:4.1.45-1ubuntu0.1~esm1=1:4.1.45-1ubuntu0.1~esm2=1:4.1.45-1ubuntu0.1~esm3=1:4.1.45-1ubuntu0.1~esm4=1:4.1.45-1ubuntu0.1~esm6=1:4.1.45-1ubuntu0.1~esm7
Ubuntu:Pro:22.04:LTSmore threats →ghsa
netty
pkg:deb/ubuntu/netty?arch=source&distro=esm-apps/jammy
Affected versions
=1:4.1.48-4=1:4.1.48-4+deb11u1build0.22.04.1=1:4.1.48-4+deb11u2build0.22.04.1=1:4.1.48-4+deb11u2ubuntu0.1~esm1=1:4.1.48-4+deb11u2ubuntu0.1~esm2=1:4.1.48-4+deb11u2ubuntu0.1=1:4.1.48-4+deb11u2ubuntu0.1+esm1=1:4.1.48-4+deb11u2ubuntu0.1+esm3=1:4.1.48-4+deb11u2ubuntu0.2=1:4.1.48-4+deb11u2ubuntu0.2+esm1
Ubuntu:Pro:24.04:LTSmore threats →ghsa
netty
pkg:deb/ubuntu/netty?arch=source&distro=esm-apps/noble
Affected versions
=1:4.1.48-7=1:4.1.48-8=1:4.1.48-9=1:4.1.48-9ubuntu0.1~esm1=1:4.1.48-9ubuntu0.1~esm2=1:4.1.48-9ubuntu0.1=1:4.1.48-9ubuntu0.1+esm1=1:4.1.48-9ubuntu0.1+esm3=1:4.1.48-9ubuntu0.2=1:4.1.48-9ubuntu0.2+esm1=1:4.1.48-9ubuntu0.2+esm2
Ubuntu:Pro:26.04:LTSmore threats →ghsa
netty
pkg:deb/ubuntu/netty?arch=source&distro=esm-apps/resolute
Affected versions
=1:4.1.48-10=1:4.1.48-11=1:4.1.48-12=1:4.1.48-13=1:4.1.48-14=1:4.1.48-16=1:4.1.48-16ubuntu0.1~esm2

Run on your own infrastructure? Check whether these packages are installed with threat-finder — our free open-source scanner.

AI-Powered Analysis

Machine-generated threat intelligence

AILast updated: 09/24/2026, 06:28:31 UTC

Technical Analysis

CVE-2026-93567 is a flaw in Netty's HTTP/2 codec where the conversion of HTTP/1 CONNECT requests to HTTP/2 incorrectly uses the Host header instead of the CONNECT authority-form request-target for the tunnel authority. A remote attacker can exploit this by providing a different Host header, causing the HTTP/2 CONNECT request to have an attacker-controlled authority. This bypasses security controls such as tunnel allow-lists and egress policies, potentially allowing connections to unintended upstream targets and resulting in integrity loss. The issue affects multiple specific Netty versions as listed, and Red Hat products configured as HTTP/1-to-HTTP/2 proxies or gateways are impacted. The CVSS v3.1 score is 7.5 (medium severity) with an integrity impact but no confidentiality or availability impact. No known exploits in the wild have been reported. Mitigation guidance and fixed versions are available from the Netty GitHub security advisory.

Potential Impact

The vulnerability allows remote attackers to bypass security controls like tunnel allow-lists and egress policies by manipulating the Host header in HTTP/1 CONNECT requests. This leads to malformed HTTP/2 CONNECT requests with attacker-controlled authority, resulting in integrity loss. There is no direct confidentiality or availability impact reported. The flaw affects the integrity of proxy or gateway configurations that convert HTTP/1 to HTTP/2.

Mitigation Recommendations

Fixed versions and remediation guidance are available from the Netty GitHub security advisory (https://github.com/netty/netty/security/advisories/GHSA-45h4-vhwh-fmhg). Users should upgrade to fixed versions of Netty as indicated in the advisory. Red Hat customers should monitor Red Hat advisories for patches relevant to their products. No vendor advisory states that no action is required; therefore, upgrading to a fixed version is recommended to mitigate this vulnerability.

Pro Console: star threats, build custom feeds, automate alerts via Slack, email & webhooks.Upgrade to Pro

Technical Details

Gcve Source
db.gcve.eu
Osv Id
UBUNTU-CVE-2026-93567
Osv Schema Version
1.7.0
Ecosystems
["Ubuntu:Pro:14.04:LTS","Ubuntu:Pro:16.04:LTS","Ubuntu:Pro:18.04:LTS","Ubuntu:Pro:20.04:LTS","Ubuntu:Pro:22.04:LTS","Ubuntu:Pro:24.04:LTS","Ubuntu:Pro:26.04:LTS"]
Cvss Version
3.1
State
PUBLISHED

Threat ID: 6ab4be2ef7a7c54106eeec20

Added to database: 09/24/2026, 06:07:42 UTC

Last enriched: 09/24/2026, 06:28:31 UTC

Last updated: 09/25/2026, 04:47:33 UTC

Views: 4

Community Reviews

0 reviews

Crowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.

Sort by
Loading community insights…

Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.

Actions

PRO

Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.

Please log in to the Console to use AI analysis features.

Need more coverage?

Upgrade to Pro Console for AI refresh and higher limits.

For incident response and remediation, OffSeq services can help resolve threats faster.

Latest Threats

Breach by OffSeqOFFSEQFRIENDS — 25% OFF

Check if your credentials are on the dark web

Instant breach scanning across billions of leaked records. Free tier available.

Scan now
OffSeq TrainingCredly Certified

Lead Pen Test Professional

Technical5-day eLearningPECB Accredited
View courses