【活用ガイド】

JVNDB-2011-005326

EGI UDM で使用される LCG Disk Pool Manager における SQL インジェクションの脆弱性

概要

EGI UDM で使用される LCG Disk Pool Manager (DPM) には、SQL インジェクションの脆弱性が存在します。
CVSS による深刻度 (CVSS とは?)

CVSS v2 による深刻度
基本値: 7.5 (危険) [NVD値]
  • 攻撃元区分: ネットワーク
  • 攻撃条件の複雑さ: 低
  • 攻撃前の認証要否: 不要
  • 機密性への影響(C): 部分的
  • 完全性への影響(I): 部分的
  • 可用性への影響(A): 部分的
影響を受けるシステム


LCG project
  • Disk Pool Manager 1.8.6 未満

想定される影響

第三者により、下記の変数を介して、任意の SQL コマンドを実行される可能性があります。

(1) dpm_get_pending_req_by_token 関数の r_token 変数
(2) dpm_get_cpr_by_fullid 関数の r_token 変数
(3) dpm_get_cpr_by_surl 関数の r_token 変数
(4) dpm_get_cpr_by_surls 関数の r_token 変数
(5) dpm_get_gfr_by_fullid 関数の r_token 変数
(6) dpm_get_gfr_by_surl 関数の r_token 変数
(7) dpm_get_pfr_by_fullid 関数の r_token 変数
(8) dpm_get_pfr_by_surl 関数の r_token 変数
(9) dpm_get_req_by_token 関数の r_token 変数
(10) dpm_insert_cpr_entry 関数の r_token 変数
(11) dpm_insert_gfr_entry 関数の r_token 変数
(12) dpm_insert_pending_entry 関数の r_token 変数
(13) dpm_insert_pfr_entry 関数の r_token 変数
(14) dpm_insert_xferreq_entry 関数の r_token 変数
(15) dpm_list_cpr_entry 関数の r_token 変数
(16) dpm_list_gfr_entry 関数の r_token 変数
(17) dpm_list_pfr_entry 関数の r_token 変数
(18) dpm_get_cpr_by_surl 関数の surl 変数
(19) dpm_get_cpr_by_surls 関数の to_surl 変数
(20) dpm_get_pending_reqs_by_u_desc 関数の u_token 変数
(21) dpm_get_reqs_by_u_desc 関数の u_token 変数
(22) dpm_get_spcmd_by_u_desc 関数の u_token 変数
(23) dpm_insert_pending_entry 関数の u_token 変数
(24) dpm_insert_spcmd_entry 関数の u_token 変数
(25) dpm_insert_xferreq_entry 関数 の u_token 変数
(26) dpm_get_spcmd_by_token 関数の s_token 変数
(27) dpm_insert_cpr_entry 関数の s_token 変数
(28) dpm_insert_gfr_entry 関数の s_token 変数
(29) dpm_insert_pfr_entry 関数の s_token 変数
(30) dpm_insert_spcmd_entry 関数の s_token 変数
(31) dpm_update_cpr_entry 関数の s_token 変数
(32) dpm_update_gfr_entry 関数の s_token 変数
(33) dpm_update_pfr_entry 関数の s_token 変数

または、リモートの管理者により、下記の変数を介して、任意の SQL コマンドを実行される可能性があります。

(34) dpm_get_pool_entry 関数の poolname 変数
(35) dpm_insert_fs_entry 関数の poolname 変数
(36) dpm_insert_pool_entry 関数の poolname 変数
(37) dpm_insert_spcmd_entry 関数の poolname 変数
(38) dpm_list_fs_entry 関数の poolname 変数
(39) dpm_update_spcmd_entry 関数の poolname 変数
対策

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

LCG project
CWEによる脆弱性タイプ一覧  CWEとは?

  1. SQLインジェクション(CWE-89) [NVD評価]
共通脆弱性識別子(CVE)  CVEとは?

  1. CVE-2011-4970
参考情報

  1. National Vulnerability Database (NVD) : CVE-2011-4970
  2. 関連文書 : Multiple SQL Injection vulnerabilities in Disk Pool Manager (DPM)
更新履歴

  • [2014年05月15日]
      掲載