Skip to content

CX Stored_XSS @ src/main/webapp/vulnerability/Injection/orm.jsp [master] #45

@kmcdon83

Description

@kmcdon83

Stored_XSS issue exists @ src/main/webapp/vulnerability/Injection/orm.jsp in branch master

Method query.list at line 12 of src\main\webapp\vulnerability\Injection\orm.jsp gets data from the database, for the list element. This element’s value then flows through the code without being properly filtered or encoded and is eventually displayed to the user in method out.print at line 50 of src\main\webapp\vulnerability\Injection\orm.jsp. This may enable a Stored Cross-Site-Scripting attack.

Severity: High
CWE:79
Vulnerability details and guidance
Internal Guidance
Checkmarx
Lines: 12


Code (Line #12):

        List <Users>list = query.list();

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