From b087951118bdc8110b8827e1c20f71dcca08e0db Mon Sep 17 00:00:00 2001 From: sinn3r Date: Mon, 3 Jun 2013 12:41:33 -0500 Subject: [PATCH] Add OSVDB reference 92867 for Memcached DoS module --- modules/auxiliary/dos/misc/memcached.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/auxiliary/dos/misc/memcached.rb b/modules/auxiliary/dos/misc/memcached.rb index 7c7260deaf..ce2ad8a715 100644 --- a/modules/auxiliary/dos/misc/memcached.rb +++ b/modules/auxiliary/dos/misc/memcached.rb @@ -21,11 +21,11 @@ class Metasploit3 < Msf::Auxiliary This module send specially-crafted packet causing a segmentation fault in memcached v1.4.15 or earlier versions. }, - 'References' => [ [ 'URL', 'https://code.google.com/p/memcached/issues/detail?id=192' ], [ 'CVE', '2011-4971' ], + [ 'OSVDB', '92867' ] ], 'Author' => [ 'Gregory Man ' ], 'License' => MSF_LICENSE