CVE-2022-26477: SystemDS CPU exhaustion vulnerability
7.5
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.91108%
CWE
Published
6/28/2022
Updated
10/28/2024
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| org.apache.systemds:systemds | maven | < 2.2.2 | 2.2.2 |
| systemds | pip | >= 0, < 2.2.2 | 2.2.2 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability description explicitly identifies the readExternal method's loop termination condition as the root cause. In Java serialization, readExternal is used for custom deserialization logic. The advisory specifies that an attacker could tamper with the variable controlling the loop iteration count, which matches the pattern of CWE-400 (uncontrolled resource consumption). While the exact class/path isn't provided, the method name (readExternal) and context (serialization/deserialization in a distributed system) strongly suggest it's part of a class handling matrix/data serialization, a core component in SystemDS.