First published: Wed Apr 17 2024(Updated: )
SQL Injection vulnerability in phpgurukul Cyber Cafe Management System Using PHP & MySQL 1.0 allows attackers to run arbitrary SQL commands via the upid parameter in the /view-user-detail.php file.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
Cyber Cafe Management System |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-30982 has a high severity level due to its potential for allowing arbitrary SQL commands to be executed.
To fix CVE-2024-30982, sanitize and validate the 'upid' parameter in the /view-user-detail.php file to prevent SQL injection.
The potential impacts of CVE-2024-30982 include unauthorized access to database information, data manipulation, or even complete control over the database.
CVE-2024-30982 affects version 1.0 of the phpgurukul Cyber Cafe Management System using PHP & MySQL.
Attackers can exploit CVE-2024-30982 by injecting malicious SQL commands through the 'upid' parameter in the /view-user-detail.php file.