1
0
mirror of https://github.com/django/django.git synced 2025-02-18 21:34:31 +00:00
Nick Pope 8a7b22d4a6 [4.2.x] Fixed CVE-2023-23969 -- Prevented DoS with pathological values for Accept-Language.
The parsed values of Accept-Language headers are cached in order to
avoid repetitive parsing. This leads to a potential denial-of-service
vector via excessive memory usage if the raw value of Accept-Language
headers is very large.

Accept-Language headers are now limited to a maximum length in order
to avoid this issue.
2023-02-01 09:45:07 +01:00
..
2022-04-28 10:44:14 +02:00
2019-11-26 14:02:24 +01:00
2022-04-28 10:37:06 +02:00
2019-07-01 07:48:45 +02:00
2022-02-02 07:17:57 +01:00
2020-01-02 07:55:53 +01:00
2020-02-03 08:52:16 +01:00
2020-10-01 07:22:28 +02:00
2020-12-01 06:24:16 +01:00
2021-01-04 08:31:51 +01:00
2021-09-01 07:40:01 +02:00
2021-10-05 09:07:26 +02:00
2021-11-01 10:18:49 +01:00
2022-02-02 07:17:57 +01:00
2022-02-02 07:17:57 +01:00
2022-09-05 05:21:23 +02:00
2022-11-01 06:54:19 +01:00
2022-12-06 09:56:43 +01:00
2023-01-02 08:10:59 +01:00