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
RRAS-VULNERABILITY-CVE-2026-25172-CVE-2026-25173-CVE-2026--26111 | Kitploit
Tools/GitHubGitHub/dhananjayasj/rras-vulnerability-cve-2026-25172-cve-2026-25173-cve-2026--26111
Vulnerability AnalysisExploitationPenetration TestingLearning & EducationLabs & Practice
GitHubdhananjayasj/rras-vulnerability-cve-2026-25172-cve-2026-25173-cve-2026--26111

RRAS-VULNERABILITY-CVE-2026-25172-CVE-2026-25173-CVE-2026--26111

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
2 months agoNot yet reviewed

Windows 11 RRAS Vulnerability Simulation Lab (CVE-2026-25172, CVE-2026-25173, CVE-2026-26111)

⚠️ IMPORTANT – Educational & Defensive Use Only
This guide is for setting up an isolated, controlled lab environment to understand integer overflow vulnerabilities in the Windows Routing and Remote Access Service (RRAS) management tool. Do not use these techniques on any system without explicit authorization. Ensure your lab has no internet or production network access.

📋 Overview

This lab simulates three critical vulnerabilities in the RRAS management tool (CVE-2026-25172, CVE-2026-25173, CVE-2026-26111). An authenticated domain user or an administrator can be tricked into connecting the RRAS management console to a malicious server, causing a denial of service (DoS) or remote code execution (RCE).

VulnerabilityCVSS ScoreSeverity
CVE-2026-251728.8 (High)High
CVE-2026-251738.0 (High)High
CVE-2026-261118.0 (High)High

Lab Components

  • Attacker Machine: Kali Linux (simulates malicious RRAS server)
  • Victim Machine: Windows 11 (24H2 or 25H2) – unpatched (build lower than 26100.7982 or 26200.7982)
  • Network: Isolated host‑only virtual network (no internet)

🧱 Step 1 – Lab Environment Setup

1.1 Create an Isolated Virtual Network

  • In your hypervisor (VMware/VirtualBox), create a host‑only adapter (e.g. vboxnet0, VMnet2).
  • Assign static IP addresses:
    • Attacker (Kali): 192.168.100.10/24
    • Victim (Win11): 192.168.100.20/24
  • Verify connectivity: ping 192.168.100.10 from Win11, and vice versa.

1.2 Prepare Victim Machine (Windows 11)

  1. Check build & patch status (PowerShell as Admin):
    root@kitploit:~
    Get-HotFix | Where-Object {$_.HotFixID -eq "KB5084597"}
    [System.Environment]:https://raw.githubusercontent.com/dhananjayasj/rras-vulnerability-cve-2026-25172-cve-2026-25173-cve-2026--26111/HEAD/:OSVersion.Version
    
Download Tool