Situation
A vulnerability was found in the MESSENGER service in the ConfigServer Firewall (CSF) software which could allow for unauthorized code execution.
This has a public CVE record listed with further information: CVE-2026-67402
Note: By default, the MESSENGER service is disabled.
Affected Product versions
| Product | Affected Versions | Patched Versions |
|---|---|---|
| CSF | 16.30-1 and older | 16.31+ |
Impact
Exploiting this could allow an attacker to execute code as the Apache user.
Call to action
Update to the latest version of the ConfigServer Firewall plugin:
# yum clean all
# /scripts/update-packages
# dnf clean all
# /scripts/update-packages
# apt update
# /scripts/update-packages
Mitigation
It is highly recommended that you update the installed CSF version as soon as possible.
If this is not possible, you can disable the MESSENGERV3 setting in CSF.
- Access the server as the
rootuser via SSH, or the Terminal in WHM. -
Edit the CSF configuration file:
# nano /etc/csf/csf.conf
-
Update the
MESSENGERV3option to be disabled:CONFIG_TEXT: MESSENGERV3 = 0
-
Save and restart the CSF and LFD services:
# systemctl restart csf lfd
Comments
0 comments
Article is closed for comments.