File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
modules/auxiliary/admin/http Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,10 @@ def initialize(info = {})
17
17
super ( update_info ( info ,
18
18
'Name' => 'Nexpose XXE Arbitrary File Read' ,
19
19
'Description' => %q{
20
- Nexpose v5.7.2 and prior was vulnerable to a XML External Entity attack via a few vectors.
21
- This allowed an attacker to craft special XML that read arbitrary files from the filesystem.
22
- This module exploits the vulnerability via the XML API.
20
+ Nexpose v5.7.2 and prior is vulnerable to a XML External Entity attack via a number
21
+ of vectors. This vulnerability can allow an attacker to a craft special XML that
22
+ could read arbitrary files from the filesystem. This module exploits the
23
+ vulnerability via the XML API.
23
24
} ,
24
25
'Author' =>
25
26
[
You can’t perform that action at this time.
0 commit comments