Cyber Resilience

CVE-2024-6354

Devolutions Remote Desktop Manager ≤ 2024.2.12.0

Published
26 June 2024
Modified
28 March 2025
Patch / advisory
CVSS Score v3.1 7.2
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0079 53th percentile
Risk Priority 54 floored blend · peak EPSS

Summary

CVE-2024-6354 is a high-severity Improper Access Control for Register Interface (CWE-1262) vulnerability in Devolutions Remote Desktop Manager. Its CVSS base score is 7.2 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Firmware Corruption (T1495); ranked in the top 47% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to AC-3 (Access Enforcement) and AC-6 (Least Privilege) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

Improper access control in PAM dashboard in Devolutions Remote Desktop Manager 2024.2.11 and earlier on Windows allows an authenticated user to bypass the execute permission via the use of the PAM dashboard.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1495 Firmware Corruption Impact
Adversaries may overwrite or corrupt the flash memory contents of system BIOS or other firmware in devices attached to a system in order to render them inoperable or unable to boot, thus denying the availability to use the devices and/or…
T1542 Pre-OS Boot Stealth
Adversaries may abuse Pre-OS Boot mechanisms as a way to establish persistence on a system.
T1601 Modify System Image Defense Impairment
Adversaries may make changes to the operating system of embedded network devices to weaken defenses and provide new capabilities for themselves.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2023-1939Same product: Devolutions Remote Desktop Manager
CVE-2026-13372Same product: Devolutions Remote Desktop Manager
CVE-2024-7421Same product: Devolutions Remote Desktop Manager
CVE-2023-1202Same product: Devolutions Remote Desktop Manager
CVE-2026-0747Same product: Devolutions Remote Desktop Manager
CVE-2024-12149Same product: Devolutions Remote Desktop Manager
CVE-2025-2499Same product: Devolutions Remote Desktop Manager
CVE-2024-6492Same product: Devolutions Remote Desktop Manager
CVE-2023-0463Same product: Devolutions Remote Desktop Manager
CVE-2024-6057Same product: Devolutions Remote Desktop Manager

Affected Assets

devolutions
remote desktop manager
≤ 2024.2.12.0 · ≤ 2024.2.12.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Enforcing approved authorizations for logical access directly stops unauthorized software from reaching memory-mapped registers.

Least-privilege assignment restricts which processes may access hardware registers, reducing the chance of improper interface exposure.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.AA-05 mostly match
prevents

Defining, enforcing, and reviewing access permissions and least privilege directly addresses unauthorized register access.

PR.IR-01 partial match
prevents

Protecting environments from unauthorized logical access can prevent improper register-interface usage.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can discover improper register access but does not prevent it at runtime.

mitigates

Privileged utility programs may touch registers, so the control partially mitigates misuse.

prevents

Privileged access rights directly restrict who can read/write hardware registers.

prevents

Secure architecture principles require proper hardware register access controls by design.

prevents

Secure coding practices prevent unauthorized register access in firmware and drivers.

prevents

Information access restriction explicitly limits software access to memory-mapped register interfaces.

References