Vulnerability Description
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.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Filecoin | Lotus | < 1.5.0 |
Related Weaknesses (CWE)
References
- https://gist.github.com/wadeAlexC/2490d522e81a796af9efcad1686e6754ExploitThird Party Advisory
- https://github.com/filecoin-project/lotus/pull/5393PatchThird Party Advisory
- https://github.com/filecoin-project/lotus/security/advisories/GHSA-4g52-pqcj-phvPatchThird Party Advisory
- https://gist.github.com/wadeAlexC/2490d522e81a796af9efcad1686e6754ExploitThird Party Advisory
- https://github.com/filecoin-project/lotus/pull/5393PatchThird Party Advisory
- https://github.com/filecoin-project/lotus/security/advisories/GHSA-4g52-pqcj-phvPatchThird Party Advisory
FAQ
What is CVE-2021-21405?
CVE-2021-21405 is a vulnerability with a CVSS score of 5.9 (MEDIUM). 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",...
How severe is CVE-2021-21405?
CVE-2021-21405 has been rated MEDIUM with a CVSS base score of 5.9/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2021-21405?
Check the references section above for vendor advisories and patch information. Affected products include: Filecoin Lotus.