项目作者: TheLeopardsH

项目描述 :
Software based Side Channel attacks
高级语言:
项目地址: git://github.com/TheLeopardsH/Software_based_side_channel_attacks.git


Software based Side Channel attacks

  1. C/C++/assembly are not memory-safe:
  2. No bounds checking on array accesses
  3. No validity checks on pointer arithmetic or dereferencing
  4. Process-based address space isolation does not isolate code from itself!:
  5. Malicious inputs can trigger inappropriate memory accesses
  6. Attackers can use those accesses to:
  7. Steal sensitive data from a process or the kernel
  8. Subvert the processs control flow
  9. Escalate privilege