CVE-2022-32393: SQL Injection
Published Jun 24, 2022
·Updated
Prison Management System v1.0 was discovered to contain a SQL injection vulnerability via the 'id' parameter at /pms/admin/cells/viewcell.php:4
Affected Software
1 affected component
Prison Management System Project Prison Management System=1.0
Event History
Jun 24, 2022
CVE Published
via MITRE·01:04 AM
Data Sourced
via MITRE·01:04 AM
Description
Frequently Asked Questions
1
What is the severity of CVE-2022-32393?
CVE-2022-32393 is classified as a critical SQL injection vulnerability that can allow attackers to execute arbitrary SQL code.
2
How do I fix CVE-2022-32393?
To fix CVE-2022-32393, sanitize and validate the 'id' parameter in the /pms/admin/cells/view_cell.php file to prevent SQL injection.
3
What software versions are affected by CVE-2022-32393?
CVE-2022-32393 affects Prison Management System version 1.0.
4
What type of attack can CVE-2022-32393 allow?
CVE-2022-32393 can allow an attacker to manipulate database queries through SQL injection.
5
Is CVE-2022-32393 easy to exploit?
Yes, CVE-2022-32393 is considered easy to exploit due to its reliance on user input without proper validation.