CVE-2022-32400: 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/user/manageuser.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:10 AM
Data Sourced
via MITRE·01:10 AM
Description
Frequently Asked Questions
1
What is the severity of CVE-2022-32400?
CVE-2022-32400 has a high severity due to its potential for SQL injection, allowing an attacker to manipulate the database.
2
How do I fix CVE-2022-32400?
To fix CVE-2022-32400, implement prepared statements or parameterized queries to sanitize user input, particularly the 'id' parameter.
3
What software versions are affected by CVE-2022-32400?
CVE-2022-32400 affects version 1.0 of the Prison Management System.
4
What type of vulnerability is CVE-2022-32400?
CVE-2022-32400 is classified as a SQL injection vulnerability.
5
Can CVE-2022-32400 lead to data breaches?
Yes, exploiting CVE-2022-32400 can allow attackers to access sensitive data through unauthorized SQL queries.