1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 10:43:30 +02:00
Files
archived-php-src/main
Arnaud Le Blanc dd15693e90 Fix GHSA-9pqp-7h25-4f32
multipart/form-data boundaries larger than the read buffer result in erroneous
parsing, which violates data integrity.

Limit boundary size, as allowed by RFC 1521:

    Encapsulation boundaries [...] must be no longer than 70 characters, not
    counting the two leading hyphens.

We correctly parse payloads with boundaries of length up to
FILLUNIT-strlen("\r\n--") bytes, so allow this for BC.
2024-09-23 11:44:35 +01:00
..
2024-05-19 22:55:02 +02:00
2024-06-24 19:56:19 +02:00
2024-08-24 14:14:57 +02:00
2024-07-04 15:50:32 +02:00
2023-07-25 17:54:14 +02:00
2023-06-30 12:59:33 +02:00
2023-08-29 17:04:24 +01:00
2022-07-19 10:27:38 +01:00
2024-09-23 11:44:35 +01:00
2023-01-16 12:27:33 +01:00
2023-01-16 12:27:33 +01:00