CVE-2025-60783: SQL Injection
There is a SQL injection vulnerability in Restaurant Management System DBMS Project v1.0 via login.php. The vulnerability allows attackers to manipulate the application's database through specially crafted SQL query strings.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2025-60783?
CVE-2025-60783 is classified as a critical severity vulnerability due to the potential for unauthorized access and data manipulation.
How do I fix CVE-2025-60783?
To fix CVE-2025-60783, sanitize and parameterize all SQL queries in the login.php file to prevent SQL injection attacks.
What types of attacks can CVE-2025-60783 enable?
CVE-2025-60783 can enable attackers to execute arbitrary SQL commands, potentially compromising the entire database system.
What software versions are affected by CVE-2025-60783?
CVE-2025-60783 affects version 1.0 of the Restaurant Management System DBMS Project.
Is there a recommended mitigation for CVE-2025-60783?
Implementing prepared statements and using ORM frameworks can help mitigate the risks associated with CVE-2025-60783.