Michael Niedermayer
a4f01dfad9
avcodec/tiff: Restrict tag order based on specification
...
"The entries in an IFD must be sorted in ascending order by Tag. Note that this is
not the order in which the fields are described in this document."
This way various dimensions, sample and bit sizes cannot be changed at
arbitrary times which reduces the potential for bugs.
The tag reading code also on various places assumes that numerically previous
tags have already been parsed, so this needs to be enforced one way or another.
If this commit causes problems with real world files which are not easy to fix
then some other form of checks are needed to ensure the various dependencies
in the tag reading are not violated.
Fixes: out of array access
Fixes: 24825/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_TIFF_fuzzer-6326925027704832
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit ad29f9e47cb848e11ee1d358d2bae15cd35ef04b)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2021-09-09 13:37:20 +02:00
..
2019-01-21 07:53:26 +01:00
2019-01-21 07:53:26 +01:00
2019-01-21 07:53:26 +01:00
2020-07-03 12:10:23 +02:00
2020-01-06 11:30:43 +01:00
2019-06-27 17:50:47 +02:00
2020-01-06 11:30:43 +01:00
2020-01-06 11:30:43 +01:00
2018-09-09 12:01:07 +02:00
2020-01-06 11:30:43 +01:00
2019-06-27 17:50:47 +02:00
2020-07-03 12:10:24 +02:00
2018-09-22 00:12:27 +02:00
2020-07-01 22:25:21 +02:00
2018-09-22 00:12:27 +02:00
2018-09-22 00:12:27 +02:00
2020-07-03 12:10:24 +02:00
2020-07-01 23:03:43 +02:00
2019-03-14 00:24:44 +01:00
2021-09-09 13:37:20 +02:00
2020-07-03 12:10:24 +02:00
2020-01-06 11:30:43 +01:00
2018-10-26 13:39:25 +02:00
2020-01-06 11:30:43 +01:00
2019-11-19 19:49:09 -03:00
2020-01-06 11:30:42 +01:00
2021-09-09 13:37:20 +02:00
2020-01-06 11:30:43 +01:00
2020-01-06 11:30:42 +01:00
2020-01-06 11:30:44 +01:00
2020-01-06 11:30:44 +01:00
2020-01-06 15:03:15 +01:00
2020-07-03 12:10:24 +02:00
2018-10-06 12:51:46 +01:00
2018-10-15 01:19:45 +02:00
2020-01-06 12:10:44 -03:00
2018-09-26 23:27:53 +01:00
2019-01-21 07:53:26 +01:00
2020-07-03 12:10:23 +02:00
2018-10-12 09:48:07 -07:00
2019-03-14 00:24:44 +01:00
2020-01-06 11:30:42 +01:00
2020-01-06 11:30:42 +01:00
2019-06-27 17:50:47 +02:00
2020-07-03 12:10:24 +02:00
2019-06-27 17:50:47 +02:00
2019-06-27 17:50:47 +02:00
2018-09-26 23:41:34 +01:00
2020-07-01 16:59:01 +02:00
2019-03-31 23:30:09 +02:00
2020-01-06 11:30:42 +01:00
2019-09-23 10:11:02 -03:00
2018-09-19 18:33:59 +02:00
2020-01-06 11:30:42 +01:00
2020-07-01 23:18:20 +02:00
2020-07-03 12:10:23 +02:00
2020-07-03 12:10:23 +02:00
2020-01-06 11:56:04 -03:00
2020-07-03 12:10:24 +02:00
2019-07-21 01:04:23 -03:00
2020-07-03 12:10:24 +02:00
2020-07-03 12:10:23 +02:00
2019-07-21 01:04:10 -03:00
2020-07-03 12:10:24 +02:00
2021-09-09 13:37:20 +02:00
2018-09-23 14:42:34 +01:00
2019-07-21 01:05:39 -03:00
2019-07-21 01:05:39 -03:00
2019-07-21 01:05:39 -03:00
2018-10-30 20:55:44 -03:00
2020-01-06 15:03:15 +01:00
2018-10-30 20:55:44 -03:00
2019-07-21 01:04:10 -03:00
2019-06-27 17:50:47 +02:00
2019-03-14 16:54:10 +01:00
2020-07-02 00:27:48 +02:00
2020-01-06 11:30:42 +01:00
2020-01-06 11:30:44 +01:00
2018-10-26 13:39:25 +02:00
2020-01-06 15:03:15 +01:00
2019-06-27 17:50:47 +02:00
2018-09-08 20:09:27 +02:00
2020-10-01 22:09:25 +02:00
2020-07-03 12:10:23 +02:00
2020-01-06 11:30:42 +01:00
2018-10-30 13:16:47 +08:00
2019-03-21 09:01:42 +01:00
2020-01-06 11:30:42 +01:00
2020-01-06 11:30:42 +01:00
2020-01-06 11:30:42 +01:00
2018-09-10 23:15:42 +02:00
2018-09-10 23:15:42 +02:00
2018-09-06 13:47:48 +02:00
2020-07-01 22:29:36 +02:00
2020-07-03 12:10:24 +02:00
2020-07-03 12:10:24 +02:00
2018-09-08 20:14:58 +02:00
2020-07-03 12:10:24 +02:00
2020-01-06 11:30:42 +01:00
2018-09-19 23:16:00 +02:00
2020-01-06 11:30:43 +01:00
2018-09-22 00:12:27 +02:00
2020-01-06 11:30:42 +01:00
2020-01-06 11:30:42 +01:00
2019-03-14 00:24:44 +01:00
2020-07-01 22:28:15 +02:00
2018-10-12 00:53:14 +02:00
2020-01-06 11:30:44 +01:00
2020-07-03 12:10:24 +02:00
2019-01-31 17:23:01 +01:00
2019-06-27 17:50:47 +02:00
2020-01-06 15:03:15 +01:00
2020-07-03 12:10:24 +02:00
2020-07-03 12:10:24 +02:00
2018-09-08 20:29:34 +02:00
2020-01-06 11:30:42 +01:00
2019-06-27 17:50:47 +02:00
2020-07-03 12:10:24 +02:00
2020-01-06 11:30:43 +01:00
2020-01-06 11:30:43 +01:00
2020-01-06 11:30:44 +01:00
2020-07-03 12:10:24 +02:00
2020-01-06 11:30:43 +01:00
2018-09-09 11:35:14 +02:00
2019-07-08 11:52:09 +02:00
2019-08-04 16:21:11 +02:00
2018-10-18 02:28:54 +02:00
2019-03-14 00:24:44 +01:00
2018-09-24 23:08:45 +01:00
2018-09-23 14:42:34 +01:00
2018-09-24 23:09:32 +01:00
2019-06-27 17:50:47 +02:00
2020-07-02 00:20:34 +02:00
2020-01-06 11:30:42 +01:00
2018-10-23 15:46:30 +01:00
2018-10-23 15:46:30 +01:00
2021-08-11 12:01:14 -03:00
2020-07-03 12:10:24 +02:00
2018-09-24 23:09:45 +01:00
2018-09-23 14:42:34 +01:00
2020-07-03 12:10:24 +02:00
2020-01-06 11:30:43 +01:00
2020-07-03 17:11:15 +02:00
2018-09-30 20:08:21 +02:00
2019-06-30 18:50:38 +02:00
2019-06-30 18:50:22 +02:00
2020-01-06 11:30:42 +01:00
2020-01-06 11:30:43 +01:00
2018-11-10 14:38:25 -03:00
2020-01-06 11:30:42 +01:00
2020-07-03 12:10:24 +02:00
2020-01-06 11:30:43 +01:00
2020-07-03 12:10:24 +02:00
2020-01-06 11:30:42 +01:00
2020-01-06 11:30:42 +01:00
2020-07-03 12:10:24 +02:00
2018-09-23 15:25:50 +02:00
2019-07-08 11:52:25 +02:00
2019-01-21 07:53:25 +01:00
2020-01-06 11:30:42 +01:00
2020-01-06 11:30:44 +01:00
2019-06-27 17:50:47 +02:00
2020-07-03 12:10:24 +02:00
2020-07-01 22:30:16 +02:00
2020-07-03 12:10:24 +02:00
2019-06-27 17:50:47 +02:00
2018-10-23 00:51:55 +02:00
2020-07-01 22:30:42 +02:00
2019-06-27 17:50:47 +02:00
2020-07-03 12:10:23 +02:00
2018-10-04 15:44:15 -03:00
2019-06-17 18:50:05 -03:00
2018-10-28 15:10:47 +08:00
2018-09-13 23:16:18 -03:00
2018-09-13 23:16:18 -03:00
2020-05-23 20:34:51 +02:00
2018-09-11 13:57:23 -03:00
2020-05-23 20:34:51 +02:00
2020-01-06 11:30:43 +01:00
2018-10-29 23:07:35 -07:00
2020-05-23 20:34:51 +02:00
2018-10-24 23:18:37 +02:00
2018-10-28 15:16:04 +08:00
2018-09-30 01:10:23 +02:00
2021-09-09 13:37:20 +02:00
2020-07-03 12:10:24 +02:00
2020-01-06 11:30:43 +01:00
2020-07-03 12:10:24 +02:00
2019-06-29 20:43:54 +02:00
2020-07-03 12:10:23 +02:00
2018-10-26 13:39:25 +02:00
2018-10-11 20:51:14 -07:00
2018-10-11 20:51:14 -07:00
2018-10-11 20:51:14 -07:00
2019-01-21 07:53:26 +01:00
2019-06-27 17:50:47 +02:00
2019-03-14 00:24:44 +01:00
2020-07-03 12:10:23 +02:00
2020-07-03 12:10:23 +02:00
2020-01-06 11:30:43 +01:00
2019-06-24 23:55:17 -03:00
2020-01-06 15:03:15 +01:00
2020-01-06 11:30:42 +01:00
2019-09-27 22:25:13 -03:00
2020-07-03 12:10:24 +02:00
2020-07-03 12:10:24 +02:00
2020-07-03 12:10:24 +02:00
2018-11-19 23:29:30 +01:00
2018-11-04 20:26:49 +01:00
2020-07-03 12:10:23 +02:00
2019-03-31 23:30:09 +02:00
2018-09-08 20:55:59 +02:00
2019-01-21 07:53:26 +01:00
2018-10-24 23:15:24 +02:00
2020-01-06 11:30:42 +01:00
2020-01-06 11:30:42 +01:00
2020-01-06 11:30:42 +01:00
2019-06-27 17:50:47 +02:00
2020-01-06 11:30:42 +01:00
2020-01-06 11:30:42 +01:00
2019-01-21 07:53:26 +01:00
2020-01-06 11:30:44 +01:00
2020-07-03 12:10:24 +02:00
2018-11-03 15:50:25 -07:00
2019-11-17 01:47:49 +01:00
2018-09-08 21:01:28 +02:00
2020-01-06 11:30:42 +01:00
2018-10-03 20:48:49 -03:00
2018-10-26 13:39:25 +02:00
2018-10-26 13:39:25 +02:00
2020-07-03 12:10:23 +02:00
2018-09-19 23:08:20 +02:00
2020-01-06 15:03:15 +01:00
2020-07-03 12:10:24 +02:00
2020-07-03 12:10:24 +02:00
2018-09-12 00:52:01 +02:00
2020-01-06 15:03:15 +01:00
2021-09-09 13:37:20 +02:00
2020-07-01 23:01:29 +02:00
2019-03-14 00:24:44 +01:00
2019-01-21 07:53:26 +01:00
2020-01-06 11:30:43 +01:00
2020-07-03 12:10:23 +02:00
2020-01-06 11:30:43 +01:00
2020-01-06 11:30:43 +01:00
2019-03-14 00:24:44 +01:00
2018-09-11 13:42:09 -03:00
2018-09-14 21:36:21 +02:00
2018-10-23 19:52:47 +08:00
2018-09-18 13:28:05 -03:00
2018-10-18 02:28:54 +02:00
2020-07-01 23:04:12 +02:00
2020-07-03 12:10:24 +02:00
2019-01-31 17:29:05 +01:00
2020-07-03 12:10:23 +02:00
2020-01-06 11:30:42 +01:00
2019-01-21 07:53:26 +01:00
2019-04-01 10:32:08 +02:00
2019-07-08 11:51:09 +02:00
2020-07-03 12:10:24 +02:00
2020-01-06 11:30:42 +01:00
2020-01-06 11:30:44 +01:00
2019-03-14 00:24:44 +01:00
2020-01-06 11:30:42 +01:00
2019-01-21 07:53:25 +01:00
2018-10-19 20:30:48 +02:00
2018-10-19 20:30:48 +02:00
2018-10-19 20:30:48 +02:00
2020-07-03 12:10:23 +02:00
2020-07-03 12:10:23 +02:00
2021-09-09 13:37:20 +02:00
2020-01-06 11:30:44 +01:00
2020-07-03 12:10:24 +02:00
2018-10-07 03:03:09 +02:00
2020-01-06 11:30:43 +01:00
2020-07-03 12:10:24 +02:00
2019-07-08 11:44:52 +02:00
2019-08-09 10:20:20 +02:00
2020-01-06 11:30:43 +01:00
2020-01-06 15:03:15 +01:00
2021-09-09 13:37:20 +02:00
2021-09-09 13:37:20 +02:00
2018-10-16 22:04:18 +01:00
2020-01-06 11:30:43 +01:00
2020-01-06 15:03:15 +01:00
2019-01-21 07:53:26 +01:00
2018-09-08 21:18:47 +02:00
2020-01-06 11:30:42 +01:00
2020-07-03 12:10:24 +02:00
2020-07-01 22:18:52 +02:00
2020-01-06 11:30:44 +01:00
2020-01-06 15:03:15 +01:00
2020-07-03 12:10:24 +02:00
2018-09-08 21:21:50 +02:00
2018-10-07 03:03:09 +02:00
2020-01-06 11:30:43 +01:00
2020-07-03 12:10:24 +02:00
2018-10-07 03:03:09 +02:00
2019-01-21 07:53:26 +01:00
2018-09-09 22:42:26 +02:00
2018-09-23 17:46:37 +01:00
2018-10-27 19:35:35 +01:00
2018-10-27 19:35:35 +01:00
2018-10-27 19:35:35 +01:00
2018-10-29 19:41:24 +00:00
2018-09-23 14:42:34 +01:00
2018-09-23 14:42:34 +01:00
2018-10-27 19:35:35 +01:00
2018-10-27 19:35:35 +01:00
2020-01-06 11:30:42 +01:00
2020-01-06 11:30:44 +01:00
2018-10-07 03:03:09 +02:00
2020-01-06 11:30:43 +01:00
2020-01-06 11:30:43 +01:00
2020-07-03 12:10:23 +02:00
2019-06-27 17:50:47 +02:00
2018-10-31 17:36:00 -07:00
2018-11-02 00:15:32 +01:00
2019-06-27 17:50:47 +02:00
2020-07-03 12:10:23 +02:00
2019-06-27 17:50:47 +02:00
2020-01-06 11:30:43 +01:00
2020-01-06 11:30:42 +01:00
2020-01-06 11:30:43 +01:00
2020-01-06 11:30:42 +01:00
2020-01-06 11:30:42 +01:00
2018-10-25 20:45:45 -03:00
2018-10-30 03:13:25 +01:00
2020-07-03 12:10:24 +02:00
2020-01-06 11:30:42 +01:00
2020-01-06 11:30:43 +01:00
2020-01-06 11:30:43 +01:00
2020-01-06 11:30:42 +01:00
2020-07-01 22:26:04 +02:00
2018-09-30 22:23:02 +02:00
2020-01-06 15:03:15 +01:00
2020-01-06 15:03:15 +01:00
2020-07-03 12:10:24 +02:00
2020-01-06 15:03:15 +01:00
2020-07-03 12:10:23 +02:00
2019-01-21 07:53:26 +01:00
2019-06-27 17:50:47 +02:00
2020-01-06 11:30:44 +01:00
2020-07-03 12:10:24 +02:00
2019-03-14 00:24:44 +01:00