CVE-2025-66576
Published: 04 December 2025
Summary
CVE-2025-66576 is a high-severity OS Command Injection (CWE-78) vulnerability in Remotecontrolio Remote Keyboard Desktop. Its CVSS base score is 8.9 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 24.1% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
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.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-201265
Vulnerability details
Remote Keyboard Desktop 1.0.1 enables remote attackers to execute system commands via the rundll32.exe exported function export, allowing unauthenticated code execution.
- CWE(s)
Related Threats
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).
CVEs Like This One
Affected Assets
Mitigating Controls
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.