Skip to content

CX Reflected_XSS_All_Clients @ root/basket.jsp [refs/heads/master] #35

@juegge

Description

@juegge

Reflected_XSS_All_Clients issue exists @ root/basket.jsp in branch refs/heads/master

The application's out.println embeds untrusted data in the generated output with println, at line 141 of root\basket.jsp. 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 getCookies, which is read by the request.getCookies method at line 38 of root\basket.jsp. 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

Training
Recommended Fix

Lines: 38


Code (Line #38):

	Cookie[] cookies = request.getCookies();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions