Vulnerability Details : CVE-2021-43808
Potential exploit
Laravel is a web application framework. Laravel prior to versions 8.75.0, 7.30.6, and 6.20.42 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 in versions 8.75.0, 7.30.6, and 6.20.42 by determining the parent placeholder at runtime and using a random hash that is unique to each request.
Vulnerability category: Cross site scripting (XSS)
Products affected by CVE-2021-43808
- cpe:2.3:a:laravel:framework:*:*:*:*:*:*:*:*
- cpe:2.3:a:laravel:framework:*:*:*:*:*:*:*:*
- cpe:2.3:a:laravel:framework:*:*:*:*:*:*:*:*
Exploit prediction scoring system (EPSS) score for CVE-2021-43808
0.36%
Probability of exploitation activity in the next 30 days
EPSS Score History
~ 58 %
Percentile, the proportion of vulnerabilities that are scored at or less
CVSS scores for CVE-2021-43808
Base Score | Base Severity | CVSS Vector | Exploitability Score | Impact Score | Score Source | First Seen |
---|---|---|---|---|---|---|
4.3
|
MEDIUM | AV:N/AC:M/Au:N/C:N/I:P/A:N |
8.6
|
2.9
|
NIST | |
6.1
|
MEDIUM | CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N |
2.8
|
2.7
|
NIST | |
5.3
|
MEDIUM | CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N |
1.6
|
3.6
|
GitHub, Inc. |
CWE ids for CVE-2021-43808
-
The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.Assigned by: security-advisories@github.com (Secondary)
-
The product uses a broken or risky cryptographic algorithm or protocol.Assigned by: nvd@nist.gov (Primary)
References for CVE-2021-43808
-
https://github.com/laravel/framework/pull/39908
[6.x] Fix parent call by driesvints · Pull Request #39908 · laravel/framework · GitHubPatch;Third Party Advisory
-
https://github.com/laravel/framework/releases/tag/v7.30.6
Release v7.30.6 · laravel/framework · GitHubRelease Notes;Third Party Advisory
-
https://github.com/laravel/framework/releases/tag/v6.20.42
Release v6.20.42 · laravel/framework · GitHubRelease Notes;Third Party Advisory
-
https://github.com/laravel/framework/commit/b8174169b1807f36de1837751599e2828ceddb9b
[6.x] Fix parent call (#39908) · laravel/framework@b817416 · GitHubPatch;Third Party Advisory
-
https://github.com/laravel/framework/releases/tag/v8.75.0
Release v8.75.0 · laravel/framework · GitHubRelease Notes;Third Party Advisory
-
https://github.com/laravel/framework/security/advisories/GHSA-66hf-2p6w-jqfw
Blade `@parent` Exploitation Leading To Possible XSS · Advisory · laravel/framework · GitHubExploit;Third Party Advisory
-
https://github.com/laravel/framework/pull/39906
Parent replacement fix by taylorotwell · Pull Request #39906 · laravel/framework · GitHubPatch;Third Party Advisory
-
https://github.com/laravel/framework/pull/39909
[7.x] Fix parent call by GrahamCampbell · Pull Request #39909 · laravel/framework · GitHubPatch;Third Party Advisory
Jump to