escapeshellcmd -> escapeshellarg

This commit is contained in:
space-r7
2021-09-09 17:28:05 -05:00
parent 0095613a94
commit 91ae50eb27
2 changed files with 2 additions and 2 deletions
@@ -4,7 +4,7 @@ elFinder versions below 2.1.59 are vulnerable to a command injection
vulnerability via its archive functionality.
When creating a new zip archive, the `name` parameter is sanitized
with the `escapeshellcmd()` php function and then passed to the
with the `escapeshellarg()` php function and then passed to the
`zip` utility. Despite the sanitization, supplying the `-TmTT`
argument as part of the `name` parameter is still permitted and
enables the execution of arbitrary commands as the `www-data` user.