CVE-2022-39944: Apache Linkis subject to Remote Code Execution via deserialization
8.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.76692%
CWE
Published
10/26/2022
Updated
1/30/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.apache.linkis:linkis | maven | < 1.3.0 | 1.3.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from unvalidated JDBC URL parameters in MySQL connections. The MySQL Connector/J is known to be vulnerable to deserialization attacks via parameters like 'autoDeserialize' when attacker-controlled data is processed. Since the mitigation involves parameter blacklisting, the function
responsible for building JDBC URLs with user inputs (without proper filtering) would be the entry point. This pattern matches common JDBC URL construction vulnerabilities, and the described attack vector (malicious JDBC EC configuration) directly implicates the JDBC URL building process.