Home Microsoft CVE-2025-21307
Back to Microsoft

CVE-2025-21307

Target: Windows - Reliable Multicast Transport Driver (RMCAST)

Microsoft CVSS 9.8 Updated March 10, 2026
Threat Level CRITICAL

Executive Risk Summary

"A remote code execution vulnerability exists in the Windows Reliable Multicast Transport Driver (RMCAST) due to improper handling of network packets, allowing attackers to execute arbitrary code on affected systems. This vulnerability poses a significant risk to Windows systems, as it can be exploited by sending specially crafted packets to vulnerable systems, potentially leading to code execution and system compromise."

Operational Audit Arsenal

Target Type Driver
Target Asset RMCAST
Standard Path Windows Kernel
PowerShell
# 🛠️ Senior Engineer Universal Audit
# Target: RMCAST (Driver)
$Target = "RMCAST"
$SearchPaths = @("$env:windir\System32", "$env:ProgramFiles", "${env:ProgramFiles(x86)}")

Get-ChildItem -Path $SearchPaths -Filter $Target -Recurse -ErrorAction SilentlyContinue | 
Select-Object FullName, @{Name="Version";Expression={$_.VersionInfo.ProductVersion}}

Patch Impact Forecast

Reboot Required Required
Service Disruption

Moderate

Internal Work Notes

Apply the latest security updates from Microsoft to patch the vulnerability, and consider implementing network traffic filtering and monitoring to detect and prevent potential exploitation attempts.

Intelligence Sources

Scope of Impact

Windows 10 1507 Windows 11 23H2 Windows Server 2012 Windows Server 2022 23H2 Windows Server 2016 Windows Server 2019 Windows Server 2012 (Version r2) Windows 11 24H2 Windows Server 2025 Windows Server 2008 Windows 10 21H2 Windows 10 22H2 Windows Server 2008 (Version r2) Windows Server 2022 Windows 11 22H2 Windows 10 1607 Windows 10 1809

Original NVD Description

"Windows Reliable Multicast Transport Driver (RMCAST) Remote Code Execution Vulnerability"

Data compiled from NVD, MSRC, and CISA KEV Catalog. Intelligence synthesized via AI. Scripts provided for diagnostic purposes under MIT License.