Skip to content

CX Reflected_XSS_All_Clients @ XtremelyEvilWebApp/StealCookies.aspx.cs [master] #5

@kmcdon83

Description

@kmcdon83

Reflected_XSS_All_Clients issue exists @ XtremelyEvilWebApp/StealCookies.aspx.cs in branch master

Method Page_Load at line 8 of XtremelyEvilWebApp\StealCookies.aspx.cs gets user input for the QueryString_Cookie element. This element’s value then flows through the code without being properly sanitized or validated and is eventually displayed to the user in method Page_Load at line 8 of XtremelyEvilWebApp\StealCookies.aspx.cs. This may enable a Cross-Site-Scripting attack.

Severity: High
CWE:79
Vulnerability details and guidance
Lines: 10


Code (Line #10):

            var cookie = Request.QueryString["Cookie"];

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions