Alex Dowad
a618682373
For UTF-7, flag unnecessary extra trailing byte in Base64 section as error
...
This bug was found when I was fuzzing a patch related to mb_strpos.
In some cases, the legacy text conversion code for UTF-7 (and
UTF7-IMAP) would correctly recognize an error for a Base64-encoded
section which was not correctly padded with zero bits, but the new
(and faster) text conversion code would not.
Specifically, if the input string ended abruptly after the 4th or 7th
byte of a Base64-encoded section, the new conversion code would
confirm that the trailing padding bits from the previous byte (3rd or
6th) were zeroes, but would not check whether the 4th or 7th byte
itself encoded any non-zero bits. The legacy conversion code did
perform this check and would treat the input string as invalid.
Actually, even if the 4th or 7th byte does encode only (padding) zero
bits, this is still a problem, because there is no reason to have a
4th (or 7th) byte in that case. The UTF-7 string should have ended
on the previous byte instead.
Apply the same fix for both UTF-7 and UTF7-IMAP.
2022-11-21 14:49:01 +02:00
..
2021-08-30 16:29:58 +02:00
2021-12-21 08:33:11 +02:00
2022-05-28 21:53:37 +02:00
2021-08-31 13:41:34 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2022-07-18 15:11:47 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-14 15:27:28 +02:00
2021-06-11 12:58:44 +02:00
2021-11-01 11:23:21 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2022-01-07 22:46:02 +01:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 14:00:43 +02:00
2022-07-18 23:19:59 +01:00
2022-07-18 23:19:59 +01:00
2021-06-11 12:58:44 +02:00
2021-12-21 08:33:11 +02:00
2021-06-11 14:00:43 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 14:00:43 +02:00
2021-06-11 14:00:43 +02:00
2021-11-01 11:23:21 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 14:00:43 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 14:00:43 +02:00
2021-06-11 14:00:43 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 14:00:43 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 14:00:43 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 14:00:43 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-14 14:52:44 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 11:57:42 +02:00
2021-10-19 18:05:52 +02:00
2021-08-11 14:03:18 +02:00
2021-12-03 22:49:47 +01:00
2021-06-14 15:27:28 +02:00
2021-06-11 14:00:43 +02:00
2021-06-11 14:00:43 +02:00
2020-02-03 22:52:20 +01:00
2021-12-21 08:33:11 +02:00
2021-12-21 08:33:11 +02:00
2022-08-16 20:18:54 +02:00
2021-08-31 13:41:34 +02:00
2021-08-31 13:41:34 +02:00
2021-08-31 13:41:34 +02:00
2021-12-21 08:33:11 +02:00
2021-12-21 08:33:11 +02:00
2022-07-18 15:11:31 +02:00
2021-08-31 13:41:34 +02:00
2021-06-11 12:58:44 +02:00
2021-12-21 08:33:11 +02:00
2021-08-31 13:41:34 +02:00
2021-08-31 13:41:34 +02:00
2021-08-31 13:41:34 +02:00
2021-08-31 13:41:34 +02:00
2021-08-31 13:41:34 +02:00
2021-08-31 13:41:34 +02:00
2022-07-18 15:11:31 +02:00
2022-01-18 13:08:08 +01:00
2022-03-17 17:34:31 +01:00
2022-07-20 16:58:55 +02:00
2022-08-08 18:35:37 +02:00
2022-11-14 11:46:12 +02:00
2022-11-13 14:37:55 +02:00
2022-10-10 20:46:12 +09:00
2022-07-18 15:11:31 +02:00
2021-06-11 12:58:44 +02:00
2022-07-18 15:11:31 +02:00
2022-04-16 20:32:12 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 14:00:43 +02:00
2022-05-28 21:53:38 +02:00
2022-08-16 16:43:27 +02:00
2022-05-28 21:53:38 +02:00
2021-08-31 13:41:34 +02:00
2022-08-16 16:43:27 +02:00
2021-12-21 08:33:11 +02:00
2021-12-21 08:33:11 +02:00
2021-12-21 08:33:11 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-07-08 15:34:49 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 14:00:43 +02:00
2021-06-14 15:27:28 +02:00
2022-07-15 17:34:35 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 14:52:44 +02:00
2021-06-11 14:00:43 +02:00
2021-06-11 12:58:44 +02:00
2021-12-20 22:47:18 +02:00
2022-07-20 07:44:19 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2022-07-18 15:11:47 +02:00
2021-06-11 12:58:44 +02:00
2021-08-27 14:48:32 +02:00
2022-05-25 08:22:07 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2022-07-18 15:11:30 +02:00
2021-06-11 12:58:44 +02:00
2021-06-14 14:52:44 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-14 14:52:44 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2022-05-06 15:41:10 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 11:57:42 +02:00
2021-06-11 12:58:44 +02:00
2022-07-15 14:22:39 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2022-08-16 20:18:54 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2022-08-16 16:43:26 +02:00
2022-08-16 16:43:38 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2022-01-07 22:46:02 +01:00
2022-01-07 22:46:02 +01:00
2022-01-07 22:46:02 +01:00
2022-01-07 22:46:02 +01:00
2022-01-07 22:46:02 +01:00
2022-01-07 22:46:02 +01:00
2022-07-20 07:44:20 +02:00
2021-06-14 14:52:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-09-20 11:27:54 +02:00
2021-08-31 13:41:34 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-14 15:27:28 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2022-08-02 11:07:06 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-11 12:58:44 +02:00
2021-06-14 15:27:28 +02:00
2021-06-11 12:58:44 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-11-01 11:23:21 +02:00
2021-06-11 12:58:44 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-11 12:58:44 +02:00
2021-06-14 14:52:44 +02:00
2021-06-14 15:27:28 +02:00
2021-06-11 12:58:44 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-11 12:58:44 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-12-21 08:33:11 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-11 12:58:44 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-06-14 15:27:28 +02:00
2021-09-20 11:27:54 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2022-08-16 16:43:27 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2022-07-18 15:11:32 +02:00
2021-06-11 12:58:44 +02:00
2021-06-11 12:58:44 +02:00
2022-10-05 12:18:38 +09:00
2022-06-11 16:31:47 +02:00
2022-08-16 16:43:27 +02:00
2022-05-28 21:53:35 +02:00
2021-09-06 13:16:23 +02:00
2022-05-28 21:53:38 +02:00
2021-12-26 22:19:51 +02:00
2022-11-21 14:49:01 +02:00
2022-04-16 15:04:38 +02:00
2022-08-16 16:43:27 +02:00
2022-11-21 14:49:01 +02:00
2022-07-18 15:11:32 +02:00
2021-06-11 14:00:43 +02:00
2021-06-11 14:00:43 +02:00
2021-06-11 14:00:43 +02:00
2021-06-11 14:00:43 +02:00
2021-06-11 14:00:43 +02:00
2021-06-11 14:00:43 +02:00
2021-06-11 14:00:43 +02:00
2021-06-11 14:00:43 +02:00
2021-06-11 14:00:43 +02:00
2021-06-11 14:00:43 +02:00
2021-06-11 14:00:43 +02:00
2021-06-11 14:00:43 +02:00
2021-06-11 14:00:43 +02:00
2021-06-11 14:00:43 +02:00
2021-06-11 14:00:43 +02:00
2021-06-11 14:00:43 +02:00