VYPR

Fabric

by Hyperledger

Source repositories

CVEs (7)

  • CVE-2026-41586CriMay 7, 2026
    risk 0.60cvss epss 0.00

    Hyperledger Fabric is an enterprise-grade permissioned distributed ledger framework for developing solutions and applications. From versions 1.0.0 to 2.2.26, Channel.java implements readObject() and exposes deSerializeChannel() which call ObjectInputStream.readObject() on…

  • CVE-2022-31121HigJul 7, 2022
    risk 0.42cvss 7.5epss 0.02

    Hyperledger Fabric is a permissioned distributed ledger framework. In affected versions if a consensus client sends a malformed consensus request to an orderer it may crash the orderer node. A fix has been added in commit 0f1835949 which checks for missing consensus messages and…

  • CVE-2023-46132HigNov 14, 2023
    risk 0.39cvss 7.1epss 0.01

    Hyperledger Fabric is an open source permissioned distributed ledger framework. Combining two molecules to one another, called "cross-linking" results in a molecule with a chemical formula that is composed of all atoms of the original two molecules. In Fabric, one can take a…

  • CVE-2022-36023HigAug 18, 2022
    risk 0.39cvss 7.0epss 0.01

    Hyperledger Fabric is an enterprise-grade permissioned distributed ledger framework for developing solutions and applications. If a gateway client application sends a malformed request to a gateway peer it may crash the peer node. Version 2.4.6 checks for the malformed gateway…

  • CVE-2024-45244MedAug 25, 2024
    risk 0.27cvss 5.3epss 0.01

    Hyperledger Fabric through 3.0.0 and 2.5.x through 2.5.9 do not verify that a request has a timestamp within the expected time window.

  • CVE-2026-53658Aug 14, 2026
    risk 0.00cvss epss

    When fabric-ca is configured with an LDAP backend, the username from HTTP Basic authentication is included in an LDAP uid search filter without proper escaping. An unauthenticated attacker with network access to the CA enrollment endpoint could exploit this to perform LDAP…

  • CVE-2022-45196HigNov 12, 2022
    risk 0.00cvss 7.5epss 0.01

    Hyperledger Fabric 2.3 allows attackers to cause a denial of service (orderer crash) by repeatedly sending a crafted channel tx with the same Channel name. NOTE: the official Fabric with Raft prevents exploitation via a locking mechanism and a check for names that already exist.