Skip to content

Query Binding Exploitation

High
taylorotwell published GHSA-3p32-j457-pg5x Jan 15, 2021

Package

composer laravel/framework, illuminate/database (Composer)

Affected versions

>=8.0.0, <8.22.1, >=7.0.0, <7.30.3, <6.20.12

Patched versions

None

Description

Description

Laravel versions <6.20.12, <7.30.3 & <8.22.1 contain a query binding exploitation.

If a request is crafted where a field that is normally a non-array value is an array, and that input is not validated or cast to its expected type before being passed to the query builder, an unexpected number of query bindings can be added to the query. In some situations, this will simply lead to no results being returned by the query builder; however, it is possible certain queries could be affected in a way that causes the query to return unexpected results.

This vulnerability was discovered by Tim Groenevelt (tim.g@foodbyus.com).

References

Severity

High

CVE ID

CVE-2021-21263

Weaknesses

No CWEs