CVE-2024-24450
Published: 15 November 2024
Summary
CVE-2024-24450 is a medium-severity Classic Buffer Overflow (CWE-120) vulnerability in Cellularsecurity (inferred from references). Its CVSS base score is 5.3 (Medium).
Operationally, ranked in the top 6.4% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
Deeper analysis
CVE-2024-24450 is a stack-based buffer overflow (CWE-120) caused by unsafe memcpy handling inside the ngap_handle_pdu_session_resource_setup_response function of OpenAirInterface CN5G AMF versions up to and including 2.0.0. The flaw is triggered when the AMF processes an NGAP PDU Session Resource Setup Response message containing an oversized FailedToSetupList information element.
An attacker who already possesses access to the N2 interface can send a crafted response message that overflows the stack buffer. Successful exploitation results in denial of service against the AMF and may permit remote code execution; the CVSS 5.3 score reflects the required low-privileged network position and high attack complexity.
The two referenced resources point to the OpenAirInterface project site and a cellular-security research page but contain no published patches, configuration work-arounds, or official mitigation guidance. The associated EPSS score has remained flat at 0.1104 with no material post-disclosure increase.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-21869
Vulnerability details
Stack-based memcpy buffer overflow in the ngap_handle_pdu_session_resource_setup_response routine in OpenAirInterface CN5G AMF <= 2.0.0 allows a remote attacker with access to the N2 interface to carry out denial of service against the AMF and potentially execute code by sending a…
more
PDU Session Resource Setup Response with a suffciently large FailedToSetupList IE.
- CWE(s)
Related Threats
No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.
Affected Assets
Mitigating Controls
Likely Mitigating Controls AI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Platform-independent managed code eliminates the need for unchecked native buffer copies that are the root cause of classic buffer overflows.