Skip to content

[SECURITY VULNERABILITY] "updateUser" endpoint needs form validation #50

@connoro7

Description

@connoro7

It's possible to send a request to the API endpoint at /api/users/profile with malformed or malicious values, such as:

  • {"email":" "}
  • {"password":"\n"}
  • {"email":"}{/*Malicious code*/}"

TODO:

Add form validation to user update endpoint

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