Secure Bulletin Navigating the cyber sea with knowledge
Home > Articolo > Plesk Backup Restore Race Opens a Path From Customer Access to Linux Root
Plesk Backup Restore Race Opens a Path From Customer Access to Linux Root
Read Time:3 Minute, 15 Second

Plesk has patched a serious Linux privilege-escalation weakness that can turn an ordinary hosting subscription into a route to complete control of the underlying server. The vulnerability, tracked as CVE-2026-68488, affects the Backup Manager restore process and is especially important for shared-hosting providers, where many customers operate on the same machine.

The flaw does not give an anonymous internet user immediate code execution. An attacker first needs legitimate access to a Plesk subscription, including the Panel and FTP permissions needed to manipulate content in that account. That prerequisite narrows the entry point, but the potential result—root access—makes the issue a priority wherever customers or less-trusted users share a Linux host.

How the restore process breaks isolation

The problem is a race condition involving symbolic links during restoration of subscription content. A symbolic link is a filesystem reference that redirects one path to another file or directory. If an attacker changes such a path at precisely the right moment, a privileged restore operation may act on a target outside the customer’s assigned area.

In this case, Backup Manager can be induced to change ownership of a file or directory that should remain beyond the subscription user’s reach. Taking ownership of a sensitive operating-system resource may provide the building block needed to alter privileged files and escalate to root. The core failure is therefore not simply an unsafe backup: it is a breach of the boundary Plesk is expected to enforce between a tenant and the host.

Race-condition attacks can be difficult to reproduce consistently because success depends on timing. That does not make them harmless. Automated attempts can repeatedly swap links while a restore is underway, increasing the odds that the privileged process encounters the attacker-controlled path during the vulnerable window.

Affected releases and available fixes

Plesk says the issue affects Plesk Obsidian for Linux in the 18.0.80 line through version 18.0.80.6 and in the 18.0.79 line through version 18.0.79.10. Plesk for Windows is not affected because the vulnerable behavior is tied to the Linux implementation.

  • Systems on the 18.0.80 branch should move to version 18.0.80.7 or newer.
  • Systems on the 18.0.79 branch should install version 18.0.79.11 or newer.
  • Administrators should prioritize internet-facing, shared and multi-tenant servers.

Organizations should verify the installed build rather than relying on a general belief that automatic updates are enabled. Hosting fleets often contain exceptions, deferred maintenance groups or older nodes that fall outside the normal rollout process.

What defenders should examine

After patching, teams should review recent Backup Manager activity and privileged filesystem changes. Useful warning signs include unusual symlinks inside subscription directories, file-ownership changes outside customer web roots, restore operations at unexpected times and repeated restore failures associated with one account. Panel, FTP, authentication and system audit logs can help correlate those events.

Providers should also reassess which customers can trigger restore functions and whether dormant or lightly monitored subscriptions retain FTP access. Temporarily limiting restore access may reduce exposure while a large fleet is being updated, but it is not a substitute for installing a corrected build.

Why hosting platforms need stronger boundaries

Control panels deliberately combine customer-facing workflows with highly privileged system operations. Backup restoration, certificate deployment and configuration changes often require broad filesystem rights, so a validation or path-handling mistake can have consequences far beyond one website.

CVE-2026-68488 is a reminder that “authenticated” does not necessarily mean low risk in a multi-tenant environment. A compromised customer password, a malicious tenant or a hijacked FTP account can supply the foothold. Once root is reached, the attacker could potentially access other customers’ data, alter hosted sites, steal secrets or establish persistence. Prompt patching, narrow permissions and filesystem monitoring should therefore be treated as complementary controls.

Share: Twitter  |  Facebook  |  LinkedIn
Join the discussion

This is a blog in the Fediverse: you can find this article everywhere with @blog@securebulletin.com and every comment/answer will appear here.

If you want to comment on Plesk Backup Restore Race Opens a Path From Customer Access to Linux Root, use the discussion on Forum.

>> forum community

Comments

Leave a Reply