CVE-2025-24970: SslHandler doesn't correctly validate packets which can lead to native crash when using native SSLEngine

Published Feb 10, 2025
·
Updated

Impact When a special crafted packet is received via SslHandler it doesn't correctly handle validation of such a packet in all cases which can lead to a native crash.

Workarounds As workaround its possible to either disable the usage of the native SSLEngine or changing the code from:

SslContext context = ...; SslHandler handler = context.newHandler(....);

to:

SslContext context = ...; SSLEngine engine = context.newEngine(....); SslHandler handler = new SslHandler(engine, ....);

Other sources

Netty, an asynchronous, event-driven network application framework, has a vulnerability starting in version 4.1.91.Final and prior to version 4.1.118.Final. When a special crafted packet is received via SslHandler it doesn't correctly handle validation of such a packet in all cases which can lead to a native crash. Version 4.1.118.Final contains a patch. As workaround its possible to either disable the usage of the native SSLEngine or change the code manually.

MITRE

Affected Software

8 affected componentsFixes available
maven/io.netty:netty-handler>=4.1.91.Final<=4.1.117.Final
4.1.118.Final
IBM Cognos Analytics<=12.0.0 - 12.0.4
IBM Cognos Analytics<=11.2.0 - 11.2.4 IF5
Netty Netty>=4.1.91<4.1.118
NetApp Active Iq Unified Manager Linux
NetApp Active Iq Unified Manager Vmware Vsphere
NetApp Active Iq Unified Manager Windows
NetApp OnCommand Insight

Event History

Feb 10, 2025
Advisory Published
via GitHub·05:38 PM
CVE Published
via MITRE·09:57 PM
Data Sourced
via MITRE·09:57 PM
DescriptionSeverityWeakness
Data Sourced
via NVD·10:15 PM
DescriptionSeverityWeakness
Data Sourced
via NVD·10:15 PM
RemedyAffected Software
Data Sourced
via Red Hat·11:01 PM
DescriptionSeverityAffected Software
Jun 28, 2025
Data Sourced
via IBM·12:00 AM
DescriptionAffected Software

Parent advisories

This vulnerability appears in the following advisories.

Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2025-24970?

CVE-2025-24970 is considered a moderate severity vulnerability as it can lead to a native crash due to improper handling of crafted packets.

2

How do I fix CVE-2025-24970?

To fix CVE-2025-24970, either update to io.netty:netty-handler version 4.1.118.Final or disable the use of the native SSLEngine.

3

What software is affected by CVE-2025-24970?

CVE-2025-24970 affects io.netty:netty-handler versions between 4.1.91.Final and 4.1.117.Final.

4

What causes the vulnerability in CVE-2025-24970?

The vulnerability in CVE-2025-24970 is caused by incorrect validation of specially crafted packets in the SslHandler.

5

Can I continue using affected versions with CVE-2025-24970?

It is not recommended to continue using affected versions of io.netty:netty-handler as they may lead to application crashes.

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