Skip to main content

Boteraser | Website and Server Security Solutions

🛡️ CVE-2025-24970 — active-iq-unified-manager

🟠 CVSS 8.0 — High ⚠️ Exploit Public CWE-20 NVD
8.0
CVSS Score
0 Low4 Medium7 High9 Critical10

Description

SslHandler doesn't correctly validate packets which can lead to native crash when using native SSLEngine

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, ....);

```

How this vulnerability can be exploited

This issue can be reached over the network, attack complexity is low, an attacker needs no privileges on the target. No user interaction is required. The scope is unchanged, so the impact stays within the vulnerable component. Rated impact: confidentiality none, integrity none, availability high.

CVSS metrics in full

The score comes from this vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

  • Attack vector: Network — reachable from anywhere that can route to the service.
  • Attack complexity: Low — the attack works reliably, with no preparation.
  • Privileges required: None — an unauthenticated stranger can try it.
  • User interaction: None — nobody has to be tricked into anything.
  • Scope: Unchanged — the damage stays inside the vulnerable component.
  • Confidentiality impact: None.
  • Integrity impact: None.
  • Availability impact: High — total loss, or loss the attacker controls.

Weakness class

CVE-2025-24970 is classified as CWE-20: Improper Input Validation. The application accepts input without checking that it has the expected form, so malformed values reach code that assumes they are well formed.

Affected software

CVE-2025-24970 is recorded against 4 packages.

  • active-iq-unified-manager
  • io.netty:netty-handler (from 4.1.91.Final up to 4.1.118.Final)
  • netty (from 4.1.91 up to 4.1.118)
  • oncommand-insight

Timeline and source

Published on 10 February 2025 and last revised on 17 June 2026. A public exploit is known to exist, which raises the urgency of patching considerably. A vendor advisory or fix has been published. Record sourced from NVD.

References

github.com
github.com
security.netapp.com
www.vicarius.io
www.vicarius.io
github.com

Other advisories for this package

active-iq-unified-manager has other advisories on record. If you are patching this one, these are worth checking on the same host:

Same weakness in other software

These advisories are the same class of weakness (CWE-20: Improper Input Validation) in other software:

CVE-2025-24970 on other distributions

Each distribution ships its own build and its own fixed version. Pick the one you run:

Details

Severity HIGH
CVSS Score 8.0
CVSS Vector CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
CWE CWE-20
Public Exploit ⚠️ Yes
Source NVD
Published 2025-02-10
Updated 2026-08-20
Modified 2026-06-17

Affected Packages

Software From version Fixed in
active-iq-unified-manager
io.netty:netty-handler 4.1.91.Final 4.1.118.Final
netty 4.1.91 4.1.118
oncommand-insight

Similar Threats

Exploit Protection

Are you running active-iq-unified-manager?

CVE-2025-24970 carries CVSS 8.0 High rating and a public exploit already exists. BotEraser checks your installation against this and other known CVE records, and blocks IPs associated with exploit activity.

Check My Site For CVE-2025-24970 →

No credit card required  ·  Results in minutes

ⓘ Data Notice: The information presented above has been compiled from publicly available internet sources. Boteraser aggregates this data solely for informational purposes and does not independently classify, evaluate, or endorse any findings about the vulnerabilities listed. The accuracy and completeness of this information is the sole responsibility of the original publishers. Boteraser and its operators accept no liability for any decisions made based on this data.

Browse related advisories

All advisoriesCVECVE 2025