VYPR
High severityNVD Advisory· Published Jan 19, 2021· Updated Aug 3, 2024

Query Binding Exploitation in Laravel

CVE-2021-21263

Description

Laravel is a web application framework. Versions of Laravel before 6.20.11, 7.30.2 and 8.22.1 contain a query binding exploitation. This same exploit applies to the illuminate/database package which is used by Laravel. 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.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Laravel before 6.20.11, 7.30.2, and 8.22.1 allows query binding manipulation via unvalidated array input, potentially returning unexpected query results.

Vulnerability

Overview

CVE-2021-21263 is a query binding exploitation vulnerability in the Laravel web application framework. The issue affects versions of Laravel before 6.20.11, 7.30.2, and 8.22.1, including the underlying illuminate/database package. The root cause is that when a request field that is normally expected to be a non-array value is instead supplied as 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 [1].

AI Insight generated on May 21, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
laravel/frameworkPackagist
>= 8.0.0, < 8.22.18.22.1
illuminate/databasePackagist
>= 7.0.0, < 7.30.37.30.3
illuminate/databasePackagist
>= 8.0.0, < 8.22.18.22.1
illuminate/databasePackagist
>= 6.0.0, < 6.20.126.20.12
laravel/frameworkPackagist
>= 6.0.0, < 6.20.116.20.11
laravel/frameworkPackagist
>= 7.0.0, < 7.30.27.30.2

Affected products

4

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

10

News mentions

0

No linked articles in our index yet.