Hello Everyone,
The following update to the ea-apache24-mod_security2 RPM was included as part of the initial May 29 EasyApache 4 Release:
EA-8081 - Update Mod_security2 to 2.9.3
Upon the publication of this update, we observed reports of Apache service failures stemming from ModSecurity segmentation faults. Here's an example of the log output observed in /var/log/messages on affected systems:
We removed the updated ea-apache24-mod_security2 RPM from the EA4 update mirrors to prevent this from affecting additional servers, however it's possible the updated RPM was installed on your server if the update was performed in the first two hours after the initial publication.
To see which ea-apache24-mod_security2 RPM version is installed on your server, execute the following command:
If the name of the RPM seen in the output of this command starts with ea-apache24-mod_security2-2.9.2, no additional action is required.
If the name of the RPM seen in the output of this command starts with ea-apache24-mod_security2-2.9.3, execute the following commands to downgrade it to the previous version:
Let us know if you have any questions.
Thank you.
The following update to the ea-apache24-mod_security2 RPM was included as part of the initial May 29 EasyApache 4 Release:
EA-8081 - Update Mod_security2 to 2.9.3
Upon the publication of this update, we observed reports of Apache service failures stemming from ModSecurity segmentation faults. Here's an example of the log output observed in /var/log/messages on affected systems:
Code:
kernel: [123456.123456] httpd[12345]: segfault at 9 ip 0000000000000000 sp 0000000000000 error 4 in mod_security2.so
To see which ea-apache24-mod_security2 RPM version is installed on your server, execute the following command:
Code:
rpm -qa|grep ea-apache24-mod_security2
If the name of the RPM seen in the output of this command starts with ea-apache24-mod_security2-2.9.3, execute the following commands to downgrade it to the previous version:
Code:
yum clean all
yum downgrade ea-apache24-mod_security2
Thank you.