Lucene search
+L

232 matches found

Hacker One
Hacker One
added 2022/07/13 2:39 p.m.41 views

Hyperledger: Remote denial of service in HyperLedger Fabric

How to reproduce 1.Bring up the test network.https://hyperledger-fabric.readthedocs.io/en/latest/testnetwork.htmlbring-up-the-test-network 2.Run the PoC. bash go run poc.go -server=192.168.0.208:7051 go package main import "context" "crypto/tls" "flag" "fmt"...

5CVSS0.2AI score0.01102EPSS
SaveExploits0
Hacker One
Hacker One
added 2022/07/13 6:20 a.m.65 views

Hyperledger: Fix : (Security) Mitigate Path Traversal Bug

Unsanitized input from arg0 argument flows into java.io.FileOutputStream, where it is used as a path. This may result in a Path Traversal vulnerability and allow an attacker to write to arbitrary files. Impact Being able to access and manipulate an arbitrary path leads to vulnerabilities when a...

3.1AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2022/07/08 5:06 p.m.44 views

Hyperledger Fabric vulnerable to Improper Input Validation in orderer/common/cluster consensus request

Impact If a consensus client sends a malformed consensus request to an orderer it may crash the orderer node. This fix checks for the malformed consensus request and returns an error to the consensus client. Specific Go Packages Affected github.com/hyperledger/fabric/orderer/common/cluster Patche...

7.5CVSS7.1AI score0.02026EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2022/07/08 5:06 p.m.25 views

GHSA-72X4-CQ6R-JP4P Hyperledger Fabric vulnerable to Improper Input Validation in orderer/common/cluster consensus request

Impact If a consensus client sends a malformed consensus request to an orderer it may crash the orderer node. This fix checks for the malformed consensus request and returns an error to the consensus client. Specific Go Packages Affected github.com/hyperledger/fabric/orderer/common/cluster Patche...

7.5CVSS7.3AI score0.02026EPSS
SaveExploits0References6
Veracode
Veracode
added 2022/07/08 7:03 a.m.26 views

Denial Of Service (DoS)

github.com/hyperledger/fabric is vulnerable to denial of service DoS attacks. A remote attacker is able to cause denial of service conditions via sending a malformed consensus request to an orderer and crashing the orderer node...

7.5CVSS7AI score0.02026EPSS
SaveExploits0References7Affected Software1
NVD
NVD
added 2022/07/07 6:15 p.m.62 views

CVE-2022-31121

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 returns an error ...

7.5CVSS0.02026EPSS
SaveExploits0References4
Prion
Prion
added 2022/07/07 6:15 p.m.16 views

Design/Logic Flaw

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 returns an error ...

5CVSS7.5AI score0.02026EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2022/07/07 6:00 p.m.6 views

CVE-2022-31121 Improper Input Validation in fabric hyperledger

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 returns an error ...

7.5CVSS7.5AI score0.02026EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2022/07/07 6:00 p.m.60 views

CVE-2022-31121 Improper Input Validation in fabric hyperledger

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 returns an error ...

7.5CVSS7.7AI score0.02026EPSS
SaveExploits0References4
OSV
OSV
added 2022/07/07 6:00 p.m.23 views

CVE-2022-31121 Improper Input Validation in fabric hyperledger

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 returns an error ...

7.5CVSS7.4AI score
SaveExploits0References6
CVE
CVE
added 2022/07/07 6:00 p.m.88 views

CVE-2022-31121

Hyperledger Fabric vulnerability CVE-2022-31121 affects Fabric's orderer component. In affected versions, if a consensus client sends a malformed consensus request to an orderer, the orderer may crash. A fix was added in commit 0f1835949 that validates missing consensus messages and returns an er...

7.5CVSS7.4AI score0.02026EPSS
SaveExploits0References4Affected Software1
CNNVD
CNNVD
added 2022/07/07 12:00 a.m.28 views

Hyperledger Fabric 输入验证错误漏洞

Hyperledger Fabric is an enterprise licensed distributed ledger framework. It is used to develop solutions and applications. Hyperledger Fabric suffers from an input validation error vulnerability that stems from incorrect validation of inputs in a consensus request, which could be exploited by a...

7.5CVSS7.2AI score0.02026EPSS
SaveExploits0References5
Hacker One
Hacker One
added 2022/06/17 8:51 a.m.82 views

Hyperledger: Remote denial of service in HyperLedger Fabric

This issue was caused by a missing check of nil. An orderer to orderer consensus message that contains an empty inner message crashes the node because it attempts to figure out its type and the mere action of determining the type of a nil pointer, causes a panic. Thank you to Haosheng Wang of OPP...

5CVSS1.1AI score0.02026EPSS
SaveExploits0
OSV
OSV
added 2022/05/25 7:23 p.m.73 views

GHSA-VJJ6-5M9F-WQJW NULL Pointer Dereference in HyperLedger Fabric

A vulnerability has been detected in HyperLedger Fabric v1.4.0, v2.0.0, v2.1.0. This bug can be leveraged by constructing a message whose payload is nil and sending this message with the method 'forwardToLeader'. This bug has been admitted and fixed by the developers of Fabric. If leveraged, any...

7.5CVSS7.5AI score0.01336EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2022/05/25 7:23 p.m.34 views

NULL Pointer Dereference in HyperLedger Fabric

A vulnerability has been detected in HyperLedger Fabric v1.4.0, v2.0.0, v2.1.0. This bug can be leveraged by constructing a message whose payload is nil and sending this message with the method 'forwardToLeader'. This bug has been admitted and fixed by the developers of Fabric. If leveraged, any...

7.5CVSS3AI score0.01336EPSS
SaveExploits1References5Affected Software1
Hacker One
Hacker One
added 2022/04/23 4:46 p.m.21 views

Hyperledger: Unauthorized packages modification or secrets exfiltration via GitHub actions

Thank you to @dustywormwood for working closely with the Iroha team to fix this issue. You can learn more about this vulnerability type at https://github.com/nikitastupin/pwnhub. Thanks to the Hyperledger team for thorough remediation and clear communication!...

2AI score
SaveExploits0
IBM Security Bulletins
IBM Security Bulletins
added 2022/01/07 6:00 p.m.73 views

Security Bulletin: IBM MQ Blockchain bridge dependencies are vulnerable to issues in Apache Log4j (CVE-2021-45105 & CVE-2021-44832)

Summary A Denial of Service issue was identified within the Log4j fix for CVE-2021-45046 that is used by Fabric Gateway to provide logging functionality. Fabric Gateway is used by the IBM MQ blockchain bridge component of IBM MQ to provide connection capability between IBM MQ queue managers and...

10CVSS0.3AI score0.99999EPSS
SaveExploits376Affected Software1
IBM Security Bulletins
IBM Security Bulletins
added 2021/12/20 11:51 a.m.161 views

Security Bulletin: IBM MQ Blockchain bridge dependencies are vulnerable to an issue in Apache Log4j (CVE-2021-45046)

Summary A Remote Code Execution issue was identified within the Log4j fix for CVE-2021-44228 that is used by Fabric Gateway to provide logging functionality. Fabric Gateway is used by the IBM MQ blockchain bridge component of IBM MQ to provide connection capability between IBM MQ queue managers a...

10CVSS0.7AI score0.99999EPSS
SaveExploits372Affected Software1
OSV
OSV
added 2021/12/03 8:52 p.m.28 views

GHSA-J96P-R523-8R3W HTTP Request Smuggling in github.com/hyperledger/fabric

A vulnerability has been detected in HyperLedger Fabric v1.4.0, v2.0.0, v2.0.1, v2.3.0. It can easily break down as many orderers as the attacker wants. This bug can be leveraged by constructing a message whose header is invalid to the interface Order. This bug has been admitted and fixed by the...

7.5CVSS7.4AI score0.01127EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2021/12/03 8:52 p.m.32 views

HTTP Request Smuggling in github.com/hyperledger/fabric

A vulnerability has been detected in HyperLedger Fabric v1.4.0, v2.0.0, v2.0.1, v2.3.0. It can easily break down as many orderers as the attacker wants. This bug can be leveraged by constructing a message whose header is invalid to the interface Order. This bug has been admitted and fixed by the...

7.5CVSS1.8AI score0.01127EPSS
SaveExploits0References5Affected Software1
Rows per page
Query Builder