PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-44893 netty CVE debrief

Netty is vulnerable to an issue in netty-codec-haproxy where a specially crafted PP2_TYPE_SSL TLV can cause an IndexOutOfBoundsException. This exception is thrown because HAProxyMessage.readNextTLV() reads a TLV length that is below 5, leading to an issue when reading the 1-byte client field and 4-byte verify field. The exception propagates as the HAProxyMessageDecoder only catches HAProxyProtocolException around this call. Versions 4.1.135.Final and 4.2.15.Final patch this issue.

Vendor
netty
Product
Unknown
CVSS
HIGH 7.5
CISA KEV
Not listed in stored evidence
Original CVE published
2026-06-12
Original CVE updated
2026-09-11
Advisory published
2026-06-12
Advisory updated
2026-09-11

Who should care

Defenders and developers using Netty for network communication should assess their exposure and apply patches or mitigations as necessary. Affected operators, platforms, and security teams must prioritize patching or mitigating this high-severity vulnerability. Immediate verification of affected versions and patch application is crucial to prevent potential exploitation. Vulnerability management and security teams should track exceptions, retest remediated

Why it matters

CVE-2026-44893 is a high-severity vulnerability in Netty's netty-codec-haproxy component. Defenders should prioritize patching, especially in systems using Netty for network communication, as exploitation could lead to denial of service and potential data integrity issues. Affected versions require immediate verification and patch application.

  • Potential denial of service due to IndexOutOfBoundsException
  • Need for verification of affected versions and patch application
  • Possible data integrity issues if not properly mitigated
  • Requires immediate attention from Netty developers and administrators

Technical summary

The vulnerability in netty-codec-haproxy arises from improper handling of PP2_TYPE_SSL TLVs. When the TLV length is less than 5, reading the client and verify fields results in an IndexOutOfBoundsException. This issue is addressed in Netty versions 4.1.135.Final and 4.2.15.Final. Affected product deployments require immediate verification and patch application to prevent potential denial of service and data integrity issues. Defenders should prioritize patching or mitigating this vulnerability, especially in systems using Netty for network communication.

Defensive priority

Defenders should prioritize patching or mitigating this vulnerability, especially in systems using Netty for network communication.

Recommended defensive actions

  • Assess exposure and apply patches (versions 4.1.135.Final or 4.2.15.Final) to netty-codec-haproxy
  • Review and update Netty configurations to prevent exploitation
  • Monitor for potential exploitation attempts
  • Verify affected versions and apply patches
  • Review compensating controls for exposed systems
  • Check relevant monitoring, detection, and logs for exposed assets
  • Track exceptions and retest remediated assets

Evidence notes

The CVE and NVD records provide details on the vulnerability, its impact, and patches. Vendor advisories and errata from Red Hat also offer insights and mitigation strategies. Affected systems require verification, and defenders should assess exposure to apply patches or mitigations as necessary. The vulnerability arises from improper handling of PP2_TYPE_SSL TLVs in netty-codec-haproxy, leading to an IndexOutOfBoundsException when TLV length is below 5. This issue is addressed in Netty versions 4.1.135.Final and 4.2.15.Final.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-44893 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-44893

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-44893 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-44893

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://github.com/netty/netty/releases/tag/netty-4.1.135.Final

    [email protected] - Release Notes

  • Source reference

    Unverified legacy reference

    URL: https://github.com/netty/netty/releases/tag/netty-4.2.15.Final

    [email protected] - Release Notes

  • Source reference

    Unverified legacy reference

    URL: https://github.com/netty/netty/security/advisories/GHSA-cc37-9q2j-3hfv

    [email protected] - Vendor Advisory

  • Source reference

    Unverified legacy reference

    URL: https://access.redhat.com/errata/RHSA-2026:26017

    0b0ca135-0b70-47e7-9f44-1890c2a1c46c

  • Source reference

    Unverified legacy reference

    URL: https://access.redhat.com/errata/RHSA-2026:26018

    0b0ca135-0b70-47e7-9f44-1890c2a1c46c

  • Source reference

    Unverified legacy reference

    URL: https://access.redhat.com/errata/RHSA-2026:26586

    0b0ca135-0b70-47e7-9f44-1890c2a1c46c

  • Source reference

    Unverified legacy reference

    URL: https://access.redhat.com/errata/RHSA-2026:34608

    0b0ca135-0b70-47e7-9f44-1890c2a1c46c

  • Source reference

    Unverified legacy reference

    URL: https://access.redhat.com/errata/RHSA-2026:36820

    0b0ca135-0b70-47e7-9f44-1890c2a1c46c

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.