Unfortunately, there is a critical bug that causes the Wazuh manager processes to crash (Wazuh agents are not affected). More specifically, it affects Wazuh managers 3.13 and later versions.
This bug is caused by a problem in the Vulnerability Detection module. It can temporarily be solved by disabling the NVD provider on the manager configuration file. Vulnerability Detector won’t work, but the rest of the manager capabilities will work normally.
To apply the temporary fix, on the Wazuh manager system, you need to edit your /var/ossec/etc/ossec.conf file and disable the NVD provider. This needs to be done inside the <vulnerability-detection> section of the file:
<provider name="nvd">
<enabled>no</enabled>
<update_from_year>2010</update_from_year>
<update_interval>1h</update_interval>
</provider>
Then, to apply changes, you will need to restart your Wazuh manager:
systemctl restart wazuh-managerPlease make sure the manager is properly working afterward, by checking that the wazuh-modulesd process is up and running in your system:
ps aux | grep -i wazuh-modulesdWe will be releasing a patched version (4.1.5) within the next 24 hours. With this patch the Vulnerability Detector module will work well again.
Apologies for the inconvenience. Let us know if you have any questions.
Regards.