Skip to content

Commit c147779

Browse files
committed
Add CVE number to the symantec-messaging-gateway-exec module
1 parent 6ae540d commit c147779

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/exploits/linux/http/symantec_messaging_gateway_exec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ def initialize(info={})
2929
],
3030
'References' =>
3131
[
32-
['URL', 'https://pentest.blog/unexpected-journey-5-from-weak-password-to-rce-on-symantec-messaging-gateway/']
32+
['URL', 'https://pentest.blog/unexpected-journey-5-from-weak-password-to-rce-on-symantec-messaging-gateway/'],
33+
['CVE', '2017-6326']
3334
],
3435
'DefaultOptions' =>
3536
{

0 commit comments

Comments
 (0)