cve/2022/CVE-2022-40797.md
2024-06-18 02:51:15 +02:00

781 B

CVE-2022-40797

Description

Roxy Fileman 1.4.6 allows Remote Code Execution via a .phar upload, because the default FORBIDDEN_UPLOADS value in conf.json only blocks .php, .php4, and .php5 files. (Visiting any .phar file invokes the PHP interpreter in some realistic web-server configurations.)

POC

Reference

Github