製品・ソフトウェアに関する情報
MISPにおけるオープンリダイレクトの脆弱性
Title MISPにおけるオープンリダイレクトの脆弱性
Summary

MISPのUsersController::routeafterlogin()にオープンリダイレクトの脆弱性が存在しました。これは、pre_login_requested_urlセッションキーに格納された値が十分にローカルなアプリケーションパスであることを検証せずにログイン後のリダイレクト先として使用されたためです。認証されていないリモート攻撃者は、被害者に信頼されたMISPインスタンスを訪問させ、認証成功後に攻撃者が制御する外部URLへリダイレクトさせるリンクを作成可能でした。これにより、フィッシング攻撃の信頼性を高めたり、ユーザーを偽のログインページへ誘導したり、信頼できないドメインから攻撃者が制御するコンテンツを配信したりすることができます。CWE-601では、この脆弱性を、外部リンクを指定するユーザー制御入力を受け入れ、それをリダイレクトに使用する弱点として説明しており、フィッシングが一般的な結果であるとしています。修正パッチは、URLをデコード・解析し、スキーム、ホスト、ユーザーコンポーネント、欠落またはローカルでないパス、および「//example.com」や「/\example.com」のようなプロトコル相対形式のURLを拒否することで問題を緩和しています。

Possible impacts ・当該ソフトウェアが扱う情報の一部が外部に漏れる可能性があります。 ・当該ソフトウェアが扱う情報の一部が書き換えられる可能性があります。 ・当該ソフトウェアは停止しません。 
Solution

リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。

Publication Date June 4, 2026, midnight
Registration Date June 9, 2026, 2:10 p.m.
Last Update June 9, 2026, 2:10 p.m.
CVSS3.0 : 警告
Score 6.1
Vector CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Affected System
MISP
MISP 2.5.39 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
その他
Change Log
No Changed Details Date of change
1 [2026年06月09日]
  掲載
June 9, 2026, 2:10 p.m.

NVD Vulnerability Information
CVE-2026-10861
Summary

An open redirect vulnerability existed in MISP UsersController::routeafterlogin() because the value stored in the pre_login_requested_url session key was used as the post-login redirect destination without sufficiently enforcing that it was a local application path.

An unauthenticated remote attacker could craft a link that causes a victim to visit a trusted MISP instance and, after successful authentication, be redirected to an attacker-controlled external URL. This could be abused to increase the credibility of phishing attacks, redirect users to counterfeit login pages, or deliver attacker-controlled content from an untrusted domain. CWE-601 describes this weakness as accepting user-controlled input that specifies an external link and using it in a redirect, with phishing as a common consequence.

The patch mitigates the issue by decoding and parsing the URL, rejecting URLs with a scheme, host, user component, missing or non-local path, and protocol-relative forms such as //example.com and /\example.com.

Publication Date June 4, 2026, 11:16 p.m.
Registration Date June 5, 2026, 4:10 a.m.
Last Update June 8, 2026, 10:56 p.m.
Affected software configurations
Configuration1 or higher or less more than less than
cpe:2.3:a:misp:misp:*:*:*:*:*:*:*:* 2.5.39
Related information, measures and tools
Common Vulnerabilities List