Description
An issue in Open5GS v.2.7.0 allows a remote attacker to cause a denial of service via the ngap_send_to_nas() function in src/amf/ngap-path.c
Published: 2026-08-18
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Open5GS exposes a vulnerability in the ngap_send_to_nas() function that, when a specially crafted NGAP message is received, can cause the AMF process to crash. The resulting crash terminates the AMF service, leading to a denial of service that disrupts all cellular connections managed by the affected instance. This flaw involves a resource exhaustion issue (CWE‑401). The description does not specify whether the attacker must be authenticated or possess elevated privileges; thus, any entity able to send a valid NGAP message to the AMF could potentially trigger the crash.

Affected Systems

Open5GS version 2.7.0 is the only release explicitly identified as vulnerable. No other releases are mentioned. The vulnerability exists in the ngap_send_to_nas() implementation in src/amf/ngap-path.c.

Risk and Exploitability

The CVSS score of 7.5 indicates a high severity impact. The EPSS score is reported as less than 1%, indicating a very low probability of exploitation under current conditions, and the vulnerability is not listed in the CISA KEV catalog. The likely attack vector is a remote attacker sending a malicious NGAP message to an AMF endpoint that is reachable over the network; authentication requirements are unknown based on the available information. While the low EPSS suggests current exploitation risk is low, the high impact of a service outage warrants prompt mitigation, especially for critical infrastructure or emergency communications.

Generated by OpenCVE AI on August 21, 2026 at 22:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Open5GS to a version that contains the fix for the ngap_send_to_nas() issue (for example, any release newer than 2.7.0 that addresses this function).
  • If a patch is not yet available, reduce exposure by allowing NGAP traffic only from trusted administrative networks using firewall rules or ACLs to block unauthenticated or external traffic.
  • Configure a watchdog or automatic restart mechanism so that the AMF service can recover quickly from crashes, and monitor logs to detect repeated failures for rapid response.

Generated by OpenCVE AI on August 21, 2026 at 22:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 21 Aug 2026 22:45:00 +0000

Type Values Removed Values Added
Title Remote Denial of Service via ngap_send_to_nas in Open5GS 2.7.0

Fri, 21 Aug 2026 21:45:00 +0000

Type Values Removed Values Added
First Time appeared Open5gs
Open5gs open5gs
Vendors & Products Open5gs
Open5gs open5gs

Fri, 21 Aug 2026 20:45:00 +0000

Type Values Removed Values Added
Title Remote Denial of Service via ngap_send_to_nas() in Open5GS 2.7.0
Weaknesses CWE-120
CWE-674

Wed, 19 Aug 2026 13:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}


Tue, 18 Aug 2026 22:15:00 +0000

Type Values Removed Values Added
Title Remote Denial of Service via ngap_send_to_nas() in Open5GS 2.7.0
Weaknesses CWE-120
CWE-674

Tue, 18 Aug 2026 20:15:00 +0000

Type Values Removed Values Added
Description An issue in Open5GS v.2.7.0 allows a remote attacker to cause a denial of service via the ngap_send_to_nas() function in src/amf/ngap-path.c
References

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-08-19T12:14:38.444Z

Reserved: 2026-08-07T00:00:00.000Z

Link: CVE-2026-71675

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Deferred

Published: 2026-08-18T20:17:24.790

Modified: 2026-08-31T20:12:02.273

Link: CVE-2026-71675

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T22:30:17Z

Weaknesses
  • CWE-401

    Missing Release of Memory after Effective Lifetime