As of May 2026, critical vulnerabilities have been identified in Exim (RCE) and Apache HTTP Server (HTTP/2 Double-Free). Immediate patching is required to prevent unauthorized server access.
Update via standard APT repositories:
sudo apt update sudo apt install --only-upgrade exim4 sudo systemctl restart exim4
Ensure the EPEL repository is enabled, then run:
sudo dnf clean all sudo dnf update exim -y sudo systemctl restart exim
Note: For CentOS 7, use yum instead of dnf.
cPanel: Force update via WHM scripts:
/scripts/upcp --force
sudo add-apt-repository ppa:ondrej/apache2 -y sudo apt update && sudo apt install --only-upgrade apache2 sudo systemctl restart apache2
sudo dnf update httpd -y sudo systemctl restart httpd
dnf clean all dnf update ea-apache24* /scripts/restartsrv_httpd
Run these commands to ensure your server is protected:
exim -bVhttpd -v (or apache2 -v)Last Updated: May 15, 2026 | Technical Support Department