| 제목 | GPAC GPAC (MP4Box) gpac f1219cde (master, 2026-07-25) Use After Free |
|---|
| 설명 | Description:
GPAC MP4Box at commit f1219cde contains a heap-use-after-free vulnerability during malformed scene-graph teardown. gf_node_replace unregisters and potentially frees the old node before notifying its parent through gf_node_changed. The subsequent notification accesses scene-graph state containing freed memory, resulting in a read in gf_node_changed_internal.
Reproduction command:
./bin/gcc/MP4Box -add ../pocs/poc_3800 -new /tmp/out.mp4
Expected result:
AddressSanitizer reports a heap-use-after-free READ of size 8 in gf_node_changed_internal at scenegraph/base_scenegraph.c:1892.
Impact:
A crafted scene file can crash MP4Box during cleanup and cause denial of service in media-processing applications handling untrusted input.
PoC:
https://github.com/Ech06/CVE_submit/blob/main/pocs/poc_3800
Issue:
https://github.com/gpac/gpac/issues/3800
Fix:
https://github.com/gpac/gpac/commit/9eb40df4448b88d6a6ce3454657c06f47eff0b24 |
|---|
| 원천 | ⚠️ https://github.com/Ech06/CVE_submit/blob/main/gpac_3800.md |
|---|
| 사용자 | Ech06 (UID 98792) |
|---|
| 제출 | 2026. 08. 03. PM 04:53 (1 월 ago) |
|---|
| 모더레이션 | 2026. 09. 13. AM 06:56 (1 month later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 403220 [GPAC 까지 f1219cde MP4Box base_scenegraph.c gf_node_changed_internal 메모리 손상] |
|---|
| 포인트들 | 20 |
|---|