Description
A security flaw has been discovered in Open5GS 2.7.7. This affects the function amf_context_final of the file src/amf/context.c of the component AMF. Performing a manipulation results in use after free. The attack is only possible with local access. The exploit has been released to the public and may be used for attacks.
Published: 2026-07-09
Score: 4.8 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Open5GS 2.7.7 is vulnerable due to a use‑after‑free flaw in the amf_context_final function of the AMF component, identified as CWE‑416 and CWE‑119. The defect allows a local attacker who manipulates the AMF context to trigger a free followed by reuse of the same memory, potentially leading to arbitrary code execution or crashing the AMF process. The CVSS score of 4.8 indicates a medium severity that reflects the local scope of the attack, while the presence of a publicly released exploit increases the urgency.

Affected Systems

Vulnerable deployments are those running Open5GS 2.7.7. Earlier releases that ship the same amf_context_final code may also be affected, but the CVE description specifically confirms the issue in version 2.7.7.

Risk and Exploitability

The flaw requires local access to the host running Open5GS; remote attackers cannot directly exploit it. The EPSS score of less than 1% suggests a low probability of exploitation in the wild. The vulnerability is not listed in the CISA KEV catalog. Nonetheless, because an exploit is publicly available, a privileged local actor could compromise the AMF process, which is a critical element of 5G core network operations.

Generated by OpenCVE AI on August 1, 2026 at 14:17 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the latest Open5GS release that incorporates the amf_context_final fix.
  • Restrict local access to the AMF process by enforcing least‑privilege execution, disabling unused services, and applying network segmentation or host‑based firewall rules to limit local user interaction.
  • Enable memory corruption mitigations such as stack canaries, data execution prevention, and address space layout randomization during Open5GS compilation to reduce the likelihood of a successful exploit.

Generated by OpenCVE AI on August 1, 2026 at 14:17 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 09 Jul 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 09 Jul 2026 17:15:00 +0000

Type Values Removed Values Added
Description A security flaw has been discovered in Open5GS 2.7.7. This affects the function amf_context_final of the file src/amf/context.c of the component AMF. Performing a manipulation results in use after free. The attack is only possible with local access. The exploit has been released to the public and may be used for attacks.
Title Open5GS AMF context.c amf_context_final use after free
First Time appeared Open5gs
Open5gs open5gs
Weaknesses CWE-119
CWE-416
CPEs cpe:2.3:a:open5gs:open5gs:*:*:*:*:*:*:*:*
Vendors & Products Open5gs
Open5gs open5gs
References
Metrics cvssV2_0

{'score': 1.7, 'vector': 'AV:L/AC:L/Au:S/C:P/I:N/A:N/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 3.3, 'vector': 'CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 3.3, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 4.8, 'vector': 'CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:P'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-08T09:54:18.268Z

Reserved: 2026-07-09T05:54:06.487Z

Link: CVE-2026-15194

cve-icon Vulnrichment

Updated: 2026-07-09T17:31:36.395Z

cve-icon NVD

Status : Deferred

Published: 2026-07-09T17:16:58.097

Modified: 2026-07-09T19:03:47.433

Link: CVE-2026-15194

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-01T14:30:06Z

Weaknesses
  • CWE-119

    Improper Restriction of Operations within the Bounds of a Memory Buffer

  • CWE-416

    Use After Free