Besu is an Ethereum client written in Java. Starting in version 21.10.0, changes in the implementation of the SHL, SHR, and SAR operations resulted in the introduction of a signed type coercion error in values that represent negative values for 32 bit signed integers. Smart contracts that ask for shifts between approximately 2 billion and 4 billion bits (nonsensical but valid values for the operation) will fail to execute and hence fail to validate. In networks where vulnerable versions are mining with other clients or non-vulnerable versions this will result in a fork and the relevant transactions will not be included in the fork. In networks where vulnerable versions are not mining (such as Rinkeby) no fork will result and the validator nodes will stop accepting blocks. In networks where only vulnerable versions are mining the relevant transaction will not be included in any blocks. When the network adds a non-vulnerable version the network will act as in the first case. Besu 21.10.2 contains a patch for this issue. Besu 21.7.4 is not vulnerable and clients can roll back to that version. There is a workaround available: Once a transaction with the relevant shift operations is included in the canonical chain, the only remediation is to make sure all nodes are on non-vulnerable versions.
Conclusion & alert: CVE-2021-41272 is rated Moderate Risk (55.3/100): CVSS High severity, with medium exploitation likelihood (EPSS 1.42%). Core evidence: EPSS rose +1.05% over the last day, indicating growing attacker interest. 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.37% | 1.42% | +1.05% |
| 2 | 2025-06-08 | 0.35% | 0.37% | +0.02% |
| 3 | 2025-03-30 | — | 0.35% | — |
Full EPSS history (11 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 7.5 | 3.1 | HIGH |
|
3.9 | 3.6 | [email protected] |
| 5.0 | 2.0 | MEDIUM |
|
10.0 | 2.9 | [email protected] |
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| linuxfoundation | besu | 21.10.0 | cpe:2.3:a:linuxfoundation:besu:21.10.0:-:*:*:*:*:*:* |
| linuxfoundation | besu | 21.10.0 | cpe:2.3:a:linuxfoundation:besu:21.10.0:rc1:*:*:*:*:*:* |
| linuxfoundation | besu | 21.10.0 | cpe:2.3:a:linuxfoundation:besu:21.10.0:rc2:*:*:*:*:*:* |
| linuxfoundation | besu | 21.10.0 | cpe:2.3:a:linuxfoundation:besu:21.10.0:rc3:*:*:*:*:*:* |
| linuxfoundation | besu | 21.10.0 | cpe:2.3:a:linuxfoundation:besu:21.10.0:rc4:*:*:*:*:*:* |
| linuxfoundation | besu | 21.10.1 | cpe:2.3:a:linuxfoundation:besu:21.10.1:*:*:*:*:*:*:* |
| URL | Tags |
|---|---|
| https://github.com/hyperledger/besu/commit/4170524ac3b45185704fcfbdeeb71b0b05dfa0a1 | Patch Third Party Advisory |
| https://github.com/hyperledger/besu/pull/3039 | Issue Tracking Patch Third Party Advisory |
| https://github.com/hyperledger/besu/security/advisories/GHSA-7pg2-p5vj-xp5h | Patch Third Party Advisory |