First published: Wed Jan 18 2023(Updated: )
Book Store Management System v1.0 was discovered to contain a cross-site scripting (XSS) vulnerability in /bsms_ci/index.php/book. This vulnerability allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the publisher parameter.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
1000projects Bookstore Management System PHP MySQL Project | =1.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2022-45613 is rated as a medium severity vulnerability due to its potential for cross-site scripting (XSS) attacks.
To fix CVE-2022-45613, sanitize and validate inputs for the publisher parameter to prevent the injection of malicious scripts.
The vulnerability affects users of Book Store Management System version 1.0 that utilize the /bsms_ci/index.php/book endpoint.
CVE-2022-45613 can facilitate cross-site scripting (XSS) attacks, allowing attackers to execute arbitrary scripts in the context of a user's browser.
CVE-2022-45613 highlights common security flaws in web applications related to improper input handling.