Eliminating Network Protocol Vulnerabilities Through Abstraction and Systems Language Design
Abstract
Incorrect implementations of network protocol message specifications affect the stability, security, and cost of network system development. Most implementation defects fall into one of three categories of well defined message constraints. However, the general process of constructing network protocol stacks and systems does not capture these categorical con- straints. We introduce a systems programming language with new abstractions that capture these constraints. Safe and efficient implementations of standard message handling operations are synthesized by our compiler, and whole-program analysis is used to ensure constraints are never violated. We present language examples using the OpenFlow protocol.
- Publication:
-
arXiv e-prints
- Pub Date:
- November 2013
- DOI:
- 10.48550/arXiv.1311.3336
- arXiv:
- arXiv:1311.3336
- Bibcode:
- 2013arXiv1311.3336J
- Keywords:
-
- Computer Science - Networking and Internet Architecture;
- Computer Science - Programming Languages