From ae17e9f7b5e11dba579df45dd903d1625a9aaf19 Mon Sep 17 00:00:00 2001 From: Steve Tornio Date: Sun, 2 Jun 2013 18:32:46 -0500 Subject: [PATCH] add osvdb ref 56992 --- modules/exploits/linux/local/sock_sendpage.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/exploits/linux/local/sock_sendpage.rb b/modules/exploits/linux/local/sock_sendpage.rb index 576d6c20a2..1aade0af6a 100644 --- a/modules/exploits/linux/local/sock_sendpage.rb +++ b/modules/exploits/linux/local/sock_sendpage.rb @@ -62,6 +62,7 @@ class Metasploit4 < Msf::Exploit::Local 'References' => [ [ 'CVE', '2009-2692' ], + [ 'OSVDB', '56992' ], [ 'URL', 'http://blog.cr0.org/2009/08/linux-null-pointer-dereference-due-to.html' ], [ 'URL', 'http://www.grsecurity.net/~spender/wunderbar_emporium2.tgz' ], ],