CVE-2024-8903

4.7 MEDIUM

📋 TL;DR

This vulnerability allows local users with standard privileges to manipulate active protection service settings in Acronis Cyber Protect Cloud Agent due to unnecessary privilege assignments. It affects Windows and macOS installations before build 38565. Attackers could potentially disable security features they shouldn't have access to.

💻 Affected Systems

Products:
  • Acronis Cyber Protect Cloud Agent
Versions: All versions before build 38565
Operating Systems: Windows, macOS
Default Config Vulnerable: ⚠️ Yes
Notes: Only affects the Cloud Agent component, not other Acronis products. Requires local user access to the system.

⚠️ Manual Verification Required

This CVE does not have specific version information in our database, so automatic vulnerability detection cannot determine if your system is affected.

Why? The CVE database entry doesn't specify which versions are vulnerable (no version ranges provided by the vendor/NVD).

🔒 Custom verification scripts are available for registered users. Sign up free to download automated test scripts.

Recommended Actions:
  1. Review the CVE details at NVD
  2. Check vendor security advisories for your specific version
  3. Test if the vulnerability is exploitable in your environment
  4. Consider updating to the latest version as a precaution

⚠️ Risk & Real-World Impact

🔴

Worst Case

An attacker with local access could disable critical security protections, potentially allowing malware execution or system compromise that would otherwise be blocked.

🟠

Likely Case

Malicious local users or malware with user-level privileges could disable specific security controls, reducing the system's protection against other threats.

🟢

If Mitigated

With proper access controls and monitoring, impact is limited to local privilege escalation attempts that can be detected and contained.

🌐 Internet-Facing: LOW - This is a local privilege issue requiring local access to the system.
🏢 Internal Only: MEDIUM - Internal users with standard access could exploit this to bypass security controls on their own systems.

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ✅ No
Complexity: LOW

Exploitation requires local user access but no special privileges. The vulnerability is in privilege assignment logic.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Build 38565 or later

Vendor Advisory: https://security-advisory.acronis.com/advisories/SEC-7510

Restart Required: Yes

Instructions:

1. Update Acronis Cyber Protect Cloud Agent to build 38565 or later. 2. Restart the system or agent service. 3. Verify the update was successful.

🔧 Temporary Workarounds

Restrict Local User Access

all

Limit local user access to systems running vulnerable Acronis agents to trusted personnel only.

Monitor Agent Configuration Changes

all

Implement monitoring for unauthorized changes to Acronis agent protection settings.

🧯 If You Can't Patch

  • Implement strict access controls to limit who has local login access to affected systems
  • Deploy additional endpoint security controls to compensate for potential protection bypass

🔍 How to Verify

Check if Vulnerable:

Check Acronis Cyber Protect Cloud Agent version in the agent interface or system logs. Versions before build 38565 are vulnerable.

Check Version:

On Windows: Check Acronis agent interface or Program Files\Acronis\Agent\version.txt. On macOS: Check /Applications/Acronis Cyber Protect Cloud Agent.app/Contents/Info.plist or agent interface.

Verify Fix Applied:

Verify agent version shows build 38565 or later and test that standard users cannot modify protection settings.

📡 Detection & Monitoring

Log Indicators:

  • Unauthorized attempts to modify Acronis protection settings
  • Changes to agent configuration by non-admin users
  • Agent service restarts or configuration resets

Network Indicators:

  • Unusual agent communication patterns after local user login

SIEM Query:

source="acronis_agent" AND (event_type="config_change" OR event_type="protection_disabled") AND user!="SYSTEM" AND user!="Administrator"

🔗 References

📤 Share & Export