Skip to content

Commit add7ae8

Browse files
committed
Land rapid7#9536, Add Ubuntu notes to documentation
2 parents 321b78b + 4e5cbd6 commit add7ae8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

documentation/modules/exploit/linux/local/glibc_origin_expansion_priv_esc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
RHEL 5 is reportedly affected, but untested.
2121

22-
Some versions of `ld.so` hit a failed assertion in `dl_open_worker` causing exploitation to fail.
22+
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.
2323

2424

2525
## Verification Steps

modules/exploits/linux/local/glibc_origin_expansion_priv_esc.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ def initialize(info = {})
3737
This module has been tested successfully on glibc version 2.5 on CentOS
3838
5.4 (x86_64), 2.5 on CentOS 5.5 (x86_64) and 2.12 on Fedora 13 (i386).
3939
40-
RHEL 5 is reportedly affected, but untested. Some versions of ld.so
41-
hit a failed assertion in dl_open_worker causing exploitation to fail.
40+
RHEL 5 is reportedly affected, but untested. Some versions of ld.so,
41+
such as the version shipped with Ubuntu 14, hit a failed assertion
42+
in dl_open_worker causing exploitation to fail.
4243
},
4344
'License' => MSF_LICENSE,
4445
'Author' =>

0 commit comments

Comments
 (0)