Created
June 5, 2024 09:39
-
-
Save ImHades101/338a06816ef97262ba632af9c78b78ca to your computer and use it in GitHub Desktop.
RCE through Upload Shell on Unisharp Laravel Filemanager
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| In the "Unisharp laravel filemanager" extension, there is an upload shell vulnerability, which leads to Remote Code Execution (RCE). Although the application has mechanisms to prevent users from uploading files with extension `PHP`, `HTML` and mimetype files `text/x-php`, `text/html`, `text/plain`, however, attackers Attackers can bypass this through using a valid mimetype and inserting the `.` character after the `php` file extension (e.g. `filename.php.`). | |
| The vulnerability affects all versions including the latest version `v2.9.0` | |
| Vulnerability location `[POST] /laravel-filemanager/upload` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment