Test: /tests/basic/bug79699.phpt - Version 7.4.29        

Security #79699 PHP parses encoded cookie names so malicious `__Host-` cookies can be sent
Submitted: 2020-06-14 19:37:08 Modified: 2020-09-29 06:12:51
From: fletchto99 Assigned: stas
Status: Closed Package: HTTP related
PHP Version: 7.4.7 OS: macOS (but should affect any)

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ Mon Apr 25 18:17:07 2022 (5754): Fatal Error Unable to allocate shared memory segment of 134217728 bytes: unknown: No such file or directory (2) 001- array(4) { 002- ["__%48ost-evil"]=> 003- string(4) "evil" 004- ["__Host-evil"]=> 005- string(4) "good" 006- ["%66oo"]=> 007- string(3) "baz" 008- ["foo"]=> 009- string(3) "bar" 010- }