CVE-2020-19110: SQL Injection
SQL Injection vulnerability in Online Book Store v1.0 via the bookisbn parameter to book.php parameter, which could let a remote malicious user execute arbitrary code.
Affected Software
Event History
Frequently Asked Questions
What is CVE-2020-19110?
CVE-2020-19110 is a SQL Injection vulnerability in Online Book Store v1.0 that allows a remote malicious user to execute arbitrary code.
How severe is CVE-2020-19110?
CVE-2020-19110 has a severity rating of 9.8, which is considered critical.
How does CVE-2020-19110 affect the Online Book Store v1.0 software?
CVE-2020-19110 affects the Online Book Store v1.0 software by allowing a remote malicious user to execute arbitrary code through the bookisbn parameter in book.php.
How can I fix CVE-2020-19110?
To fix CVE-2020-19110, you should sanitize and validate all user input, and use parameterized queries or prepared statements to prevent SQL injection.
Where can I find more information about CVE-2020-19110?
You can find more information about CVE-2020-19110 at the following link: https://github.com/projectworldsofficial/online-book-store-project-in-php/issues/11