Hi,
I am resharing my response, as my previous response was deleted.
I tried to replicate the same scenario in my Wazuh environment by configuring vulnerability detection in offline mode, and it worked fine on my end without any issues.
Are you using the same downloaded CVE zip file across all three Wazuh environments?
It seems there may be an issue with the downloaded CVE zip file, or the package may be corrupted. This could be the reason why the vulnerability module is not working properly.
Could you please re-download the CVE package correctly on a server that has internet access, and then copy it to the Wazuh manager server as mentioned in the documentation? You can refer to the Wazuh offline vulnerability detection documentation for detailed configuration guidance.
If the issue still persists after re-downloading and applying the package, please share the Wazuh manager ossec.log file after enabling debug logging.
To enable debug logging on the Wazuh manager, open the local internal options file:
/var/ossec/etc/local_internal_options.confThen add the following configuration:
wazuh_modules.debug=2Save the file and restart the Wazuh manager:
systemctl restart wazuh-managerAfter that, wait a few minutes and share the following log file with us:
/var/ossec/logs/ossec.logThis will help us analyze the issue in more detail.
Also, please share the Wazuh manager ossec.conf file with us.
Thanks.