VYPR
Unrated severityOSV Advisory· Published Jun 29, 2018· Updated Aug 5, 2024

CVE-2018-13011

CVE-2018-13011

Description

An issue was discovered in gpmf-parser 1.1.2. There is a heap-based buffer over-read in GPMF_parser.c in the function GPMF_Validate.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

A heap-based buffer over-read in gpmf-parser 1.1.2's GPMF_Validate function allows denial of service via crafted input.

Vulnerability

A heap-based buffer over-read vulnerability exists in gpmf-parser version 1.1.2 within the GPMF_Validate function in GPMF_parser.c at line 129. The issue occurs when the function reads 4 bytes beyond the allocated heap buffer, as demonstrated by an AddressSanitizer report [1]. The buffer is allocated via realloc in GetGPMFPayload in GPMF_mp4reader.c [1].

Exploitation

An attacker can trigger the vulnerability by providing a specially crafted input file that causes GPMF_Validate to read past the end of the allocated heap region. No authentication or special privileges are required; the attack is achieved by processing the malicious file through the gpmf-parser library [1].

Impact

Successful exploitation results in a heap-based buffer over-read, which can cause a crash (denial of service) due to reading invalid memory. The impact is limited to availability; there is no indication of information disclosure or code execution from the available references [1].

Mitigation

As of the publication date (2018-06-29), no fix has been released for gpmf-parser 1.1.2. The issue remains open in the project's issue tracker [1]. Users should monitor the repository for updates or consider avoiding processing untrusted input with this version until a patch is available.

AI Insight generated on May 26, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

2
  • Gopro/Gpmf ParserOSV2 versions
    v1.0, v1.01, v1.1, …+ 1 more
    • (no CPE)range: v1.0, v1.01, v1.1, …
    • (no CPE)range: =1.1.2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

1

News mentions

0

No linked articles in our index yet.