netty-incubator-codec-ohttp: BinaryHttpParser should enforce limits for variable lengths fields
High severity
GitHub Reviewed
Published
Jul 18, 2026
in
netty/netty-incubator-codec-ohttp
•
Updated Aug 20, 2026
Package
Affected versions
<= 0.0.22.Final
Patched versions
0.0.23.Final
Description
Published to the GitHub Advisory Database
Aug 20, 2026
Reviewed
Aug 20, 2026
Last updated
Aug 20, 2026
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.
References