CVE-2025-66576
Published: 04 December 2025
Description
Remote Keyboard Desktop 1.0.1 enables remote attackers to execute system commands via the rundll32.exe exported function export, allowing unauthenticated code execution.
Mitigating Controls (NIST 800-53 r5)AI
Directly prevents OS command injection in Remote Keyboard Desktop by validating untrusted remote inputs before processing rundll32.exe exported functions.
Ensures timely identification, reporting, and remediation of the specific command injection flaw (CVE-2025-66576) in version 1.0.1.
Limits damage from injected commands by enforcing least privilege execution for the Remote Keyboard Desktop application process.
Security SummaryAI
CVE-2025-66576 is a critical vulnerability (CVSS 9.8, CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H) in Remote Keyboard Desktop version 1.0.1, classified under CWE-78 (OS Command Injection). The flaw allows remote attackers to execute system commands by abusing the rundll32.exe exported function, resulting in unauthenticated remote code execution. Published on 2025-12-04, it affects this Windows desktop application designed for remote keyboard control.
Remote unauthenticated attackers can exploit the vulnerability over the network with low attack complexity and no user interaction required. Exploitation enables arbitrary command execution on the target system, achieving high-impact compromise of confidentiality, integrity, and availability, potentially leading to full system control.
Advisories, including one from Vulncheck, describe the remote code execution issue in Remote Keyboard Desktop 1.0.1. A proof-of-concept exploit is publicly available on Exploit-DB (exploit ID 52299). The application is hosted on the Microsoft Store and its official website at remotecontrolio.web.app. No patches or specific mitigations are detailed in the provided references.
Details
- CWE(s)
Affected Products
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
CVE enables unauthenticated RCE via exploitation of a public-facing remote desktop application (T1190) through OS command injection abusing rundll32.exe (T1218.011).