CVE-2022-41853

Those using java.sql.Statement or java.sql.PreparedStatement in hsqldb (HyperSQL DataBase) to process untrusted input may be vulnerable to a remote code execution attack. By default it is allowed to call any static method of any Java class in the classpath resulting in code execution. The issue can be prevented by updating to 2.7.1 or by setting the system property "hsqldb.method_class_names" to classes which are allowed to be called. For example, System.setProperty("hsqldb.method_class_names", "abc") or Java argument -Dhsqldb.method_class_names="abc" can be used. From version 2.7.1 all classes by default are not accessible except those in java.lang.Math and need to be manually enabled.
Configurations

Configuration 1 (hide)

cpe:2.3:a:hsqldb:hypersql_database:*:*:*:*:*:*:*:*

Configuration 2 (hide)

OR cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*
cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*

History

No history.

Information

Published : 2022-10-06 18:17

Updated : 2024-02-28 19:29


NVD link : CVE-2022-41853

Mitre link : CVE-2022-41853

CVE.ORG link : CVE-2022-41853


JSON object : View

Products Affected

debian

  • debian_linux

hsqldb

  • hypersql_database
CWE
NVD-CWE-noinfo CWE-470

Use of Externally-Controlled Input to Select Classes or Code ('Unsafe Reflection')