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

exploitDog

nvd логотип

CVE-2025-51092

Опубликовано: 22 авг. 2025
Источник: nvd
CVSS3: 9.8
EPSS Низкий

Описание

The LogIn-SignUp project by VishnuSivadasVS is vulnerable to SQL Injection due to unsafe construction of SQL queries in DataBase.php. The functions logIn() and signUp() build queries by directly concatenating user input and unvalidated table names without using prepared statements. While a prepareData() function exists, it is insufficient to prevent SQL injection and does not sanitize the table name.

Уязвимые конфигурации

Конфигурация 1
cpe:2.3:a:vishnusivadas:login-signup:-:*:*:*:*:*:*:*

EPSS

Процентиль: 10%
0.00036
Низкий

9.8 Critical

CVSS3

Дефекты

CWE-89

Связанные уязвимости

CVSS3: 9.8
github
6 месяцев назад

The LogIn-SignUp project by VishnuSivadasVS is vulnerable to SQL Injection due to unsafe construction of SQL queries in DataBase.php. The functions logIn() and signUp() build queries by directly concatenating user input and unvalidated table names without using prepared statements. While a prepareData() function exists, it is insufficient to prevent SQL injection and does not sanitize the table name.

EPSS

Процентиль: 10%
0.00036
Низкий

9.8 Critical

CVSS3

Дефекты

CWE-89