| Titel | Laravel Ecommerce-Laravel-Bootstrap Platform 7.30.6 PHP Object Injection |
|---|
| Beschreibung | An unserialized function was found in Ecommerce-Laravel-Bootstrap platform which can be exploited with PHP Object Injection.
### Details
The vulnerable code is found in \\\app\\\Cart.php in the private function "getCartProductsIds()".
Vulnerable code:
if (isset($_COOKIE['laraCart']) && $_COOKIE['laraCart'] == null && !empty($_COOKIE['laraCart'])) {
$_SESSION['laraCart'] = unserialize($_COOKIE['laraCart']);
The issue is solved by the owner:
https://github.com/kirilkirkov/Ecommerce-Laravel-Bootstrap/blob/master/app/Cart.php
|
|---|
| Quelle | ⚠️ https://github.com/kirilkirkov/Ecommerce-Laravel-Bootstrap/issues/18 |
|---|
| Benutzer | remhopster (UID 72226) |
|---|
| Einreichung | 22.07.2024 14:16 (vor 2 Jahren) |
|---|
| Moderieren | 24.07.2024 07:04 (2 days later) |
|---|
| Status | Akzeptiert |
|---|
| VulDB Eintrag | 272348 [kirilkirkov Ecommerce-Laravel-Bootstrap bis 1f1097a3448ce8ec53e034ea0f70b8e2a0e64a87 app/Cart.php getCartProductsIds laraCart erweiterte Rechte] |
|---|
| Punkte | 20 |
|---|