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

03 Feb 2023, 23:43

Type Values Removed Values Added
First Time Debian
Debian debian Linux
CPE cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*
cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*
References (MLIST) https://lists.debian.org/debian-lts-announce/2022/12/msg00020.html - (MLIST) https://lists.debian.org/debian-lts-announce/2022/12/msg00020.html - Mailing List, Third Party Advisory
References (DEBIAN) https://www.debian.org/security/2023/dsa-5313 - (DEBIAN) https://www.debian.org/security/2023/dsa-5313 - Third Party Advisory
References (MISC) http://hsqldb.org/doc/2.0/guide/sqlroutines-chapt.html#src_jrt_access_control - Technical Description, Third Party Advisory (MISC) http://hsqldb.org/doc/2.0/guide/sqlroutines-chapt.html#src_jrt_access_control - Third Party Advisory

11 Jan 2023, 21:15

Type Values Removed Values Added
References
  • (DEBIAN) https://www.debian.org/security/2023/dsa-5313 -

10 Dec 2022, 18:15

Type Values Removed Values Added
References
  • (MLIST) https://lists.debian.org/debian-lts-announce/2022/12/msg00020.html -

11 Oct 2022, 16:19

Type Values Removed Values Added
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 9.8
First Time Hsqldb
Hsqldb hypersql Database
CWE NVD-CWE-noinfo
References (MISC) http://hsqldb.org/doc/2.0/guide/sqlroutines-chapt.html#src_jrt_access_control - (MISC) http://hsqldb.org/doc/2.0/guide/sqlroutines-chapt.html#src_jrt_access_control - Technical Description, Third Party Advisory
References (MISC) https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=50212#c7 - (MISC) https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=50212#c7 - Mailing List, Third Party Advisory
CPE cpe:2.3:a:hsqldb:hypersql_database:*:*:*:*:*:*:*:*

06 Oct 2022, 18:44

Type Values Removed Values Added
New CVE

Information

Published : 2022-10-06 18:17

Updated : 2023-12-10 14:35


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')