Hyperledger Besu is an open-source, MainNet compatible, Ethereum client written in Java. In Besu before version 1.5.1 there is a denial-of-service vulnerability involving the HTTP JSON-RPC API service. If username and password authentication is enabled for the HTTP JSON-RPC API service, then prior to making any requests to an API endpoint the requestor must use the login endpoint to obtain a JSON web token (JWT) using their credentials. A single user can readily overload the login endpoint with invalid requests (incorrect password). As the supplied password is checked for validity on the main vertx event loop and takes a relatively long time this can cause the processing of other valid requests to fail. A valid username is required for this vulnerability to be exposed. This has been fixed in version 1.5.1.
総合評価: CVE-2021-21369 は中リスク(51.7/100)。CVSS 深刻度は中。悪用される可能性が高い(EPSS 1.50%、71 パーセンタイル) 推奨対応: 影響資産を整理し、修補計画に組み込んでください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.58% | 1.50% | +0.92% |
| 2 | 2025-03-30 | 0.69% | 0.58% | -0.11% |
| 3 | 2025-03-29 | — | 0.69% | — |
EPSS の全履歴 (全 9 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 6.5 | 3.1 | MEDIUM |
|
2.8 | 3.6 | [email protected] |
| 6.5 | 3.1 | MEDIUM |
|
2.8 | 3.6 | [email protected] |
| 4.0 | 2.0 | MEDIUM |
|
8.0 | 2.9 | [email protected] |
| ベンダー | 製品 | バージョン | 生の CPE |
|---|---|---|---|
| linuxfoundation | besu | < 1.5.1 | cpe:2.3:a:linuxfoundation:besu:*:*:*:*:*:*:*:* |
| URL | タグ |
|---|---|
| https://github.com/hyperledger/besu/blob/master/CHANGELOG.md#151 | Release Notes Third Party Advisory |
| https://github.com/hyperledger/besu/commit/06e35a58c07a30c0fbdc0aae45a3e8b06b53c022 | Patch Third Party Advisory |
| https://github.com/hyperledger/besu/pull/1144 | Patch Third Party Advisory |
| https://github.com/hyperledger/besu/security/advisories/GHSA-qgfj-mjpc-7w3q | Third Party Advisory |