First published: Wed May 05 2021(Updated: )
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.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
Projectworlds Online Book Store Project In Php | =1.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2020-19110 is a SQL Injection vulnerability in Online Book Store v1.0 that allows a remote malicious user to execute arbitrary code.
CVE-2020-19110 has a severity rating of 9.8, which is considered critical.
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.
To fix CVE-2020-19110, you should sanitize and validate all user input, and use parameterized queries or prepared statements to prevent SQL injection.
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