CRSEJul 4, 2019

CARVE: Practical Security-Focused Software Debloating Using Simple Feature Set Mappings

arXiv:1907.02180v127 citations
Originality Incremental advance
AI Analysis

This addresses the impracticality and risks of current debloating methods for average users, particularly in complex software like network protocols.

The paper tackles the problem of software debloating by proposing CARVE, a security-focused technique that uses static source code annotation to map features, resulting in security and performance improvements that meet or exceed existing methods in 12 evaluated scenarios.

Software debloating is an emerging field of study aimed at improving the security and performance of software by removing excess library code and features that are not needed by the end user (called bloat). Software bloat is pervasive, and several debloating techniques have been proposed to address this problem. While these techniques are effective at reducing bloat, they are not practical for the average user, risk creating unsound programs and introducing vulnerabilities, and are not well suited for debloating complex software such as network protocol implementations. In this paper, we propose CARVE, a simple yet effective security-focused debloating technique that overcomes these limitations. CARVE employs static source code annotation to map software features source code, eliminating the need for advanced software analysis during debloating and reducing the overall level of technical sophistication required by the user. CARVE surpasses existing techniques by introducing debloating with replacement, a technique capable of preserving software interoperability and mitigating the risk of creating an unsound program or introducing a vulnerability. We evaluate CARVE in 12 debloating scenarios and demonstrate security and performance improvements that meet or exceed those of existing techniques.

Foundations

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

Your Notes