Attack surface

From Wikipedia, the free encyclopedia
Jump to: navigation, search

The attack surface of a software environment is the code within a computer system that can be run by unauthorized users. This includes, but is not limited to: user input fields, protocols, interfaces, and services. OSSTMM 3 Defines Attack Surface as "The lack of specific separations and functional controls that exist for that vector". One approach to improving information security is to reduce the attack surface of a system or software. By turning off unnecessary functionality, there are fewer security risks. By having less code available to unauthorized actors, there will tend to be fewer failures. Although attack surface reduction helps prevent security failures, it does not mitigate the amount of damage an attacker could inflict once a vulnerability is found.

Contents

Measurement [edit]

It is recommended by some to measure the attack surface of a product during development. By measuring and managing the size of the attack surface, a software product can be made more secure.

Reduction [edit]

The basic strategies of attack surface reduction are to reduce the amount of code running, reduce entry points available to untrusted users, and eliminate services requested by relatively few users.

See also [edit]

References [edit]

External links [edit]