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
, skops
, and Redis
, which I reported through responsible disclosure to the respective vendors.
Some were severe enough to earn bounties
and get tracked as public CVE
advisories.
some
of the reports I can make public on GitHub — click to dive in.CVE-2025-1550
- Arbitrary Code Execution on Keras
Android
Notifications .pyc
challenge with a touch of non-determinism due to the use of __builtin_unreachable()
in CPython implementation