Описание
NoSQL injection in express-cart
Versions of express-cart before 1.1.8 are vulnerable to NoSQL injection.
The vulnerability is caused by the lack of user input sanitization in the login handlers. In both cases, the customer login and the admin login, parameters from the JSON body are sent directly into the MongoDB query which allows to insert operators.
These operators can be used to extract the value of the field blindly in the same manner of a blind SQL injection. In this case, the $regex operator is used to guess each character of the token from the start.
Recommendation
Update to version 1.1.8 or later.
Пакеты
Наименование
express-cart
npm
Затронутые версииВерсия исправления
<= 1.1.7
1.1.8
Дефекты
CWE-89
Дефекты
CWE-89