Land #11255, Assign CVE number to spark unauth rce
commit
d8515ba056
|
@ -19,11 +19,14 @@ class MetasploitModule < Msf::Exploit::Remote
|
||||||
'License' => MSF_LICENSE,
|
'License' => MSF_LICENSE,
|
||||||
'Author' =>
|
'Author' =>
|
||||||
[
|
[
|
||||||
|
'Fengwei Zhang', # Original discovery
|
||||||
|
'Imran Rashid',
|
||||||
'aRe00t', # Proof of concept
|
'aRe00t', # Proof of concept
|
||||||
'Green-m <greenm.xxoo[at]gmail.com>' # Metasploit module
|
'Green-m <greenm.xxoo[at]gmail.com>' # Metasploit module
|
||||||
],
|
],
|
||||||
'References' =>
|
'References' =>
|
||||||
[
|
[
|
||||||
|
['CVE', '2018-11770'], # see https://spark.apache.org/security.html
|
||||||
['URL', 'https://www.jianshu.com/p/a080cb323832'],
|
['URL', 'https://www.jianshu.com/p/a080cb323832'],
|
||||||
['URL', 'https://github.com/vulhub/vulhub/tree/master/spark/unacc']
|
['URL', 'https://github.com/vulhub/vulhub/tree/master/spark/unacc']
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue