Skip to content

Commit 64a8b59

Browse files
committed
Change CVE forma
Although the original text should work perfectly, for better consistency, it's best to remove the "CVE" part. This may not be a big deal in framework, but stands out a lot in Pro.
1 parent fafdcba commit 64a8b59

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

modules/auxiliary/dos/http/novell_file_reporter_heap_bof.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def initialize(info = {})
2525
'Author' => [ 'juan vazquez' ],
2626
'License' => MSF_LICENSE,
2727
'References' => [
28-
[ 'CVE', 'CVE-2012-4956' ],
28+
[ 'CVE', '2012-4956' ],
2929
[ 'URL', 'https://community.rapid7.com/community/metasploit/blog/2012/11/16/nfr-agent-buffer-vulnerabilites-cve-2012-4959' ]
3030
],
3131
'DisclosureDate' => 'Nov 16 2012'))

modules/auxiliary/scanner/http/novell_file_reporter_fsfui_fileaccess.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def initialize
2525
},
2626
'References' =>
2727
[
28-
[ 'CVE', 'CVE-2012-4958' ],
28+
[ 'CVE', '2012-4958' ],
2929
[ 'URL', 'https://community.rapid7.com/community/metasploit/blog/2012/11/16/nfr-agent-buffer-vulnerabilites-cve-2012-4959' ]
3030
],
3131
'Author' =>

modules/auxiliary/scanner/http/novell_file_reporter_srs_fileaccess.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def initialize
2525
},
2626
'References' =>
2727
[
28-
[ 'CVE', 'CVE-2012-4957' ],
28+
[ 'CVE', '2012-4957' ],
2929
[ 'URL', 'https://community.rapid7.com/community/metasploit/blog/2012/11/16/nfr-agent-buffer-vulnerabilites-cve-2012-4959' ]
3030
],
3131
'Author' =>

modules/exploits/windows/novell/file_reporter_fsfui_upload.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def initialize(info = {})
3030
],
3131
'References' =>
3232
[
33-
[ 'CVE', 'CVE-2012-4959'],
33+
[ 'CVE', '2012-4959'],
3434
[ 'URL', 'https://community.rapid7.com/community/metasploit/blog/2012/11/16/nfr-agent-buffer-vulnerabilites-cve-2012-4959' ]
3535
],
3636
'Payload' =>

0 commit comments

Comments
 (0)