quartz/content/notes/Vulnerabilities on Hyperledger Fabric.md
2022-12-08 10:30:20 +13:00

19 lines
1005 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: "Vulnerabilities on Hyperledger Fabric"
tags:
date:
authors:
---
link: https://doi.org/10.1016/j.pmcj.2019.101050
# Summary
Identified two security vulnerabilities in hypderledger fabric, examined their effects, and proposed two solutions.
# Extracts
"First, the identity of an endorser is known to all members within a channel, which opens a gateway for [DoS attack](https://www.sciencedirect.com/topics/engineering/denial-of-service-attack "Learn more about DoS attack from ScienceDirect's AI-generated Topic Pages") on endorsers in order to either block transaction pertaining to a client, or to degrade network efficiency. Second, the technology is prone to [wormhole attack](https://www.sciencedirect.com/topics/computer-science/wormhole-attack "Learn more about wormhole attack from ScienceDirect's AI-generated Topic Pages") i.e. within a channel, compromising a member leads to leakage of ledger information of all members, to everyone outside the channel."
# Notes
# Related