First published: Fri Feb 09 2024(Updated: )
Code-projects Hotel Managment System 1.0 allows SQL Injection via the 'pid' parameter in Hotel/admin/print.php?pid=2.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
Hotel Management System | =1.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-25318 is considered a high severity vulnerability due to its potential for SQL injection attacks.
To fix CVE-2024-25318, validate and sanitize the 'pid' parameter in the Hotel/admin/print.php file to prevent SQL injection.
CVE-2024-25318 affects version 1.0 of the Hotel Management System application.
Exploiting CVE-2024-25318 could allow an attacker to execute arbitrary SQL commands in the database.
Yes, CVE-2024-25318 reflects a common trend of SQL injection vulnerabilities in poorly secured web applications.