CVE-2021-21405

HIGH EPSS 57.7%
Published Apr 15, 20215y ago · Modified Jun 17, 20262w ago
7.5 CVSS 3.1
High
Find Similar
Published Apr 15, 2021 5y ago
Last Modified Jun 17, 2026 2w ago

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 Details

Base Score
7.5
Exploitability
3.9
Impact
3.6
Vector string
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
Attack Vector Network
Attack Complexity Low
Privileges Required None
User Interaction None
Scope Unchanged
Confidentiality None
Integrity High
Availability None

Threat Intelligence

EPSS Exploit Probability
57.7% percentile
Exploit & Patch Status
Public Exploit Known
Patch Available

Weaknesses 1

CWE-347

Affected Products 1

VendorProductVersionRange
filecoinlotus* <1.5.0

References 3

  • gist.github.com https://gist.github.com/wadeAlexC/2490d522e81a796af9efcad1686e6754
    ExploitThird Party Advisory
  • github.com https://github.com/filecoin-project/lotus/pull/5393
    PatchThird Party Advisory
  • github.com https://github.com/filecoin-project/lotus/security/advisories/GHSA-4g52-pqcj-phvh
    PatchThird Party Advisory

Remediation

  • github.com https://github.com/filecoin-project/lotus/pull/5393
    PatchThird Party Advisory
  • github.com https://github.com/filecoin-project/lotus/security/advisories/GHSA-4g52-pqcj-phvh
    PatchThird Party Advisory