CVE-2026-54251: Maven/io.netty.incubator:netty-incubator-codec-ohttp vulnerability

Published Aug 20, 2026
·
Updated

The netty-incubator-codec-ohttp library implements Oblivious HTTP (OHTTP) gateway and client functionality using Netty's ByteBuf memory management. When an OHTTP gateway processes encrypted client requests, it allocates a pooled direct (native off-heap) ByteBuf to hold the decrypted plaintext before the AEAD tag is verified. If the AEAD tag check fails — meaning the ciphertext is invalid — the decryption method throws a CryptoException, but the allocated buffer is never released because no try/finally block guards the allocation.

Affected Software

1 affected componentFixes available
maven/io.netty.incubator:netty-incubator-codec-ohttp<0.0.23.Final
0.0.23.Final

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade maven/io.netty.incubator:netty-incubator-codec-ohttp to a version that resolves this vulnerability.

    Fixed in 0.0.23.Final

Event History

Aug 20, 2026
Advisory Published
via GitHub·06:39 PM
Data Sourced
via GitHub·06:39 PM
DescriptionWeaknessAffected Software

Frequently Asked Questions

1

Which deployments are exposed to this issue?

Deployments using the library's OHTTP gateway functionality are exposed when they process encrypted client requests. Client-only use is not described as affected.

2

What does an attacker need to send to trigger the leak?

The attacker needs to cause the gateway to process ciphertext with an invalid AEAD authentication tag. When tag verification fails, decryption throws a CryptoException after allocating a pooled direct ByteBuf that is not released.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203