GHSA-4g52-pqcj-phvh · Severity: medium · Ecosystem: go — BLS Signature "Malleability"
Lotus is an Implementation of the Filecoin protocol written in Go. BLS signature validation in lotus uses blst library method VerifyCompressed. This method accepts signatures in 2 forms: "serialized", and "compressed", meaning that BLS signatures can be provided as either of 2 unique byte arrays. Lotus block validation functions perform a uniqueness check on provided blocks. Two blocks are considered distinct if the CIDs of their blockheader do not match. The CID method for blockheader includes the BlockSig of the block. The result of these issues is that it would be possible to punish miners for valid blocks, as there are two different valid block CIDs available for each block, even though this must be unique. By switching from the go based `blst` bindings over to the bindings in `filecoin-ffi`, the code paths now ensure that all signatures are compressed by size and the way they are deserialized. This happened in https://github.com/filecoin-project/lotus/pull/5393.
Conclusion & alert: CVE-2021-21405 is rated Exploit Available (59.5/100): CVSS Medium severity, with medium exploitation likelihood (EPSS 0.98%). Core evidence: 1 public exploit reference(s) are indexed (Exploit-DB). Mandatory action: Public exploits are available—assess exposure, apply mitigations, and prioritize patching.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
| EDB-ID | Source | Kind | Published | Link |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
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.17% | 0.98% | +0.80% |
| 2 | 2025-11-21 | 0.13% | 0.17% | +0.04% |
| 3 | 2025-11-18 | — | 0.13% | — |
Full EPSS history (12 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 5.9 | 3.1 | MEDIUM |
|
2.2 | 3.6 | [email protected] |
| 7.5 | 3.1 | HIGH |
|
3.9 | 3.6 | [email protected] |
| 5.0 | 2.0 | MEDIUM |
|
10.0 | 2.9 | [email protected] |
GHSA-4g52-pqcj-phvh · Severity: medium · Ecosystem: go — BLS Signature "Malleability"
| URL | Tags |
|---|---|
| https://gist.github.com/wadeAlexC/2490d522e81a796af9efcad1686e6754 | Exploit Third Party Advisory |
| https://github.com/filecoin-project/lotus/pull/5393 | Patch Third Party Advisory |
| https://github.com/filecoin-project/lotus/security/advisories/GHSA-4g52-pqcj-phvh | Patch Third Party Advisory |