LiveActive security incident?Get immediate response
CVE Record

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.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

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.
Prepared
Confidence
medium
Sources
3

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2024-24443 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
6.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

1CVSS vectors
3Timeline events
1ADP providers
2Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

CVSS vector scores

1 official score

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.

ScoreVersionSeverityVectorExploitImpactSource
6.5CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H2.83.6CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

6.5Medium
CVSS 3.1 vector shape for CVE-2024-24443Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
cvssV3_1other:ssvc

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
Weakness

CWE details

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.