Hi again Orhan,
Thanks for your response, I received your vulnerability report in my inbox. Please, for the next messages let's use this thread if you don't have to share sensitive information.
Regarding the report, it seems the only way to prevent these vulnerabilities is by upgrading your Kibana to 7.14.1 or newer.
It would be interesting to know if the Wazuh's vulnerability scanner is also reporting the vulnerabilities. Could you please enable it in the ossec.conf file in the manager?
<vulnerability-detector>
<enabled>yes</enabled>
<interval>5m</interval>
<ignore_time>6h</ignore_time>
<run_on_start>yes</run_on_start>
<!-- Ubuntu OS vulnerabilities -->
<provider name="canonical">
<enabled>yes</enabled>
<os>focal</os>
<update_interval>1h</update_interval>
</provider>
<!-- Aggregate vulnerabilities -->
<provider name="nvd">
<enabled>yes</enabled>
<update_from_year>2010</update_from_year>
<update_interval>1h</update_interval>
</provider>
</vulnerability-detector>
Applying that configuration will only scan for Ubuntu 20.04 agents as yours.
Regards,