5 Papers
6 Citations
Wei Wu is an academic researcher from Chinese Academy of Sciences. The author has contributed to research in topics: Linux kernel & Fuzz testing. The author has an hindex of 4, co-authored 4 publications. Previous affiliations of Wei Wu include Penn State College of Information Sciences and Technology & Pennsylvania State University.
Chat about Author
Papers
•Proceedings Article
{FUZE}: Towards Facilitating Exploit Generation for Kernel Use-After-Free Vulnerabilities
Wei Wu,Wei Wu,Yueqi Chen,Jun Xu,Xinyu Xing,Xiaorui Gong,Wei Zou +6 more
- 01 Jan 2018
TL;DR: It is demonstrated FUZE could not only escalate kernel UAF exploitability but also diversify working exploits and could facilitate security mitigation bypassing, making exploitability evaluation less challenging and more efficient.
•Proceedings Article
{KEPLER}: Facilitating Control-flow Hijacking Primitive Evaluation for Linux Kernel Vulnerabilities
Wei Wu,Yueqi Chen,Xinyu Xing,Wei Zou +3 more
- 01 Jan 2019
TL;DR: Comparisons with previous automatic exploit generation techniques and previous kernel exploit techniques show KEPLER effectively facilitates evaluation of control-flow hijacking primitives in the Linux kernel.
Memory access integrity: detecting fine-grained memory access errors in binary code
TL;DR: Memory Access Integrity (MAI) is proposed, a dynamic method to detect fine-grained memory access errors in off-the-shelf binary executables and maintains a new memory model to simulate the life cycle of memory objects and report errors when any accessing policy is violated.
From proof-of-concept to exploitable
TL;DR: A novel solution to generate exploit for userspace programs or facilitate the process of crafting a kernel UAF exploit, which leverages a lightweight symbolic execution to identify, analyze and evaluate the system calls valuable and useful for exploiting vulnerabilities.