CVE-2024-36121: netty-incubator-codec-ohttp's BoringSSLAEADContext Repeats Nonces

Published Jun 4, 2024
·
Updated

Summary 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.

Details 1. There is no overflow detection or enforcement of the maximum sequence value. (This is a missed requirement from the draft Chunked Oblivious OHTTP RFC and so should be inherited from the HPKE RFC 9180, Section 5.2). 2. The sequence number (seq) is stored as 32-bit int which is relatively easy to overflow.

https://github.com/netty/netty-incubator-codec-ohttp/blob/1ddadb6473cd3be5491d114431ed4c1a9f316001/codec-ohttp-hpke-classes-boringssl/src/main/java/io/netty/incubator/codec/hpke/boringssl/BoringSSLAEADContext.java#L112-L114

Impact If the BoringSSLAEADContext is used to encrypt more than 2^32 messages then the AES-GCM nonce will repeat. Repeating a nonce with AES-GCM results in both confidentiality and integrity compromise of data encrypted with the associated key.

Other sources

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.

MITRE

Affected Software

2 affected componentsFixes available
maven/io.netty.incubator:netty-incubator-codec-ohttp>=0.0.3.Final<0.0.11.Final
0.0.11.Final
Netty netty-incubator-codec-ohttp>=0.0.3<0.0.11

Event History

Jun 4, 2024
CVE Published
via MITRE·09:13 PM
Data Sourced
via MITRE·09:13 PM
DescriptionSeverityWeakness
Jun 5, 2024
Advisory Published
via GitHub·04:53 PM

Frequently Asked Questions

1

What is the severity of CVE-2024-36121?

CVE-2024-36121 has been rated as high severity due to its potential impact on the confidentiality and integrity of data transmitted using OHTTP.

2

How do I fix CVE-2024-36121?

To mitigate CVE-2024-36121, update the netty-incubator-codec-ohttp package to version 0.0.11.Final or later.

3

Which versions of netty-incubator-codec-ohttp are affected by CVE-2024-36121?

CVE-2024-36121 affects netty-incubator-codec-ohttp versions from 0.0.3.Final up to, but not including, 0.0.11.Final.

4

What impact does CVE-2024-36121 have on application security?

CVE-2024-36121 can allow attackers to exploit vulnerabilities in OHTTP responses, potentially compromising data during transmission.

5

Is CVE-2024-36121 related to any specific software component?

Yes, CVE-2024-36121 is specifically related to the BoringSSLAEADContext within the netty-incubator-codec-ohttp component.

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