From 594b0687c7688176469ebd8d3282a45f9fff355e Mon Sep 17 00:00:00 2001 From: HD Moore Date: Sun, 16 Oct 2011 09:55:07 +0000 Subject: [PATCH] Fix CVE reference format git-svn-id: file:///home/svn/framework3/trunk@13950 4d416f70-5f16-0410-b530-b9f4589650da --- modules/exploits/windows/scada/procyon_core_server.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/exploits/windows/scada/procyon_core_server.rb b/modules/exploits/windows/scada/procyon_core_server.rb index 9cf78edce6..699191d556 100644 --- a/modules/exploits/windows/scada/procyon_core_server.rb +++ b/modules/exploits/windows/scada/procyon_core_server.rb @@ -37,7 +37,7 @@ class Metasploit3 < Msf::Exploit::Remote ], 'References' => [ - ['CVE', 'CVE-2011-3322'], + ['CVE', '2011-3322'], ['OSVDB', '75371'], ['URL', 'http://www.uscert.gov/control_systems/pdf/ICSA-11-216-01.pdf'], ['URL', 'http://www.stratsec.net/Research/Advisories/Procyon-Core-Server-HMI-Remote-Stack-Overflow']