Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Account Email can be changed #26

Open
maxemann96 opened this issue Mar 8, 2020 · 0 comments
Open

BUG: Account Email can be changed #26

maxemann96 opened this issue Mar 8, 2020 · 0 comments

Comments

@maxemann96
Copy link

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": []}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant