Trusted Design

CVE-2026-48172 の詳細

CVEの情報

説明:
LiteSpeed User-End cPanel Plugin before 2.4.5 allows privilege escalation (possibly to root), as exploited in the wild in May 2026. Detection is best done via a command line of grep -rE "cpanel_jsonapi_func=redisAble" /var/cpanel/logs /usr/local/cpanel/logs/ 2>/dev/null in Bash. If you get no output, you have not been hit with exploitation of the vulnerability. If there is output, we recommend you examine the IP addresses in the list, determine if they are valid IP addresses, and if not, block them. To determine damage done, examine the system logs for use by the detected IP addresses. The issue is related to mishandling of Redis enable/disable features. The recommended minimum version is 2.4.7.

CVE更新日: 2026-05-21 02:16:33.760000

CVSSバージョン: 4.0

CVSSスコア: 10.0

KEVの情報

KEV更新日: 2026-05-26

EPSSの情報

EPSSは脆弱性が今後30日以内に悪用される確率を予測するスコアリングシステムで、FIRST(Forum of Incident Response and Security Teams)が提供しています。
EPSSのスコアが高いということは、攻撃されるリスクが高いことを意味するので、早めの対策が必要です。

EPSSスコア: 0.079560000

EPSS更新日: 2026-06-01 00:00:00

SSVCの情報

SSVCはカーネギーメロン大学ソフトウェア工学研究所が提案する脆弱性の評価手法です。ステークホルダーごとに脆弱性対応の優先度を決定することを支援します。
本サイトでは、CVE、KEV、EPSSの内容からExploitation(悪用状況)、Technical Impact(技術的影響)、Automatable(自動攻撃の可否)を判定します。

Exploitation: active

Technical Impact: low

Automatable: True

AIを使った解説

解説:

1. 脆弱性の概要

LiteSpeed User-End cPanel Plugin(v2.3〜v2.4.4)に存在する 特権昇格(Privilege Escalation)脆弱性。 cPanel の JSON API に公開されている lsws.redisAble 関数の権限設計ミスにより、認証済み cPanel ユーザーが root 権限で任意スクリプトを実行可能。 実際の攻撃で悪用が確認されている。

1.1 影響

  • 認証済み cPanel ユーザー(攻撃者または侵害済みアカウント)が root として任意コード実行
  • サーバー全体の完全侵害(全テナントのデータ流出・バックドア設置・横展開)
  • 共有ホスティング環境では 1 アカウント侵害でサーバー全体が掌握される

1.2 深刻度

  • CVSS v4.0:10.0(Critical)
  • CVSS v3.1:9.8(Critical)

2. 対象となる環境

2.1 影響を受ける OS バージョン

OS 依存情報は 不明(プラグインレベルの脆弱性のため)

2.2 影響を受ける設定

  • LiteSpeed User-End cPanel Plugin v2.3〜v2.4.4 がインストールされている cPanel 環境
  • lsws.redisAble 関数が cPanel JSON API に公開されている状態
  • WHM Plugin は当初非対象だが、後に追加の潜在問題が確認されている

3. 影響を受けた時の兆候

  • LiteSpeed / cPanel が公式に示す IOC(侵害痕跡):
  • cPanel ログに cpanel_jsonapi_func=redisAble を含むエントリが存在
    grep -rE "cpanel_jsonapi_func=redisAble" /var/cpanel/logs /usr/local/cpanel/logs/

  • 不審な IP アドレスからの redisAble 呼び出し

  • その IP によるシステムログ上の不審操作

4. 推奨対策

4.1 本対策(恒久対策)

  • LiteSpeed cPanel Plugin v2.4.7 へのアップグレード
  • LiteSpeed WHM Plugin 5.3.1.0 へのアップグレード

(追加の攻撃経路を含めた完全修正版)

4.2 暫定回避策(緩和策)

  • アップグレードが即時にできない場合:

    • 脆弱なユーザーエンド cPanel プラグインをアンインストール /usr/local/lsws/admin/misc/lscmctl cpanelplugin --uninstall

これにより lsws.redisAble エンドポイントが API から削除される

そのほか

  • 実攻撃状況

    • LiteSpeed 公式および CISA が 悪用を確認
    • 世界規模で機会主義的スキャン・自動攻撃キャンペーンが進行
  • ベンダー対応

    • cPanel は 2026/5/19 に 全サーバー強制アンインストール を実施(異例の緊急措置)

NVDサイト

NVDでCVEの詳細を見る

戻る