Skip to content

Query Binding Exploitation

High severity GitHub Reviewed Published Jan 15, 2021 in laravel/framework • Updated Feb 15, 2024

Package

composer illuminate/database (Composer)

Affected versions

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

Patched versions

7.30.3
8.22.1
6.20.12
composer laravel/framework (Composer)
>= 8.0.0, < 8.22.1
>= 6.0.0, < 6.20.11
>= 7.0.0, < 7.30.2
8.22.1
6.20.11
7.30.2

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

References

@taylorotwell taylorotwell published to laravel/framework Jan 15, 2021
Reviewed Jan 19, 2021
Published to the GitHub Advisory Database Jan 19, 2021
Published by the National Vulnerability Database Jan 19, 2021
Last updated Feb 15, 2024

Severity

High
7.2
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
None
User interaction
None
Scope
Changed
Confidentiality
Low
Integrity
Low
Availability
None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N

CVE ID

CVE-2021-21263

GHSA ID

GHSA-3p32-j457-pg5x

Source code

No known source code
Loading Checking history
See something to contribute? Suggest improvements for this vulnerability.