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

CVSS overall score

This score calculates overall vulnerability severity from 0 to 10 and is based on the Common Vulnerability Scoring System (CVSS).
/ 10

CVSS v3 base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
None
User interaction
None
Scope
Changed
Confidentiality
Low
Integrity
Low
Availability
None

CVSS v3 base metrics

Attack vector: More severe the more the remote (logically and physically) an attacker can be in order to exploit the vulnerability.
Attack complexity: More severe for the least complex attacks.
Privileges required: More severe if no privileges are required.
User interaction: More severe when no user interaction is required.
Scope: More severe when a scope change occurs, e.g. one vulnerable component impacts resources in components beyond its security scope.
Confidentiality: More severe when loss of data confidentiality is highest, measuring the level of data access available to an unauthorized user.
Integrity: More severe when loss of data integrity is the highest, measuring the consequence of data modification possible by an unauthorized user.
Availability: More severe when the loss of impacted component availability is highest.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N

EPSS score

0.093%
(40th percentile)

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.