Updates references

This commit is contained in:
LoadLow
2019-07-31 00:00:30 +02:00
parent 97589e534e
commit 88f3ff9d59
@@ -31,7 +31,7 @@ class MetasploitModule < Msf::Exploit::Remote
],
'References' =>
[
[ 'CVE', 'CVE-2019-9848' ],
[ 'CVE', '2019-9848' ],
[ 'URL', 'https://insinuator.net/2019/07/libreoffice-a-python-interpreter-code-execution-vulnerability-cve-2019-9848/' ]
],
'Platform' => [ 'win', 'linux' ],
@@ -58,7 +58,7 @@ class MetasploitModule < Msf::Exploit::Remote
}
]
],
'DisclosureDate' => "July 16, 2019",
'DisclosureDate' => "2019-07-16",
'DefaultTarget' => 0
))