Show filters
1 Total Results
Displaying 1-1 of 1
Sort by:
Attacker Value
Unknown

link() silently truncates after a null byte on Windows

Disclosure Date: December 23, 2019 (last updated November 08, 2023)
In PHP versions 7.2.x below 7.2.26, 7.3.x below 7.3.13 and 7.4.0 on Windows, PHP link() function accepts filenames with embedded \0 byte and treats them as terminating at that byte. This could lead to security vulnerabilities, e.g. in applications checking paths that the code is allowed to access.