Use of Uninitialized Variable in PHP - #VU151924
Published: September 24, 2026
Vulnerability details
The vulnerability allows a remote attacker to cause inconsistent sanitization of 0xFF bytes.
The vulnerability exists due to use of uninitialized memory in the ext/filter FILTER_SANITIZE_ENCODED lookup table when processing input containing a 0xFF byte. A remote attacker can supply crafted input containing a 0xFF byte to cause inconsistent sanitization of 0xFF bytes.
All other input bytes are handled deterministically.