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.
References
Link | Resource |
---|---|
http://hsqldb.org/doc/2.0/guide/sqlroutines-chapt.html#src_jrt_access_control | Third Party Advisory |
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=50212#c7 | Mailing List Third Party Advisory |
https://lists.debian.org/debian-lts-announce/2022/12/msg00020.html | Mailing List Third Party Advisory |
https://www.debian.org/security/2023/dsa-5313 | Third Party Advisory |
http://hsqldb.org/doc/2.0/guide/sqlroutines-chapt.html#src_jrt_access_control | Third Party Advisory |
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=50212#c7 | Mailing List Third Party Advisory |
https://lists.debian.org/debian-lts-announce/2022/12/msg00020.html | Mailing List Third Party Advisory |
https://www.debian.org/security/2023/dsa-5313 | Third Party Advisory |
Configurations
History
21 Nov 2024, 07:23
Type | Values Removed | Values Added |
---|---|---|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 8.0 |
References | () http://hsqldb.org/doc/2.0/guide/sqlroutines-chapt.html#src_jrt_access_control - Third Party Advisory | |
References | () https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=50212#c7 - Mailing List, Third Party Advisory | |
References | () https://lists.debian.org/debian-lts-announce/2022/12/msg00020.html - Mailing List, Third Party Advisory | |
References | () https://www.debian.org/security/2023/dsa-5313 - Third Party Advisory |
Information
Published : 2022-10-06 18:17
Updated : 2024-11-21 07:23
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
CWE-470
Use of Externally-Controlled Input to Select Classes or Code ('Unsafe Reflection')
NVD-CWE-noinfo