HackerTrans
热门最新趋势评论往期问答秀出招聘

_wkvo

no profile record

提交

Discord won't fix the invisibility bypass CVE, so I made a PoC

greasyfork.org
9 分·作者 _wkvo·6个月前·2 评论

Invisible modes on Steam and Discord are useless

2 分·作者 _wkvo·6个月前·0 评论

Discord Invisible Mode Is UI Illusion

cve.org
5 分·作者 _wkvo·6个月前·3 评论

Discord WebSocket leaks 'Invisible' users by explicitly sending 'offline' status

xmrcat.org
4 分·作者 _wkvo·6个月前·0 评论

Steam "Offline" status leaks exact login timestamps (Valve: Won't Fix)

xmrcat.org
79 分·作者 _wkvo·6个月前·96 评论

评论

_wkvo
·6个月前·讨论
Usually discord ignores all issues related to invisibility leaks but responds very fast to other types of issues which is why i decided not to wait for weeks for a fix, instead publish it and watch it get fixed.
_wkvo
·6个月前·讨论
https://xmrcat.org/discord-invisibility-bypass seems like steam is not alone :D
_wkvo
·6个月前·讨论
here you go https://i.ibb.co/39GRMySs/png.png
_wkvo
·6个月前·讨论
Incorrect. "Invisible" is a privacy control, not just a UI filter. While the official client freezes the text, the backend still broadcasts live last_logon and last_logoff Unix timestamps in the ClientPersonaState packet. This leaks exact real-time sleep/wake cycles via the socket, completely bypassing the privacy toggle.
_wkvo
·6个月前·讨论
In this context, 'Logoff' triggers whenever the socket disconnects. So every time you shut down your PC or put it to sleep, that timestamp is updated and broadcast, even if you never explicitly clicked 'Sign Out'.
_wkvo
·6个月前·讨论
Exactly. The 'Offline' feature exists specifically to set that boundary, and the backend completely ignores it.
_wkvo
·6个月前·讨论
Privacy shouldn't require leaving your PC running 24/7.
_wkvo
·6个月前·讨论
True, but a tracking pixel is an active attack that leaves a visible trail. This leak is passive surveillance; I can silently graph the sleep cycles of 200 friends without ever interacting with them. Trust shouldn't imply consent for invisible, automated logging.