Update vbulletin module with correct CVE

Apparently someone snarfed the CVE for this out from under me. Since they were faster
to publish, we should use that number instead of the one out of our block.
This commit is contained in:
Tod Beardsley 2020-08-14 08:25:57 -05:00 committed by GitHub
parent c79f293e52
commit f401f48138
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class MetasploitModule < Msf::Exploit::Remote
],
'References' => [
['URL', 'https://blog.exploitee.rs/2020/exploiting-vbulletin-a-tale-of-patch-fail/'],
['CVE', '2020-7373']
['CVE', '2020-17496']
],
'DisclosureDate' => '2020-08-09',
'License' => MSF_LICENSE,