The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsLearn about Arbitrary File Upload vulnerabilities in an interactive lesson.
Start learningUpgrade unisharp/laravel-filemanager
to version 2.6.2 or higher.
unisharp/laravel-filemanager is an A file upload/editor intended for use with Laravel 5 to 6 and CKEditor / TinyMCE.
Affected versions of this package are vulnerable to Arbitrary File Upload. The upload()
function does not sufficiently validate the file type when uploading.
An attacker may be able to reproduce the following steps:
Upload
windowNote: Prevention for bad extensions can be done by using a whitelist in the config file(lfm.php
). Corresponding document can be found in the here.