All
Articles
Conferences
Presentations
Dates
Clear
Within 1 day
Within 1 week
Within 1 month
Within 1 year
Within 3 years
Author
Has Video
1
Conferences
Apply
Linux Security Summit Europe 2022
1
Tags
Apply
Kernel vulnerabilities
1
eBPF
1
linux kernel
1
memory exploitation
1
virtual memory allocator
1
Sort by:
Most recent
HotBPF - An On-demand and On-the-fly Memory Protection for the Linux Kernel
Conference:
Linux Security Summit Europe 2022
Authors:
Yueqi Chen
,
Zhenpeng Li
2022-09-15
tldr - powered by Generative AI
The presentation discusses the use of hard BPF for dynamic memory separation to protect against memory corruption vulnerabilities.
Dynamic memory separation is necessary to protect against memory corruption vulnerabilities
Hard BPF is a tool that can be used for dynamic memory separation
The hard BPF design involves an agent in the user space and a BPF program in the kernel
The BPF program intercepts the allocation of vulnerable objects and diverts them to a v-metal region
One-time allocation is guaranteed to prevent use after free exploitation techniques
Tags:
Kernel vulnerabilities
memory exploitation
linux kernel
eBPF
virtual memory allocator
Show 0 Comments
1