PatchSiren cyber security CVE debrief
CVE-2026-76840 rustdesk CVE debrief
CVE-2026-76840 is a heap buffer overflow vulnerability in RustDesk's Windows clipboard redirection feature. A malicious peer can supply an oversized file contents response, causing attacker-chosen data to be written past the end of a paste consumer's heap buffer when the local user pastes clipboard file contents offered by the remote side. This vulnerability could allow a malicious peer to execute arbitrary code or corrupt data. Defenders should prioritize verifying exposure and implementing compensating controls. The vulnerability is caused by a lack of upper bound checking on the length of a peer-supplied file contents response in RustDesk's Windows clipboard redirection feature.
- Vendor
- rustdesk
- Product
- Unknown
- CVSS
- HIGH 8.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-24
- Original CVE updated
- 2026-09-23
- Advisory published
- 2026-08-24
- Advisory updated
- 2026-09-23
Who should care
Defenders responsible for systems using RustDesk's Windows clipboard redirection feature should assess the potential for exploitation and implement compensating controls to limit the impact of potential exploitation.
Why it matters
CVE-2026-76840 is a heap buffer overflow vulnerability in RustDesk's Windows clipboard redirection feature that could allow a malicious peer to execute arbitrary code or corrupt data. Defenders should prioritize verifying exposure and implementing compensating controls.
- Potential for heap buffer overflow exploitation
- Possible data corruption or code execution
- Need for compensating controls to limit impact
- Verification of exposure and remediation required
Technical summary
The vulnerability is caused by a lack of upper bound checking on the length of a peer-supplied file contents response in RustDesk's Windows clipboard redirection feature. This allows a malicious peer to supply an oversized response, causing attacker-chosen data to be written past the end of a paste consumer's heap buffer when the local user pastes clipboard file contents offered by the remote side.
Defensive priority
Defenders should prioritize verifying exposure of systems using RustDesk's Windows clipboard redirection feature and assess the potential for exploitation.
Recommended defensive actions
- Verify exposure of systems using RustDesk's Windows clipboard redirection feature
- Assess the potential for exploitation
- Implement compensating controls to limit the impact of potential exploitation
- Monitor for suspicious activity related to clipboard file contents
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The vulnerability is caused by a lack of upper bound checking on the length of a peer-supplied file contents response. The CVE record and NVD entry provide details on the vulnerability, but do not provide information on exploitation or affected versions.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-76840 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-76840
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-76840 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-76840
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-m37j-jcr2-8gcc
-
Source reference
Unverified legacy reference
URL: https://github.com/rustdesk/rustdesk
-
Source reference
Unverified legacy reference
URL: https://github.com/rustdesk/rustdesk/blob/1.4.9/libs/clipboard/src/windows/wf_cliprdr.c
-
Source reference
Unverified legacy reference
URL: https://github.com/rustdesk/rustdesk/pull/15515
-
Source reference
Unverified legacy reference
URL: https://www.vulncheck.com/advisories/rustdesk-through-heap-buffer-overflow-via-unvalidated-cliprdr-filecontentsresponse-length
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.