CVE-2022-41853: HyperSQL DataBase vulnerable to remote code execution when processing untrusted input
9.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.98597%
CWE
Published
10/6/2022
Updated
1/27/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| org.hsqldb:hsqldb | maven | < 2.7.1 | 2.7.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The critical vulnerability existed in the method access control check. The removed null check in supportsJavaMethod() indicates that pre-patch versions would automatically permit all methods when no allowlist was configured (accessibleJavaMethodNames==null). This function would appear in stack traces when processing malicious SQL method calls, as it's the security gatekeeper for Java method invocation from SQL.