GHSA-4g52-pqcj-phvh

    Dashboard / Vulnerabilities / GHSA-4g52-pqcj-phvh

    GHSA-4g52-pqcj-phvh

    Published: 21 May 2021Last Modified: 8 Jul 2026

    Summary: BLS Signature "Malleability"

    Details: ### Impact 1. 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. 2. 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. ### Patches 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 ### References - Original POC: https://gist.github.com/wadeAlexC/2490d522e81a796af9efcad1686e6754

    Affected packages

    Package

    Name: github.com/filecoin-project/lotus

    Purl: pkg:golang/github.com/filecoin-project/lotus

    Affected ranges

    Type: SEMVER

    Events:

    Introduced- 0
    Fixed -1.5.0

    Affected versions

    Common Vulnerability Scoring System

    Attack Vector
    Network
    Adjacent
    Local
    Physical
    Privileges Required
    None
    Low
    High
    User Interaction
    None
    Required
    Scope
    Unchanged
    Changed
    Confidentiality
    None
    Low
    High
    Integrity
    None
    Low
    High
    Availability
    None
    Low
    High
    GHSA-4g52-pqcj-phvh | CVE-DB