Hi Jacob,
Please share the output of these commands.
cat /var/ossec/logs/ossec.log | grep -i -E "error|warn"
cat /var/ossec/logs/ossec.log | grep -i -E "vulnerability|indexer-connector"
To identify what is happening in your specific case, I would like to ask you for the following information: List of hotfixes, and information about the installed packages,
You can obtain this information using the API as follows (for example, from the WUI you can use the following tool to run the queries: Modules -> tools -> API console):
Hotfixes: GET /syscollector/{agent_id}/hotfixes
Packages: GET /syscollector/{agent_id}/packages
With this information, we can analyze what might be happening.
I am guessing you have updated the patch of OS and up-to-date packages of software
If you do not get any vulnerability with the 3rd command, You can further download an old version of the package and validate if it was detected by the Wazuh vulnerability scan.
https://www.videolan.org/vlc/releases/2.0.0.html
You can install the older version of VLC and wait for the next two scans and let me know if vulnerabilities are detected.
Let me know the update on the issue.