Hello,
I have encountered an issue with Wazuh where the vulnerability detector module reports missing Windows updates, even though updates that superseded the missing ones are already installed on the host.
For example:
Wazuh reported the missing update 'KB4074590'. This update was later superseded by 'KB4509475'.
In turn, 'KB4509475' was superseded by the most recent servicing stack update (SSU) 'KB4503537'.
A PowerShell query returns that the SSU KB4503537 is installed on the host:
PS C:\Windows\system32> Get-HotFix KB4503537
Source Description HotFixID InstalledBy InstalledOn
------ ----------- -------- ----------- -----------
[redacted] Security Update KB4503537 NT AUTHORITY\SYSTEM 25.06.2019 00:00:00
Is there a
solution to this issue that does not involve manually blacklisting superseded
Windows updates?
Please let me know if you require any additional information.
Wazuh-manager package: v3.13.0
Wazuh client: v3.13.0
Host OS: Windows Server 2016 Version 1607 (OS Build 14393.3750)
Best regards,
Soren