
Therefore, I would appreciate it if you could confirm the following:
1) The agent logs (/var/ossec/logs/ossec.log) show that syscollector has scanned again after you resolved the vulnerability.
2) The alert has appeared in Dashboard -> Vulnerability detection -> Events that the vulnerability has been resolved (You can also view it in /var/ossec/logs/alerts/alerts.json in the manager).
3) If all of the above has appeared and the vulnerability is still showing up on the dashboard, please tell me which version of Wazuh you are using so that I can replicate it.
I understand, unfortunately as of today it is not possible to make the vulnerability disappear completely even from the dashboard.
But that will be possible in a future update carried out by a mechanism where in the configuration file we will be able to exclude the CVEs we want like this:
<exclusions>
<cves>CVE-2023-3326,CVE-2024-12345</cves>
<packages>sssd,libpam-krb5</packages>
</exclusions>
I leave here the issue so you can see the development updates.