Cyber Resilience

CVE-2021-47786

MediumPublic PoC

Published: 16 January 2026

Published
16 January 2026
Modified
09 February 2026
KEV Added
Patch
CVSS Score v4 6.8 CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0003 8.3th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2021-47786 is a medium-severity Out-of-bounds Write (CWE-787) vulnerability in Redragon M725-Lit Firmware. Its CVSS base score is 6.8 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Application or System Exploitation (T1499.004); ranked at the 8.3th percentile by exploit likelihood (below the median); 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 SC-41 (Port and I/O Device Access) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2021-47786 is a kernel-level vulnerability in the Redragon Gaming Mouse driver, classified as CWE-787. The flaw enables attackers to trigger a denial of service by sending malformed IOCTL requests, specifically a crafted 2000-byte buffer with particular byte patterns to the REDRAGON_MOUSE device, causing the kernel driver to crash. It carries a CVSS score of 7.5 under CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H, highlighting high availability impact with no confidentiality or integrity effects.

Unauthenticated remote attackers can exploit this vulnerability with low complexity and no user interaction, as indicated by the CVSS vector. Exploitation involves delivering the malformed buffer to the affected driver, resulting in a kernel crash and system denial of service.

Advisories and proof-of-concept exploits are documented in references such as the Quadron Research Lab GitHub repository, Exploit-DB entry 50322, Vulncheck advisory on the Redragon Gaming Mouse denial of service, and the vendor site at redragonzone.com. No specific patch or mitigation details are outlined in the provided references.

EU & UK References

Vulnerability details

Redragon Gaming Mouse driver contains a kernel-level vulnerability that allows attackers to trigger a denial of service by sending malformed IOCTL requests. Attackers can send a crafted 2000-byte buffer with specific byte patterns to the REDRAGON_MOUSE device to crash the…

more

kernel driver.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
Why these techniques?

Kernel driver vulnerability directly enables Endpoint Denial of Service via Application or System Exploitation (T1499.004) by crashing the system with crafted IOCTLs.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2024-24422Shared CWE-787
CVE-2026-41989Shared CWE-787
CVE-2025-13151Shared CWE-787
CVE-2020-37208Shared CWE-787
CVE-2026-43656Shared CWE-787
CVE-2025-24326Shared CWE-787
CVE-2019-25478Shared CWE-787
CVE-2026-27853Shared CWE-787
CVE-2026-24827Shared CWE-787
CVE-2024-13168Shared CWE-787

Affected Assets

redragon
m725-lit firmware
all versions
redragon
m617-lit firmware
all versions
redragon
m910-ks firmware
all versions
redragon
m801p-rgb firmware
all versions
redragon
m602-ks firmware
all versions
redragon
m914w-rgb firmware
all versions
redragon
m816-pro firmware
all versions
redragon
m602a-rgb firmware
all versions
redragon
m721 firmware
all versions
redragon
m602aw-rgb firmware
all versions
+4 more product configuration(s) — see NVD for full list

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation of all input buffers (including the 2000-byte IOCTL payloads) before they reach the kernel driver, blocking the malformed patterns that trigger the out-of-bounds write and crash.

prevent

Explicitly controls logical access to I/O devices and their associated drivers, limiting which processes or users can issue IOCTLs to REDRAGON_MOUSE and thereby preventing unauthenticated exploitation.

prevent

Provides denial-of-service protection mechanisms that can throttle or filter malformed device requests before they reach kernel code, mitigating the availability impact described in the CVE.

References