CVE-2024-24443: An uninitialized pointer dereference in the ngap_handle_pdu_session_resource_setup_response routine of Open...
An uninitialized pointer dereference in the ngap_handle_pdu_session_resource_setup_response routine of OpenAirInterface CN5G AMF (oai-cn5g-amf) up to v2.0.0 allows attackers to cause a Denial of Service (DoS) via a crafted PDU Session Resource Setup Response.
Security readout for executives and security teams
Plain-English summary
CVE-2024-24443 can crash the OpenAirInterface 5G core AMF component, disrupting availability. The issue is triggered by a crafted 5G signaling response. Sources identify affected oai-cn5g-amf versions up to v2.0.0. No public source in the bundle confirms active exploitation or a specific patch.
Executive priority
Treat as a service-availability risk for affected 5G core environments. Prioritize validation if OpenAirInterface supports production, demos, or critical private 5G services. Urgency is lower where OAI is not deployed.
Technical view
The flaw is described as an uninitialized pointer dereference in ngap_handle_pdu_session_resource_setup_response in OpenAirInterface CN5G AMF. A crafted PDU Session Resource Setup Response can cause denial of service. CVSS is 6.5, AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H, with CWE-476 listed.
Likely exposure
Exposure is likely limited to organizations running OpenAirInterface CN5G AMF up to v2.0.0 in lab, research, private 5G, or telecom environments. Internet exposure is not established by the provided sources.
Exploitation context
The CVE record indicates network attack vector and low complexity, but user interaction is listed in CVSS. The bundle does not show CISA KEV listing, confirmed exploitation, public exploit availability, or real-world incidents.
Researcher notes
Source detail is sparse. The CVE names the vulnerable routine and message type but does not provide remediation details. The affected product table is incomplete, while the description names oai-cn5g-amf up to v2.0.0.
Mitigation direction
Identify any deployments of OpenAirInterface CN5G AMF.
Confirm whether oai-cn5g-amf is version v2.0.0 or earlier.
Check OpenAirInterface and CVE references for vendor remediation guidance.
Restrict access to AMF signaling interfaces to trusted network segments.
Increase monitoring for AMF crashes or unexpected restarts.
Validation and detection
Review AMF package, container, or source version metadata.
Check deployment inventories for oai-cn5g-amf.
Review logs for crashes around PDU session setup handling.
Confirm whether vendor guidance or fixed releases are available.
Document compensating network controls around AMF interfaces.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-476: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-476 · source CWE mapping
NULL Pointer Dereference
NULL Pointer Dereference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.