CVE-2021-32824: Apache Dubbo vulnerable to remote code execution via Telnet Handler
9.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.93873%
CWE
Published
1/3/2023
Updated
1/29/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.apache.dubbo:dubbo-parent | maven | < 2.6.10 | 2.6.10 |
| org.apache.dubbo:dubbo-parent | maven | >= 2.7.0, < 2.7.10 | 2.7.10 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The core vulnerability stems from two key points: 1) The Telnet handler's invoke command accepts untrusted input and processes arguments through PojoUtils.realize. 2) PojoUtils.realize lacks the deserialization protections present in FastJson, allowing arbitrary class instantiation. The combination creates an unprotected RCE vector where attackers can manipulate beans through nested object graphs that trigger dangerous setters or constructors.