vendor:
Online Hotel Reservation System
by:
Mohammad Koochaki
4,3
CVSS
MEDIUM
Cross-site scripting (XSS)
79
CWE
Product Name: Online Hotel Reservation System
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:sourcecodester:online_hotel_reservation_system:1.0
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Ubuntu 20.04.2 LTS, PHP 7.4.3
2021
Online Hotel Reservation System 1.0 – ‘Multiple’ Cross-site scripting (XSS)
This application is prone to a cross-site scripting in the 'arrival' and 'departure' parameters at the following path: http://localhost/marimar/index.php?p=booking. The payload used is: "></div><script>alert("XSS-MSG")</script>
Mitigation:
Input validation and output encoding should be used to prevent XSS attacks.