Cyber Resilience

CVE-2024-12754

Anydesk 8.0.9

Published
30 December 2024
Modified
14 August 2025
CVSS Score v3 5.5
Click a component to see what it means
Raw vectorCVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.012 65th percentile
Risk Priority 50 floored blend · peak EPSS

Summary

CVE-2024-12754 is a medium-severity Link Following (CWE-59) vulnerability in Anydesk Anydesk. Its CVSS base score is 5.5 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Path Interception (T1034); ranked in the top 35% 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.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2024-12754 is a link-following information disclosure vulnerability in AnyDesk. The flaw resides in the application's handling of background images, where improper resolution of junctions allows a local process to redirect file reads performed by the AnyDesk service. Successful exploitation grants read access to arbitrary files on the system, including stored credentials.

An attacker who already possesses the ability to run low-privileged code on the target host can create a junction pointing to a sensitive file and trigger the background-image processing path. This action causes the AnyDesk service to disclose the file contents, enabling the attacker to obtain credentials that may facilitate further privilege escalation or lateral movement. The vulnerability carries a CVSS v3 score of 5.5 and is tracked as ZDI-CAN-23940.

The single published reference points to the Zero Day Initiative advisory ZDI-24-1711, which describes the issue but supplies no additional mitigation details in the available data. The associated EPSS scores remain low, with a current value of 0.0449 and a peak of 0.0500, indicating no significant post-disclosure rise in observed exploitation activity.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

AnyDesk Link Following Information Disclosure Vulnerability. This vulnerability allows local attackers to disclose sensitive information on affected installations of AnyDesk. An attacker must first obtain the ability to execute low-privileged code on the target system in order to exploit this…

more

vulnerability. The specific flaw exists within the handling of background images. By creating a junction, an attacker can abuse the service to read arbitrary files. An attacker can leverage this vulnerability to disclose stored credentials, leading to further compromise. Was ZDI-CAN-23940.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1034 Path Interception Persistence
**This technique has been deprecated.
T1547.009 Shortcut Modification Persistence
Adversaries may create or modify shortcuts that can execute a program during system boot or user login.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2026-15682Same product: Anydesk Anydesk
CVE-2026-15681Same product: Anydesk Anydesk
CVE-2019-25261Same product: Anydesk Anydesk
CVE-2016-20094Same product: Anydesk Anydesk
CVE-2025-27917Same product: Anydesk Anydesk
CVE-2023-26509Same product: Anydesk Anydesk
CVE-2025-27916Same product: Anydesk Anydesk
CVE-2025-27918Same product: Anydesk Anydesk
CVE-2025-27919Same product: Anydesk Anydesk
CVE-2025-54798Shared CWE-59

Affected Assets

anydesk
anydesk
8.0.9

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V15.4.2

Mitigating Controls (NIST 800-53 r5) AI

Proper enforcement of access authorizations on the resolved target resource stops a link from reaching an unintended object.

Least-privilege limits the damage an attacker can cause after following an unintended link.

Validating file-name inputs can reject or canonicalize names that resolve to links before access occurs.

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.PS-06 mostly match
prevents

Secure SDLC practices directly require code to validate paths and avoid unsafe link following.

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 detect link-following flaws before release.

prevents

Secure SDLC practices can mandate link-resolution checks and canonicalization before file access.

prevents

Application security requirements can explicitly require safe handling of symbolic links and path traversal.

prevents

Secure architecture principles include input validation and safe file-access design patterns.

prevents

Secure coding standards directly address canonicalization and symlink attacks during implementation.

mitigates

Access-control rules can limit which files are reachable, reducing exposure to malicious links.

References