CVE-2024-9323
Description and Impact:
This vulnerability was found in Free and Open Source inventory management system project with version 1.0 in Sourecodester (https://www.sourcecodester.com/php/16741/free-and-open-source-inventory-management-system-php-source-code.html)
The vulnerability was found in Staff function, when adding new staff, I can inject some malicious javascript code in Name, Designation, Address parameter.
Application does not properly sanitize or validate the input, after adding new staff, if we access to staff_list.php function, it will trigger the malicious javascript code I just added before, lead to stored XSS
Step to reproduce:
First, access to the dashboard of the website
image