RoguePlanet is a proof-of-concept repository focused on a Windows Defender vulnerability. The project describes a race-condition issue that can behave inconsistently depending on machine state, timing, and environment. Its README states that it was tested on Windows 11 and Windows 10 systems with the June 2026 patch installed. The repository includes a C++ source file, a compiled executable, a license, and a short explanation of the vulnerability behavior. Because the project concerns privilege escalation behavior, it should be treated strictly as security research material for authorized testing, defensive validation, or vendor analysis. It is not a general-purpose utility, and it should not be used against systems without explicit permission.
Features
- Windows Defender vulnerability research
- Race-condition proof of concept
- Windows 10 and Windows 11 testing context
- C++ source implementation
- Compiled executable included
- Defensive validation reference