Live data from Hacker News

Ghrc.io appears to be malicious

bmitch.net

1–10 of 78 posts

Re: Ghrc.io appears to be malicious

#7
Is the danger here token replay? It's using Bearer tokens, so it's not sending a password over:

https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/Aut...>

Threats section for Bearer tokens: https://datatracker.ietf.org/doc/html/rfc6750#section-5.2>

Does OAuth reuse tokens across domains? If not, doesn't this just mean it is requesting an auth token for ghrc (the "fake" domain) but it can't access any auth tokens for ghcr (the real domain)?

Re: Ghrc.io appears to be malicious

#9
GitHub Container registry does not even support fine-grained tokens, instead it uses classic ones [1], which makes this even more dangerous.

[1] https://docs.github.com/en/packages/working-with-a-github-pa...

Edit: most relevant issues?

https://github.com/orgs/community/discussions/38467

https://github.com/github/roadmap/issues/558

Post reply on HN