H2 Console before 2.1.210 allows remote attackers to execute arbitrary code via a jdbc:h2:mem JDBC URL containing the IGNORE_UNKNOWN_SETTINGS=TRUE;FORBID_CREATION=FALSE;INIT=RUNSCRIPT substring, a different vulnerability than CVE-2021-42392.
The product constructs a string for a command to be executed by a separate component in another control sphere, but it does not properly delimit the intended arguments, options, or switches within that command string.
Name | Vendor | Start Version | End Version |
---|---|---|---|
H2 | H2database | 1.1.100 (including) | 2.0.206 (excluding) |
Red Hat Fuse 7.11 | RedHat | h2 | * |
Red Hat JBoss Enterprise Application Platform 7 | RedHat | h2 | * |
Red Hat JBoss Enterprise Application Platform 7.4 for RHEL 8 | RedHat | eap7-h2database-0:1.4.197-2.redhat_00004.1.el8eap | * |
Red Hat JBoss Enterprise Application Platform 7.4 on RHEL 7 | RedHat | eap7-h2database-0:1.4.197-2.redhat_00004.1.el7eap | * |
H2database | Ubuntu | bionic | * |
H2database | Ubuntu | esm-apps/bionic | * |
H2database | Ubuntu | esm-apps/xenial | * |
H2database | Ubuntu | focal | * |
H2database | Ubuntu | hirsute | * |
H2database | Ubuntu | impish | * |
H2database | Ubuntu | jammy | * |
H2database | Ubuntu | kinetic | * |
H2database | Ubuntu | lunar | * |
H2database | Ubuntu | trusty | * |
H2database | Ubuntu | xenial | * |
When creating commands using interpolation into a string, developers may assume that only the arguments/options that they specify will be processed. This assumption may be even stronger when the programmer has encoded the command in a way that prevents separate commands from being provided maliciously, e.g. in the case of shell metacharacters. When constructing the command, the developer may use whitespace or other delimiters that are required to separate arguments when the command. However, if an attacker can provide an untrusted input that contains argument-separating delimiters, then the resulting command will have more arguments than intended by the developer. The attacker may then be able to change the behavior of the command. Depending on the functionality supported by the extraneous arguments, this may have security-relevant consequences.