CVE-2025-51092

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.
Configurations

Configuration 1 (hide)

cpe:2.3:a:vishnusivadas:login-signup:-:*:*:*:*:*:*:*

History

No history.

Information

Published : 2025-08-22 19:15

Updated : 2025-10-09 18:00


NVD link : CVE-2025-51092

Mitre link : CVE-2025-51092

CVE.ORG link : CVE-2025-51092


JSON object : View

Products Affected

vishnusivadas

  • login-signup
CWE
CWE-89

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')