From b2bf95a972eea776edb6b44852d015355ed1fa00 Mon Sep 17 00:00:00 2001 From: O3-Shop Date: Thu, 6 Apr 2023 08:57:25 +0200 Subject: [PATCH] fix CVE-2022-40797 in file manager --- Application/fileman/conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/fileman/conf.json b/Application/fileman/conf.json index 8e4e736..1e78633 100755 --- a/Application/fileman/conf.json +++ b/Application/fileman/conf.json @@ -25,7 +25,7 @@ "RENAMEFILE": "php/renamefile.php", "GENERATETHUMB": "php/thumb.php", "DEFAULTVIEW": "list", - "FORBIDDEN_UPLOADS": "zip js jsp jsb mhtml mht xhtml xht php phtml php3 php4 php5 phps shtml jhtml pl sh py cgi exe application gadget hta cpl msc jar vb jse ws wsf wsc wsh ps1 ps2 psc1 psc2 msh msh1 msh2 inf reg scf msp scr dll msi vbs bat com pif cmd vxd cpl htpasswd htaccess", + "FORBIDDEN_UPLOADS": "zip js jsp jsb mhtml mht xhtml xht php phtml php3 php4 php5 phps phar shtml jhtml pl sh py cgi exe application gadget hta cpl msc jar vb jse ws wsf wsc wsh ps1 ps2 psc1 psc2 msh msh1 msh2 inf reg scf msp scr dll msi vbs bat com pif cmd vxd cpl htpasswd htaccess", "ALLOWED_UPLOADS": "", "FILEPERMISSIONS": "0644", "DIRPERMISSIONS": "0755",