Cyber Resilience

CVE-2024-6063

Memory Safety in Gpac 2.5-dev-rev288-g11067ea92-master

Public PoCMemory Safety
Published
17 June 2024
Modified
21 November 2024
Patch / advisory
CVSS Score v4 4.8
Click a component to see what it means
Raw vectorCVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0033 25th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2024-6063 is a medium-severity NULL Pointer Dereference (CWE-476) vulnerability in Gpac Gpac. Its CVSS base score is 4.8 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Application or System Exploitation (T1499.004); ranked at the 25th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

A vulnerability was found in GPAC 2.5-DEV-rev228-g11067ea92-master. It has been classified as problematic. This affects the function m2tsdmx_on_event of the file src/filters/dmx_m2ts.c of the component MP4Box. The manipulation leads to null pointer dereference. An attack has to be approached locally.…

more

The exploit has been disclosed to the public and may be used. The patch is named 8767ed0a77c4b02287db3723e92c2169f67c85d5. It is recommended to apply a patch to fix this issue. The associated identifier of this vulnerability is VDB-268791.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
Why these techniques?

Null pointer dereference in GPAC MP4Box demuxer triggered by malformed MPEG-2 TS file causes application crash, enabling endpoint DoS via application exploitation.

CVEs Like This One

CVE-2025-60473Same product: Gpac Gpac
CVE-2024-6062Same product: Gpac Gpac
CVE-2026-1417Same product: Gpac Gpac
CVE-2026-1415Same product: Gpac Gpac
CVE-2025-7797Same product: Gpac Gpac
CVE-2023-46427Same product: Gpac Gpac
CVE-2024-24265Same product: Gpac Gpac
CVE-2025-55651Same product: Gpac Gpac
CVE-2025-70307Same product: Gpac Gpac
CVE-2023-5586Same product: Gpac Gpac

Affected Assets

gpac
gpac
2.5-dev-rev288-g11067ea92-master

Mitigating Controls

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices (static analysis, code review, safe coding standards) directly prevent NULL dereference bugs during development.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

detects

Security testing can detect NULL dereference defects before release.

prevents

Secure SDLC mandates defensive coding practices that can prevent NULL dereferences.

prevents

Application security requirements can specify input validation and pointer-safety rules.

prevents

Secure architecture principles encourage defensive design that avoids unsafe pointer use.

prevents

Secure coding standards directly require NULL-pointer checks and safe dereference patterns.

References