CVE-2026-71676
Received Received - Intake

Buffer Overflow in Open5GS NAS 5GS Decoder

Vulnerability report for CVE-2026-71676, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-18

Last updated on: 2026-08-18

Assigner: MITRE

Description

Buffer Overflow vulnerability in Open5GS v.2.7.0 allows a remote attacker to cause a denial of service via the NAS 5GS decoder chain, triggered when the message type byte of a NAS PDU is mutated

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-18
Last Modified
2026-08-18
Generated
2026-08-19
AI Q&A
2026-08-18
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
open5gs open5gs 2.7.0
open5gs open5gs to 2.7.2 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-71676 is a heap-based buffer overflow in Open5GS affecting the AMF component. It occurs when a NAS 5GS message type is mutated from 0x57 (Authentication Response) to 0x4e (Service Accept), causing the decoder to misinterpret the payload. This leads to an out-of-bounds read in the `ogs_nas_5gs_decode_gprs_timer_2()` function, as the payload is processed incorrectly.

Detection Guidance

To detect this vulnerability, monitor for crashes or memory corruption errors in Open5GS AMF logs, particularly around NAS 5GS message processing. Use AddressSanitizer (ASAN) during compilation to detect heap buffer overflows. Check for unusual SCTP traffic patterns on the N2 interface, especially malformed NAS PDUs with mutated message types.

Impact Analysis

An attacker with access to the AMF's N2 interface can exploit this by sending a malformed NAS PDU. This could cause a denial of service or potentially allow arbitrary code execution on the affected system, disrupting 5G network operations.

Mitigation Strategies

Immediately upgrade Open5GS to a patched version beyond v2.7.2. If upgrading is not possible, restrict access to the AMF's N2 interface by firewall rules to prevent unauthorized SCTP connections. Monitor AMF logs for crashes or memory errors and apply input validation for NAS PDUs to reject malformed messages.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-71676. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart