Skip to content

CX CSRF @ src/main/webapp/vulnerability/csrf/change-info.jsp [refs/heads/master] #205

@github-actions

Description

@github-actions

CSRF issue exists @ src/main/webapp/vulnerability/csrf/change-info.jsp in branch refs/heads/master

Method info=request.getParameter at line 26 of src\main\webapp\vulnerability\csrf\change-info.jsp gets a parameter from a user request from ""info"". This parameter value flows through the code and is eventually used to access application state altering functionality. This may enable Cross-Site Request Forgery (CSRF).

Severity: Medium

CWE:352

Vulnerability details and guidance

Checkmarx

Training
Recommended Fix

Lines: 26


Code (Line #26):

   String info=request.getParameter("info");

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