Add Ubuntu notes to documentation

This commit is contained in:
Brendan Coles
2018-02-11 06:52:36 +00:00
parent fcaee81fba
commit 4e5cbd68b9
2 changed files with 4 additions and 3 deletions
@@ -19,7 +19,7 @@
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
@@ -37,8 +37,9 @@ class MetasploitModule < Msf::Exploit::Local
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).
RHEL 5 is reportedly affected, but untested. Some versions of ld.so
hit a failed assertion in dl_open_worker causing exploitation to fail.
RHEL 5 is reportedly affected, but untested. 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.
},
'License' => MSF_LICENSE,
'Author' =>