Update description with correct patched release
parent
0db1c34c40
commit
a8c459db18
|
@ -2,7 +2,7 @@
|
|||
|
||||
This module exploits an arbitrary file write vulnerability in the
|
||||
Netscape Portable Runtime library (libnspr) on unpatched Solaris systems
|
||||
prior to Solaris 10u4 which allows users to gain root privileges.
|
||||
prior to Solaris 10u3 which allows users to gain root privileges.
|
||||
|
||||
libnspr versions prior to 4.6.3 allow users to specify a log file with
|
||||
the `NSPR_LOG_FILE` environment variable. The log file is created with
|
||||
|
|
|
@ -19,7 +19,7 @@ class MetasploitModule < Msf::Exploit::Local
|
|||
'Description' => %q{
|
||||
This module exploits an arbitrary file write vulnerability in the
|
||||
Netscape Portable Runtime library (libnspr) on unpatched Solaris systems
|
||||
prior to Solaris 10u4 which allows users to gain root privileges.
|
||||
prior to Solaris 10u3 which allows users to gain root privileges.
|
||||
|
||||
libnspr versions prior to 4.6.3 allow users to specify a log file with
|
||||
the `NSPR_LOG_FILE` environment variable. The log file is created with
|
||||
|
|
Loading…
Reference in New Issue