Skip to content

hsqldb-2.3.6.jar: 1 vulnerabilities (highest severity is: 8.9) [master] (unreachable) #40

@mend-developer-platform-dev

Description

@mend-developer-platform-dev
📂 Vulnerable Library - hsqldb-2.3.6.jar

HSQLDB - Lightweight 100% Java SQL Database Engine

Library home page: http://hsqldb.org

Path to dependency file: /pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/hsqldb/hsqldb/2.3.6/hsqldb-2.3.6.jar

Findings

Finding Severity 🎯 CVSS Exploit Maturity EPSS Library Type Fixed in Remediation Available Reachability
CVE-2022-41853 🔴 High 8.9 Not Defined 70.4% hsqldb-2.3.6.jar Direct org.hsqldb:hsqldb:2.7.1 Unreachable

Details

🔴CVE-2022-41853

Vulnerable Library - hsqldb-2.3.6.jar

HSQLDB - Lightweight 100% Java SQL Database Engine

Library home page: http://hsqldb.org

Path to dependency file: /pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/hsqldb/hsqldb/2.3.6/hsqldb-2.3.6.jar

Dependency Hierarchy:

  • hsqldb-2.3.6.jar (Vulnerable Library)

Reachability Analysis

The vulnerable code is unreachable


Vulnerability Details

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.

Publish Date: Oct 06, 2022 05:14 PM

URL: CVE-2022-41853

Threat Assessment

Exploit Maturity:Not Defined

EPSS:70.4%

Score: 8.9


Suggested Fix

Type: Upgrade version

Origin: GHSA-77xx-rxvh-q682

Release Date: Oct 06, 2022 05:14 PM

Fix Resolution : org.hsqldb:hsqldb:2.7.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions