A Segmentation fault casued by heap use after free vulnerability exists in Gpac through 1.0.1 via the mpgviddmx_process function in reframe_mpgvid.c when using mp4box, which causes a denial of service.
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.
Link | Tags |
---|---|
https://github.com/gpac/gpac/issues/1887 | third party advisory |
https://github.com/gpac/gpac/commit/96047e0e6166407c40cc19f4e94fb35cd7624391 | third party advisory patch |
https://www.debian.org/security/2023/dsa-5411 | vendor advisory |