Vulnerabilities (CVE)

Filtered by vendor Netty
Filtered by product Netty-incubator-codec-ohttp
Angry Yack Logo
Total 2 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2024-40642 1 Netty 1 Netty-incubator-codec-ohttp 2025-10-09 N/A 8.1 HIGH
The netty incubator codec.bhttp is a java language binary http parser. In affected versions the `BinaryHttpParser` class does not properly validate input values thus giving attackers almost complete control over the HTTP requests constructed from the parsed output. Attackers can abuse several issues individually to perform various injection attacks including HTTP request smuggling, desync attacks, HTTP header injections, request queue poisoning, caching attacks and Server Side Request Forgery (S ...

Show More

CVE-2024-36121 1 Netty 1 Netty-incubator-codec-ohttp 2024-11-21 N/A 5.9 MEDIUM
netty-incubator-codec-ohttp is the OHTTP implementation for netty. BoringSSLAEADContext keeps track of how many OHTTP responses have been sent and uses this sequence number to calculate the appropriate nonce to use with the encryption algorithm. Unfortunately, two separate errors combine which would allow an attacker to cause the sequence number to overflow and thus the nonce to repeat.