| 0 |
| url |
VCID-6wn3-r4pw-a3a3 |
| vulnerability_id |
VCID-6wn3-r4pw-a3a3 |
| summary |
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Laravel is a web application framework. Laravel contain a possible cross-site scripting (XSS) vulnerability in the Blade templating engine. A broken HTML element may be clicked and the user taken to another location in their browser due to XSS. This is due to the user being able to guess the parent placeholder SHA-1 hash by trying common names of sections. If the parent template contains an exploitable HTML structure an XSS vulnerability can be exposed. This vulnerability has been patched by determining the parent placeholder at runtime and using a random hash that is unique to each request. |
| references |
| 0 |
|
| 1 |
|
| 2 |
|
| 3 |
|
| 4 |
|
| 5 |
|
| 6 |
|
| 7 |
|
| 8 |
|
| 9 |
|
| 10 |
|
| 11 |
|
| 12 |
|
| 13 |
|
| 14 |
|
| 15 |
|
|
| fixed_packages |
|
| aliases |
CVE-2021-43808, GHSA-66hf-2p6w-jqfw
|
| risk_score |
3.1 |
| exploitability |
0.5 |
| weighted_severity |
6.2 |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-6wn3-r4pw-a3a3 |
|
| 1 |
| url |
VCID-96p3-hbxp-duaz |
| vulnerability_id |
VCID-96p3-hbxp-duaz |
| summary |
Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')
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. |
| references |
| 0 |
|
| 1 |
|
| 2 |
|
| 3 |
|
| 4 |
|
| 5 |
|
| 6 |
|
| 7 |
|
| 8 |
|
| 9 |
|
| 10 |
|
| 11 |
|
| 12 |
|
|
| fixed_packages |
|
| aliases |
CVE-2021-21263, GHSA-3p32-j457-pg5x
|
| risk_score |
4.0 |
| exploitability |
0.5 |
| weighted_severity |
8.0 |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-96p3-hbxp-duaz |
|
| 2 |
| url |
VCID-dn8a-epsk-fkgm |
| vulnerability_id |
VCID-dn8a-epsk-fkgm |
| summary |
Laravel Guard bypass in Eloquent models
In laravel releases before 6.18.34 and 7.23.2. It was possible to mass assign Eloquent attributes that included the model's table name:
```
$model->fill(['users.name' => 'Taylor']);
```
When doing so, Eloquent would remove the table name from the attribute for you. This was a "convenience" feature of Eloquent and was not documented.
However, when paired with validation, this can lead to unexpected and unvalidated values being saved to the database. For this reason, we have removed the automatic stripping of table names from mass-asignment operations so that the attributes go through the typical "fillable" / "guarded" logic. Any attributes containing table names that are not explicitly declared as fillable will be discarded.
This security release will be a breaking change for applications that were relying on the undocumented table name stripping during mass assignment. Since this feature was relatively unknown and undocumented, we expect the vast majority of Laravel applications to be able to upgrade without issues. |
| references |
|
| fixed_packages |
|
| aliases |
GHSA-44pg-c29v-hp6r
|
| risk_score |
3.1 |
| exploitability |
0.5 |
| weighted_severity |
6.2 |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-dn8a-epsk-fkgm |
|
| 3 |
| url |
VCID-fhw2-erwk-fqf4 |
| vulnerability_id |
VCID-fhw2-erwk-fqf4 |
| summary |
Laravel environment manipulation via query string
When the `register_argc_argv php` directive is set to `on` , and users call any URL with a special crafted query string, they are able to change the environment used by the framework when handling the request. |
| references |
| 0 |
|
| 1 |
|
| 2 |
| reference_url |
https://github.com/laravel/framework |
| reference_id |
|
| reference_type |
|
| scores |
| 0 |
| value |
0.0 |
| scoring_system |
cvssv3.1 |
| scoring_elements |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N |
|
| 1 |
| value |
8.7 |
| scoring_system |
cvssv4 |
| scoring_elements |
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N |
|
| 2 |
| value |
HIGH |
| scoring_system |
generic_textual |
| scoring_elements |
|
|
|
| url |
https://github.com/laravel/framework |
|
| 3 |
|
| 4 |
|
| 5 |
|
| 6 |
|
| 7 |
|
| 8 |
|
|
| fixed_packages |
|
| aliases |
CVE-2024-52301, GHSA-gv7v-rgg6-548h
|
| risk_score |
4.0 |
| exploitability |
0.5 |
| weighted_severity |
8.0 |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-fhw2-erwk-fqf4 |
|
| 4 |
| url |
VCID-hca6-rm5r-2ufs |
| vulnerability_id |
VCID-hca6-rm5r-2ufs |
| summary |
laravel framework SQL Injection via limit and offset functions
Those using SQL Server with Laravel and allowing user input to be passed directly to the limit and offset functions are vulnerable to SQL injection. Other database drivers such as MySQL and Postgres are not affected by this vulnerability. |
| references |
|
| fixed_packages |
|
| aliases |
GHSA-wq8p-mqvg-2p5h
|
| risk_score |
4.0 |
| exploitability |
0.5 |
| weighted_severity |
8.0 |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-hca6-rm5r-2ufs |
|
| 5 |
| url |
VCID-jdrm-xnf9-rybm |
| vulnerability_id |
VCID-jdrm-xnf9-rybm |
| summary |
Incorrect Authorization
An issue was discovered in Laravel before 6.18.35 and 7.x before 7.24.0. The $guarded property is mishandled in some situations involving requests with JSON column nesting expressions. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2020-24941, GHSA-w68r-5p45-5rqp
|
| risk_score |
4.0 |
| exploitability |
0.5 |
| weighted_severity |
8.0 |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-jdrm-xnf9-rybm |
|
| 6 |
| url |
VCID-tzy8-b9et-fyd9 |
| vulnerability_id |
VCID-tzy8-b9et-fyd9 |
| summary |
Laravel has a File Validation Bypass
When using wildcard validation to validate a given file or image field array (`files.*`), a user-crafted malicious request could potentially bypass the validation rules. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2025-27515, GHSA-78fx-h6xr-vch4
|
| risk_score |
3.1 |
| exploitability |
0.5 |
| weighted_severity |
6.2 |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-tzy8-b9et-fyd9 |
|
| 7 |
| url |
VCID-w2jm-rq3n-vyhc |
| vulnerability_id |
VCID-w2jm-rq3n-vyhc |
| summary |
laravel framework Unexpected database bindings via requests
This is a follow-up to the security advisory https://github.com/laravel/framework/security/advisories/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 |
|
| fixed_packages |
|
| aliases |
GHSA-jwvj-pwww-3mj5
|
| risk_score |
4.0 |
| exploitability |
0.5 |
| weighted_severity |
8.0 |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-w2jm-rq3n-vyhc |
|
| 8 |
| url |
VCID-wptp-4xv5-43du |
| vulnerability_id |
VCID-wptp-4xv5-43du |
| summary |
Unexpected database bindings
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 |
|
| fixed_packages |
|
| aliases |
GHSA-x7p5-p2c9-phvg, GMS-2021-114, GMS-2021-116
|
| risk_score |
4.0 |
| exploitability |
0.5 |
| weighted_severity |
8.0 |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-wptp-4xv5-43du |
|
| 9 |
| url |
VCID-xv5e-yt52-d7ae |
| vulnerability_id |
VCID-xv5e-yt52-d7ae |
| summary |
Unrestricted Upload of File with Dangerous Type
Laravel Framework does not sufficiently block the upload of executable PHP content because `Illuminate/Validation/Concerns/ValidatesAttributes.php` lacks a check for `.phar` files, which are handled as application/x-httpd-php on systems based on Debian. Note, this CVE Record is for Laravel Framework, and is unrelated to any reports concerning incorrectly written user applications for image upload. |
| references |
| 0 |
|
| 1 |
|
| 2 |
|
| 3 |
|
| 4 |
|
| 5 |
|
| 6 |
|
| 7 |
|
| 8 |
|
| 9 |
|
| 10 |
|
| 11 |
|
| 12 |
|
|
| fixed_packages |
|
| aliases |
CVE-2021-43617, GHSA-364w-9g92-3grq
|
| risk_score |
null |
| exploitability |
null |
| weighted_severity |
null |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-xv5e-yt52-d7ae |
|
| 10 |
| url |
VCID-zcqa-v2g7-pud6 |
| vulnerability_id |
VCID-zcqa-v2g7-pud6 |
| summary |
Laravel RCE vulnerability in "cookie" session driver
Applications using the "cookie" session driver that were also exposing an encryption oracle via their application were vulnerable to remote code execution. An encryption oracle is a mechanism where arbitrary user input is encrypted and the encrypted string is later displayed or exposed to the user. This combination of scenarios lets the user generate valid Laravel signed encryption strings for any plain-text string, thus allowing them to craft Laravel session payloads when an application is using the "cookie" driver. |
| references |
|
| fixed_packages |
|
| aliases |
GHSA-qm5c-m76r-2hfr
|
| risk_score |
4.5 |
| exploitability |
0.5 |
| weighted_severity |
9.0 |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-zcqa-v2g7-pud6 |
|