Skip to content

BUG: Account Email can be changed #26

@maxemann96

Description

@maxemann96

With a known session id (from myself or sniffed), it is possible to change the E-Mail address without any confirmation. The following curl command outlines this:

curl --request POST \
  --url http://127.0.0.1:8080/api/account \
  --header 'content-type: application/json' \
  --cookie JSESSIONID={{ YOUR SESSION ID }} \
  --data '{"login": "newMail@example.org", "roles": []}'

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