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: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An error in the ngap_send_to_nas() function of Open5GS allows a remote attacker to trigger a crash of the AMF component, causing a denial of service. The flaw is exercised by sending a specially crafted NGAP message that is improperly handled during the conversion to NAS protocol. Authentication or elevated privileges are not required, so unauthenticated traffic can exploit the weakness. The result is a service outage that interrupts cellular connectivity for all users served by the affected AMF instance.

Affected Systems

Open5GS version 2.7.0 contains the vulnerable ngap_send_to_nas() implementation. No other Open5GS releases are listed as affected in the advisory. Systems running earlier or later major releases (e.g., 2.6.x or 2.8.x) are not reported to be impacted.

Risk and Exploitability

The advisory does not provide a CVSS score, and the EPSS score is unavailable. The vulnerability is not listed in the CISA KEV catalog, indicating no known active exploitation at the time of this analysis. Nevertheless, the defect can be tapped by unauthenticated remote traffic, so any publicly reachable AMF is exposed to potential service disruption. Operators should treat this vulnerability as a serious risk, particularly for critical or emergency services.

Generated by OpenCVE AI on August 18, 2026 at 21:54 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Open5GS release that removes the ngap_send_to_nas() flaw (for example, version 2.8.x or later).
  • If a patch is not yet available, limit exposure by restricting the NGAP interface to trusted networks only, using firewall rules or ACLs to block unauthenticated traffic.
  • Configure system resource limits and enable automatic restarts or watchdog timers so that the AMF service can recover quickly from crashes, and monitor logs for repeated failures.

Generated by OpenCVE AI on August 18, 2026 at 21:54 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-08-18T20:01:38.753Z

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

Link: CVE-2026-71675

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-71675

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T22:00:14Z

Weaknesses
  • CWE-120

    Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')

  • CWE-674

    Uncontrolled Recursion