1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 00:48:25 +02:00
Files
archived-php-src/main
Arnaud Le Blanc 19b49258d0 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:43:26 +01:00
..
2022-09-29 15:15:40 +02:00
2022-07-19 10:27:38 +01:00
2024-09-23 11:43:26 +01:00
2022-08-29 22:34:48 +01:00
2022-08-29 22:34:48 +01:00
2021-08-02 15:59:26 +02:00
2021-11-24 16:13:34 +03:00