After update to the last components of the GVM 11 series, vt's are missing

On every scan the following errors are logged:
OSPD - openvas: WARNING: (ospd_openvas.daemon) The vt 1.3.6.1.4.1.25623.1.0.14260 was not found and it will not be loaded.
OSPD - openvas: WARNING: (ospd_openvas.daemon) The vt 1.3.6.1.4.1.25623.1.0.96044 was not found and it will not be loaded.
OSPD - openvas: WARNING: (ospd_openvas.daemon) The vt 1.3.6.1.4.1.25623.1.0.90002 was not found and it will not be loaded.
OSPD - openvas: WARNING: (ospd_openvas.daemon) The vt 1.3.6.1.4.1.25623.1.0.90003 was not found and it will not be loaded.
OSPD - openvas: WARNING: (ospd_openvas.daemon) The vt 1.3.6.1.4.1.25623.1.0.143480 was not found and it will not be loaded.

GVM versions

gsa: Greenbone Security Assistant 9.0.1
gvm: Greenbone Vulnerability Manager 9.0.1
*openvas-scanner: OpenVAS 7.0.1
gvm-libs: gvm-libs 11.0.1

Environment

Operating system: CentOS 7.8
Kernel: 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Installation method / source: build from GH sources.

Have some body an idea, when it now occurs?
Thanks

Can’t anybody answer this? I’m having the same issue.

This actually means that the VT data between ospd-openvas and gvmd differs. Most likely is that ospd-openvas hasn’t loaded the VT data correctly. You could try to shutdown gvmd, flush the redis db and restart ospd-openvas. After it has loaded all VTs you can restart gvmd. gvmd will request the VT data from ospd-openvas.

1 Like

I have tried this:
systemctl stop gvmd
redis-cli -s /var/run/redis/redis.sock flushall
systemctl restart ospd-openvas
openvas --update-vt-info
systemctl start gvmd
Then let run an new task. -> The same error.

First of all you never need to run openvas by yourself. Actually openvas --update-vt-info is run on every startup of ospd-openvas.

After digging into the source code again I’ve found the line where the warning is raised. May assumptions have been wrong. The warning is raised only during a scan start if your scan config contains vts unknown to ospd-openvas. Could it be possible that you are using a custom scan config?

1 Like

I’ve double checked all of the listed OIDs in the warnings. None of the referenced NVTs are part of the Greenbone Community Feed (GCF). They are only available with our Greenbone Security Feed (GSF) product. Thus you must use a different scan config and not a standard one shipped with gvmd.

1 Like