HIGHCVE-2026-40586CVSS 7.5

blueprintUE: Login Endpoint Has No Rate Limiting, Lockout, or Brute-Force Protection

翻訳中…

プラットフォーム

nodejs

コンポーネント

blueprintue-self-hosted-edition

修正版

4.2.1

AI Confidence: highNVDEPSS 0.1%レビュー済み: 2026年5月
あなたの言語に翻訳中…

CVE-2026-40586 affects blueprintUE Self-Hosted Edition, a tool for Unreal Engine developers. This vulnerability stems from a complete absence of throttling mechanisms on the login form handler, allowing attackers to rapidly submit numerous login attempts. This lack of protection enables dictionary attacks and credential stuffing, potentially compromising user accounts and sensitive project data. The vulnerability impacts versions 0.0.0 through 4.1.9, and a fix is available in version 4.2.0.

影響と攻撃シナリオ翻訳中…

The primary impact of CVE-2026-40586 is the potential for successful credential stuffing and dictionary attacks. Without rate limiting, an attacker can exhaustively attempt various username/password combinations, significantly increasing the likelihood of gaining unauthorized access. Successful exploitation could lead to the compromise of developer accounts, access to sensitive Unreal Engine projects, and potentially the exfiltration of intellectual property. The absence of any throttling mechanism means the attack can proceed at full network speed, making it particularly effective. This vulnerability shares similarities with other login-related vulnerabilities where inadequate rate limiting is present, allowing for brute-force and credential stuffing attempts.

悪用の状況翻訳中…

CVE-2026-40586 was publicly disclosed on 2026-04-21. Currently, there is no indication of active exploitation campaigns targeting this vulnerability. The vulnerability is not listed on the CISA KEV catalog. The absence of throttling makes this vulnerability attractive to automated credential stuffing tools, and it is possible that it will be added to automated attack lists. The relatively low complexity of exploitation suggests a moderate risk of future exploitation.

リスク対象者翻訳中…

Unreal Engine developers using blueprintUE Self-Hosted Edition, particularly those with weak password policies or who share hosting environments. Teams relying on blueprintUE for project management and collaboration are at increased risk, as a compromised account could grant access to sensitive project assets and intellectual property. Users with legacy configurations or those who have not regularly updated blueprintUE are also at higher risk.

検出手順翻訳中…

• nodejs / server: Monitor blueprintUE server logs for a high volume of failed login attempts originating from a single IP address. Use journalctl -u blueprintue -f to monitor logs in real-time. • generic web: Use curl -v <blueprintUEloginurl> to test login endpoint behavior and observe rate limiting (or lack thereof). Examine access logs for repeated failed login attempts from the same IP. • generic web: Check response headers for any rate limiting indicators. A missing X-RateLimit-* header suggests no rate limiting is in place.

攻撃タイムライン

  1. Disclosure

    disclosure

脅威インテリジェンス

エクスプロイト状況

概念実証不明
CISA KEVNO
インターネット露出
レポート1 脅威レポート

EPSS

0.06% (19% パーセンタイル)

CISA SSVC

悪用状況poc
自動化可能yes
技術的影響partial

CVSS ベクトル

脅威インテリジェンス· CVSS 3.1CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N7.5HIGHAttack VectorNetwork攻撃者がターゲットに到達する方法Attack ComplexityLow悪用に必要な条件Privileges RequiredNone攻撃に必要な認証レベルUser InteractionNone被害者の操作が必要かどうかScopeUnchanged影響コンポーネント外への波及ConfidentialityHigh機密データ漏洩のリスクIntegrityNone不正データ改ざんのリスクAvailabilityNoneサービス障害のリスクnextguardhq.com · CVSS v3.1 基本スコア
これらのメトリクスの意味は?
Attack Vector
ネットワーク — インターネット経由でリモートから悪用可能。物理・ローカルアクセス不要。
Attack Complexity
低 — 特別な条件不要。安定して悪用可能。
Privileges Required
なし — 認証不要。資格情報なしで悪用可能。
User Interaction
なし — 自動かつ無音の攻撃。被害者は何もしない。
Scope
変化なし — 影響は脆弱なコンポーネントのみ。
Confidentiality
高 — 機密性の完全喪失。全データが読み取り可能。
Integrity
なし — 完全性への影響なし。
Availability
なし — 可用性への影響なし。

影響を受けるソフトウェア

コンポーネントblueprintue-self-hosted-edition
ベンダーblueprintue
影響範囲修正版
< 4.2.0 – < 4.2.04.2.1

弱点分類 (CWE)

タイムライン

  1. 予約済み
  2. 公開日
  3. EPSS 更新日

緩和策と回避策翻訳中…

The primary mitigation for CVE-2026-40586 is to immediately upgrade to blueprintUE Self-Hosted Edition version 4.2.0 or later, which includes the necessary login throttling mechanisms. If upgrading is not immediately feasible, consider implementing a Web Application Firewall (WAF) or reverse proxy with rate-limiting rules to restrict the number of login attempts from a single IP address within a given timeframe. Specifically, configure the WAF to limit requests to the login endpoint (/login or similar) to a reasonable number (e.g., 5-10 attempts per minute per IP). Monitor login logs for unusual activity, such as a high volume of failed login attempts originating from a single source. While not a complete solution, this can provide a temporary layer of protection.

修正方法翻訳中…

Actualice a la versión 4.2.0 o superior para mitigar la vulnerabilidad. Esta versión implementa medidas de seguridad como el control de velocidad, el bloqueo de cuentas y la protección contra ataques de fuerza bruta en el punto final de inicio de sesión.

CVEセキュリティニュースレター

脆弱性分析と重要アラートをメールでお届けします。

よくある質問翻訳中…

What is CVE-2026-40586 — Credential Stuffing in blueprintUE Self-Hosted?

CVE-2026-40586 is a HIGH severity vulnerability in blueprintUE Self-Hosted Edition where the login form lacks throttling, allowing attackers to attempt unlimited login credentials.

Am I affected by CVE-2026-40586 in blueprintUE Self-Hosted?

Yes, if you are using blueprintUE Self-Hosted Edition versions 0.0.0 through 4.1.9, you are potentially affected by this vulnerability.

How do I fix CVE-2026-40586 in blueprintUE Self-Hosted?

Upgrade to blueprintUE Self-Hosted Edition version 4.2.0 or later to implement login throttling and mitigate the risk.

Is CVE-2026-40586 being actively exploited?

Currently, there is no confirmed active exploitation of CVE-2026-40586, but the lack of throttling makes it a potential target for automated attacks.

Where can I find the official blueprintUE advisory for CVE-2026-40586?

Refer to the official blueprintUE security advisory for detailed information and updates: [https://blueprintue.com/security/advisories](https://blueprintue.com/security/advisories)

あなたのプロジェクトは影響を受けていますか?

依存関係ファイルをアップロードすれば、このCVEや他のCVEがあなたに影響するか即座にわかります。