Files
ffmpeg/libavformat
Ted Meyer 1f217b4b7d avformat/mov: do not allocate out-of-range buffers
There's a possibility here with a well-crafted MP4 file containing only
the nested boxes in order: MOOV.TRAK.MDIA.MINF.STBL.SDTP where the
header size uses the 64 bit large size, and the ending stdp box has some
size value >= 0x100000014.

On a 32 bit build of ffmpeg, av_malloc's size parameter drops the high
order bits of `entries`, and and the allocation is now a controlled size
that is significantly smaller than `entries`. The following loop will
then write off the ended of allocated memory with data that follows the
box fourcc.

(cherry picked from commit 86f53f9ffb)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2026-03-15 00:49:56 +01:00
..
2025-09-08 20:59:31 +00:00
2026-02-19 17:18:11 +01:00
2026-03-03 01:04:37 +01:00
2026-02-25 02:55:43 +00:00
2026-02-25 02:55:43 +00:00
2026-02-18 08:20:10 +00:00
2026-02-23 20:20:20 +01:00
2025-11-09 13:44:18 +01:00
2025-10-25 19:22:48 +00:00
2026-02-09 14:01:14 +00:00
2026-02-23 20:20:20 +01:00
2026-02-08 02:25:14 +01:00
2025-09-19 09:59:26 +02:00
2026-03-08 02:29:20 +01:00
2026-02-25 02:55:43 +00:00