CVE-2026-30795: CWE-319 Cleartext Transmission of Sensitive Information in rustdesk-client RustDesk Client
CVE-2026-30795 is a high-severity vulnerability in RustDesk Client versions up to 1. 4. 5 affecting Windows, MacOS, Linux, iOS, and Android. It involves cleartext transmission of sensitive information during the heartbeat sync loop, specifically in the Heartbeat JSON payload construction, exposing preset address book passwords. This flaw allows attackers to perform sniffing attacks on network traffic without requiring authentication or user interaction. The vulnerability has a CVSS 4. 0 base score of 8. 7, indicating critical network exposure with high confidentiality impact. No known exploits are currently reported in the wild. Organizations using RustDesk Client for remote desktop or collaboration should urgently apply mitigations to prevent credential leakage and unauthorized access.
AI Analysis
Technical Summary
CVE-2026-30795 is a vulnerability classified under CWE-319, indicating the cleartext transmission of sensitive information. It affects the RustDesk Client, a remote desktop software used across multiple platforms including Windows, MacOS, Linux, iOS, and Android, up to version 1.4.5. The vulnerability resides in the heartbeat synchronization loop module, specifically within the source file src/hbbs_http/sync.Rs and the Heartbeat JSON payload construction routine that handles the preset address book password. During the heartbeat sync process, sensitive data such as passwords are transmitted over the network in cleartext, making them susceptible to interception by attackers performing network sniffing attacks. The CVSS 4.0 vector (AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N) indicates that the attack can be performed remotely over the network without any privileges or user interaction, and the impact on confidentiality is high, while integrity and availability are unaffected. This vulnerability exposes users to credential theft, potentially allowing unauthorized access to remote desktop sessions or other sensitive resources. Although no known exploits have been reported in the wild yet, the high severity score and ease of exploitation make this a critical issue for users of RustDesk Client. The vulnerability affects all major operating systems supported by RustDesk, increasing the scope and risk of exploitation. The root cause is the lack of encryption or secure transmission mechanisms for sensitive heartbeat sync data, violating best practices for secure communications in remote desktop applications.
Potential Impact
The primary impact of CVE-2026-30795 is the exposure of sensitive credentials (preset address book passwords) transmitted in cleartext during heartbeat synchronization in RustDesk Client. This can lead to credential theft by attackers capable of intercepting network traffic, such as those on the same local network or positioned on compromised network infrastructure. Once credentials are obtained, attackers may gain unauthorized remote access to affected systems, potentially leading to data breaches, lateral movement within networks, and compromise of sensitive information. The vulnerability affects multiple platforms, increasing the attack surface and risk for organizations using RustDesk for remote access or collaboration. Given RustDesk's use in enterprise and personal environments, the impact spans from individual users to large organizations, potentially disrupting business operations and exposing confidential data. The lack of required authentication or user interaction for exploitation further elevates the risk. Although no active exploits are known, the vulnerability's presence in a widely used remote desktop client makes it a significant threat vector for attackers targeting remote access solutions.
Mitigation Recommendations
1. Immediately restrict RustDesk Client usage to trusted, secure networks until a patch is available. 2. Employ network-level encryption such as VPN tunnels or TLS proxies to protect heartbeat sync traffic from interception. 3. Monitor network traffic for unencrypted JSON payloads containing sensitive information and alert on suspicious patterns. 4. Educate users and administrators about the risk of using RustDesk Client in untrusted environments and encourage minimizing exposure. 5. Disable or limit the use of the heartbeat sync feature if possible or configure it to avoid transmitting sensitive data in cleartext. 6. Regularly check for updates from RustDesk and apply security patches promptly once released. 7. Implement network segmentation to isolate devices running RustDesk Client from critical infrastructure. 8. Conduct periodic security assessments and penetration testing focusing on remote access tools to detect similar vulnerabilities. 9. Use endpoint detection and response (EDR) solutions to detect anomalous remote access or credential misuse. 10. Consider alternative remote desktop solutions with verified secure communication channels until this issue is resolved.
Affected Countries
United States, Germany, United Kingdom, Canada, Australia, France, Japan, South Korea, India, Brazil
CVE-2026-30795: CWE-319 Cleartext Transmission of Sensitive Information in rustdesk-client RustDesk Client
Description
CVE-2026-30795 is a high-severity vulnerability in RustDesk Client versions up to 1. 4. 5 affecting Windows, MacOS, Linux, iOS, and Android. It involves cleartext transmission of sensitive information during the heartbeat sync loop, specifically in the Heartbeat JSON payload construction, exposing preset address book passwords. This flaw allows attackers to perform sniffing attacks on network traffic without requiring authentication or user interaction. The vulnerability has a CVSS 4. 0 base score of 8. 7, indicating critical network exposure with high confidentiality impact. No known exploits are currently reported in the wild. Organizations using RustDesk Client for remote desktop or collaboration should urgently apply mitigations to prevent credential leakage and unauthorized access.
AI-Powered Analysis
Technical Analysis
CVE-2026-30795 is a vulnerability classified under CWE-319, indicating the cleartext transmission of sensitive information. It affects the RustDesk Client, a remote desktop software used across multiple platforms including Windows, MacOS, Linux, iOS, and Android, up to version 1.4.5. The vulnerability resides in the heartbeat synchronization loop module, specifically within the source file src/hbbs_http/sync.Rs and the Heartbeat JSON payload construction routine that handles the preset address book password. During the heartbeat sync process, sensitive data such as passwords are transmitted over the network in cleartext, making them susceptible to interception by attackers performing network sniffing attacks. The CVSS 4.0 vector (AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N) indicates that the attack can be performed remotely over the network without any privileges or user interaction, and the impact on confidentiality is high, while integrity and availability are unaffected. This vulnerability exposes users to credential theft, potentially allowing unauthorized access to remote desktop sessions or other sensitive resources. Although no known exploits have been reported in the wild yet, the high severity score and ease of exploitation make this a critical issue for users of RustDesk Client. The vulnerability affects all major operating systems supported by RustDesk, increasing the scope and risk of exploitation. The root cause is the lack of encryption or secure transmission mechanisms for sensitive heartbeat sync data, violating best practices for secure communications in remote desktop applications.
Potential Impact
The primary impact of CVE-2026-30795 is the exposure of sensitive credentials (preset address book passwords) transmitted in cleartext during heartbeat synchronization in RustDesk Client. This can lead to credential theft by attackers capable of intercepting network traffic, such as those on the same local network or positioned on compromised network infrastructure. Once credentials are obtained, attackers may gain unauthorized remote access to affected systems, potentially leading to data breaches, lateral movement within networks, and compromise of sensitive information. The vulnerability affects multiple platforms, increasing the attack surface and risk for organizations using RustDesk for remote access or collaboration. Given RustDesk's use in enterprise and personal environments, the impact spans from individual users to large organizations, potentially disrupting business operations and exposing confidential data. The lack of required authentication or user interaction for exploitation further elevates the risk. Although no active exploits are known, the vulnerability's presence in a widely used remote desktop client makes it a significant threat vector for attackers targeting remote access solutions.
Mitigation Recommendations
1. Immediately restrict RustDesk Client usage to trusted, secure networks until a patch is available. 2. Employ network-level encryption such as VPN tunnels or TLS proxies to protect heartbeat sync traffic from interception. 3. Monitor network traffic for unencrypted JSON payloads containing sensitive information and alert on suspicious patterns. 4. Educate users and administrators about the risk of using RustDesk Client in untrusted environments and encourage minimizing exposure. 5. Disable or limit the use of the heartbeat sync feature if possible or configure it to avoid transmitting sensitive data in cleartext. 6. Regularly check for updates from RustDesk and apply security patches promptly once released. 7. Implement network segmentation to isolate devices running RustDesk Client from critical infrastructure. 8. Conduct periodic security assessments and penetration testing focusing on remote access tools to detect similar vulnerabilities. 9. Use endpoint detection and response (EDR) solutions to detect anomalous remote access or credential misuse. 10. Consider alternative remote desktop solutions with verified secure communication channels until this issue is resolved.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- VULSec
- Date Reserved
- 2026-03-05T14:13:37.203Z
- Cvss Version
- 4.0
- State
- PUBLISHED
Threat ID: 69a9a2e4460e1c85dfd8771d
Added to database: 3/5/2026, 3:36:04 PM
Last enriched: 3/5/2026, 3:50:29 PM
Last updated: 3/5/2026, 5:06:52 PM
Views: 3
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Related Threats
CVE-2026-30785: CWE-257 in rustdesk-client RustDesk Client
HighCVE-2026-30784: CWE-862 Missing Authorization in rustdesk-server RustDesk Server
HighCVE-2026-30783: CWE-602 in rustdesk-client RustDesk Client
HighCVE-2026-30794: CWE-295 Improper Certificate Validation in rustdesk-client RustDesk Client
CriticalCVE-2026-30793: CWE-285 in rustdesk-client RustDesk Client
CriticalActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
External Links
Need more coverage?
Upgrade to Pro Console in Console -> Billing for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.