• CVE-2022-41853

发布时间: 2023年12月15日

修改时间: 2024年10月31日

概要

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.

CVSS v3 指标

NVD openEuler
Confidentiality High High
Attack Vector Network Network
CVSS评分 9.8 9.8
Attack Complexity Low Low
Privileges Required None None
Scope Unchanged Unchanged
Integrity High High
User Interaction None None
Availability High High

安全公告

公告名 概要 发布时间
KylinSec-SA-2023-1874 hsqldb security update 2023年12月15日
KylinSec-SA-2023-1808 hsqldb1 security update 2023年12月22日

影响产品

产品 状态
KY3.4-4A hsqldb Fixed
KY3.4-5A hsqldb Fixed
KY3.5.2 hsqldb Fixed
KY3.5.1 hsqldb Fixed