Send email Copy Email Address
2022-12-05

TyPro: Forward CFI for C-Style Indirect Function Calls Using Type Propagation

Summary

Maliciously-overwritten function pointers in C programs often lead to arbitrary code execution. In principle, forward CFI schemes mitigate this problem by restricting indirect function calls to valid call targets only. However, existing forward CFI schemes either depend on specific hardware capabilities, or are too permissive (weakening security guarantees) or too strict (breaking compatibility). We present TyPro, a Clang-based forward CFI scheme based on type propagation. TyPro uses static analysis to follow function pointer types through C programs, and can determine the possible target functions for indirect calls at compile time with high precision. TyPro does not underestimate possible targets and does not break real-world programs, including those relying on dynamically-loaded code. TyPro has no runtime overhead on average and does not depend on architecture or special hardware features.

Conference / Medium

Annual Computer Security Applications Conference (ACSAC 2022)

Date published

2022-12-05

Date last modified

2022-09-08 09:47:33