Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Lifecycle Timeline
6DescriptionCVE.org
Heap-based buffer overflow in Windows Routing and Remote Access Service (RRAS) allows an unauthorized attacker to execute code over a network.
AnalysisAI
Heap-based buffer overflow vulnerability in Windows Routing and Remote Access Service (RRAS) that allows unauthenticated remote attackers to execute arbitrary code over the network with user interaction. This is a critical network-accessible vulnerability affecting Windows systems running RRAS; successful exploitation grants the attacker complete system compromise with high confidentiality, integrity, and availability impact. The CVSS 8.8 score reflects the severity, though real-world exploitation probability and active KEV status would determine if this is actively weaponized.
Technical ContextAI
The vulnerability exists in the Windows Routing and Remote Access Service (RRAS), a core Windows networking component that handles remote access protocols including RAS (Remote Access Service), VPN, and routing functionality. The root cause is a heap-based buffer overflow (CWE-122), which occurs when the RRAS service fails to properly validate input length before writing data to a heap-allocated buffer. This memory corruption can be leveraged to overwrite adjacent heap structures, enabling arbitrary code execution in the RRAS service context (typically SYSTEM privilege level). The affected component likely processes remote authentication requests, configuration data, or protocol-specific packets without adequate bounds checking. RRAS typically operates on ports 443 (HTTPS), 1194 (OpenVPN), 1723 (PPTP), and 500/4500 (IPSec), making it directly accessible from network sources without local access requirements.
RemediationAI
- Immediate: Disable RRAS if not actively required; use 'Services.msc' to stop 'Remote Access Auto Connection Manager' and 'Routing and Remote Access' services. 2. Patching: Install Windows Update patches from Microsoft security bulletin (CVE-2025-33066 patch); specifics depend on Windows version (Server 2019, Server 2022, Windows 10/11 have distinct patch KB numbers). 3. Network Mitigation: Implement network-level access controls restricting RRAS ports (443, 1194, 1723, 500/4500) to trusted networks only; deploy WAF/IDS rules to detect heap overflow exploitation patterns if RRAS must remain exposed. 4. Workaround: If patching is delayed, disable RRAS and migrate to alternative VPN solutions (Azure VPN Gateway, third-party VPN appliances) or restrict RAS access to internal networks only. 5. Monitoring: Enable RRAS auditing and monitor for suspicious authentication attempts or service crashes that may indicate exploitation attempts.
More in Windows 11 23h2
View allWindows Internet Shortcut Files (.url) contain an external control vulnerability (CVE-2025-33053, CVSS 8.8) that enables
Windows SMB contains an improper access control vulnerability (CVE-2025-33073, CVSS 8.8) enabling authenticated attacker
Active Directory Domain Services contains an elevation of privilege vulnerability that allows authenticated domain users
Microsoft Scripting Engine contains a type confusion vulnerability allowing unauthorized remote code execution over the
Windows CLFS Driver contains an input validation flaw enabling local privilege escalation, yet another CLFS kernel vulne
Windows Ancillary Function Driver for WinSock contains a heap-based buffer overflow enabling local privilege escalation
Windows Shell contains a protection mechanism failure (CVE-2026-21510, CVSS 8.8) that allows unauthenticated remote atta
This flaw makes curl overflow a heap based buffer in the SOCKS5 proxy handshake. Rated critical severity (CVSS 9.8), thi
In IGEL OS before 11, Secure Boot can be bypassed because the igel-flash-driver module improperly verifies a cryptograph
Desktop Window Manager (DWM) in Windows contains a type confusion vulnerability (CVE-2026-21519, CVSS 7.8) that enables
Windows Common Log File System Driver contains another use-after-free for local privilege escalation, the latest in a se
Windows Storage contains an elevation of privilege vulnerability through symlink following that allows authorized attack
Same weakness CWE-122 – Heap-based Buffer Overflow
View allSame technique Buffer Overflow
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2025-17776