Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CVE db issue on Ubuntu Server #80

Closed
torabi12 opened this issue Jan 1, 2023 · 8 comments · Fixed by e-m-b-a/emba#445
Closed

CVE db issue on Ubuntu Server #80

torabi12 opened this issue Jan 1, 2023 · 8 comments · Fixed by e-m-b-a/emba#445
Assignees
Labels
bug Something isn't working EMBA Installation

Comments

@torabi12
Copy link

torabi12 commented Jan 1, 2023

Describe the bug
I installed EMBArk in docker mode and I did not find the CVE download section at the end of the installation. The installation output was redirected into a file, which is uploaded to this report. When I started the EMBArk server I got some errors about cve-search is not OK.

To Reproduce
Steps to reproduce the behavior:

  1. EMBArk installation (docker-mode)
  2. Start EMBArk: sudo ./run-server.sh
  3. See error

Expected behavior
I know the issue 187 workarounds but I tried 3 times the instalation on a clean Ubuntu Server and I got the same errors all the time.
I would like help to get the installer to handle the database download.

Screenshots
kép

Desktop (please complete the following information):

  • OS: Ubuntu Server 22.04.1

Additional context
Full installation log
install.txt

@m-1-k-3
Copy link
Member

m-1-k-3 commented Jan 2, 2023

Indeed ... something is going wrong. The cve-search installation is done by EMBA.
Have you tried to start all the services manually (mongod and redis-server) and update the CVE search database with the external/cve-search/sbin/db_updater.py script?

@torabi12
Copy link
Author

torabi12 commented Jan 2, 2023

I didn't try the manual fix, I am going to do it tonight.
I did an EMBA install on the latest Kali yesterday and it was working fine. This issue came only on Ubuntu Server with EMBArk installation.

@torabi12
Copy link
Author

torabi12 commented Jan 2, 2023

I started mongod and redis but the update was not working:
kép

@m-1-k-3
Copy link
Member

m-1-k-3 commented Jan 2, 2023

could you try to install the werkzeug package:

pip3 install werkzeug

@torabi12
Copy link
Author

torabi12 commented Jan 2, 2023

After werkzeug package I got shorter error:

kép

@m-1-k-3
Copy link
Member

m-1-k-3 commented Jan 2, 2023

looks like we are missing some dependencies:

pip3 install python-dateutil

@torabi12
Copy link
Author

torabi12 commented Jan 2, 2023

Thank you, now it is processing the DB:

kép

@m-1-k-3
Copy link
Member

m-1-k-3 commented Jan 2, 2023

Perfect :)
I will update the dependencies in the EMBA installer.

Thank you for your ongoing testing and reporting effort!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working EMBA Installation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants