CRJul 16, 2020

Denial-of-Service Vulnerability of Hash-based Transaction Sharding: Attack and Countermeasure

arXiv:2007.08600v51 citations
Originality Incremental advance
AI Analysis

This addresses a security issue in blockchain scalability for systems using sharding, though it is incremental as it builds on existing sharding protocols.

The paper identifies a denial-of-service vulnerability in hash-based transaction sharding in blockchain systems, where attackers can flood a single shard to reduce overall performance, and proposes a countermeasure using Trusted Execution Environment (TEE) to securely execute a sharding algorithm with negligible overhead.

Since 2016, sharding has become an auspicious solution to tackle the scalability issue in legacy blockchain systems. Despite its potential to strongly boost the blockchain throughput, sharding comes with its own security issues. To ease the process of deciding which shard to place transactions, existing sharding protocols use a hash-based transaction sharding in which the hash value of a transaction determines its output shard. Unfortunately, we show that this mechanism opens up a loophole that could be exploited to conduct a single-shard flooding attack, a type of Denial-of-Service (DoS) attack, to overwhelm a single shard that ends up reducing the performance of the system as a whole. To counter the single-shard flooding attack, we propose a countermeasure that essentially eliminates the loophole by rejecting the use of hash-based transaction sharding. The countermeasure leverages the Trusted Execution Environment (TEE) to let blockchain's validators securely execute a transaction sharding algorithm with a negligible overhead. We provide a formal specification for the countermeasure and analyze its security properties in the Universal Composability (UC) framework. Finally, a proof-of-concept is developed to demonstrate the feasibility and practicality of our solution.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes