Security: CVE-2026-58047 HTTP Request Smuggling
A vulnerability in the cPanel web server allows manipulation of cpsrvd responses under limited conditions.
Default Update CMD
sudo /scripts/upcp --force
Situation
A vulnerability in the cPanel web server allows manipulation of cpsrvd responses under limited conditions.
Affected Product Versions
| Product | Affected Versions | Patched Versions |
|---|---|---|
| cPanel/WHM | All supported versions | 11.110.0.137 11.118.0.71 11.126.0.78 11.134.0.48 11.136.0.32 138.1.6 ( WP2 ) |
Impact
In some situations, an unauthenticated remote attacker may be able to manipulate responses delivered to other users on the same server.
Call to action
Update to the latest patched version: How do I update cPanel/WHM?
Mitigation
Servers that cannot immediately upgrade can disable cpsrvd backend connection reuse as a temporary workaround. To do so, run the following commands as the root user:
# echo ‘cpsrvd_keepalives_disabled=1’ >> /var/cpanel/cpanel.config
# pkill -9 cpsrvd
# /usr/local/cpanel/scripts/restartsrv_cpsrvd
Note: This forces a new TCP+TLS connection per request on ports 2083, 2087, and 2096, which increases latency and CPU usage on busy servers. Make sure to revert this change after upgrading by setting the value to 0 and restarting cpsrvd.
To revert that change, run the following commands as the root user:
# sed -i ‘s/cpsrvd_keepalives_disabled=1/cpsrvd_keepalives_disabled=0/’ /var/cpanel/cpanel.config
# pkill -9 cpsrvd
# /usr/local/cpanel/scripts/restartsrv_cpsrvd
Acknowledgements
WebPros thanks Vincent55 Yang for responsibly disclosing this issue.
How to Apply the Fix
Update the affected packages on your server to the patched release, then restart the relevant services.
sudo /scripts/upcp --force
References
Check your system for vulnerabilities
Selecciona tu producto y sistema operativo para ver los comandos de corrección exactos que se aplican a ti.
Check Your System