Cyber Resilience

CVE-2024-49384

Acronis Cyber Protect ≤ 15

Published
15 October 2024
Modified
04 February 2025
Patch / advisory
CVSS Score v3.1 4.3
Click a component to see what it means
Raw vectorCVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
EPSS Score 0.0022 12th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2024-49384 is a medium-severity Binding to an Unrestricted IP Address (CWE-1327) vulnerability in Acronis Cyber Protect. Its CVSS base score is 4.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 12th 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-6 (Configuration Settings) and AC-4 (Information Flow Enforcement) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

Excessive attack surface in acep-collector service due to binding to an unrestricted IP address. The following products are affected: Acronis Cyber Protect 16 (Linux, Windows) before build 38690.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1210 Exploitation of Remote Services Lateral Movement
Adversaries may exploit remote services to gain unauthorized access to internal systems once inside of a network.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-49383Same product: Acronis Cyber Protect
CVE-2024-49382Same product: Acronis Cyber Protect
CVE-2023-44154Same product: Acronis Cyber Protect
CVE-2023-44206Same product: Acronis Cyber Protect
CVE-2023-44205Same product: Acronis Cyber Protect
CVE-2023-44160Same product: Acronis Cyber Protect
CVE-2023-44161Same product: Acronis Cyber Protect
CVE-2024-49388Same product: Acronis Cyber Protect
CVE-2025-30416Same product: Acronis Cyber Protect
CVE-2026-28726Same product: Acronis Cyber Protect

Affected Assets

acronis
cyber protect
16 · ≤ 15

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Establishes the most restrictive configuration settings, which would require binding only to specific addresses rather than 0.0.0.0.

Enforces approved information flow policies that would disallow unrestricted remote bindings.

Enforces least functionality by prohibiting unnecessary network exposure such as unrestricted listening addresses.

Requires control of communications at external and key internal interfaces, preventing binding that accepts traffic from any source.

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-01 full match
prevents

Configuration management enforces restricted bind addresses, covering the weakness completely but only one aspect of overall hardening.

PR.IR-01 mostly match
prevents

Network protection controls directly prevent exposure via unrestricted binds while fixing the weakness addresses only one vector of unauthorized access.

ID.AM-03 partial match
prevents

Documenting authorized network flows informs correct bind decisions and reduces the chance of 0.0.0.0 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.

prevents

Security of network services includes hardening service bindings to prevent exposure on all interfaces.

prevents

Secure architecture principles discourage exposing services on all interfaces, though the control is broader than this single weakness.

mitigates

Network security controls directly require restricting listening interfaces to specific addresses rather than 0.0.0.0.

mitigates

Network segregation can limit the blast radius of an unrestricted binding but does not prevent the binding itself.

prevents

Secure coding guidance can catch hard-coded 0.0.0.0 bindings during development but is not the primary mitigation.

References