First published: Tue May 10 2022(Updated: )
Hotel Management System v1.0 was discovered to contain a SQL injection vulnerability via the username parameter at the login page.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
Hotel Management System Project Hotel Management System | =1.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The severity of CVE-2022-28110 is critical.
CVE-2022-28110 affects Hotel Management System v1.0 by allowing SQL injection via the username parameter at the login page.
SQL injection is a code injection technique that allows attackers to insert malicious SQL statements into a web application's database query.
To fix CVE-2022-28110, developers should use parameterized queries or prepared statements to ensure that user inputs are properly sanitized before being used in database queries.
You can learn more about SQL injection at the OWASP website: https://owasp.org/www-community/attacks/SQL_Injection