Illuminate Database vulnerabilities
2 known vulnerabilities affecting illuminate/database.
Total CVEs
2
CISA KEV
0
Public exploits
0
Exploited in wild
0
Severity breakdown
HIGH2
Vulnerabilities
Page 1 of 1
CVE-2020-24940HIGH≥ 5.5.0, ≤ 5.5.44≥ 6.0.0, < 6.18.34+1 more2022-05-24
CVE-2020-24940 [HIGH] Guard bypass in Eloquent models affecting Laravel illuminate database component
Guard bypass in Eloquent models affecting Laravel illuminate database component
An issue was discovered in Laravel before 6.18.34 and 7.x before 7.23.2. Unvalidated values are saved to the database component in some situations in which table names are stripped during a mass assignment.
ghsaosv
CVE-2021-21263HIGH≥ 7.0.0, < 7.30.3≥ 8.0.0, < 8.22.1+1 more2021-01-19
CVE-2021-21263 [HIGH] CWE-74 Query Binding Exploitation
Query Binding Exploitation
### 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 bein
ghsaosv