
Hi Sihan,
Wazuh manager uses Filebeat to process and forward the logs from the Wazuh Manager to the Wazuh indexer. The agents on the endpoints do not use Filebeat, so I am confused about this part you have mentioned, "
Wazuh includes Filebeat 7.10.2 as part of the agent deployment."
Filebeat 7.10.2 has two versions: OSS and Elastic License.
Wazuh uses Filebeat-OSS 7.10.2. for 4.12.0.
https://documentation.wazuh.com/4.12/upgrade-guide/index.html#:~:text=Wazuh%20indexer%204.12.0%20is%20specifically%20compatible%20with%20Filebeat%2DOSS%207.10.2.
Based on my findings CVE-2025-68381 and CVE-2025-68382 are related to pckaetbeat not filebeat.
https://discuss.elastic.co/t/packetbeat-8-19-9-9-1-9-and-9-2-3-security-update-esa-2025-30/384178
https://discuss.elastic.co/t/packetbeat-8-19-9-9-1-9-and-9-2-3-security-update-esa-2025-31/384179
I can see that Filebeat 7.10.2 is vulnerable to CVE-2025-68383, but I could not find any official reference to the Filebeat 7.10.2 OSS build.
https://discuss.elastic.co/t/filebeat-8-19-9-9-1-9-and-9-2-3-security-update-esa-2025-32/384180
Wazuh indexer is based on OpenSearch witch uses Filebeat version OSS 7.10.2; upgrading or changing to another version will not work in this case.
I would also let you know that. Starting from 5.0, we are moving towards using Wazuh manager to directly forward logs to the indexer, as you can already see for the Vulnerability and IT Hygiene indices. So Filebeat won’t be needed anymore.
The development is already done and tested.
https://github.com/wazuh/wazuh/issues/32670
Let me know if you need any further information.