Detail
Detail
There is the following attack scenario for H2 in version 2.1.214:
>The web-based admin console in H2 Database Engine through 2.1.214 can be started via the CLI with the argument -webAdminPassword, which allows the user to specify the password in cleartext for the web admin console. Consequently, a local user (or an attacker that has obtained local access through some means) would be able to discover the password by listing processes and their arguments. NOTE: the vendor states "This is not a vulnerability of H2 Console ... Passwords should never be passed on the command line and every qualified DBA or system administrator is expected to know that."
Implementation
The dependency on the H2 database has been changed to version 2.2.224.
Existing H2 databases are automatically migrated if they throw an unsupported database file format exception when trying to connect to them.
Test
test-migrate-apps tests, among other things, the automatic migration of the database.