CVE-2023-45146
XXL-RPC Deserialization of Untrusted Data vulnerability
9.0
CRITICAL
CVSS 3.1
EPSS 3.2%
描述
XXL-RPC is a high performance, distributed RPC framework. With it, a TCP server can be set up using the Netty framework and the Hessian serialization mechanism. When such a configuration is used, attackers may be able to connect to the server and provide malicious serialized objects that, once deserialized, force it to execute arbitrary code. This can be abused to take control of the machine the server is running by way of remote code execution. This issue has not been fixed.
如何修補 CVE-2023-45146
目前尚未發布修補版本。可考慮移除受影響套件,或參考下方連結中的上游建議。
- —未列出修補版本
CVE-2023-45146 正在被利用嗎?
低 — EPSS 為 3.2%,目前沒有觀察到大規模利用活動。
受影響套件(1)
- from 0, <= 1.7.0
CVSS 分數
| 來源 | 版本 | 嚴重程度 | 向量 |
|---|---|---|---|
| osv | CVSS 4.0 | — | CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H |
| osv | CVSS 3.1 | CRITICAL9.0 | CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H |
參考連結(4)
- ADVISORYnvd.nist.gov/vuln/detail/CVE-2023-45146
- ADVISORYsecuritylab.github.com/advisories/GHSL-2023-052_XXL-RPC
- PATCHgithub.com/xuxueli/xxl-rpc
- WEBgithub.com/xuxueli/xxl-rpc/blob/eeaa1bd7fc8f2249de13f971dda4f6689d66f318/xxl-rpc-core/src/main/java/com/xxl/rpc/core/serialize/impl/HessianSerializer.java#L45