Vulnerabilities (CVE)

Filtered by vendor Laravel Subscribe
Filtered by product Framework
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2021-43617 1 Laravel 1 Framework 2021-11-18 7.5 HIGH 9.8 CRITICAL
Laravel Framework through 8.70.2 does not sufficiently block the upload of executable PHP content because Illuminate/Validation/Concerns/ValidatesAttributes.php lacks a check for .phar files, which are handled as application/x-httpd-php on systems based on Debian. NOTE: this CVE Record is for Laravel Framework, and is unrelated to any reports concerning incorrectly written user applications for image upload.
CVE-2019-9081 1 Laravel 1 Framework 2019-02-26 7.5 HIGH 9.8 CRITICAL
The Illuminate component of Laravel Framework 5.7.x has a deserialization vulnerability that can lead to remote code execution if the content is controllable, related to the __destruct method of the PendingCommand class in PendingCommand.php.