Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Network-reachable RPC service requires low-privilege authentication; purely availability impact with no confidentiality or integrity consequence.
Primary rating from Vendor (microsoft).
CVSS VectorVendor: microsoft
Lifecycle Timeline
3DescriptionCVE.org
Null pointer dereference in Microsoft Remote Registry Service allows an authorized attacker to deny service over a network.
AnalysisAI
Remote Registry Service denial of service in Microsoft Windows allows network-authenticated attackers to crash the service via a crafted RPC request triggering a null pointer dereference. The CVSS vector (AV:N/AC:L/PR:L/UI:N) confirms that any domain or local account with network access to the service is sufficient for exploitation - no elevated privileges required. No public exploit code has been identified and this vulnerability is not listed in CISA KEV at time of analysis.
Technical ContextAI
The Windows Remote Registry Service (winreg) implements the MS-RRP (Remote Registry Protocol) over RPC/SMB, enabling remote management of the Windows registry. CWE-476 (NULL Pointer Dereference) identifies the root cause: the service fails to validate a pointer before dereferencing it, likely during parsing of a malformed RPC request. This class of flaw in RPC-exposed services is particularly impactful because the service runs with SYSTEM or LocalService privileges, meaning a crash terminates the entire service process. The affected CPE range spans the Windows NT kernel family from build 6.2.9200 (Server 2012) through 10.0.28000 (Windows 11 26H1), indicating the vulnerable code path exists in a long-lived, shared component of the Windows RPC stack.
RemediationAI
Apply the vendor-released patches from Microsoft's July 2026 Patch Tuesday cycle. The exact fixed build versions per product are listed in ENISA EUVD-2026-56318 and the MSRC advisory at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-61345. Where immediate patching is not possible, the most effective compensating control is to disable the Remote Registry Service entirely via Group Policy or the Services console (services.msc → Remote Registry → set Startup Type to Disabled and stop the service) - note this will break remote registry management tools such as regedit remote connections and certain monitoring agents that rely on MS-RRP. Alternatively, restrict access to the service by blocking TCP port 445 and dynamic RPC ports (49152-65535) at the host firewall for untrusted network segments, limiting exposure to authenticated users on trusted VLANs only. Neither workaround replaces the patch, as they reduce exposure without eliminating the vulnerable code path.
More in Windows 10 1607
View allWindows MSHTML component contains a remote code execution vulnerability that allows attackers to craft malicious ActiveX
<p>A remote code execution vulnerability exists when the Windows Print Spooler service improperly performs privileged fi
Windows MSDT (Microsoft Support Diagnostic Tool) allows remote code execution when called via the ms-msdt URL protocol f
The SMBv1 server in Microsoft Windows Vista SP2; Windows Server 2008 SP2 and R2 SP1; Windows 7 SP1; Windows 8.1; Windows
The Windows VBScript engine contains a remote code execution vulnerability in object handling that allows full system co
Windows Print Spooler Remote Code Execution Vulnerability. Rated high severity (CVSS 7.8), this vulnerability is no auth
The Win32k kernel-mode driver in Windows Vista through Windows Server 2016 allows local privilege escalation, exploited
Windows Search Remote Code Execution Vulnerability. Rated high severity (CVSS 7.5), this vulnerability is remotely explo
Denial of service against HTTP/2 server implementations allows remote unauthenticated attackers to exhaust server resour
Windows Kernel contains a TOCTOU race condition vulnerability allowing local privilege escalation, exploited by the OilR
An elevation of privilege vulnerability exists in Windows when the Win32k component fails to properly handle objects in
An elevation of privilege vulnerability exists in Windows when the Win32k component fails to properly handle objects in
Same weakness CWE-476 – NULL Pointer Dereference
View allSame technique Denial Of Service
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-56318
GHSA-859w-54qg-vr67