ZeroHour
Story · 3 sources · 3 articlesfirst updated ()

WebPros advisory AV26-908: cPanel EmailTrack SQL injection (CVE-2026-67401) and ConfigServer Firewall RCE (CVE-2026-65638) require updates

What's new: No prior merged summary; this is the first consolidation of the story. | Sept 10, 2026: Canadian Centre for Cyber Security published advisory AV26-908 covering the cPanel SQL injection (CVE-2026-67401) and two CSF flaws (CVE-2026-65638, CVE-2026-65639). | Sept 11, 2026: Trade coverage (GBHackers; Cyber Security News) detailed the CSF MESSENGER remote command execution (CVE-2026-65638), the fix in…
Merged summary · glm-5.3-flash · rewritten as coverage arrives

Canada's Cyber Centre advisory AV26-908 (Sept 10, 2026) relays WebPros advisories for a SQL injection in cPanel's EmailTrack (CVE-2026-67401) and two ConfigServer Firewall flaws, including CVE-2026-65638 — an unauthenticated remote command execution via the…

The Canadian Centre for Cyber Security published advisory AV26-908 on September 10, 2026, relaying WebPros advisories for vulnerabilities in cPanel & WHM and ConfigServer Security & Firewall (CSF). CVE-2026-67401 is a SQL injection in cPanel's EmailTrack functionality affecting cPanel builds prior to 11.110.0.143, 11.134.0.55, 11.136.0.39 and 11.138.0.4, plus WP2 11.138.1.9; users should move to the patched builds. CVE-2026-65638 affects CSF versions 14.00 through 16.29 and allows unauthenticated remote attackers to execute arbitrary commands via the MESSENGER service. Exploitation requires the non-default MESSENGER service to be enabled and a reCAPTCHA secret configured, limiting exposure for standard deployments; commands run under the unprivileged CSF service account rather than root, providing a foothold for reconnaissance, data access or lateral movement on internet-facing cPanel/WHM hosting infrastructure. CSF 16.30 or later fixes the flaw; as a temporary mitigation, administrators can set MESSENGER = 0 in /etc/csf/csf.conf and restart csf and lfd. The Canadian advisory also lists CVE-2026-65639 as affecting CSF versions 2.15 through 16.29, but the reports provide no further technical details on that flaw. Trade coverage on September 11 (GBHackers; Cyber Security News) focused on the CSF remote code execution and urged administrators to update to 16.30. The sources are consistent; the trade reports cover only CVE-2026-65638, while the Canadian advisory is broader, also covering CVE-2026-67401 and CVE-2026-65639.

  • Advisory AV26-908 was published by the Canadian Centre for Cyber Security on September 10, 2026 (2026-09-10T17:38:55Z).
  • CVE-2026-67401 is a SQL injection in cPanel's EmailTrack functionality.
  • Affected cPanel & WHM builds include versions prior to 11.110.0.143, 11.134.0.55, 11.136.0.39 and 11.138.0.4, and WP2 11.138.1.9; patched builds are available.
  • CVE-2026-65638 affects ConfigServer Security & Firewall (CSF) versions 14.00 through 16.29 and is fixed in CSF 16.30 and later.
  • CVE-2026-65638 lets unauthenticated remote attackers execute arbitrary commands via the MESSENGER service; exploitation requires MESSENGER enabled and a reCAPTCHA secret configured.
  • Commands execute under the unprivileged CSF service account, not root by default.
  • Temporary mitigation for CVE-2026-65638: set MESSENGER = 0 in /etc/csf/csf.conf and restart csf and lfd.
  • CVE-2026-65639 affects CSF versions 2.15 through 16.29 per the Canadian advisory; further technical details were not provided in the reports.

Coverage timeline

  1. · 5d ago
    Canadian Centre for Cyber Security· 38
    WebPros security advisory (AV26-908)

    Canada's Cyber Centre relays WebPros advisories for SQL injection (CVE-2026-67401) in cPanel and two ConfigServer Firewall flaws.

  2. · 4d ago
    GBHackers· 55
    cPanel Urges Users to Patch ConfigServer Firewall Remote Code Execution Flaw

    cPanel urges administrators to patch CVE-2026-65638, a flaw letting unauthenticated attackers run commands through ConfigServer Firewall's MESSENGER service; update to CSF 16.30.

  3. · 4d ago
    Cyber Security News· 55
    cPanel ConfigServer Security & Firewall Vulnerability Allows Remote Attacker to Execute Arbitrary Commands

    CSF 14.00–16.29 (CVE-2026-65638) lets unauthenticated attackers execute arbitrary commands via the MESSENGER service on cPanel/WHM servers; version 16.30 fixes it.

Vulnerabilities in this storyAll →

CVEVulnerabilityCVSSEPSSFlagsAffectedExposurePublished
CVE-2026-65638
Unauthenticated shell command injection in ConfigServer Security & Firewall (CSF)

CVE-2026-65638 is an unauthenticated shell command injection flaw (CWE-78) in ConfigServer Security & Firewall (CSF), caused by improper escaping of a request URL. An attacker who sends a crafted request URL containing shell metacharacters to the affected web-facing component can have arbitrary commands executed under the CSF service account. Successful exploitation therefore yields command execution on the server in the context of the CSF service account, with a critical CVSS 4.0 score of 9.2 reflecting high confidentiality, integrity, and availability impact on the vulnerable system. The flaw affects versions originally distributed by ConfigServer as well as versions of the WebPros-maintained fork that contain the vulnerable code; WebPros has fixed it in version 16.30, and other independently maintained CSF forks should be evaluated separately. There is no public proof of concept, the issue is not in CISA's Known Exploited Vulnerabilities catalog, and no exploitation has been reported to date.

Do: Upgrade the WebPros-maintained CSF fork to version 16.30 or later and verify which fork and version your deployment actually uses. If you run the original ConfigServer distribution or a third-party fork, monitor the respective maintainer for a patched release and assess your version independently. Until patched, restrict unauthenticated access to the CSF web interface (e.g., limit it to trusted management networks or localhost/VPN) and watch for unexpected command execution by the CSF service account.

9.2
  • ConfigServer Security & Firewall (CSF)
  • WebPros ConfigServer Security & Firewall (WebPros-maintained fork) Versions containing the vulnerable code; fixed in version 16.30
  • Other independently maintained CSF forks May also be affected; should be evaluated independently (no version ranges or fixes provided)
masslikely on the order of 100,000+ hosting server installations (order-of-magnitude estimate; exact published counts not available)
CVE-2026-65639
OS Command Injection in ConfigServer Security & Firewall (CSF) Allows Root RCE

CVE-2026-65639 is an OS command injection flaw (CWE-78, CVSS 4.0 score 9.5, critical) in the advanced-rule parser of ConfigServer Security & Firewall (CSF), a widely used Linux firewall suite. It is triggered when the parser processes rule data supplied by a configured allow/deny feed: because feed-supplied rule content is not sufficiently validated, an attacker who can control the contents of such a feed (for example by controlling or tampering with the feed source) can inject and execute arbitrary shell commands. Injected commands run as root, so successful exploitation yields full takeover of the host, with high impact to confidentiality, integrity, and availability (the CVSS AT:P metric reflects the precondition that a feed must be configured and attacker-influenced). Affected deployments include versions originally distributed by ConfigServer and versions of the WebPros-maintained fork that contain the vulnerable code; WebPros has fixed the issue in version 16.30, while other independently maintained forks may also be affected. No public proof-of-concept is known, the flaw is not in CISA KEV, and there is no confirmed exploitation in the wild at this time.

Do: Upgrade the WebPros-maintained CSF to version 16.30 or later. Operators running ConfigServer-distributed builds or third-party forks should confirm with their maintainer whether a fixed release exists, and in the meantime audit all configured allow/deny feeds - restrict feed sources to trusted HTTPS URLs under your control and treat feed content as untrusted input. Because injected commands run as root, prioritize patching internet-facing servers first.

9.5
  • ConfigServer Security & Firewall (CSF) - original distribution
  • WebPros ConfigServer Security & Firewall (CSF) - WebPros-maintained fork versions containing the vulnerable code prior to the fix; WebPros addressed the vulnerability in version 16.30
  • Other independently maintained CSF forks/derived versions
mass~hundreds of thousands of servers run CSF (install base spanning cPanel/WHM and standalone Linux hosts), though the directly exploitable subset is likely…
CVE-2026-67401
Authenticated SQL Injection in cPanel EmailTrack Leads to Root RCE

CVE-2026-67401 is a critical SQL injection (CWE-89) in the EmailTrack component of cPanel, the widely used hosting control panel. An attacker holding any mail-enabled account on the server can reach the vulnerable component over the network with low privileges and no user interaction (CVSS: AV:N/AC:L/PR:L/UI:N), and the injection crosses a privilege boundary (Scope: Changed) to achieve remote code execution as root. Successful exploitation yields full compromise of the host — arbitrary commands as root with complete access to all hosted data — so every site, mailbox and account on an affected server is exposed. All cPanel deployments with mail enabled are potentially affected; the available data does not specify exact vulnerable version ranges, which are provided in WebPros security advisory AV26-908. Exploitation has not been confirmed in the wild (not in CISA KEV), but two public proof-of-concept exploits are already on GitHub, making near-term exploitation likely.

Do: Upgrade cPanel to the patched release identified in WebPros advisory AV26-908 (exact fixed version numbers are not given in the available data), prioritizing internet-facing servers that host mail-enabled accounts. Until patched, restrict access to the EmailTrack component and audit mail-enabled accounts and logs for suspicious database queries or unexpected root-level processes, since public PoC exploits are already available.

9.91% PoC ×3
  • cPanel (WebPros) cPanel
masstens of millions of hosted accounts across hundreds of thousands of cPanel servers