Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-61798
Published:August 20, 2026
Updated:September 10, 2026
"io.netty.incubator:netty-incubator-codec-ohttp-hpke-classes-boringssl" exposes raw HPKE private key bytes in string representations and error messages. "BoringSSLAsymmetricCipherKeyPair.toString()" includes the private-key parameter object, and "BoringSSLAsymmetricKeyParameter.toString()" renders the full byte array with "Arrays.toString(bytes)". Separately, failed native key initialization includes "Arrays.toString(privateKeyBytes)" in the thrown "IllegalArgumentException" message. Applications that log key-pair objects or exceptions can persist private key material in logs.
Affected Packages
https://github.com/netty/netty-incubator-codec-ohttp.git (GITHUB):
Affected version(s) >=netty-incubator-codec-parent-ohttp-0.0.3.Final <netty-incubator-codec-parent-ohttp-0.0.23.Final
Fix Suggestion:
Update to version netty-incubator-codec-parent-ohttp-0.0.23.Final
io.netty.incubator:netty-incubator-codec-ohttp-hpke-classes-boringssl (JAVA):
Affected version(s) >=0.0.3.Final <0.0.23.Final
Fix Suggestion:
Update to version 0.0.23.Final
Do you need more information?
Contact Us
CVSS v4
Base Score:
8.6
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
LOW
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
HIGH
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
8.1
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
HIGH
Availability
NONE
Weakness Type (CWE)
Exposure of Sensitive Information to an Unauthorized Actor
Cleartext Storage of Sensitive Information
Insertion of Sensitive Information into Log File