CVE-2026-44892
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedNetty is a network application framework for development of protocol servers and clients. Prior to version 4.2.15.Final, the default configuration of the `Http3ConnectionHandler` in the Netty HTTP/3 codec lacks an enforced maximum header size limit. When a peer does not explicitly specify `HTTP3_SETTINGS_MAX_FIELD_SECTION_SIZE`, the implementation defaults to an unbounded limit. This insecure default configuration allows a malicious client or server to send an enormous number of headers, leading to a memory exhaustion Denial of Service via an `OutOfMemoryError`. Version 4.2.15.Final contains a patch.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceNetty's Http3ConnectionHandler in versions prior to 4.2.15.Final has an insecure default configuration that does not enforce a maximum header size limit. When HTTP3_SETTINGS_MAX_FIELD_SECTION_SIZE is not explicitly configured by either peer, the implementation defaults to an unbounded limit, allowing a malicious client or server to send excessive headers and cause memory exhaustion via OutOfMemoryError.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data>= 4.2.0, < 4.2.15CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- None
- Integrity
- None
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify installed Netty versionInspect your project's dependency management file (Maven pom.xml, Gradle build.gradle, or similar) for the netty version. Also check any Netty JAR files present in your deployment for the version annotation.Affected if The Netty version is 4.2.0 through 4.2.14 (any version < 4.2.15)
-
Confirm Http3ConnectionHandler is in useSearch your codebase for imports or references to io.netty.incubator.codec.http3.Http3ConnectionHandler. Also check your server or client initialization code for HTTP/3 protocol setup.Affected if Your application uses Http3ConnectionHandler for HTTP/3 communication
-
Check for explicit HTTP3_SETTINGS_MAX_FIELD_SECTION_SIZE configurationSearch configuration files and application code for any setting of HTTP3_SETTINGS_MAX_FIELD_SECTION_SIZE or similar max header size configuration on the Http3ConnectionHandler or Http3Settings. Look for methods like setMaxFieldSectionSize or equivalent configuration APIs.Affected if HTTP3_SETTINGS_MAX_FIELD_SECTION_SIZE is NOT explicitly configured (the check finds no such setting)
-
Verify runtime configuration stateIf possible, enable debug logging for Netty's HTTP/3 codec or inspect the Http3ConnectionHandler at runtime to verify the actual max field section size value being used.Affected if The runtime shows an unbounded or very large max field section size value with no explicit limit set
You are affected if your Netty version is less than 4.2.15 AND you use Http3ConnectionHandler without explicitly configuring a maximum header size limit, because the default unbounded limit can be exploited to exhaust memory.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped4.2.15
Upgrade to Netty 4.2.15.Final or explicitly configure HTTP3_SETTINGS_MAX_FIELD_SECTION_SIZE with an appropriate maximum header size limit in the Http3ConnectionHandler to prevent unbounded memory allocation.
4.2.15.Final
- Check the current Netty version in your project dependencies (e.g., pom.xml, build.gradle, or equivalent)
- Update the Netty dependency to version 4.2.15.Final or later. For Maven, update the pom.xml dependency version. For Gradle, update the version in build.gradle
- Rebuild the project to incorporate the new Netty version
- Redeploy the application with the updated Netty library
- Verify the application starts correctly and HTTP/3 functionality works as expected
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation2.0 h
- Testing2.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $1,984.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-44892 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-44892 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data