arangodb
arangodb copied to clipboard
Security Vulnerabilities in Latest version of Arango Db
My Environment
- ArangoDB Version: 3.11.5
Problem: Arando Db is using [github.com/docker/docker] [24.0.2] package which is having following indirect critical vulnerabilities:
CVE-2023-39323 CVE-2023-39320
And following high vulnerabilities:
CVE-2023-44487 CVE-2023-39325 CVE-2023-39322 CVE-2023-39321
Also, [nodejs] [16.20.2-r0] with following vulnerabilities: CVE-2023-39332 CVE-2023-39331
Please let us know impact of these vulnerabilities on normal operation of Arango Db and estimated time when these vulnerabilities will be fixed.
- regarding the nodejs issues; while ArangoDB implements a similar javascript interface the C++ implementations below it differs quiet a bit.
--javascript.files-allowlistand other parameters can be utilized to harden the server, see https://docs.arangodb.com/3.11/operations/security/security-options/ for detailed explanation. - the docker library is used in the arangodb starter; we're currently working on its next release with upgraded dependencies. If you use i.e. kubernetes to controll your arangodb installation, this binary is not used.
@dothebart please confirm if the issue with Docker is fixed now
ArangoDB 3.11.9 comes with the ArangoDB Starter v0.18.5 which has upgraded dependencies. ArangoDB 3.11.10 will come in the next days and contain the Starter v0.18.6 with more updates.
closing as solved.