wazuh / wazuh

Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads.
https://wazuh.com/
Other
11.13k stars 1.69k forks source link

Disparity between Vulnerability detector legacy and Vulnerability detector refactor. #21012

Closed MiguelazoDS closed 10 months ago

MiguelazoDS commented 11 months ago

Description

As part of the E2E exploratory it was found that the vulnerabilities found for both implementations of the module differ significantly from one to another. Not only the number of vulnerabilities but also the criteria to identify them are not the same.

This may be related to the following issues

https://github.com/wazuh/wazuh/issues/20961 https://github.com/wazuh/wazuh/issues/20960

Considering Debian 11 (Bullseye) we can notice the differences

The vim dependencies report 28 vulnerabilities

vim-common|28
vim-tiny|28
xxd|28

Only one vulnerability reported image

The vulnerability detected needs revision because this is not present among the 28 vulnerabilities reported by the legacy implementation.

This evaluation does not seems to be right

image

DoD

MiguelazoDS commented 11 months ago

Update

One reason was the inconsistency in the new vulnerability detector databases, once we let them complete finish, the scan can found multiple vulnerabilities

image

Even so, the disparity still exists.

pereyra-m commented 11 months ago

Results analysis for Canonical

A comparison of the vulnerabilities reported and ignored for both engines will be performed.

Reference:

Vulnerabilities reported by legacy module

Only a small subset of the 955 vulnerabilities were analyzed to get a general overview of the scanner accuracy.

Vulnerabilities not reported by legacy module

The vulnerabilities discarded for the legacy module were analyzed to find a result that appears in the refactored module when it shouldn't. Some regex like .*MATCH.*CVE-XXXX.* with different years were used. The oldest years are more probable to be affected for this type of issues.

pereyra-m commented 11 months ago

Issues to create after testing Ubuntu agent

Related to vulnerabilities found by the legacy module

The vulnerability appears but it's related to another package name

21229

The legacy vulnerability detector doesn't directly compare the collected package by syscollector but uses some extra sources

The version matcher for Canonical doesn't consider the OS version properly

21230

It's required to consider the platform field of the content during the scan and/or consider the Ubuntu OS version at the end of the package version

The scan of the package with the NVD instead of the Canonical vendor feed fails

21232

We could consider changing the strategy of the scanner. If the package is about to be scanned with the NVD but there isn't a match in the CPE, it's very likely that the scan will fail and that the vendor feed should be used as a fallback.

Related to vulnerabilities discarded by the legacy module

The version matcher fails

21234

There is a problem with the version comparison.

The python packages generate false positive

21235

These packages that don't have a vendor and are scanned against the NVD without a CPE cause false positives

pereyra-m commented 11 months ago

Results analysis for Red Hat

A comparison of the vulnerabilities reported and ignored for both engines will be performed.

Reference:

Vulnerabilities reported by legacy module

Only a small subset of the 1142 vulnerabilities were analyzed to get a general overview of the scanner accuracy.

pereyra-m commented 11 months ago

Issues to create after testing CentOS agent

Related to vulnerabilities found by the legacy module

The package name is always considered in lower case

21285

The scanner always transforms the package name of the packages to lower case but sometimes the package name used by the vendor doesn't follow this rule

The unfixed packages are't reported

21291

https://github.com/wazuh/intelligence-platform/issues/1307

The normalized content isn't considering the unfixed packages as vulnerable. Also, the scanner only considers the candidates of the vendor for the scan.

GabrielEValenzuela commented 11 months ago

Update

We continue working on this issue. We generated an environment test as described in the next figure:

image

Pod are represented as Docker containers, meanwhile Windows machines, macOS, and Solaris are VirtualMachine. Some versions can't be tested due to hardware limitations, the final report will contain a detailed list of OS tested.

The testing methodology involves:

  1. Docker OS:

    • Comparison of vulnerabilities obtained from two versions of the vulnerability detector (VD).
    • Identification of coincidences in the vulnerability section of each container in DockerHub.
  2. Virtual Machines (VMs):

    • Comparative analysis of the vulnerability detection results from two versions of the VD.
  3. QA Analysis:

    • Examination of the quality aspects of the identified vulnerabilities.
    • Discarding known false positives.
    • Verification of the content to ensure accuracy.

Project Status

As of now, all identified issues have been systematically addressed in line with the testing approach described above. And other like:

Delay Notification

Unfortunately, due to unforeseen inconveniences, the completion of this task is expected to be delayed by two days. The revised estimated time of completion (ETA) is set for 01/10 or earlier.

GabrielEValenzuela commented 10 months ago

Ubuntu 22

PRETTY_NAME="Ubuntu 22.04.3 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.3 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=jammy

New VD

Amount of scanned packages: 152 Amount installed packages: 149 Total vulnerabilities found: 8

2024/01/06 15:05:13 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'procps', is vulnerable to 'CVE-2023-4016'. Current version: '2:3.3.17-6ubuntu2.1' (less than '2:4.0.3-1ubuntu1.23.04.1' or equal to ''). - Agent 'agent_ubuntu_22' (ID: '001', Version: '').
2024/01/06 15:05:14 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'tar', is vulnerable to 'CVE-2022-48303'. Current version: '1.34+dfsg-1ubuntu0.1.22.04.2' (less than '1.34+dfsg-1ubuntu0.1.22.10.1' or equal to ''). - Agent 'agent_ubuntu_22' (ID: '001', Version: '').
2024/01/06 15:05:14 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'util-linux', is vulnerable to 'CVE-2021-3995'. Current version: '2.37.2-4ubuntu3' (less than '2.37.3-1' or equal to ''). - Agent 'agent_ubuntu_22' (ID: '001', Version: '').
2024/01/06 15:05:14 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'util-linux', is vulnerable to 'CVE-2021-3996'. Current version: '2.37.2-4ubuntu3' (less than '2.37.3-1' or equal to ''). - Agent 'agent_ubuntu_22' (ID: '001', Version: '').
2024/01/06 15:05:14 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'libcap2', is vulnerable to 'CVE-2023-2602'. Current version: '1:2.44-1ubuntu0.22.04.1' (less than '1:2.44-1ubuntu0.22.10.1' or equal to ''). - Agent 'agent_ubuntu_22' (ID: '001', Version: '').
2024/01/06 15:05:14 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'libcap2', is vulnerable to 'CVE-2023-2603'. Current version: '1:2.44-1ubuntu0.22.04.1' (less than '1:2.44-1ubuntu0.22.10.1' or equal to ''). - Agent 'agent_ubuntu_22' (ID: '001', Version: '').
2024/01/06 15:05:20 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'dpkg', is vulnerable to 'CVE-2022-1664'. Current version: '1.21.1ubuntu2.2' (less than '1.21.9ubuntu1' or equal to ''). - Agent 'agent_ubuntu_22' (ID: '001', Version: '').
2024/01/06 15:05:24 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'libtasn1-6', is vulnerable to 'CVE-2021-46848'. Current version: '4.18.0-4build1' (less than '4.19.0-2' or equal to ''). - Agent 'agent_ubuntu_22' (ID: '001', Version: '').

Possible issue derivated:

Docker vulnerabilities: 8 Coincidences: 0

Ref: DockerHub

Old VD

Amount of scanned packages: 152 Amount installed packages: 149 Total vulnerabilities found: 44 from OVAL and 3593 from NVD (Most are because the use of '*' as a wildcard)

We noticed that

2024/01/06 20:14:05 wazuh-modulesd:vulnerability-detector[50335] wm_vuln_detector.c:2632 at wm_vuldet_linux_oval_vulnerabilities(): DEBUG: (5458): Package 'libpcre3' inserted into the vulnerability 'CVE-2017-11164'. Version (2:8.39-13ubuntu0.22.04.1) 'Unfixed' '' (feed 'OVAL').

Detect Unfixed as vulnerable.

Some vulnerabilities are not detected by the new VD to known issues of the vendor.

GabrielEValenzuela commented 10 months ago

Ubuntu 20

NAME="Ubuntu"
VERSION="20.04.6 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.6 LTS"
VERSION_ID="20.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal

New VD

Amount of scanned packages: 130 Amount installed packages: 130 Total vulnerabilities found: 199

List of vulnerabilities ```text 2024/01/06 15:07:32 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'file', is vulnerable to 'CVE-2003-0102'. Current version: '1:5.38-4' (less than '4.16-0ubuntu3.2' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:32 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'file', is vulnerable to 'CVE-2007-1536'. Current version: '1:5.38-4' (less than '4.16-0ubuntu3.2' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:32 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'file', is vulnerable to 'CVE-2007-2026'. Current version: '1:5.38-4' (less than '4.21-1' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:32 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'file', is vulnerable to 'CVE-2007-2799'. Current version: '1:5.38-4' (less than '4.16-0ubuntu3.2' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:32 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'file', is vulnerable to 'CVE-2009-0947'. Current version: '1:5.38-4' (less than '5.02-1' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:32 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'file', is vulnerable to 'CVE-2009-0948'. Current version: '1:5.38-4' (less than '5.02-1' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:32 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'file', is vulnerable to 'CVE-2009-1515'. Current version: '1:5.38-4' (less than '5.02-1' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:32 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'file', is vulnerable to 'CVE-2012-1571'. Current version: '1:5.38-4' (less than '5.03-5ubuntu1.1' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:32 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'file', is vulnerable to 'CVE-2013-7345'. Current version: '1:5.38-4' (less than '5.03-5ubuntu1.3' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:32 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'file', is vulnerable to 'CVE-2014-0207'. Current version: '1:5.38-4' (less than '5.03-5ubuntu1.3' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:32 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'file', is vulnerable to 'CVE-2014-1943'. Current version: '1:5.38-4' (less than '5.03-5ubuntu1.1' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:32 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'file', is vulnerable to 'CVE-2014-2270'. Current version: '1:5.38-4' (less than '5.03-5ubuntu1.2' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:32 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'file', is vulnerable to 'CVE-2014-3478'. Current version: '1:5.38-4' (less than '5.09-2ubuntu0.4' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:32 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'file', is vulnerable to 'CVE-2014-3479'. Current version: '1:5.38-4' (less than '5.03-5ubuntu1.3' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:32 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'file', is vulnerable to 'CVE-2014-3480'. Current version: '1:5.38-4' (less than '5.03-5ubuntu1.3' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:32 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'file', is vulnerable to 'CVE-2014-3487'. Current version: '1:5.38-4' (less than '5.03-5ubuntu1.3' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:32 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'file', is vulnerable to 'CVE-2014-3538'. Current version: '1:5.38-4' (less than '5.09-2ubuntu0.4' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:32 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'file', is vulnerable to 'CVE-2014-3587'. Current version: '1:5.38-4' (less than '5.03-5ubuntu1.4' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:32 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'file', is vulnerable to 'CVE-2014-3710'. Current version: '1:5.38-4' (less than '5.03-5ubuntu1.5' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:32 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'file', is vulnerable to 'CVE-2014-8116'. Current version: '1:5.38-4' (less than '5.03-5ubuntu1.5' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:32 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'file', is vulnerable to 'CVE-2014-8117'. Current version: '1:5.38-4' (less than '5.03-5ubuntu1.5' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:32 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'file', is vulnerable to 'CVE-2014-9652'. Current version: '1:5.38-4' (less than '5.09-2ubuntu0.6' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:32 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'file', is vulnerable to 'CVE-2022-48554'. Current version: '1:5.38-4' (less than '1:5.41-3ubuntu0.1' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:32 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'gzip', is vulnerable to 'CVE-2022-1271'. Current version: '1.10-0ubuntu4.1' (less than '1.10-4ubuntu1.1' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:32 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'xz-utils', is vulnerable to 'CVE-2022-1271'. Current version: '5.2.4-1ubuntu1.1' (less than '5.2.5-2ubuntu0.1' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:34 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'tar', is vulnerable to 'CVE-2019-9923'. Current version: '1.30+dfsg-7ubuntu0.20.04.4' (less than '1.30+dfsg-7ubuntu0.20.10.1' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:34 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'tar', is vulnerable to 'CVE-2021-20193'. Current version: '1.30+dfsg-7ubuntu0.20.04.4' (less than '1.34+dfsg-1build1' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:34 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'tar', is vulnerable to 'CVE-2022-48303'. Current version: '1.30+dfsg-7ubuntu0.20.04.4' (less than '1.34+dfsg-1ubuntu0.1.22.04.1' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:36 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'libtasn1-6', is vulnerable to 'CVE-2021-46848'. Current version: '4.16.0-2' (less than '4.19.0-2' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:36 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'e2fsprogs', is vulnerable to 'CVE-2022-1304'. Current version: '1.45.5-2ubuntu1.1' (less than '1.46.3-1ubuntu3.1' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:36 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'procps', is vulnerable to 'CVE-2023-4016'. Current version: '2:3.3.16-1ubuntu2.4' (less than '2:3.3.17-6ubuntu2.1' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:37 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'libgcrypt20', is vulnerable to 'CVE-2021-33560'. Current version: '1.8.5-5ubuntu1.1' (less than '1.8.7-2ubuntu2.1' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:37 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'libgcrypt20', is vulnerable to 'CVE-2021-40528'. Current version: '1.8.5-5ubuntu1.1' (less than '1.8.7-2ubuntu2.1' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2004-1138'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '6.4-006+2ubuntu6.1' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2005-0069'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '6.4-006+2ubuntu6.1' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2005-2368'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '6.4-006+2ubuntu6.1' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2007-2438'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '7.0-035+1ubuntu5.2' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2007-2953'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '6.4-006+2ubuntu6.1' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2008-4101'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '7.2.010' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2021-3770'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.2434-1ubuntu1.1' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2021-3778'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.2434-1ubuntu1.1' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2021-3796'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.2434-1ubuntu1.1' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2021-3872'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.2434-1ubuntu1.2' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2021-3875'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3565-1ubuntu2' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2021-3903'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.2434-1ubuntu1.2' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2021-3927'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.2434-1ubuntu1.2' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2021-3928'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.2434-1ubuntu1.2' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2021-3973'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.2434-3ubuntu3.2' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2021-3974'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.2434-3ubuntu3.2' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2021-3984'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.2434-3ubuntu3.2' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2021-4019'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.2434-3ubuntu3.2' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2021-4069'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.2434-3ubuntu3.2' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-0128'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.9' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-0156'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.9' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-0158'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.9' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-0213'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.7' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-0261'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.7' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-0318'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.7' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-0319'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.7' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-0351'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.7' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-0359'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.7' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-0361'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.7' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-0368'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.7' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-0392'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.3' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-0393'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.9' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-0407'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.9' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-0408'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.7' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-0413'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.5' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-0417'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.3' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-0443'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.7' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-0554'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.7' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-0572'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.7' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-0629'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.7' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-0685'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.7' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-0696'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.9' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-0714'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.7' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-0729'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.7' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-0943'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.1' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-1154'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.1' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-1420'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.1' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-1616'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.1' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-1619'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.1' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-1620'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.1' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-1621'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.1' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-1629'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.5' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-1674'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.5' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-1720'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.5' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-1725'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.15' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-1733'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.5' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-1735'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.5' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-1771'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.15' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-1785'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.5' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-1796'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.5' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-1851'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.5' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-1886'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.15' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-1897'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.15' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-1898'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.5' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-1927'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.5' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-1942'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.5' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-1968'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.5' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-2000'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.15' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-2042'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.15' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-2124'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.5' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-2125'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.5' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-2126'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.5' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-2129'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.5' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-2175'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.5' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-2182'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.10' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-2183'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.5' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-2206'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.5' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-2207'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.7' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-2208'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.10' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-2210'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.10' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-2231'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.10' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-2257'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.10' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-2264'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.10' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-2284'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.10' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-2285'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.10' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-2286'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.10' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-2287'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.10' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-2289'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.10' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-2304'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.5' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-2343'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '9.0.0045' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-2344'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.5' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-2345'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.5' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-2522'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.11' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-2571'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.5' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-2580'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.11' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-2581'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.5' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-2598'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.11' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-2816'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.11' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-2817'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.11' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-2819'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.11' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-2845'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.5' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-2849'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.5' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-2862'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.11' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-2874'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.11' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-2889'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.11' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-2923'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.5' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-2946'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.5' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-2980'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.5' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-2982'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.11' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-3016'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.11' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-3037'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.11' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-3099'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.11' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-3134'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.11' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-3153'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.11' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-3234'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.12' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-3235'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.12' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-3256'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.12' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-3278'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.12' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-3297'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.12' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-3324'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.12' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-3352'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.12' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-3491'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.12' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-3520'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.12' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-3591'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.12' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-3705'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.12' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-4292'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.12' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-4293'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.12' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2022-47024'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.4' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2023-0049'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.4' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2023-0051'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.4' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2023-0054'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.4' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2023-0288'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.4' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2023-0433'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.4' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2023-1170'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.4' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2023-1175'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.4' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2023-1264'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.4' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2023-2426'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.8' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2023-2609'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.8' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2023-2610'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.8' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2023-3896'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:9.0.1000-4ubuntu3.2' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2023-46246'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.15' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2023-4733'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.13' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2023-4734'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.13' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2023-4735'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.13' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2023-4738'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:9.0.1000-4ubuntu3.2' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2023-4750'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.13' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2023-4751'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.13' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2023-4752'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.13' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2023-4781'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.13' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2023-48231'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.15' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2023-48232'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:9.0.1000-4ubuntu3.3' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2023-48233'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.15' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2023-48234'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.15' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2023-48235'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.15' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2023-48236'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.15' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2023-48237'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.15' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2023-48706'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.15' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2023-5344'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.13' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2023-5441'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.13' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:39 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'vim', is vulnerable to 'CVE-2023-5535'. Current version: '2:8.1.2269-1ubuntu5.21' (less than '2:8.2.3995-1ubuntu2.13' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:41 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'apt', is vulnerable to 'CVE-2020-27350'. Current version: '2.0.10' (less than '2.1.13' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:41 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'apt', is vulnerable to 'CVE-2020-3810'. Current version: '2.0.10' (less than '2.1.2' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:41 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'dpkg', is vulnerable to 'CVE-2022-1664'. Current version: '1.19.7ubuntu3.2' (less than '1.20.9ubuntu2.2' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:45 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'util-linux', is vulnerable to 'CVE-2021-37600'. Current version: '2.34-0.1ubuntu9.4' (less than '2.37.2-4ubuntu2' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:45 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'util-linux', is vulnerable to 'CVE-2021-3995'. Current version: '2.34-0.1ubuntu9.4' (less than '2.36.1-8ubuntu2.2' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). 2024/01/06 15:07:45 wazuh-modulesd:vulnerability-scanner[48599] packageScanner.hpp:118 at operator()(): INFO: Match found, the package 'util-linux', is vulnerable to 'CVE-2021-3996'. Current version: '2.34-0.1ubuntu9.4' (less than '2.36.1-8ubuntu2.2' or equal to ''). - Agent 'agent_ubuntu_20' (ID: '002', Version: ''). ```

Docker vulnerabilities: 7 Coincidences: -

Ref: DockerHub

Old VD

Amount of scanned packages: 152 Amount installed packages: 130 Total vulnerabilities found: 166 from OVAL and 3541 from NVD (Most are because the use of '*' as a wildcard)

Some vulnerabilities are false positives by the new VD to known issues of the vendor.

GabrielEValenzuela commented 10 months ago

Debian11

PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
NAME="Debian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"```

New VD

Amount of scanned packages: 124 Amount installed packages: 124 Total vulnerabilities found: 756

Log to long

Possible issue derivated:

Same above

Docker vulnerabilities: 27 Coincidences: 0

Ref: DockerHub

Old VD

Amount of scanned packages: 124 Amount installed packages: 124 Total vulnerabilities found: 30 from OVAL and 3024 from NVD (Most are because the use of '*' as a wildcard)

Some vulnerabilities are not detected by the new VD to known issues of the vendor.

GabrielEValenzuela commented 10 months ago

RedHat8

NAME="Red Hat Enterprise Linux"
VERSION="8.9 (Ootpa)"
ID="rhel"
ID_LIKE="fedora"
VERSION_ID="8.9"
PLATFORM_ID="platform:el8"
PRETTY_NAME="Red Hat Enterprise Linux 8.9 (Ootpa)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos"
HOME_URL="https://www.redhat.com/"
DOCUMENTATION_URL="https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8"
BUG_REPORT_URL="https://bugzilla.redhat.com/"

REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8"
REDHAT_BUGZILLA_PRODUCT_VERSION=8.9
REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux"
REDHAT_SUPPORT_PRODUCT_VERSION="8.9

New VD

Amount of scanned packages: 209 Amount installed packages: 2130 Total vulnerabilities found: 302

Log to long

Docker vulnerabilities: N/A Coincidences: -

Ref: None

Old VD

Amount of scanned packages: - Amount installed packages: 2130 Total vulnerabilities found: 0 from OVAL and - from NVD (Most are because the use of '*' as a wildcard)

Some vulnerabilities are not detected by the issue of rpm version missmatch

GabrielEValenzuela commented 10 months ago

For the remaining OS, we conclude with the creation issues:

After fixing this mismatch, we should run again the E2E test.

The macOS couldn´t be tested due to an HW limitation, Solaris and Windows also support the VD legacy, and for Windows, the new VD.

Dwordcito commented 10 months ago

LGTM