From c4d697a6299c31d833803614a0d290a312c91b40 Mon Sep 17 00:00:00 2001 From: Ben Schmeckpeper Date: Wed, 29 Aug 2018 14:12:49 -0500 Subject: [PATCH] Remove trailing space from CVE identifier ASUS Net4Switch ipswcom exploit mistakenly included a trailing space at the end of its CVE reference. --- modules/exploits/windows/browser/asus_net4switch_ipswcom.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/exploits/windows/browser/asus_net4switch_ipswcom.rb b/modules/exploits/windows/browser/asus_net4switch_ipswcom.rb index b170b524a0e9..e595643bee5e 100644 --- a/modules/exploits/windows/browser/asus_net4switch_ipswcom.rb +++ b/modules/exploits/windows/browser/asus_net4switch_ipswcom.rb @@ -25,7 +25,7 @@ def initialize(info={}) ], 'References' => [ - [ 'CVE', '2012-4924 ' ], + [ 'CVE', '2012-4924' ], [ 'OSVDB', '79438' ], [ 'URL', 'http://dsecrg.com/pages/vul/show.php?id=417' ] ],