Reflected_XSS_All_Clients issue exists @ website/test.php in branch master
The application's <?php embeds untrusted data in the generated output with echo, at line 1 of website\test.php. This untrusted data is embedded straight into the output without proper sanitization or encoding, enabling an attacker to inject malicious code into the output.
The attacker would be able to alter the returned web page by simply providing modified data in the user input _GET, which is read by the <?php method at line 1 of website\test.php. This input then flows through the code straight to the output web page, without sanitization.
This can enable a Reflected Cross-Site Scripting (XSS) attack.
Reflected_XSS_All_Clients issue exists @ website/test.php in branch master
The application's <?php embeds untrusted data in the generated output with echo, at line 1 of website\test.php. This untrusted data is embedded straight into the output without proper sanitization or encoding, enabling an attacker to inject malicious code into the output. The attacker would be able to alter the returned web page by simply providing modified data in the user input _GET, which is read by the <?php method at line 1 of website\test.php. This input then flows through the code straight to the output web page, without sanitization. This can enable a Reflected Cross-Site Scripting (XSS) attack.
Severity: High
CWE:79
Vulnerability details and guidance
Checkmarx
Lines: 2 3 4 5
Code (Line #2):
Code (Line #3):
Code (Line #4):
Code (Line #5):