Cyber Resilience

CVE-2025-11792

Acronis Agent ≤ c25.10

Published
06 March 2026
Modified
13 March 2026
Patch / advisory
CVSS Score v3 7.3
Click a component to see what it means
Raw vectorCVSS:3.0/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H
EPSS Score 0.0011 2th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2025-11792 is a high-severity Uncontrolled Search Path Element (CWE-427) vulnerability in Acronis Agent. Its CVSS base score is 7.3 (High).

Operationally, ranked at the 2th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to CM-5 (Access Restrictions for Change) and SI-7 (Software, Firmware, and Information Integrity) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

Local privilege escalation due to DLL hijacking vulnerability. The following products are affected: Acronis Cyber Protect Cloud Agent (Windows) before build 41124.

CWE(s)

Related Threats

CVEs Like This One

CVE-2023-45248Same product: Acronis Agent
CVE-2023-44213Same product: Acronis Agent
CVE-2023-41751Same product: Acronis Agent
CVE-2023-48676Same product: Acronis Agent
CVE-2026-28712Same product: Microsoft Windows
CVE-2026-28711Same product: Microsoft Windows
CVE-2024-55543Same product: Microsoft Windows
CVE-2023-48677Same product: Microsoft Windows
CVE-2024-55540Same product: Microsoft Windows
CVE-2023-41749Same product: Acronis Agent

Affected Assets

acronis
agent
≤ c25.10

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • CM-5 Access Restrictions for Change
  • SI-7 Software, Firmware, and Information Integrity
  • CM-6 Configuration Settings
Detect
Catch it (NIST detect / respond)
  • SI-7 Software, Firmware, and Information Integrity
Harden
Shrink the surface (DISA STIG)
  • 2 hardening rules · 1 OS baseline
Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

prevent

Restricts write access to directories from which the agent loads DLLs, directly blocking placement of a malicious DLL for hijacking.

preventdetect

Requires cryptographic or integrity verification of DLLs before loading, preventing execution of an attacker-supplied hijacked module.

prevent

Enforces secure configuration settings such as safe DLL search order and application-specific load paths to eliminate the hijacking vector.

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-development practices directly address design of search paths and resource loading.

PR.PS-01 partial match
prevents

Hardened configuration baselines can enforce safe search-path settings and reduce exposure.

PR.PS-05 partial match
prevents

Execution allow-listing can block malicious binaries placed in hijackable search locations.

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.

detects

Security testing can detect uncontrolled search-path issues but does not prevent them by itself.

mitigates

Restricting software installation reduces the chance that an attacker-controlled path element is introduced into the search path.

mitigates

Secure system architecture and engineering principles require explicit control over search paths and resource locations.

prevents

Secure coding practices directly address the use of fixed or controlled search paths that can be influenced by unintended actors.

prevents

Configuration management can enforce approved search-path settings but does not inherently prevent the weakness.

References