QC L
unread,Sep 17, 2025, 4:19:19 AM (6 days ago) Sep 17Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Wazuh | Mailing List
Hello community,
The worker pod was limited 4GB of memory. Monitoring revealed that wazuh-modulesd was out of memory (OOM). demsg showed 3.6GB of memory usage.
Environment:
Wazuh 4.3.10 image
Vulnerability Detection enabled in ossec.conf
Providers enabled: canonical, debian, redhat, msu, nvd(where nvd includes years: 2005-2025)
cve.db SQLite database total size: 1.9GB
Test:
Vulnerability Detection disabled in ossec.conf, and wazuh-modulesd's memory usage was below 300MB. Vulnerability Detection was enabled in ossec.conf, and monitoring the ossec.log revealed that memory usage gradually increased and did not decrease as each provider's rules were loaded. After the rules were loaded, memory usage soared by 2.3GB. When loading package detection, memory usage increased again, causing an OOM.
Consultation:
After version 4.3.10, before the Vulnerability Detection module was refactored, Are there any changes related to Vulnerability Detection memory leaks? I don't want to upgrade to the latest Wazuh version for the time being.