CRDCApr 14, 2019

Secure Consistency Verification for Untrusted Cloud Storage by Public Blockchains

arXiv:1904.06626v34 citations
Originality Incremental advance
AI Analysis

This work addresses security and cost issues for cloud storage users, particularly in mobile and web scenarios, by providing a novel blockchain-based solution, though it builds on existing log auditing methods.

The paper tackles the problem of verifying storage consistency between cloud providers and clients in untrusted environments by introducing ContractChecker, a blockchain-based protocol that delegates log auditing to reduce client costs and availability requirements, achieving scalability to hundreds of clients and saving client costs by more than one order of magnitude.

This work presents ContractChecker, a Blockchain-based security protocol for verifying the storage consistency between the mutually distrusting cloud provider and clients. Unlike existing protocols, the ContractChecker uniquely delegates log auditing to the Blockchain, and has the advantages in reducing client cost and lowering requirements on client availability, lending itself to modern scenarios with mobile and web clients. The ContractChecker collects the logs from both clients and the cloud server, and verifies the consistency by cross-checking the logs. By this means, it does not only detects the attacks from malicious clients and server forging their logs, but also is able to mitigate those attacks and recover the system from them. In addition, we design new attacks against ContractChecker exploiting various limits in real Blockchain systems (e.g., write unavailability, Blockchain forks, contract race conditions). We analyze and harden the security of ContractChecker protocols against the proposed new attacks. For evaluating the cost, we build a functional prototype of the ContractChecker on Ethereum/Solidity. By experiments on private and public Ethereum testnets, we extensively evaluate the cost of the ContractChecker in comparison with that of existing client-based log auditing works. The result shows the ContractChecker can scale to hundreds of clients and save client costs by more than one order of magnitude.

Foundations

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

Your Notes