fixed readme
This commit is contained in:
parent
d40047300c
commit
8e7160d7dd
10
README.md
10
README.md
@ -1,4 +1,4 @@
|
|||||||
# Linux Kernl ROP demo
|
# Linux Kernel ROP demo
|
||||||
|
|
||||||
This is a vulnerable Linux kernel driver used to demonstrate in-kernel
|
This is a vulnerable Linux kernel driver used to demonstrate in-kernel
|
||||||
privilege escalation ROP (Return Oriented Programming) chain in practice. The
|
privilege escalation ROP (Return Oriented Programming) chain in practice. The
|
||||||
@ -13,3 +13,11 @@ the function address to be executed.
|
|||||||
* drv.c - vulnerable kernel driver
|
* drv.c - vulnerable kernel driver
|
||||||
* trigger.c - user-space application to trigger the OOB access via the provided
|
* trigger.c - user-space application to trigger the OOB access via the provided
|
||||||
ioctl
|
ioctl
|
||||||
|
|
||||||
|
The goal is to construct and execute a ROP chain that will satisfy the
|
||||||
|
following requirements:
|
||||||
|
|
||||||
|
* Execute a privilege escalation payload
|
||||||
|
* Data residing in user space may be referenced (i.e., "fetching" data from
|
||||||
|
user space is allowed)
|
||||||
|
* Instructions residing in user space may not be executed
|
||||||
|
Loading…
Reference in New Issue
Block a user