First published: Wed Mar 05 2025(Updated: )
Laravel is a web application framework. When using wildcard validation to validate a given file or image field (`files.*`), a user-crafted malicious request could potentially bypass the validation rules. This vulnerability is fixed in 11.44.1 and 12.1.1.
Credit: security-advisories@github.com
Affected Software | Affected Version | How to fix |
---|---|---|
Laravel Framework | <11.44.1 | |
Laravel Framework | <12.1.1 | |
composer/laravel/framework | <10.48.29 | 10.48.29 |
composer/laravel/framework | >=11.0.0<11.44.1 | 11.44.1 |
composer/laravel/framework | >=12.0.0<12.1.1 | 12.1.1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2025-27515 has been categorized as a high-severity vulnerability due to the potential for bypassing file validation rules.
To mitigate CVE-2025-27515, upgrade Laravel to version 11.44.1 or 12.1.1 or later.
CVE-2025-27515 affects Laravel framework versions prior to 11.44.1 and 12.1.1, specifically the wildcard validation for file or image fields.
Yes, CVE-2025-27515 can potentially allow malicious requests to bypass file or image validation, leading to unauthorized file uploads.
Yes, a patch for CVE-2025-27515 is available in the newer versions of Laravel, specifically 11.44.1 and 12.1.1.