A Reflected cross-site scripting (XSS) vulnerability in browse.php of Code-projects Jonnys Liquor 1.0 allows remote attackers to inject arbitrary web scripts or HTML via the search parameter.
Cross Site Scripting (XSS)
Code-projects
https://code-projects.org/jonnys-liquor-in-php-css-javascript-and-mysql-free-download/ - 1.0
browse.php
- Set up the application locally
- Navigate to the following URL in your web browser: http://localhost/jonnysLiquor-master/
- In the search input field of the application, enter the following payload: "><script>alert(1)</script>
- After submitting the input, the script executes in the browser, confirming the reflected XSS vulnerability.