From 4e5cbd68b903de1817a524b022d4c1937e44c440 Mon Sep 17 00:00:00 2001 From: Brendan Coles Date: Sun, 11 Feb 2018 06:52:36 +0000 Subject: [PATCH] Add Ubuntu notes to documentation --- .../exploit/linux/local/glibc_origin_expansion_priv_esc.md | 2 +- .../exploits/linux/local/glibc_origin_expansion_priv_esc.rb | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/documentation/modules/exploit/linux/local/glibc_origin_expansion_priv_esc.md b/documentation/modules/exploit/linux/local/glibc_origin_expansion_priv_esc.md index e52e25b2b9..5114f563c3 100644 --- a/documentation/modules/exploit/linux/local/glibc_origin_expansion_priv_esc.md +++ b/documentation/modules/exploit/linux/local/glibc_origin_expansion_priv_esc.md @@ -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 diff --git a/modules/exploits/linux/local/glibc_origin_expansion_priv_esc.rb b/modules/exploits/linux/local/glibc_origin_expansion_priv_esc.rb index 2f6c525d05..5b3ffd374f 100644 --- a/modules/exploits/linux/local/glibc_origin_expansion_priv_esc.rb +++ b/modules/exploits/linux/local/glibc_origin_expansion_priv_esc.rb @@ -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' =>