Unknown · Simple Online Book Store System · CVE-2022-37796
**Name of the Vulnerable Software and Affected Versions**
Simple Online Book Store System version 1.0
**Description**
The issue concerns Cross Site Scripting (XSS) in the /admin book.php file, where the `Title`, `Author`, and `Description` parameters are vulnerable. This allows for potential malicious script injection.
**Recommendations**
For Simple Online Book Store System version 1.0, consider validating and sanitizing user input for the `Title`, `Author`, and `Description` parameters in the /admin book.php file to prevent XSS attacks. As a temporary workaround, restrict access to the /admin book.php file until a proper fix is applied.