Skip to content

Commit 6f4ff89

Browse files
committed
Add WPVDB reference
1 parent b4056a1 commit 6f4ff89

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

modules/auxiliary/scanner/http/wordpress_content_injection.rb

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ def initialize(info = {})
2020
'wvu' # Metasploit module
2121
],
2222
'References' => [
23-
['URL', 'https://blog.sucuri.net/2017/02/content-injection-vulnerability-wordpress-rest-api.html'],
24-
['URL', 'https://secure.php.net/manual/en/language.types.type-juggling.php'],
25-
['URL', 'https://developer.wordpress.org/rest-api/using-the-rest-api/discovery/'],
26-
['URL', 'https://developer.wordpress.org/rest-api/reference/posts/']
23+
['WPVDB', '8734'],
24+
['URL', 'https://blog.sucuri.net/2017/02/content-injection-vulnerability-wordpress-rest-api.html'],
25+
['URL', 'https://secure.php.net/manual/en/language.types.type-juggling.php'],
26+
['URL', 'https://developer.wordpress.org/rest-api/using-the-rest-api/discovery/'],
27+
['URL', 'https://developer.wordpress.org/rest-api/reference/posts/']
2728
],
2829
'DisclosureDate' => 'Feb 1 2017',
2930
'License' => MSF_LICENSE,

0 commit comments

Comments
 (0)