The Heart Internet Team are aware of several security issues affecting web hosting infrastructure this week, and we want to help customers understand what they mean, who may be affected, and what sensible steps to take. This week we’re covering four issues: two critical command injection flaws in a firewall tool used on a large share of cPanel/WHM servers, an account-isolation bypass in LiteSpeed Web Server Enterprise, an actively exploited backup-plugin flaw affecting cPanel/WHM and Plesk deployments, and a newly disclosed WordPress plugin vulnerability that allows unauthenticated administrator account takeover.
[Critical] ConfigServer Security & Firewall Remote Command Injection Flaws (CVE-2026-65638, CVE-2026-65639)
ConfigServer Security & Firewall, commonly known as CSF, is a firewall and intrusion detection suite used on a large proportion of cPanel and WHM servers. On 10 September 2026, researchers disclosed two separate command injection vulnerabilities in CSF. The first, CVE-2026-65638, lies in CSF’s MESSENGER service, a feature that displays a message to visitors who have been blocked by the firewall; it fails to properly escape part of the request URL before passing it to a shell command, so an unauthenticated attacker can inject and run arbitrary commands. It only applies when MESSENGER and a reCAPTCHA secret are both configured, which is not the default setup. The second, CVE-2026-65639, sits in CSF’s advanced-rule parser: if an attacker can control a configured allow or deny feed, insufficient validation of the feed data lets them run arbitrary commands as root.
Affected:
CSF versions 14.00 to 16.29 (CVE-2026-65638) and versions 2.15 to 16.29 (CVE-2026-65639), including the WebPros-maintained fork.
Fixed version:
16.30 and later.
CVSS:
9.2 (CVE-2026-65638), 9.5 (CVE-2026-65639).
What This Means For You:
On shared hosting, a successful attack against a server-wide firewall tool like CSF could affect every website on that server, not just one account, since the compromise happens at root level. On VPS and dedicated servers, the practical risk is lower unless MESSENGER with reCAPTCHA is deliberately configured, or the server pulls IP block lists from a feed an attacker could influence, but the potential impact if either applies is severe.
Recommended Action:
Update CSF to 16.30 or later on any server where it is installed. If MESSENGER is enabled, disable it until the update is confirmed applied.
[High] LiteSpeed Web Server Enterprise Account-Isolation Bypass (no CVE assigned)
cPanel published an advisory on 14 September 2026 warning that LiteSpeed Web Server Enterprise, widely used as a faster alternative to Apache on shared hosting, contains a flaw that lets a malicious low-privilege hosting account escape the isolation controls meant to keep customer accounts separate, including CageFS, and potentially reach root on the underlying server. Neither cPanel nor LiteSpeed have published technical detail on how the flaw works, and as of publication no CVE identifier has been assigned to it, which is unusual for an issue of this severity. This is reportedly the third LiteSpeed account-isolation flaw disclosed in four months.
Affected:
LiteSpeed Web Server Enterprise before version 6.3.7.
Fixed version:
6.3.7.
CVSS:
Not assigned.
What This Means For You:
This is specifically a shared-hosting risk, since it depends on multiple customer accounts sharing one server, which is exactly the CageFS model. VPS and dedicated server users, where each customer already has their own isolated environment, are not affected by this particular flaw.
Recommended Action:
Update LiteSpeed Web Server Enterprise to 6.3.7 or later on every affected server as a priority.
[High] Acronis Backup Plugin for cPanel & WHM and Plesk Actively Exploited (CVE-2026-87886)
Acronis disclosed on 15 September 2026 that its Backup plugin for cPanel & WHM and its Backup extension for Plesk contain a local privilege escalation flaw caused by incorrect default file permissions. Acronis confirmed that exploitation has already been detected in the wild, in limited and targeted attacks against cPanel & WHM deployments; no exploitation against Plesk deployments has been reported so far. CISA added the flaw to its Known Exploited Vulnerabilities catalogue on 16 September 2026.
Affected:
Acronis Backup plugin for cPanel & WHM before build 1.9.3.1021, and Backup extension for Plesk before build 1.8.11.638.
Fixed version:
1.9.3 HF3 (cPanel & WHM), 1.8.11 (Plesk).
CVSS:
7.8.
What This Means For You:
Exploitation requires an attacker to already have some form of local, low-privilege access to the server, for example through a compromised hosting account, weak credentials, or a vulnerable web application. From there, this flaw could let them escalate to read backup data, system files, or other accounts on a shared server.
Recommended Action:
Update the Acronis Backup plugin/extension to the fixed build on any server where it is installed, and review access logs for signs of unexpected privilege changes.
[Critical] WordPress "Login with QR" Plugin Unauthenticated Admin Takeover (CVE-2026-86710)
A vulnerability disclosed on 17 September 2026 in the WordPress plugin “Login with QR” (versions up to and including 1.0.0) allows any unauthenticated visitor to log in as any user on the site, including administrators. The plugin is meant to let a user log in by scanning a QR code, but it fails to verify that the code presented is one it actually issued, instead accepting any code that matches a stored value, which an attacker can guess or generate themselves. No fixed version has been published yet.
Affected:
Login with QR, all versions up to 1.0.0.
Fixed version:
None yet available.
CVSS:
Not yet scored by NVD.
What This Means For You:
If a website owner has this plugin installed and active, an attacker could gain full administrative control of that WordPress site without needing any credentials.
Recommended Action:
Deactivate and remove the plugin immediately on any site where it is installed, until a fixed version is released.
How to Check If Your Site Has Been Compromised
- Review the WordPress admin users list for accounts you don’t recognise, particularly any created or elevated to Administrator recently.
- Check for unexpected changes to plugin or theme files, or new files in the uploads directory.
- Review cPanel/WHM account and server access logs around the affected dates for unusual privilege escalations or process activity.
- Check for unfamiliar cron jobs or scheduled tasks.
- Look for outbound connections to unfamiliar IP addresses or domains from the server.
- If you find anything suspicious, change all passwords and API keys, and consider taking the affected site offline while you investigate further.
Frequently Asked Questions
Do I need to do anything if I don't use CSF, LiteSpeed, or Acronis Backup?
Is my site at risk if I'm on shared hosting versus a VPS?
How urgently should I patch these?
Why doesn't the LiteSpeed flaw have a CVE number yet?
What should I do if I can't immediately update one of these products?
Summary
| Vulnerability | CVE | CVSS | Affected | Fixed | Action |
| ConfigServer Firewall MESSENGER command injection | CVE-2026-65638 | 9.2 | CSF 14.00-16.29 | 16.30+ | Update CSF |
| ConfigServer Firewall advanced-rule parser command injection | CVE-2026-65639 | 9.5 | CSF 2.15-16.29 | 16.30+ | Update CSF |
| LiteSpeed Enterprise CageFS bypass | None assigned | N/A | LiteSpeed Enterprise <6.3.7 | 6.3.7 | Update LiteSpeed |
| Acronis Backup plugin/extension local privilege escalation | CVE-2026-87886 | 7.8 | cPanel/WHM <1.9.3.1021, Plesk <1.8.11.638 | 1.9.3 HF3 / 1.8.11 | Update Acronis plugin |
| Login with QR unauthenticated admin takeover | CVE-2026-86710 | Pending | <=1.0.0 | None yet | Deactivate plugin |
Need Help? Get in Touch
If you have any questions about these issues or need help checking your account, please raise a support ticket via the Customer Area at heartinternet.uk, or use live chat, available Monday to Friday, 09:30 to 16:00. You can also find more guidance in our knowledge base at heartinternet.uk/support. We’re here to help if you’re not sure whether any of this affects you.
