In PHP versions 7.3.x below 7.3.33, 7.4.x below 7.4.26...
Moderate severity
Unreviewed
Published
Nov 30, 2021
to the GitHub Advisory Database
•
Updated Jan 31, 2023
Description
Published by the National Vulnerability Database
Nov 29, 2021
Published to the GitHub Advisory Database
Nov 30, 2021
Last updated
Jan 31, 2023
In PHP versions 7.3.x below 7.3.33, 7.4.x below 7.4.26 and 8.0.x below 8.0.13, certain XML parsing functions, like simplexml_load_file(), URL-decode the filename passed to them. If that filename contains URL-encoded NUL character, this may cause the function to interpret this as the end of the filename, thus interpreting the filename differently from what the user intended, which may lead it to reading a different file than intended.
References