Hi,
I hope you are doing well today. Wazuh receives the packages from the agent and compares those to a database, matching the software version to the KB’s, hotfixes and cumulative patches reported in the database. If they don’t match, it generates an alert, which is what is happening here. The matching process may be against a specific package or an accumulative patch. You should check your endpoint to verify the reported vulnerability is in fact, a false positive. You can do this with Powershell by running the following command:
wmic qfe list brief /format:table
This will list the KBs installed and you can check here if the one reported on the alert is in fact installed.
You can find more information about Vulnerability Detection in Wazuh here:
Vulnerability Detection with Wazuh
How to get updates for Windows:
How to get updates for Windows
And Office:
Best regards
Ariel Ojeda
Hi,
The event that was created for this will not disappear if you uninstall Office, as it was created before that, but the system should not trigger a new alert for this after you do this. Sometimes the runtimes are being used by other components of the system, and because of this they are not removed when you uninstall the application. Also, the registry entry (Wazuh gets information from here) might still be there.
Would you be so kind to share a sample of the events you are getting for this?
Thanks in advance.
Ariel Ojeda