CVE-2026-41940: WebPros cPanel & WHM and WP2 (WordPress Squared) Missing Authentication for Critical Function Vulnerability
WebPros cPanel & WHM (WebHost Manager) and WP2 (WordPress Squared) contain an authentication bypass vulnerability in the login flow that allows unauthenticated remote attackers to gain unauthorized…
How it works
CWE-306 describes missing authentication for a critical function. In this case the login flow does not enforce credential checks for certain requests, allowing an attacker to reach administrative interfaces directly. An attacker supplies crafted requests that the affected component treats as already authenticated. No further details on request construction or bypass technique are provided in the available information; confirm exact mechanics against the vendor advisory.
Am I affected? How to find it in your systems
Inventory all internet-facing or internally accessible installations of cPanel & WHM and WP2. These control panels are typically deployed on Linux-based web hosting servers and are reached through standard web ports. Check installed versions and any custom login or authentication configurations. Review vendor-supplied patch lists or release notes to determine whether a given instance is covered; specific version checks must be confirmed against the vendor advisory. Look for authentication logs that show successful logins without corresponding credential events or from unexpected source addresses.
How to remediate
Apply the vendor update referenced in the official advisory as the primary remediation. After patching, review authentication settings for the login flow and ensure that all administrative paths require valid credentials. Disable or restrict any legacy or alternative login mechanisms that bypass the primary flow. Follow applicable CISA BOD 22-01 guidance for cloud-hosted instances.
If you can't patch immediately
- Restrict network access to the control panel to trusted management networks only.
- Place a web application firewall or reverse proxy in front of the panel and block unauthenticated requests to the affected login paths.
- Disable non-essential features within the control panel until the update can be applied.
- Increase monitoring of authentication and administrative logs for anomalous access patterns.
- Consider temporary removal of the product from production if compensating controls cannot be implemented.
If your data may have been exposed
Actively exploited vulnerabilities of this type have led to unauthorized access and subsequent data exposure or ransomware deployment. Organizations can run a free exposure scan of their email addresses against known breach data to determine whether credentials or other information have already appeared in public datasets.
AICompiled with AI assistance from public sources and published under our editorial standards.