CVE-2026-7135
Received
Received - Intake
Out-of-Bounds Read in GPAC MP4Box elng_box_read Function
Publication date: 2026-04-27
Last updated on: 2026-04-29
Assigner: VulDB
Description
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.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| gpac | mp4box | to 26.03-DEV-rev105-g8f39a1eb3-master (inc) |
| gpac | gpac | to 26.03-DEV-rev105-g8f39a1eb3-master (inc) |
| gpac | gpac | to 26.03-DEV-rev105-g8f39a1eb3-master (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-119 | The product performs operations on a memory buffer, but it reads from or writes to a memory location outside the buffer's intended boundary. This may result in read or write operations on unexpected memory locations that could be linked to other variables, data structures, or internal program data. |
| CWE-125 | The product reads data past the end, or before the beginning, of the intended buffer. |