CVE-2025-34291 の詳細
CVEの情報
説明:
Langflow versions up to and including 1.6.9 contain a chained vulnerability that enables account takeover and remote code execution. An overly permissive CORS configuration (allow_origins='*' with allow_credentials=True) combined with a refresh token cookie configured as SameSite=None allows a malicious webpage to perform cross-origin requests that include credentials and successfully call the refresh endpoint. An attacker-controlled origin can therefore obtain fresh access_token / refresh_token pairs for a victim session. Obtained tokens permit access to authenticated endpoints — including built-in code-execution functionality — allowing the attacker to execute arbitrary code and achieve full system compromise.
CVE更新日: 2025-12-05 23:15:47.433000
CVSSバージョン: 4.0
CVSSスコア: 9.4
KEVの情報
KEV更新日: 2026-05-21
EPSSの情報
EPSSは脆弱性が今後30日以内に悪用される確率を予測するスコアリングシステムで、FIRST(Forum of Incident Response and Security Teams)が提供しています。
EPSSのスコアが高いということは、攻撃されるリスクが高いことを意味するので、早めの対策が必要です。
EPSSスコア: 0.376740000
EPSS更新日: 2026-06-12 00:00:00
SSVCの情報
SSVCはカーネギーメロン大学ソフトウェア工学研究所が提案する脆弱性の評価手法です。ステークホルダーごとに脆弱性対応の優先度を決定することを支援します。
本サイトでは、CVE、KEV、EPSSの内容からExploitation(悪用状況)、Technical Impact(技術的影響)、Automatable(自動攻撃の可否)を判定します。
Exploitation: active
Technical Impact: low
Automatable: False
1. 脆弱性の概要
Langflow(AI エージェント/ワークフロー構築プラットフォーム)に存在する CORS 誤設定に起因するアカウント乗っ取りおよびリモートコード実行(RCE)脆弱性。
Langflow ≤ 1.6.9 において:
という組み合わせにより、攻撃者が悪意ある Web ページから被害者のブラウザを介して認証付きクロスオリジン要求を送信可能となる。 攻撃者は refresh endpoint を悪用して access_token / refresh_token を奪取し、Langflow の 認証済み API(コード実行機能を含む) にアクセスできるため、完全なシステム乗っ取り(RCE) が可能となる。
1.1 影響
1.2 深刻度
2. 対象となる環境
2.1 影響を受ける製品バージョン
2.2 影響を受ける設定
以下の条件が揃うと攻撃が成立:
3. 影響を受けた時の兆候(IoC)
公開情報では 具体的な IoC は提示されていない。 事実として:
4. 推奨対策
4.1 本対策(恒久対策)
現時点(2026年5月)で 公式パッチは提供されていない。 そのため、以下の恒久対策が必要:
4.2 暫定回避策(緩和策)
(※上記は脆弱性の性質から導かれる一般的な緩和策)
5. その他補足
GitHub Advisory – CVE‑2025‑34291
OBSIDIAN