Fix up KNOX caps, descriptive description
parent
0f41bdc8b8
commit
39980c7e87
|
@ -16,11 +16,12 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
|
|
||||||
def initialize(info = {})
|
def initialize(info = {})
|
||||||
super(update_info(info,
|
super(update_info(info,
|
||||||
'Name' => 'Samsung Galaxy Knox Android Browser RCE',
|
'Name' => 'Samsung Galaxy KNOX Android Browser RCE',
|
||||||
'Description' => %q{
|
'Description' => %q{
|
||||||
A vulnerability exists in the Knox security component of the Samsung Galaxy
|
A vulnerability exists in the KNOX security component of the Samsung Galaxy
|
||||||
firmware that allows a remote webpage to install an APK with arbitrary
|
firmware that allows a remote webpage to install an APK with arbitrary
|
||||||
permissions.
|
permissions by abusing the 'smdm://' protocol handler registered by the KNOX
|
||||||
|
component.
|
||||||
|
|
||||||
The vulnerability has been confirmed in the Samsung Galaxy S4, S5, Note 3,
|
The vulnerability has been confirmed in the Samsung Galaxy S4, S5, Note 3,
|
||||||
and Ace 4.
|
and Ace 4.
|
||||||
|
|
Loading…
Reference in New Issue