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
CVE-2025-10230 — OS command injection vulnerability in Samba that received the maximum possible CVSS v3.1 score of 10.0 | Kitploit
Tools/GitHubGitHub/marcostolosa/cve-2025-10230
Vulnerability AnalysisExploitationWeb Application ExploitationCTFLearning & EducationLabs & Practice
GitHubmarcostolosa/cve-2025-10230

CVE-2025-10230

OS command injection vulnerability in Samba that received the maximum possible CVSS v3.1 score of 10.0

View Repository
129 months agoNot yet reviewed
Website

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2025-10230: Samba Critical RCE (CVSS 10.0)

Vulnerability Summary

CVE-2025-10230 is a critical remote code execution (RCE) vulnerability that remained hidden in the Samba codebase for 13 years.

The flaw resides in the handling of WINS (Windows Internet Name Service) registration packets. When configured as a Domain Controller with wins support = yes and a script defined in wins hook, Samba fails to sanitize received NetBIOS names.

An unauthenticated attacker can send a malicious name registration packet containing shell metacharacters (e.g., command), which are passed directly to the hook script and executed with the privileges of the Samba process (usually root).

Attack Vector

  1. Target: Samba AD DC with WINS active.
  2. Payload: NetBIOS name registration packet containing shell injection.
  3. Execution: The nmbd or samba binary invokes the hook script via , executing the payload.
sh -c

How to Run the Infographic

This project is an interactive technical visualization developed in React and Tailwind CSS. Follow the steps below to run it locally on your Kali or any Linux/Mac/Windows machine.

Prerequisites

  • Node.js and npm installed.

Installation

Clone the repository:

root@kitploit:~
git clone https://github.com/marcostolosa/CVE-2025-10230.git
cd CVE-2025-10230

Install dependencies:

root@kitploit:~
npm install

Start the development server:

root@kitploit:~
npm run dev

Open the browser at the indicated link (usually http://localhost:5173).

Technologies Used

  • React (Vite): Application core.
  • Tailwind CSS: "Dark Mode/Hacker" styling.
  • Lucide React: Vector icons.

⚠️ Disclaimer

This material was developed for educational and awareness purposes. Exploiting this vulnerability on systems without authorization is illegal.

Made with 💀 by Marcos Tolosa

Download Tool