Skip to content

Unexpected database bindings

High severity GitHub Reviewed Published Feb 2, 2021 in laravel/framework • Updated Jan 9, 2023

Package

composer illuminate/database (Composer)

Affected versions

< 6.20.14
>= 7.0.0, < 7.30.4
>= 8.0.0, < 8.24.0

Patched versions

6.20.14
7.30.4
8.24.0
composer laravel/framework (Composer)
< 6.20.14
>= 7.0.0, < 7.30.4
>= 8.0.0, < 8.24.0
6.20.14
7.30.4
8.24.0

Description

This is a follow-up to the previous security advisory (GHSA-3p32-j457-pg5x) which addresses a few additional edge cases.

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.

References

@taylorotwell taylorotwell published to laravel/framework Feb 2, 2021
Reviewed Feb 2, 2021
Published to the GitHub Advisory Database Feb 2, 2021
Last updated Jan 9, 2023

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

Weaknesses

CVE ID

No known CVE

GHSA ID

GHSA-x7p5-p2c9-phvg

Source code

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