First published: Sun Nov 14 2021(Updated: )
Image upload bypass
Credit: cve@mitre.org cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
composer/laravel/framework | >=8.0.0<8.71.0 | |
Laravel Framework | <=8.70.2 | |
<=8.70.2 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2021-43617 is a vulnerability that allows bypassing image upload restrictions in Laravel framework versions 8.0.0 up to 8.71.0.
The image upload bypass vulnerability in Laravel framework allows an attacker to upload malicious images by exploiting a security flaw in the upload validation process.
The impact of CVE-2021-43617 is that it allows attackers to bypass restrictions and upload potentially malicious files, which can lead to further exploitation of the system.
To fix the image upload bypass vulnerability, you should upgrade your Laravel framework to a version higher than 8.71.0, or apply the patch provided by Laravel.
More information about the image upload bypass vulnerability can be found in the GitHub pull request: https://github.com/laravel/framework/pull/39666