CVE-2026-30789 Details
Description
Use of Password Hash With Insufficient Computational Effort, Improper Restriction of Excessive Authentication Attempts vulnerability in rustdesk-client RustDesk Client rustdesk-client on Windows, MacOS, Linux, iOS, Android (Client login, peer authentication modules) allows Password Brute Forcing. The authentication proof is SHA256(SHA256(password + salt) + challenge), where both the salt and the challenge are generated entirely by the server with no client-side nonce, and the hash uses no slow key-derivation function. A rogue or on-path API/relay server (see CVE-2026-30794 / CVE-2026-30797) can issue a chosen salt and challenge, capture the resulting proof, and recover the password offline. The capture-replay claim (CWE-294) is withdrawn: the challenge is regenerated per connection (challenge = Config::get_auto_password(6)), so a captured proof is not replayable against the legitimate server. The 1.4.7 OTP brute-force limiter and the existing LOGIN_FAILURES counter constrain only ONLINE attempts and do not address offline recovery. This vulnerability is associated with program files src/client.rs and program routines handle_hash(), handle_login_from_ui() (login proof construction). This issue affects RustDesk Client: through 1.4.8.
An authentication bypass vulnerability has been identified in RustDesk Client versions through 1.4.5, across multiple platforms including Windows, macOS, Linux, iOS, and Android. This vulnerability allows for session replay by reusing session IDs, which can be exploited in the client login and peer authentication modules. The issue arises from the way passwords are hashed and how login proofs are constructed, enabling capture-replay attacks.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Mar 17, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://docs.google.com/document/d/e/2PACX-1vSds6jjpd38oO_yIAyd1HYtKNUuea-I-ozAPpGhYI7QgAU-QGJ7D8a4rOZVj1vmiUXV1EcdRHf9aZAW/pub | VULSec Labs | ExploitThird Party Advisory |
| https://rustdesk.com/docs/en/client/ | VULSec Labs | Product |
| https://www.vulsec.org/ | VULSec Labs | Not Applicable |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-916 | Use of Password Hash With Insufficient Computational Effort | VULSec Labs |
Affected Products
| Product | Versions |
|---|---|
| rustdesk rustdesk | <= 1.4.5 |
CPE
Remediation
| |
| apple iphone os | All versions |
CPE
Remediation
| |
| apple macos | All versions |
CPE
Remediation
| |
| google android | All versions |
CPE
Remediation
| |
| linux linux kernel | All versions |
CPE
Remediation
| |
| microsoft windows | All versions |
CPE
Remediation
| |
Change History
8 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 22, 2026 | CVE Modified | VULSec Labs |
| Jun 22, 2026 | CVE Modified | VULSec Labs |
| Jun 22, 2026 | CVE Modified | VULSec Labs |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Jun 17, 2026 | CVE Modified | VULSec Labs |
| Mar 25, 2026 | Initial Analysis | [email protected] |
| Mar 5, 2026 | CVE Modified | VULSec Labs |
| Mar 5, 2026 | New CVE Received | VULSec Labs |