We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69b01d2 commit adba277Copy full SHA for adba277
modules/exploits/windows/fileformat/office_ms17_11882.rb
@@ -16,9 +16,9 @@ def initialize(info = {})
16
super(update_info(info,
17
'Name' => 'Microsoft Office CVE-2017-11882',
18
'Description' => %q{
19
- Module exploits a flaw in how the Equation Editor that
20
- allows an attacker to execute arbitrary code in RTF files without
21
- 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,
22
to which fails to properly handle OLE objects in memory.
23
},
24
'Author' => ['mumbai', 'embedi'],
0 commit comments