Skip to content

Commit 9097731

Browse files
committed
typos
1 parent ebf7ae0 commit 9097731

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/exploits/android/local/put_user_vroot.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ def initialize(info={})
1616
super( update_info( info, {
1717
'Name' => "Android get_user/put_user Exploit",
1818
'Description' => %q{
19-
This module exploits a missing checks in the get_user and put_user API functions
19+
This module exploits a missing check in the get_user and put_user API functions
2020
in the linux kernel before 3.5.5. The missing checks on these functions
21-
allow an unpriviledged user to read and write kernel memory.
21+
allow an unprivileged user to read and write kernel memory.
2222
This exploit first reads the kernel memory to identify the commit_creds and
2323
ptmx_fops address, then uses the write primitive to execute shellcode as uid 0.
2424
The exploit was first discovered in the wild in the vroot rooting application.

0 commit comments

Comments
 (0)