CVE-2024-47084
概要

Gradio is an open-source Python package designed for quick prototyping. This vulnerability is related to **CORS origin validation**, where the Gradio server fails to validate the request origin when a cookie is present. This allows an attacker’s website to make unauthorized requests to a local Gradio server. Potentially, attackers can upload files, steal authentication tokens, and access user data if the victim visits a malicious website while logged into Gradio. This impacts users who have deployed Gradio locally and use basic authentication. Users are advised to upgrade to `gradio>4.44` to address this issue. As a workaround, users can manually enforce stricter CORS origin validation by modifying the `CustomCORSMiddleware` class in their local Gradio server code. Specifically, they can bypass the condition that skips CORS validation for requests containing cookies to prevent potential exploitation.

公表日 2024年10月11日7:15
登録日 2024年10月11日12:00
最終更新日 2024年10月18日1:30
CVSS3.1 : HIGH
スコア 8.3
ベクター CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:L
攻撃元区分(AV) ネットワーク
攻撃条件の複雑さ(AC)
攻撃に必要な特権レベル(PR) 不要
利用者の関与(UI)
影響の想定範囲(S) 変更なし
機密性への影響(C)
完全性への影響(I)
可用性への影響(A)
影響を受けるソフトウェアの構成
構成1 以上 以下 より上 未満
cpe:2.3:a:gradio_project:gradio:*:*:*:*:*:python:*:* 4.44.0
関連情報、対策とツール
共通脆弱性一覧

JVN脆弱性情報
Gradio project の Python 用 Gradio における脆弱性
タイトル Gradio project の Python 用 Gradio における脆弱性
概要

Gradio project の Python 用 Gradio には、不特定の脆弱性が存在します。

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

参考情報を参照して適切な対策を実施してください。

公表日 2024年10月10日0:00
登録日 2024年10月18日10:37
最終更新日 2024年10月18日10:37
影響を受けるシステム
Gradio project
Gradio 4.44.0 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
その他
変更履歴
No 変更内容 変更日
1 [2024年10月18日]
  掲載
2024年10月18日10:37