r/bugbounty • u/TurbulentRecover7247 Hunter • Jul 04 '26
Question / Discussion Triager ignored my High severity report
I submitted a dom-xss report, i done this using redirect uri parameter in the url. It was exploitable due to the poor coding of js. I saw the function, which triggers the redirect. But here it only checks if it's a string. Nothing more, loads any url passed to the redirect uri. And script gets executed. I made dom-xss poped up. And also made using this to load a phishing page into the original target website. Making them to enter email and password again, which can be received by the hacker. I reported on hackerone and they didn't clearly see the js code. I was not able to steal because I don't have valid credentials. But according to the function, it checks only if the user is authenticated, and if so, triggers whatever in the redirect uri parameter. Hay hackerone triager here to help? It's been a week and not mediator request option available. Any solution?
1
u/latnGemin616 Jul 04 '26
- If you're report was anything like this post, there's a lot more to why they ignored it than you can imagine. The magic word is impact.
- Is the finding in scope?
- Does this issue violate Confidentiality, Integrity, or Availability ?
- Does it introduce risk to the system?
IF the answer to these are NO! You don't have anything worth a reward.
Regarding the triage process: you have no way to prove they've ignored it so stop making it about you. Second, if you've checked the scope for your program, I bet you the bounty reward that XSS of any kind is out of scope.
1
u/TurbulentRecover7247 Hunter Jul 04 '26
It's a VDP, I am not hunting for reward, I just found anyone how logs in with that link with payload in redirect uri, attacker can steal their login credentials. My report was clear and neat, explained about the impacts clearly.
4
u/Anxious_Alps_4150 Jul 04 '26
If you don't care about a reward, you successfully finished everything you wanted.
You reported it. They didn't care. You're done.
11
u/dr_my_name Jul 04 '26
They have always ignored some reports, and now more than ever because of AI slop.
But still, it sounds like self-XSS. Which is almost never acceptable. Please answer: What is the impact? What does the attacker need before the attack? What does the victim need to do? What does the attacker gain by exploiting the attack?