Today we have released security patches via Laravel 6.20.26 and 8.40.0. These patches resolve a security vulnerability that allowed SQL injection when unfiltered user input was passed directly to the `limit` and `offset` methods of the Laravel query builder and the user was also using Microsoft SQL Server as their database.

Other database drivers such as MySQL and Postgres do not appear to be affected by this problem at this time.

All Laravel users are encouraged to update immediately, or, if you are unable to update to these versions, ensure that you are only passing integers to the `limit` and `offset` methods.

This security vulnerability has been published as a GitHub security advisory: https://github.com/laravel/framework/security/advisories/GHSA-4mg9-vhxq-vm7j

0
0
0
Share 0
Tweet 0
Pin it 0
0 Shares:
Share 0
Share 0
Tweet 0
Share 0
Share 0
Share 0
Share 0
You May Also Like

Envoyer: Infrastructure Upgrades

On June 12th we upgraded Envoyer’s infrastructure, which allowed us to migrate to PHP 8, Laravel 8, and…