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
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.
Windows Win32k fails to properly handle objects in memory, allowing local privilege escalation exploited in the wild in
A privilege escalation vulnerability (CVSS 5.5). Risk factors: actively exploited (KEV-listed), EPSS 94% exploitation pr
Windows 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
Twonky Server 8.5.2 on Linux and Windows allows unauthenticated access to the admin log file through a web service API b
An unrestricted file upload vulnerability exists in MiniWeb HTTP Server <= Build 300 that allows unauthenticated remote
FreeFloat FTP Server contains multiple critical design flaws that allow unauthenticated remote attackers to upload arbit
Serviio Media Server versions 1.4 through 1.8 on Windows contain an unauthenticated command injection in the /rest/actio
Twonky Server 8.5.2 uses hard-coded cryptographic keys for encrypting the administrator password. Combined with the cred
Mako Server versions 2.5 and 2.6 contain an unauthenticated OS command injection via the tutorial interface at examples/
React Native Metro Development Server binds to external interfaces by default and contains an OS command injection endpo
External control of file name or path in Windows NTLM allows an unauthorized attacker to perform spoofing over a network
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