How to Change your cPanel Password
cPanel is a popular web hosting control panel that offe...
The DNS Cluster subsystem in cPanel and WHM contains CVE-2026-32992, which is a confidential information disclosure vulnerability. Not enforcing certificate verification for DNS Cluster traffic led to vulnerability to MitM attacks and credential theft from network-positioned attackers (i.e., user traffic for which the attacker can well-formed invalid traffic). Part of cPanel’s targeted security update on 13 May 2026, this vulnerability is high-risk score CVSS 3.1: 8.2 (High) for cPanel/WHM under shared, VPS and dedicated servers.
CVE-2026-32992 is a flaw in cPanel’s DNS Cluster functionality. This is a CWE-295 according to its technical specifications. A crucial defence against bogus-associated peers was eliminated since the subsystem unexpectedly failed to validate SSL/TLS certificates while the nodes were communicating with one another across a cluster. If an attacker is able to listen in on network traffic between nodes in a cluster, he may present a fake certificate that allows him to capture credentials or session data that enable administrative function access or account data access. This Reasoning, although omitting exploit details, intends to make the case for cert verification in a distributed service.
Try High-Speed VPS Hosting!
Flexible plans, unlimited bandwidth and performance so good it is almost too good to be true; the price however is most certainly real.
If you’re operating a server which has cPanel & WHM with DNS Clustering enabled, you’re directly in scope it will include shared hosting, VPS, and dedicated machines participating in cluster communications.
The hosting providers, who own multiple accounts and use the cluster features of cPanel for DNS synchronization are specially vulnerable as a single intercepted cluster channel could expose the credentials of a great number of accounts. In the absence of DNS clustering or cPanel/WHM in your architecture, then, this CVE does not impact you; however, certificate validation is a very general lesson.
| Product | Vulnerable Branch / Product Line | Vulnerable Versions | Patched / Fixed Version |
| cPanel & WHM | Branch 11.126 | Prior to 11.126.0.59 | 11.126.0.59 or higher |
| cPanel & WHM | Branch 11.130 | Prior to 11.130.0.23 | 11.130.0.23 or higher |
| cPanel & WHM | Branch 11.132 | Prior to 11.132.0.32 | 11.132.0.32 or higher |
| cPanel & WHM | Branch 11.134 | Prior to 11.134.0.26 | 11.134.0.26 or higher |
| cPanel & WHM | Branch 11.136 | Prior to 11.136.0.10 | 11.136.0.10 or higher |
| WP Squared | Branch 11.136 | Prior to 11.136.1.12 | 11.136.1.12 or higher |
If unpatched, CVE-2026-32992 may allow credential theft that may lead to privilege escalation, unauthorized access to WHM/cPanel functions, or compromise of user accounts and DNS zones.
In verifying if your version of cPanel & WHM is older than the targeted security release of 13 May 2026, cPanel’s documentation states the currently installed version in the top right corner of WHM. Additionally, you can do so from the command line with the following command:
/usr/local/cpanel/cpanel -V
You can check update logs stored in the /var/cpanel/updatelogs/ directory to see if your server had any updates recently of if the security build fix for the specific CVE is installed.
The simplest solution is to apply cPanel’s unique security update (WP2 security update) released in mid-May 2026 which by default allows SSL cert verification for DNS Cluster interactions. There are two common methods for updates.
/scripts/upcp or use the documented upgrade procedures then recheck version with /usr/local/cpanel/cpanel -V and review upgrade log to confirm install of the security package.Check the cluster health and make sure SSL certificate verification is enabled for the DNS Cluster connection after an upgrade. It must allow certificate validation by default; Close Info-disclose vector.
If you can’t patch right away, make sure SSL certificate verification is enabled for the DNS Cluster connections. If not, temporary restrictions on the use of the network, until the correct solves it. Try to implement the mitigation now. Make sure that firewall rules and IP allowlisting have been enforced to restrict the administrative and cluster connectivity to trusted networks and IPs. By taking this precaution, the possibility of an attacker being able to position oneself on the network path between and among the cluster nodes is decreased. Make sure the communication with the cluster ports will be encrypted and limit the type of machines that can talk to the cluster ports and isolate the dns cluster traffic to a secured network segment or vpn tunnel to decompose it. As we wait for the patch, enhance the monitoring as well as alerting that revolves around authentication events for monitoring suspicious cluster login attempts.
As part of the security practice, check server version which should show patched build and revalidate cluster settings to ensure SSL verification is enforced. Check your authentication and access logs for signs of prior abuse. For example, check for unexpected logins, changes to DNS zone, and unknown accounts. If you see anything suspicious, make sure you follow the incident response steps. For example, rotating compromised credentials and restoration from good backups.
In addition to patching, using a layered approach for security means that a single vulnerability will not cause a compromise across the board. Where applicable, implement 2FA in the WHM and cPanel admin accounts and allowlisting the IP of admin UIs. Limit account privileges, disable those services not in use, keep the system and third-party software updated and implement automatic patch application as much as possible. Firewall policies will help to limit all inbound access when you enable intrusion detection or host-based monitoring. Always keep backup plans so that you can restore if compromised.
For instructions on how to update cPanel, refer to its documentation. Also, see the security release notes of 2026-05-13. If you manage multiple servers, having common tools for patch management and monitoring will help you ensure that security fixes are timely applied.