Vulnerability Description
RustDesk versions 1.3.9 through 1.4.9 contain a path traversal vulnerability in the macOS clipboard file-paste code path. The application accepts peer-supplied file descriptor names and joins them to the selected target directory without requiring normalized relative paths. A remote peer in an active clipboard file-paste session can use parent-directory components or absolute paths to write files outside the intended target directory at locations writable by the RustDesk process. Commit 6f1eb16 fixes the issue by validating descriptor names and safely joining paths.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/rustdesk/rustdesk/commit/6f1eb164d616e0e2bfbcf8c6b7c8083b09d7
- https://github.com/rustdesk/rustdesk/pull/15693
- https://www.vulncheck.com/advisories/rustdesk-path-traversal-via-macos-clipboard
FAQ
What is CVE-2026-73102?
CVE-2026-73102 is a vulnerability with a CVSS score of 5.7 (MEDIUM). RustDesk versions 1.3.9 through 1.4.9 contain a path traversal vulnerability in the macOS clipboard file-paste code path. The application accepts peer-supplied file descriptor names and joins them to ...
How severe is CVE-2026-73102?
CVE-2026-73102 has been rated MEDIUM with a CVSS base score of 5.7/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-73102?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.