CVE-2022-36735: SQL Injection
Published Aug 30, 2022
·Updated
Library Management System v1.0 was discovered to contain a SQL injection vulnerability via the bookId parameter at /admin/delete.php.
Affected Software
1 affected component
Library Management System Project Library Management System=1.0
Event History
Aug 30, 2022
CVE Published
via MITRE·08:43 PM
Data Sourced
via MITRE·08:43 PM
Description
Frequently Asked Questions
1
What is the severity of CVE-2022-36735?
CVE-2022-36735 is classified as a high severity SQL injection vulnerability.
2
How do I fix CVE-2022-36735?
To fix CVE-2022-36735, sanitize user inputs for the bookId parameter and use prepared statements to prevent SQL injection.
3
What software versions are affected by CVE-2022-36735?
CVE-2022-36735 affects Library Management System version 1.0.
4
Can CVE-2022-36735 be exploited remotely?
Yes, CVE-2022-36735 can be exploited remotely by sending crafted requests to the vulnerable endpoint.
5
What impact does CVE-2022-36735 have on the application?
CVE-2022-36735 can allow an attacker to execute arbitrary SQL commands, potentially compromising the database.