Skip to content

Commit 646d55b

Browse files
author
Tod Beardsley
committed
Description should be present tense
1 parent f0237f0 commit 646d55b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

modules/auxiliary/admin/http/nexpose_xxe_file_read.rb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ def initialize(info = {})
1717
super(update_info(info,
1818
'Name' => 'Nexpose XXE Arbitrary File Read',
1919
'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.
2324
},
2425
'Author' =>
2526
[

0 commit comments

Comments
 (0)