Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitHubGitHub/arch1m3d/miniplasma-detection
Privilege EscalationVulnerability AnalysisExploitationThreat IntelligenceIncident Response
GitHubarch1m3d/miniplasma-detection

MiniPlasma-Detection

Sigma detection rule for MiniPlasma (CVE-2020-17103)

View Repository
113 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

MiniPlasma Detection (CVE-2020-17103)

Sigma detection rule for MiniPlasma, a Windows local privilege escalation exploit abusing a race condition in cldflt.sys to hijack the windir environment variable for the SYSTEM account, redirecting the WER QueueReporting scheduled task to execute an attacker controlled binary as SYSTEM.

CVE-2020-17103 was originally reported by James Forshaw from Google Project Zero in 2020 and supposedly patched by Microsoft. As of May 2026 it is fully exploitable on completely patched Windows 11 systems.

The rule detects the core exploit primitive — a registry write to USER.DEFAULT\Volatile Environment\windir, which no legitimate software ever performs.

Usage

root@kitploit:~
sigma convert -t <backend> -p <pipeline> miniplasma_wer_windir_hijack.yml

References

  • https://github.com/Nightmare-Eclipse/MiniPlasma
  • https://msrc.microsoft.com/update-guide/vulnerability/CVE-2020-17103
  • https://www.bleepingcomputer.com/news/microsoft/new-windows-miniplasma-zero-day-exploit-gives-system-access-poc-released/
Download Tool