Acronis Backup's Exploited Permission Flaw Shows Why Backup Plugins Belong Inside the Security Boundary
CVE-2026-87886 is an actively exploited privilege-escalation flaw in Acronis Backup integrations for Linux cPanel/WHM and Plesk systems, with fixed builds available from Acronis.
CVE-2026-87886 is an actively exploited local privilege-escalation flaw in Acronis Backup integrations for Linux hosting environments: Acronis says the vulnerable cPanel/WHM plugin should be upgraded to build 1.9.3 HF3 (1021) or later, while the affected Plesk extension should be upgraded to build 1.8.11.638 or later. The deeper infrastructure lesson is that a backup integration can sit directly on a multi-tenant privilege boundary: a low-privileged hosting foothold can become much more serious when the trusted backup component has elevated filesystem access.
What happened
Acronis disclosed CVE-2026-87886 in September 2026 after detecting exploitation in limited, targeted attacks against its Backup plugin for cPanel & WHM on Linux. The vulnerability is described as an incorrect-default-permissions problem and is rated 7.8 by Acronis.
CISA added the vulnerability to its Known Exploited Vulnerabilities catalog on September 16, 2026, with a federal remediation date of September 19. Independent reporting confirms the KEV addition and the active-exploitation status.
The affected products are:
- Acronis Backup plugin for cPanel & WHM on Linux, before build 1.9.3.1021;
- Acronis Backup extension for Plesk on Linux, before build 1.8.11.638.
Acronis' release notes identify build 1021 as version 1.9.3 HF3 and point administrators to the security advisory for the security fixes.
This is not an unauthenticated internet RCE
The distinction is important.
Public reporting describes CVE-2026-87886 as a local privilege-escalation vulnerability. The attacker needs an existing low-privilege foothold on the affected Linux host; the vulnerability then allows that foothold to cross a privilege boundary.
Conceptually:
internet
|
v
existing account / application foothold
|
v
low-privileged Linux user
|
| CVE-2026-87886
v
privileged backup operation
|
v
higher-privilege host access
That is materially different from a remote unauthenticated initial-access vulnerability.
The risk is nevertheless significant because hosting environments are often multi-tenant. A compromise of one website, account or application can provide the starting privilege needed to attack a trusted backup integration.
Why backup software changes the blast-radius calculation
Backup components naturally require broad access.
A backup system may need to:
- read files belonging to many applications;
- access databases;
- create or restore files;
- interact with system services;
- mount recovery data;
- communicate with cloud backup infrastructure;
- and preserve credentials needed to perform recovery.
That creates an asymmetry:
ordinary application
low privilege → limited local impact
backup integration
low privilege → privileged operation
|
+--> files
+--> databases
+--> recovery data
+--> system state
The security question is therefore not simply whether the plugin itself stores valuable data. It is whether an attacker can make a privileged backup component act on their behalf.
CVE-2026-87886 is an example of why that boundary deserves the same scrutiny as a privileged management API.
cPanel and Plesk are affected differently in the public record
Acronis and independent reporting identify both cPanel/WHM and Plesk integrations as affected.
The exploitation evidence is narrower: public reporting says exploitation was observed against the cPanel/WHM plugin. There is no equivalent public claim in the cited sources that the Plesk extension was exploited in the wild.
That distinction should survive into incident response.
cPanel / WHM
vulnerable + exploitation reported
|
v
highest investigation priority
Plesk
vulnerable
|
v
patch urgently, but do not invent an exploitation campaign
A vulnerable Plesk deployment should still be patched. Absence of public exploitation evidence is not evidence that exploitation is impossible.
The fixed versions are concrete
Acronis' release documentation identifies the fixed cPanel plugin as:
1.9.3 HF3, build 1021
The same release notes show a later 1.9.4, build 1022 release dated September 11, which includes the security-fixed build lineage.
Independent technical reporting identifies the Plesk fixed version as 1.8.11.638 or later.
Administrators should inventory the exact build number rather than relying on the broad product name “Acronis Backup.”
Why the September 19 date matters
CISA's KEV deadline makes this more than a routine patch advisory for affected U.S. federal civilian agencies.
The sequence is:
Sep 15
vendor disclosure / advisory activity
|
Sep 16
CISA adds CVE to KEV
|
Sep 19
federal remediation deadline
That compressed timeline is itself a useful signal. A vulnerability does not need a CVSS 10.0 score to receive urgent operational treatment when exploitation is already observed.
The Observatory's methodology distinguishes severity, exploitation evidence and interpretation for exactly this reason: a severity score is not a measure of probability, while KEV inclusion is evidence that exploitation has been observed or otherwise meets CISA's inclusion criteria.
What defenders should investigate after patching
Because exploitation has been reported, patching should not automatically end the investigation on previously vulnerable hosts.
For affected cPanel/WHM systems, useful review areas include:
- accounts that obtained unexpected local access;
- ownership and permission changes around Acronis plugin files;
- new privileged processes spawned by backup-related components;
- unexpected scheduled tasks or persistence mechanisms;
- changes to backup job definitions or restore operations;
- unusual access to backup destinations or credentials;
- and activity occurring before the patch was installed.
The public sources do not provide a complete set of campaign-specific indicators such as attacker IPs or malware hashes. The article therefore does not invent them.
The multi-tenant hosting problem
The most important systems implication is the relationship between hosting tenants and infrastructure plugins.
A shared server can look like:
Linux host
+-----------+-----------+
| | |
site A site B site C
| | |
+-----------+-----------+
|
Acronis plugin
|
privileged layer
A flaw at the bottom of this diagram can have a larger blast radius than a flaw inside one hosted application because the privileged component crosses tenant boundaries.
That is why backup integrations should be treated as security infrastructure, not merely as convenience plugins.
How this differs from the Observatory's other vulnerability observations
The GitLab CVE-2026-85706 forensic analysis focuses on an internet-facing repository service and the evidence needed after arbitrary-file access.
The Cisco ISE identity-plane vulnerability examines an authentication boundary inside network identity infrastructure.
CVE-2026-87886 adds a different trust relationship:
GitLab
remote request → repository file boundary
Cisco ISE
remote request → identity/authentication boundary
Acronis Backup
local foothold → privileged backup boundary
The common lesson is not that these vulnerabilities are technically identical. It is that security boundaries often live in infrastructure components that applications treat as trusted helpers.
Why this is meaningfully new for Digital Observatory
The Observatory has covered cloud resilience, exploited repository vulnerabilities, identity-plane security and firmware infrastructure. It did not have an observation focused on the security boundary created by backup integrations inside multi-tenant Linux hosting environments.
CVE-2026-87886 provides unusually concrete evidence because exploitation has already been observed and the affected integration has elevated operational privileges.
That makes the observation useful beyond the individual product: privileged backup, monitoring, deployment and management agents should all be evaluated as part of the host's trust boundary.
Limitations and uncertainty
Acronis has not publicly disclosed the complete exploitation chain, attacker identity or post-exploitation objectives in the cited public material. The article therefore does not claim that every vulnerable server was compromised or that exploitation occurred against Plesk deployments.
The CVSS score describes severity under the scoring model. It does not mean that an unauthenticated attacker can directly compromise a fresh internet-facing server.
Finally, the public advisory page currently requires JavaScript for full rendering in the available research environment. The fixed-build facts were therefore corroborated through Acronis' public release notes and independent security reporting rather than pretending to have extracted unavailable advisory text.
Sources and further reading
- Acronis — Backup plugin release notes
- Acronis — security advisory database
- The Hacker News — Acronis cPanel backup vulnerability
- Security Affairs — CISA KEV addition
- SOC Prime — CVE-2026-87886 analysis
Related Digital Observatory coverage: CISA VINCE-NT vulnerability disclosure coordination, GitLab CVE-2026-85706 forensic response, and Linux Vendor Firmware Service.
Evidence
Sources & further reading
Primary sources, official disclosures, and external research used to ground this report.
- Acronis — Backup plugin release notesacronis.com
Primary Acronis release documentation showing cPanel/WHM build 1.9.3 HF3 build 1021 and the security-fix release.
- Acronis — security advisory databasesecurity-advisory.acronis.com
Primary security advisory referenced by the fixed Acronis build; the page currently requires JavaScript for full rendering.
- The Hacker News — Acronis cPanel backup vulnerabilitythehackernews.com
Independent September 16, 2026 coverage reporting targeted exploitation and the affected cPanel/WHM and Plesk versions.
- Security Affairs — CISA KEV additionsecurityaffairs.com
Independent coverage corroborating the September 16 CISA KEV addition and September 19 remediation deadline.
- SOC Prime — CVE-2026-87886 analysissocprime.com
Independent technical analysis describing the low-privilege prerequisite, affected builds and hosting-provider implications.
Keep Exploring
Related observations.
JFrog Artifactory CVE-2026-82329 Shows Why Repository Managers Are Supply-Chain Control Planes
The vulnerability is not merely another web authentication bug: administrative access to an artifact repository can change what downstream build systems trust and consume.
CISA's September 18 KEV Updates Put Three Linux Kernel Flaws on a Three-Day Clock
Three Linux kernel vulnerabilities added to CISA's KEV catalog on September 18 share a September 21 federal deadline, but their technical exposure differs sharply across kTLS, AF_ALG, and ebtables.
SolarWinds Access Rights Manager Flaw Shows Why Hard-Coded Keys Become Authentication Infrastructure
The important lesson is architectural: a secret embedded in a product can become part of the authentication boundary for every deployment, so rotating credentials after release is not enough if the trust anchor itself is static.