---
id: CVE-2026-61827
aliases:
  - GHSA-hmq9-67w8-j5pw
title: >-
  netty-incubator-codec-ohttp: BinaryHttpParser should enforce limits for
  variable lengths fields
summary: >-
  netty-incubator-codec-ohttp: BinaryHttpParser should enforce limits for
  variable lengths fields
severity: high
cwe:
  - CWE-400
  - CWE-770
vendor: netty
product: 'io.netty.incubator:netty-incubator-codec-bhttp'
ecosystem: maven
affected:
  - 'io.netty.incubator:netty-incubator-codec-bhttp <= 0.0.22.Final'
patched:
  - 'io.netty.incubator:netty-incubator-codec-bhttp 0.0.23.Final'
published: '2026-08-20'
updated: '2026-08-20'
source: GHSA
sourceUrl: 'https://github.com/advisories/GHSA-hmq9-67w8-j5pw'
references:
  - url: >-
      https://github.com/netty/netty-incubator-codec-ohttp/security/advisories/GHSA-hmq9-67w8-j5pw
  - url: >-
      https://github.com/netty/netty-incubator-codec-ohttp/releases/tag/netty-incubator-codec-parent-ohttp-0.0.23.Final
  - url: 'https://github.com/advisories/GHSA-hmq9-67w8-j5pw'
tags:
  - ghsa
  - maven
ingestedAt: '2026-08-20T18:59:53.784Z'
---

## Overview

We don't enforce any limits for the encoded variable lengths that are used for fields. As the remote peer controls these it's easy for the remote peer to have us buffer data forever and so ultimately OOM.

## Affected packages

- `io.netty.incubator:netty-incubator-codec-bhttp <= 0.0.22.Final`

## Remediation

Upgrade to a patched release:

- `io.netty.incubator:netty-incubator-codec-bhttp 0.0.23.Final`
