Description
A security flaw has been discovered in GPAC up to 26.03-DEV-rev105-g8f39a1eb3-master. Affected by this vulnerability is the function elng_box_read of the file src/isomedia/box_code_base.c of the component MP4Box. Performing a manipulation of the argument elng results in out-of-bounds read. The attack needs to be approached locally. The exploit has been released to the public and may be used for attacks. The patch is named cf6ac48c972eaaee2af270adc3f36615325deb3e. The affected component should be upgraded.
Published: 2026-04-27
Score: 4.8 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Out-of-bounds read that may expose memory data
Action: Apply Patch
AI Analysis

Impact

The flaw resides in the elng_box_read routine of GPAC’s MP4Box component. Manipulating the elng argument triggers an out-of-bounds read. The bug stems from improper bounds checking (CWE-119 and CWE-125) and can lead to reading bytes beyond the intended buffer. Based on the nature of an out-of-bounds read, it is inferred that an attacker could potentially gain access to nearby memory contents, which may include sensitive information.

Affected Systems

The vulnerability affects all GPAC releases up to and including 26.03‑DEV‑rev105‑g8f39a1eb3‑master, as these contain the unpatched elng_box_read implementation. The vendor is GPAC and the product is its GPAC multimedia framework, specifically the MP4Box utility. The fix is delivered in the commit cf6ac48c972eaaee2af270adc3f36615325deb3e, which is incorporated in the abi‑16.8 release and later.

Risk and Exploitability

The CVSS score is 4.8, indicating medium severity. The exploit is publicly available but requires local execution; no EPSS score is available and the vulnerability is not listed in CISA’s KEV catalog. If an attacker can run code locally, they can trigger the out-of-bounds read and, based on the bug’s characteristics, infer that sensitive memory contents might be leaked, although remote exploitation is not possible.

Generated by OpenCVE AI on April 28, 2026 at 13:00 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade GPAC to release abi‑16.8 or later, which includes the cf6ac48c972eaaee2af270adc3f36615325deb3e patch
  • If upgrading immediately is not feasible, apply the patch commit cf6ac48c972eaaee2af270adc3f36615325deb3e to the source tree and rebuild MP4Box
  • Limit local execution of the MP4Box binary to trusted users only, to reduce the risk of an attacker triggering the vulnerability

Generated by OpenCVE AI on April 28, 2026 at 13:00 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 27 Apr 2026 18:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Mon, 27 Apr 2026 15:30:00 +0000

Type Values Removed Values Added
Description A security flaw has been discovered in GPAC up to 26.03-DEV-rev105-g8f39a1eb3-master. Affected by this vulnerability is the function elng_box_read of the file src/isomedia/box_code_base.c of the component MP4Box. Performing a manipulation of the argument elng results in out-of-bounds read. The attack needs to be approached locally. The exploit has been released to the public and may be used for attacks. The patch is named cf6ac48c972eaaee2af270adc3f36615325deb3e. The affected component should be upgraded.
Title GPAC MP4Box box_code_base.c elng_box_read out-of-bounds
First Time appeared Gpac
Gpac gpac
Weaknesses CWE-119
CWE-125
CPEs cpe:2.3:a:gpac:gpac:*:*:*:*:*:*:*:*
Vendors & Products Gpac
Gpac gpac
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

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

cvssV4_0

{'score': 4.8, 'vector': 'CVSS:4.0/AV:L/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-04-27T17:42:10.656Z

Reserved: 2026-04-26T19:24:39.458Z

Link: CVE-2026-7135

cve-icon Vulnrichment

Updated: 2026-04-27T17:42:06.463Z

cve-icon NVD

Status : Deferred

Published: 2026-04-27T16:16:46.730

Modified: 2026-04-29T01:00:01.613

Link: CVE-2026-7135

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-28T13:15:31Z

Weaknesses
  • CWE-119

    Improper Restriction of Operations within the Bounds of a Memory Buffer

  • CWE-125

    Out-of-bounds Read