Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-6wjw-qf87-fv5v

Опубликовано: 15 мая 2024
Источник: github
Github: Прошло ревью

Описание

Laravel Encrypter Failure to decryption vulnerability

A potential exploit of the Laravel Encrypter component that may cause the Encrypter to fail on decryption and unexpectedly return false.

To exploit this, the attacker must be able to modify the encrypted payload before it is decrypted. Depending on the code within your application, this could lead to unexpected behavior when combined with weak type comparisons, for example:

<?php $decyptedValue = decrypt($secret); if ($decryptedValue == '') { // Code is run even though decrypted value is false... }

Пакеты

Наименование

illuminate/encryption

composer
Затронутые версииВерсия исправления

>= 5.5.0, < 5.5.40

5.5.40

Наименование

illuminate/encryption

composer
Затронутые версииВерсия исправления

>= 5.6.0, < 5.6.15

5.6.15

Дефекты

CWE-1240

Дефекты

CWE-1240