Description
A vulnerability was detected in Open5GS 2.8.0. This affects the function pcrf_rx_aar_cb of the file src/pcrf/pcrf-rx-path.c of the component Rx AA-Request Handler. Performing a manipulation results in out-of-bounds read. It is possible to initiate the attack remotely. The patch is named c18dc6938bf63cc7374315d3dca303d92066e746. To fix this issue, it is recommended to deploy a patch.
Published: 2026-08-24
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability originates in the Open5GS Rx AA‑Request handler, where the function pcrf_rx_aar_cb performs an out‑of‑bounds read. A malformed AA‑Request can cause the code to read data beyond the intended buffer, potentially exposing sensitive information stored in memory. While the flaw does not provide remote code execution, it can lead to information disclosure if an attacker can supply the triggering request from outside the network.

Affected Systems

This issue affects the Open5GS open source project, specifically the 2.8.0 release. No other versions were listed as affected in the CVE details; therefore, if you are running a different release, confirm whether the same code path exists, but the patch commit references the 2.8.0 code base.

Risk and Exploitability

The CVSS score of 5.3 indicates a medium severity vulnerability, and the EPSS score is not available while the vulnerability is not listed in the CISA KEV catalog. Attackers can trigger the out‑of‑bounds read remotely by sending a crafted AA‑Request to the Open5GS service, making the threat realistic for exposed deployments. Even though it does not result in code execution, the potential information disclosure warrants timely remediation.

Generated by OpenCVE AI on August 24, 2026 at 01:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the official patch corresponding to commit c18dc6938bf63cc7374315d3dca303d92066e746, which corrects the out‑of‑bounds read in pcrf_rx_aar_cb.
  • Upgrade to a supported Open5GS release that incorporates the patch if a direct patch is not available, ensuring compatibility with existing configuration files.
  • Restrict access to the AA‑Request interface to trusted network segments and monitor traffic for abnormal request patterns to mitigate accidental exploitation.

Generated by OpenCVE AI on August 24, 2026 at 01:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 24 Aug 2026 00:30:00 +0000

Type Values Removed Values Added
Description A vulnerability was detected in Open5GS 2.8.0. This affects the function pcrf_rx_aar_cb of the file src/pcrf/pcrf-rx-path.c of the component Rx AA-Request Handler. Performing a manipulation results in out-of-bounds read. It is possible to initiate the attack remotely. The patch is named c18dc6938bf63cc7374315d3dca303d92066e746. To fix this issue, it is recommended to deploy a patch.
Title Open5GS Rx AA-Request pcrf-rx-path.c pcrf_rx_aar_cb out-of-bounds
First Time appeared Open5gs
Open5gs open5gs
Weaknesses CWE-119
CWE-125
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': 7.4, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:L/E:P/RL:O/RC:C'}

cvssV3_1

{'score': 7.4, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/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:L/SI:L/SA:L/E:P'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-24T00:00:13.451Z

Reserved: 2026-08-23T11:34:36.749Z

Link: CVE-2026-78157

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-24T01:16:56.817

Modified: 2026-08-24T01:16:56.817

Link: CVE-2026-78157

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-24T01:30:04Z

Weaknesses
  • CWE-119

    Improper Restriction of Operations within the Bounds of a Memory Buffer

  • CWE-125

    Out-of-bounds Read