← Back

Vishnusivadas

vishnusivadas

1 CVE • 1 product

Products (1)

Click to collapse
Toggle
Login Signup
login-signup

CVEs (1)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Vishnusivadas
1Login Signup
Jun 17, 2026
Aug 22, 2025
N/A· v4
9.8 CRITICAL· v3
N/A· v2
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...Show more
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.Show less