Reflected Cross-Site Scripting (XSS) may allow an attacker to execute JavaScript code in the context of the victim's browser. This may lead to unauthorised actions being performed, unauthorised access to data, stealing of session information, denial of service, etc. An attacker needs to coerce a user into visiting a link with the XSS payload to be properly exploited against a victim.
Where the Issue Occurred
The following code shows that the $_GET['registration'] variable is reflected to the victim's browser without any input validation, leading to reflected XSS:
The Issue
Reflected Cross-Site Scripting (XSS) may allow an attacker to execute JavaScript code in the context of the victim's browser. This may lead to unauthorised actions being performed, unauthorised access to data, stealing of session information, denial of service, etc. An attacker needs to coerce a user into visiting a link with the XSS payload to be properly exploited against a victim.
Where the Issue Occurred
The following code shows that the
$_GET['registration']variable is reflected to the victim's browser without any input validation, leading to reflected XSS:FlightAirMap/registration-sub-menu.php
Line 18 in aee2fd6
An example payload for the registration variable is given below:
The text was updated successfully, but these errors were encountered: