SCA: security update for org.hsqldb:hsqldb (GHSA-77xx-rxvh-q682)

critical Tenable Cloud Security Plugin ID 411923

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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. (CVE-2022-41853)

See Also

https://github.com/advisories/GHSA-77xx-rxvh-q682

Plugin Details

Severity: Critical

ID: 411923

Version: Revision 1.3

Type: Local

Family: SCA Checks

Published: 1/23/2025

Updated: 8/19/2025

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Medium

Score: 4.9

Percentile: 57.58

Vendor

Vendor Severity: Critical

CVSS v2

Risk Factor: Critical

Base Score: 10

Temporal Score: 7.4

Vector: CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C

CVSS Score Source: CVE-2022-41853

CVSS v3

Risk Factor: Critical

Base Score: 9.8

Temporal Score: 8.5

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 10/6/2022

Vulnerability Publication Date: 10/6/2022

Reference Information

CVE: CVE-2022-41853

cwe: CWE-470