Skip to content

Commit 49999a5

Browse files
committed
Added CVE & vendor advisory information
1 parent dd1d602 commit 49999a5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/exploits/unix/ssh/tectia_passwd_changereq.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@ def initialize(info={})
3131
],
3232
'References' =>
3333
[
34+
['CVE', '2012-5975'],
3435
['EDB', '23082'],
35-
['URL', 'http://seclists.org/fulldisclosure/2012/Dec/12']
36+
['URL', 'http://seclists.org/fulldisclosure/2012/Dec/12'],
37+
['URL', 'http://www.ssh.com/index.php/component/content/article/531.html']
3638
],
3739
'Payload' =>
3840
{

0 commit comments

Comments
 (0)