PLCRDec 13, 2013

Algorithmic Diversity for Software Security

arXiv:1312.3891v13 citations
Originality Incremental advance
AI Analysis

This addresses security vulnerabilities in large-scale software distribution, though it appears incremental as it builds on existing diversification methods.

The paper tackles the problem of software security against code-reuse attacks by introducing a general NOP-insertion algorithm for software diversity, demonstrating improved security with minimal attack success across variants while analyzing costs and customization options.

Software diversity protects against a modern-day exploits such as code-reuse attacks. When an attacker designs a code-reuse attack on an example executable, it relies on replicating the target environment. With software diversity, the attacker cannot reliably replicate their target. This is a security benefit which can be applied to massive-scale software distribution. When applied to large-scale communities, an invested attacker may perform analysis of samples to improve the chances of a successful attack (M. Franz). We present a general NOP-insertion algorithm which can be expanded and customized for security, performance, or other costs. We demonstrate an improvement in security so that a code-reuse attack based on any one variant has minimal chances of success on another and analyse the costs of this method. Alternately, the variants may be customized to meet performance or memory overhead constraints. Deterministic diversification allows for the flexibility to balance these needs in a way that doesn't exist in a random online method.

Foundations

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

Your Notes