Land #9536, Add Ubuntu notes to documentation
commit
add7ae8fa1
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
RHEL 5 is reportedly affected, but untested.
|
RHEL 5 is reportedly affected, but untested.
|
||||||
|
|
||||||
Some versions of `ld.so` hit a failed assertion in `dl_open_worker` causing exploitation to fail.
|
Some versions of `ld.so`, such as the version shipped with Ubuntu 14, hit a failed assertion in `dl_open_worker` causing exploitation to fail.
|
||||||
|
|
||||||
|
|
||||||
## Verification Steps
|
## Verification Steps
|
||||||
|
|
|
@ -37,8 +37,9 @@ class MetasploitModule < Msf::Exploit::Local
|
||||||
This module has been tested successfully on glibc version 2.5 on CentOS
|
This module has been tested successfully on glibc version 2.5 on CentOS
|
||||||
5.4 (x86_64), 2.5 on CentOS 5.5 (x86_64) and 2.12 on Fedora 13 (i386).
|
5.4 (x86_64), 2.5 on CentOS 5.5 (x86_64) and 2.12 on Fedora 13 (i386).
|
||||||
|
|
||||||
RHEL 5 is reportedly affected, but untested. Some versions of ld.so
|
RHEL 5 is reportedly affected, but untested. Some versions of ld.so,
|
||||||
hit a failed assertion in dl_open_worker causing exploitation to fail.
|
such as the version shipped with Ubuntu 14, hit a failed assertion
|
||||||
|
in dl_open_worker causing exploitation to fail.
|
||||||
},
|
},
|
||||||
'License' => MSF_LICENSE,
|
'License' => MSF_LICENSE,
|
||||||
'Author' =>
|
'Author' =>
|
||||||
|
|
Loading…
Reference in New Issue