-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Laravel added to CISA Known Exploited Vulnerability Catalog - 2024011…
…7001
- Loading branch information
1 parent
470d21d
commit c608708
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
...ries/20240117001-Laravel-added-to-CISA-Known-Exploited-Vulnerability-Catalog.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Laravel added to CISA Known Exploited Vulnerability Catalog - 20240117001 | ||
|
||
## Overview | ||
|
||
CISA has added Laravel vulnerability to its Known Exploited Vulnerabilities Catalog, based on evidence of active exploitation. | ||
|
||
## What is the Vulnerability? | ||
|
||
[CVE-2018-15133](https://nvd.nist.gov/vuln/detail/CVE-2018-15133) - This vulnerability may allow remote code execution as a result of an unserialize call on a potentially untrusted X-XSRF-TOKEN value. | ||
|
||
## What is vulnerable? | ||
|
||
| Product(s) Affected | Summary | Severity | CVSS | ||
| --- | --- |--- | --- | | ||
| Laravel Framework ***versions through: 5.5.40 and 5.6.x - 5.6.29*** | On Laravel versions with this vulnerability, remote code execution might occur as a result of an unserialize call on a potentially untrusted X-XSRF-TOKEN value. This involves the decrypt method in Illuminate/Encryption/Encrypter.php and PendingBroadcast in gadgetchains/Laravel/RCE/3/chain.php in phpggc. | **High** | 8.1 | | ||
|
||
|
||
## Recommendation | ||
|
||
The WA SOC recommends administrators apply the solutions as per vendor instructions to all affected devices within expected timeframe of *one month...* (refer [Patch Management](../guidelines/patch-management.md)): | ||
|
||
- [Upgrade Guide - Laravel 5.6.30 - The PHP Framework For Web Artisans](https://laravel.com/docs/5.6/upgrade#upgrade-5.6.30) | ||
|
||
|
||
## Additional References | ||
|
||
- [CISA Adds One Known Exploited Vulnerability to Catalog | CISA](https://www.cisa.gov/news-events/alerts/2024/01/16/cisa-adds-one-known-exploited-vulnerability-catalog) | ||
- [CVE-2018-15133 : In Laravel Framework through 5.5.40 and 5.6.x through 5.6.29, remote code execution might occur as a result of an unseri (cvedetails.com)](https://www.cvedetails.com/cve/CVE-2018-15133/) |