Skip to main content

CVE-2022-41853

Severity

9.8

Description

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.

Mitigation

There is no non-vulnerable upgrade path for this component/package. However, this vulnerability can be mitigated by setting the `hsqldb.method_class_names` system property to a restricted set of safe classes via `System.setProperty("hsqldb.method_class_names", "abc")` or Java arguments: `Dhsqldb.method_class_names="abc"`.

Reference: [https://github.com/advisories/GHSA-77xx-rxvh-q682](https://github.com/advisories/GHSA-77xx-rxvh-q682)
Documentation: [http://hsqldb.org/doc/2.0/guide/sqlroutines-chapt.html#src_jrt_access_control](http://hsqldb.org/doc/2.0/guide/sqlroutines-chapt.html#src_jrt_access_control)

Project

Apache TomEE

Category
CWE-470 Use of Externally-Controlled Input to Select Classes or Code ('Unsafe Reflection')
Tags
data
Date Disclosed

2022-10-06

Date Discovered

2022-09-30

Apache TomEE 8.0.x

First release:
2019-09-13
CVEs:
88
Support Lifecycle:
Namespace:
javax

Apache TomEE 7.1.x

First release:
2018-09-02
CVEs:
81
Support Lifecycle:
Namespace:
javax

Apache TomEE 7.0.x

First release:
2016-05-17
CVEs:
111
Support Lifecycle:
Namespace:
javax

Apache TomEE 1.7.x

First release:
2014-08-09
CVEs:
95
Support Lifecycle:
Namespace:
javax

Apache TomEE 1.6.x

First release:
2013-11-17
CVEs:
108
Support Lifecycle:
Namespace:
javax

Apache TomEE 1.5.x

First release:
2012-09-28
CVEs:
119
Support Lifecycle:
Namespace:
javax

Apache TomEE 1.0.x

First release:
2012-04-27
CVEs:
130
Support Lifecycle:
Namespace:
javax
Feel Vulnerable? 

Contact us so we can help you.

* These fields are required.