pre meeting notes

This commit is contained in:
twoneis 2025-02-28 10:55:24 +01:00
parent 3503de83da
commit 31a8ed52cc
3 changed files with 21 additions and 0 deletions

View file

@ -1,3 +1,15 @@
# 02-28
Daily supervisor: Dyon
Goal: Breaking KASLR through TLB-based side channel attack
Status:
Progress:
- Target platform: i7-8650U Kernel 6.8
- First idea: Try using CONFIG_STRICT_MODULE_RWX (D1)
- but: maybe further input needed here which one is desireable target
- strict module rwx => can leak heap (excluding cred and less reliable pipe-buffer) and page tables
- virtual heap => can leak heap (including cred) reliably
- virtual stack => can leak kernel stack
# 02-21
Daily supervisor: Dyon
Goal: Breaking KASLR through TLB-based side channel attack