When I'm bored and not doing research, not playing (or organizing) CTFs, and not working on libdebug, I occasionally hunt down unknown vulnerabilities in widely used software—just for fun.
So far, I've found vulnerabilities in Keras
, Google Messages
(on Wear OS), Android
, and Redis
, which I reported through responsible disclosure to the respective vendors. The issues were acknowledged and have either been fixed or are currently being patched.
Some were severe enough to earn bounties
and get tracked as public CVE
advisories.
.pyc
challenge with a touch of non-determinism due to the use of __builtin_unreachable()
in CPython implementation