Cyber Posture

CVE-2024-52577

CriticalRCE

Published: 14 February 2025

Published
14 February 2025
Modified
14 July 2025
KEV Added
Patch
CVSS Score 9.0 CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H
EPSS Score 0.0258 85.7th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-52577 is a critical-severity Deserialization of Untrusted Data (CWE-502) vulnerability in Apache Ignite. Its CVSS base score is 9.0 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 14.3% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190). What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Timely remediation of flaws through patching or upgrading Apache Ignite to version 2.17.0 or later directly eliminates the deserialization vulnerability exploited by crafted malicious messages.

prevent

Validating all incoming Ignite messages as external untrusted inputs prevents deserialization of malicious objects whose classes are present in the server classpath.

prevent

Monitoring and controlling communications at external boundaries can filter or block crafted Ignite messages targeting vulnerable endpoints from reaching the server.

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Remote unauthenticated deserialization RCE against publicly accessible Ignite endpoints directly matches exploitation of public-facing applications.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

In Apache Ignite versions from 2.6.0 and before 2.17.0, configured Class Serialization Filters are ignored for some Ignite endpoints. The vulnerability could be exploited if an attacker manually crafts an Ignite message containing a vulnerable object whose class is present…

more

in the Ignite server classpath and sends it to Ignite server endpoints. Deserialization of such a message by the Ignite server may result in the execution of arbitrary code on the Apache Ignite server side.

Deeper analysisAI

CVE-2024-52577 is a critical deserialization vulnerability (CWE-502) in Apache Ignite versions from 2.6.0 and before 2.17.0. It occurs because configured Class Serialization Filters are ignored for some Ignite endpoints, enabling the server to process untrusted serialized data without restrictions. This flaw allows deserialization of malicious objects whose classes are present in the Ignite server classpath, potentially leading to arbitrary code execution on the server side.

A remote, unauthenticated attacker can exploit this vulnerability by manually crafting an Ignite message containing a suitable deserialization gadget and sending it to affected Ignite server endpoints. Upon receipt and deserialization by the server, the gadget can trigger arbitrary code execution with the privileges of the Ignite process. The CVSS v3.1 base score of 9.0 (AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H) reflects network accessibility, high attack complexity, changed scope, and high impact across confidentiality, integrity, and availability.

Advisories from the Apache mailing list (https://lists.apache.org/thread/1bst0n27m9kb3b6f6hvlghn182vqb2hh) and OSS-Security (http://www.openwall.com/lists/oss-security/2025/02/14/2) published on 2025-02-14 detail the issue and confirm it is addressed in Apache Ignite 2.17.0, where serialization filters are properly enforced on the affected endpoints. Security practitioners should prioritize upgrading to version 2.17.0 or later to mitigate the risk.

Details

CWE(s)

Affected Products

apache
ignite
2.6.0 — 2.17.0

CVEs Like This One

CVE-2025-61622Same vendor: Apache
CVE-2026-41635Same vendor: Apache
CVE-2024-54676Same vendor: Apache
CVE-2026-40473Same vendor: Apache
CVE-2026-42779Same vendor: Apache
CVE-2025-53606Same vendor: Apache
CVE-2026-25747Same vendor: Apache
CVE-2026-40860Same vendor: Apache
CVE-2024-56180Same vendor: Apache
CVE-2026-41409Same vendor: Apache

References