CVE-2021-30179
概要

Apache Dubbo prior to 2.6.9 and 2.7.9 by default supports generic calls to arbitrary methods exposed by provider interfaces. These invocations are handled by the GenericFilter which will find the service and method specified in the first arguments of the invocation and use the Java Reflection API to make the final call. The signature for the $invoke or $invokeAsync methods is Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/Object; where the first argument is the name of the method to invoke, the second one is an array with the parameter types for the method being invoked and the third one is an array with the actual call arguments. In addition, the caller also needs to set an RPC attachment specifying that the call is a generic call and how to decode the arguments. The possible values are: - true - raw.return - nativejava - bean - protobuf-json An attacker can control this RPC attachment and set it to nativejava to force the java deserialization of the byte array located in the third argument.

公表日 2021年6月1日23:15
登録日 2021年6月2日10:00
最終更新日 2024年11月21日15:03
CVSS3.1 : CRITICAL
スコア 9.8
ベクター CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
攻撃元区分(AV) ネットワーク
攻撃条件の複雑さ(AC)
攻撃に必要な特権レベル(PR) 不要
利用者の関与(UI) 不要
影響の想定範囲(S) 変更なし
機密性への影響(C)
完全性への影響(I)
可用性への影響(A)
CVSS2.0 : HIGH
スコア 7.5
ベクター AV:N/AC:L/Au:N/C:P/I:P/A:P
攻撃元区分(AV) ネットワーク
攻撃条件の複雑さ(AC)
攻撃前の認証要否(Au) 不要
機密性への影響(C)
完全性への影響(I)
可用性への影響(A)
全ての特権を取得 いいえ
ユーザー権限を取得 いいえ
その他の権限を取得 いいえ
ユーザー操作が必要 いいえ
影響を受けるソフトウェアの構成
構成1 以上 以下 より上 未満
cpe:2.3:a:apache:dubbo:*:*:*:*:*:*:*:* 2.5.0 2.5.10
cpe:2.3:a:apache:dubbo:*:*:*:*:*:*:*:* 2.6.0 2.6.9
cpe:2.3:a:apache:dubbo:*:*:*:*:*:*:*:* 2.7.0 2.7.10
関連情報、対策とツール
共通脆弱性一覧

JVN脆弱性情報
Apache Dubbo における信頼できないデータのデシリアライゼーションに関する脆弱性
タイトル Apache Dubbo における信頼できないデータのデシリアライゼーションに関する脆弱性
概要

Apache Dubbo には、信頼できないデータのデシリアライゼーションに関する脆弱性が存在します。

想定される影響 情報を取得される、情報を改ざんされる、およびサービス運用妨害 (DoS) 状態にされる可能性があります。
対策

ベンダより正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。

公表日 2021年5月31日0:00
登録日 2022年2月17日17:09
最終更新日 2022年2月17日17:09
影響を受けるシステム
Apache Software Foundation
Apache Dubbo 
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
変更履歴
No 変更内容 変更日
1 [2022年02月17日]
  掲載
2022年2月17日17:09