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

exploitDog

github логотип

GHSA-4qhx-g9wp-g9m6

Опубликовано: 14 июн. 2019
Источник: github
Github: Прошло ревью

Описание

Failure to sanitize quotes which can lead to sql injection in squel

All versions of squel are vulnerable to sql injection.

The squel package does not properly escape user provided input when provided using the setFields method. This could lead to sql injection if the query was then executed.

Proof of concept demonstrating the injection of a single quote into a generated sql statement from user provided input.

> console.log(squel.insert().into('buh').setFields({foo: "bar'baz"}).toString()); INSERT INTO buh (foo) VALUES ('bar'baz')

Recommendation

There is no fix at this time and the issue has been reported publicly. Consider using another query builder that provides strong guarantees for input sanitization to prevent sql injection attacks.

Пакеты

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

squel

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

<= 5.13.0

Отсутствует

Дефекты

CWE-74
CWE-89

Дефекты

CWE-74
CWE-89