Description
A vulnerability was determined in Open5GS up to 2.7.1. This vulnerability affects the function mme_s6a_subscription_data_from_avp of the file src/mme/mme-fd-path.c of the component Diameter S6a Interface. Executing a manipulation of the argument msisdn_len can lead to heap-based buffer overflow. It is possible to launch the attack remotely. The exploit has been publicly disclosed and may be utilized. Upgrading to version 2.7.2 is able to resolve this issue. This patch is called 7ea82cb87bb65c3694d8d7c7a5efed1c4d3c9304. Upgrading the affected component is recommended.
Published: 2026-08-11
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a heap‑based buffer overflow in the function mme_s6a_subscription_data_from_avp located in src/mme/mme-fd-path.c of the Open5GS Diameter S6a interface. By manipulating the msisdn_len argument, an attacker can overflow a heap buffer, potentially corrupting adjacent memory and leading to loss of data integrity or service disruption. The flaw is noted to be exploitable remotely.

Affected Systems

The flaw exists in Open5GS implementations up to and including version 2.7.1. The vendor recommends upgrading to version 2.7.2, which incorporates the fix identified by commit 7ea82cb87bb65c3694d8d7c7a5efed1c4d3c9304. No other versions are explicitly affected.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate severity, while the EPSS score of less than 1% suggests a low likelihood of exploitation in the wild at this time. The vulnerability is not listed in the CISA KEV catalog. Exploitation does not require special privileges and can be performed remotely, so systems exposed to untrusted networks remain at risk until patched.

Generated by OpenCVE AI on August 12, 2026 at 15:12 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Open5GS deployment to version 2.7.2 or later, which includes the patch for the buffer overflow.
  • Ensure that all network elements enforce proper validation of the msisdn_len field, limiting its value to expected ranges to mitigate potential overflow attempts.
  • Continuously monitor Diameter S6a traffic for abnormal msisdn_len values and audit application logs for signs of exploitation attempts; this will help detect if a fallback or stealth attack is underway.

Generated by OpenCVE AI on August 12, 2026 at 15:12 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Metrics ssvc

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


Tue, 11 Aug 2026 23:30:00 +0000

Type Values Removed Values Added
Description A vulnerability was determined in Open5GS up to 2.7.1. This vulnerability affects the function mme_s6a_subscription_data_from_avp of the file src/mme/mme-fd-path.c of the component Diameter S6a Interface. Executing a manipulation of the argument msisdn_len can lead to heap-based buffer overflow. It is possible to launch the attack remotely. The exploit has been publicly disclosed and may be utilized. Upgrading to version 2.7.2 is able to resolve this issue. This patch is called 7ea82cb87bb65c3694d8d7c7a5efed1c4d3c9304. Upgrading the affected component is recommended.
Title Open5GS Diameter S6a mme-fd-path.c mme_s6a_subscription_data_from_avp heap-based overflow
First Time appeared Open5gs
Open5gs open5gs
Weaknesses CWE-119
CWE-122
CPEs cpe:2.3:a:open5gs:open5gs:*:*:*:*:*:*:*:*
Vendors & Products Open5gs
Open5gs open5gs
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

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

cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-12T12:39:52.439Z

Reserved: 2026-08-09T17:46:19.916Z

Link: CVE-2024-14043

cve-icon Vulnrichment

Updated: 2026-08-12T12:39:49.599Z

cve-icon NVD

Status : Deferred

Published: 2026-08-12T00:17:11.410

Modified: 2026-08-12T20:59:21.023

Link: CVE-2024-14043

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-12T15:30:02Z

Weaknesses
  • CWE-119

    Improper Restriction of Operations within the Bounds of a Memory Buffer

  • CWE-122

    Heap-based Buffer Overflow