Skip to content

laravel framework Unexpected database bindings via requests

High severity GitHub Reviewed Published May 15, 2024 to the GitHub Advisory Database • Updated May 15, 2024

Package

composer laravel/framework (Composer)

Affected versions

>= 6.0.0, < 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

Description

This is a follow-up to the 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

Published to the GitHub Advisory Database May 15, 2024
Reviewed May 15, 2024
Last updated May 15, 2024

Severity

High

Weaknesses

No CWEs

CVE ID

No known CVE

GHSA ID

GHSA-jwvj-pwww-3mj5

Source code

Checking history
See something to contribute? Suggest improvements for this vulnerability.