Update CVE Database

Hello,
I just had a look at the CVE database and saw that the 2024 CVEs are not included. Especially the CVE-2024-3094. Is there a possibility in the web portal to load the CVEs manually?

I am using the latest Docker images.

I get the following error on the notus container:

Traceback (most recent call last):

  File "/usr/local/bin/notus-scanner", line 8, in <module>

    sys.exit(main())

             ^^^^^^

  File "/usr/local/lib/python3.11/dist-packages/notus/scanner/daemon.py", line 130, in main

    run_daemon(

  File "/usr/local/lib/python3.11/dist-packages/notus/scanner/daemon.py", line 92, in run_daemon

    daemon = MQTTDaemon(client)

             ^^^^^^^^^^^^^^^^^^

  File "/usr/local/lib/python3.11/dist-packages/notus/scanner/messaging/mqtt.py", line 148, in __init__

    self._client.connect()

  File "/usr/local/lib/python3.11/dist-packages/notus/scanner/messaging/mqtt.py", line 54, in connect

    return super().connect(

           ^^^^^^^^^^^^^^^^

  File "/usr/local/lib/python3.11/dist-packages/paho/mqtt/client.py", line 914, in connect

    return self.reconnect()

           ^^^^^^^^^^^^^^^^

  File "/usr/local/lib/python3.11/dist-packages/paho/mqtt/client.py", line 1044, in reconnect

    sock = self._create_socket_connection()

           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "/usr/local/lib/python3.11/dist-packages/paho/mqtt/client.py", line 3685, in _create_socket_connection

    return socket.create_connection(addr, timeout=self._connect_timeout, source_address=source)

           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "/usr/lib/python3.11/socket.py", line 827, in create_connection

    for res in getaddrinfo(host, port, 0, SOCK_STREAM):

               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "/usr/lib/python3.11/socket.py", line 962, in getaddrinfo

    for res in _socket.getaddrinfo(host, port, family, type, proto, flags):

               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

socket.gaierror: [Errno -3] Temporary failure in name resolution

Exception ignored in atexit callback: <function exit_cleanup at 0x7f21be2e6660>

Traceback (most recent call last):

  File "/usr/local/lib/python3.11/dist-packages/notus/scanner/utils.py", line 104, in exit_cleanup

    sys.exit()



What did you run to try to update the container?

btw: XZ Backdoor Attack CVE-2024-3094: All You Need To Know

Instructions how to update the feed content (including the CVE database) in the Docker container are available in the official and publicly available documentation here:

Hi, I have updated my containers and run the update commands found in the:

and I have this:

So It should be easy and strait forward, @n.mayr.

1 Like