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.
Conclusion & alert: CVE-2021-21369 is rated Moderate Risk (51.7/100): CVSS Medium severity, with medium exploitation likelihood (EPSS 1.50%). Mandatory action: Review affected assets and schedule remediation.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 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% | — |
Full EPSS history (9 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 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] |
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| linuxfoundation | besu | < 1.5.1 | cpe:2.3:a:linuxfoundation:besu:*:*:*:*:*:*:*:* |
| URL | Tags |
|---|---|
| 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 |