mirror of
https://github.com/dbeaver/cloudbeaver.git
synced 2026-04-25 05:36:14 +03:00
[GH-ISSUE #632] High and Critical CVEs in Cloudbeaver #176
Labels
No labels
AS
can't reproduce
can't reproduce
deployment
development
documentation
duplicate
duplicate
ee
enhancement
external
new driver
performance
pull-request
third party issue
wait for response
wait for review
wontfix
x:Oracle
x:cassandra
x:clickhouse
x:db2
x:duckdb
x:greenplum
x:h2
x:h2gis
x:hana
x:hive
x:intersystems
x:kyuubi
x:maria
x:mongo
x:mysql
x:postgresql
x:presto
x:sql server
x:sqlite
x:teradata
x:trino
xf:accessibility
xf:administration
xf:ai
xf:authentication
xf:aws
xf:commit-mode
xf:connection
xf:dark theme
xf:data editor
xf:datatransfer
xf:dba
xf:driver management
xf:erd
xf:filters
xf:i18n
xf:i18n
xf:installer
xf:json
xf:kerberos
xf:ldap
xf:local config
xf:log viewer
xf:metadata
xf:metadata editor
xf:navigator
xf:okta
xf:query manager
xf:resource manager
xf:scripts
xf:sql editor
xf:tasks
xf:ui/uix
xo: Firefox
xo:eclipse
xo:internet explorer
xo:macos
xp:major
xrn:internal
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudbeaver#176
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @PatrickDerichs on GitHub (Jan 24, 2022).
Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/632
Describe the bug
Cloudbeaver has a couple of High CVEs because of the H2 dependency. The CVEs in question can be found in the Trivy scan result under additional context
Would it be possible to upgrade this dependency to get rid of the CVEs if they have been fixed upstream.
Not sure if this should be under features or bug reports.
To Reproduce
Steps to reproduce the behavior:
Screenshots
N/A
Desktop (please complete the following information):
N/A
Additional context
@kseniiaguzeeva commented on GitHub (Jan 26, 2022):
Thank you for the report, we are going to update H2 driver.
@serge-rider commented on GitHub (Jan 27, 2022):
Unfortunately it is not that easy to upgrade H2 driver.
H2 2.x database format is not compatible with 1.x format. Upgrade will require to recreate CloudBeaver embedded database (thus loose all user permissions and some other config).
Potentially it is possible to upgrade database file version automatically, I'm investigating this possibility.
@serge-rider commented on GitHub (Jan 27, 2022):
Note: H2 vulnerabilities are not applicable to CloudBeaver.
CloudBeaver uses H2 embedded database to store some configurational data (e.g. user permissions).
@miltonchirinos44 commented on GitHub (Sep 22, 2022):
If you want to modify the h2 database, I managed to change it to the PostgreSQL database https://github.com/dbeaver/cloudbeaver/issues/1148 hope it helps you
@TatyanaSsau commented on GitHub (Apr 10, 2023):
Fixed version 23.0.2.
Thank you for the interest in CloudBeaver!!!