Cyber Resilience

CVE-2024-39750

High

Published: 25 January 2025

Published
25 January 2025
Modified
29 September 2025
KEV Added
Patch
CVSS Score v3.1 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0149 81.4th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-39750 is a high-severity Classic Buffer Overflow (CWE-120) vulnerability in Ibm Analytics Content Hub. Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 18.6% 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-16 (Memory Protection).

Deeper analysis

IBM Analytics Content Hub 2.0 is affected by CVE-2024-39750, a buffer overflow vulnerability caused by improper return length checking. This issue, mapped to CWE-120, carries a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H) and was published on 2025-01-25.

A remote authenticated attacker with low privileges can exploit the vulnerability over the network with low attack complexity and no user interaction. Exploitation enables buffer overflow, allowing arbitrary code execution on the system or a server crash resulting in denial of service.

IBM provides details on the vulnerability, including mitigation guidance, in its security advisory at https://www.ibm.com/support/pages/node/7172787.

EU & UK References

Vulnerability details

IBM Analytics Content Hub 2.0 is vulnerable to a buffer overflow due to improper return length checking. A remote authenticated attacker could overflow a buffer and execute arbitrary code on the system or cause the server to crash.

CWE(s)

Related Threats

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?

Buffer overflow in network-accessible IBM Analytics Content Hub directly enables remote exploitation for arbitrary code execution (RCE) or DoS by an authenticated attacker.

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

CVEs Like This One

CVE-2024-38327Same product: Ibm Analytics Content Hub
CVE-2024-39752Same product: Ibm Analytics Content Hub
CVE-2023-49886Same vendor: Ibm
CVE-2026-9170Same vendor: Ibm
CVE-2026-8175Same vendor: Ibm
CVE-2026-7876Same vendor: Ibm
CVE-2024-22348Same vendor: Ibm
CVE-2024-41787Same vendor: Ibm
CVE-2025-36365Same vendor: Ibm
CVE-2026-9311Same vendor: Ibm

Affected Assets

ibm
analytics content hub
2.0 — 2.3

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates the buffer overflow vulnerability by identifying, prioritizing, and applying patches or fixes as provided in the IBM security advisory.

prevent

Prevents buffer overflows by enforcing validation of input lengths and bounds at entry points, addressing the improper return length checking root cause.

prevent

Mitigates exploitation of the buffer overflow for arbitrary code execution through memory safeguards like non-executable stacks and address randomization.

References