vendor:
Taxi Booking Script
by:
Tauco
7.5
CVSS
HIGH
Cross-site Scripting (XSS)
79
CWE
Product Name: Taxi Booking Script
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: YES
Related CWE: N/A
CPE: a:phpjabbers:taxi_booking_script:1.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Windows 10
2018
Taxi Booking Script v1.0 – Cross-site Scripting (XSS)
The malicious content sent to the web browser often takes the form of a segment of JavaScript, but may also include HTML, Flash, or any other type of code that the browser may execute. The variety of attacks based on XSS is almost limitless, but they commonly include transmitting private data, like cookies or other session information, to the attacker, redirecting the victim to web content controlled by the attacker, or performing other malicious operations on the user's machine under the guise of the vulnerable site.
Mitigation:
Input validation should be used to detect and reject malicious input.