uname under UNAME26 personality leaks kernel stack contents
Bug #1060521 reported by
Kees Cook
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
linux (Ubuntu) |
Fix Released
|
High
|
Unassigned |
Bug Description
When using the UNAME26 personality, the uname() syscall will leak kernel stack contents:
$ ./uts-leak
3.4.0
000000000000000
2.6.44
fdf228000000140
Leaked 65 bytes!
tags: | added: patch |
Changed in linux (Ubuntu): | |
importance: | Undecided → High |
tags: | added: verification-done-quantal |
To post a comment you must log in.
Here is the PoC