The Vulnerability Detection (VD) module generates alerts when new vulnerabilities are found or existing ones are resolved due to package installation, removal, or upgrade. However, not every detected change leads to an alert, generation depends on the context of detection.
1. Operating System AlertsAlerts are not triggered during the initial scan.
When an agent syncs with the manager for the first time, it simply reports the current OS version and patch level — no “new event” is detected.
Alerts only appear in subsequent scans, when the OS version or patch state changes.
Generated only when a package installation or removal adds or removes a vulnerability from the inventory.
The change must occur while the agent is running, and it must be captured during a scheduled Syscollector scan. (Deltas messages)
If the change happens while the agent is stopped or is only detected after a restart, no alert will be generated.
Cluster environments:
When an agent connects to a different manager node, the inventory syncs but no alerts are generated during that initial synchronization.
Content updates:
When new CVE definitions or vulnerability mappings are downloaded, all agents are re-scanned to refresh their inventory. This re-scan does not generate alerts, even if changes are found.