What is the Windows Remote Access Connection Manager (RasMan)?
The Remote Access Connection Manager (RasMan) is a Windows service (rasmanp.dll) that manages VPN connections, dial-up networking, and Point-to-Point Protocol (PPP) sessions. It runs as a privileged service and provides RPC interfaces that applications use to create, configure, and monitor remote access connections. RasMan is present and running on all Windows systems, not just those actively using VPN features, because it is a core Windows networking service.
Overview
CVE-2025-59230 is an improper access control vulnerability (CWE-284) in the Windows Remote Access Connection Manager service that allows a locally authenticated low-privilege attacker to escalate privileges to SYSTEM. The vulnerability was patched in October 2025 Patch Tuesday, with CISA adding it to the KEV catalog the same day — indicating active zero-day exploitation before the patch was released. Microsoft stated no viable workarounds exist, making patching the only mitigation.
Affected Versions
| Product | Vulnerable | Fixed |
|---|---|---|
| Windows 10 (1809–22H2) | Before October 2025 cumulative update | October 2025 cumulative update |
| Windows 11 (21H2–24H2) | Before October 2025 cumulative update | October 2025 cumulative update |
| Windows Server 2019–2025 | Before October 2025 cumulative update | October 2025 cumulative update |
Technical Details
The improper access control (CWE-284) is in RasMan's RPC/IPC interfaces — the mechanisms through which applications communicate with the service to request VPN connection management. RasMan runs with elevated privileges (SYSTEM or LocalSystem) and exposes privileged operations via these interfaces.
The access control flaw allows a low-privilege local attacker to invoke privileged RasMan operations without the expected authorization checks — either because the check is missing, bypassable, or incorrectly implemented. By manipulating RasMan's privileged operations, the attacker gains SYSTEM-level code execution.
Key characteristics:
- Local attack vector — the attacker must have a local account on the target system (achievable via phishing, malware, or RDP)
- Low privilege required (PR:L) — any standard user account suffices
- No user interaction needed (UI:N) — exploitable silently
- Low attack complexity (AC:L) — a reliable, stable exploit is straightforward
- SYSTEM-level access enables full system compromise, credential extraction, and lateral movement
Discovery
Microsoft MSTIC identified zero-day exploitation before October 2025 Patch Tuesday. Specific reporter attribution not publicly disclosed.
Exploitation Context
Microsoft confirmed active zero-day exploitation and added to the KEV catalog on October 14, 2025 — patch day itself. Microsoft explicitly stated that no viable workarounds exist; the only mitigation is applying the October 2025 cumulative update. Local privilege escalation vulnerabilities like this are the second stage of attacks: after an initial foothold (phishing, malware, compromised credentials) provides a standard user context, the LPE enables full control over the system.
Remediation
- Apply the October 2025 cumulative update for your Windows version. No workarounds exist — patching is the only fix. The CISA deadline was November 4, 2025.
- Prioritize systems with multiple local users or RDP-accessible systems — these have the highest likelihood of low-privilege attacker presence.
- Audit for signs of exploitation: look for unexpected SYSTEM-privileged processes spawned from user-context processes in Windows Event Log (Event ID 4688) before the patch date.
- Enable Windows Defender Credential Guard and virtualization-based security — these reduce the impact of SYSTEM-level compromises on credential theft.
- Review RDP access — ensure only authorized users have RDP access to Windows systems; restrict RDP with firewall rules and require MFA.
Key Details
| Property | Value |
|---|---|
| CVE ID | CVE-2025-59230 |
| Vendor / Product | Microsoft — Windows |
| NVD Published | 2025-10-14 |
| NVD Last Modified | 2025-12-03 |
| CVSS 3.1 Score | 7.8 |
| CVSS 3.1 Vector | CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
| Severity | HIGH |
| CWE | CWE-284 find similar ↗ |
| CISA KEV Added | 2025-10-14 |
| CISA KEV Deadline | 2025-11-04 |
| Known Ransomware Use | No |
CVSS 3.1 Breakdown
Required Action
Timeline
| Date | Event |
|---|---|
| 2025-10-14 | Patched in October 2025 Patch Tuesday; CISA adds to KEV (zero-day exploited before patch) |
| 2025-11-04 | CISA BOD 22-01 remediation deadline |
References
| Resource | Type |
|---|---|
| Microsoft Security Response Center — CVE-2025-59230 | Vendor Advisory |
| NVD — CVE-2025-59230 | Vulnerability Database |
| CISA KEV Catalog Entry | US Government |
| Windows Remote Access Connection Manager Zero-Day Flaws | Security Research |