axe errant spaces at EOL

This commit is contained in:
William Webb 2017-12-04 16:57:48 -08:00
parent 69b01d26bb
commit adba277be0
No known key found for this signature in database
GPG Key ID: 341763D0308DA650
1 changed files with 3 additions and 3 deletions

View File

@ -16,9 +16,9 @@ class MetasploitModule < Msf::Exploit::Remote
super(update_info(info,
'Name' => 'Microsoft Office CVE-2017-11882',
'Description' => %q{
Module exploits a flaw in how the Equation Editor that
allows an attacker to execute arbitrary code in RTF files without
interaction. The vulnerability is caused by the Equation Editor,
Module exploits a flaw in how the Equation Editor that
allows an attacker to execute arbitrary code in RTF files without
interaction. The vulnerability is caused by the Equation Editor,
to which fails to properly handle OLE objects in memory.
},
'Author' => ['mumbai', 'embedi'],