From 6d421b2e67be7549517b0c76f67b565f3623a85b Mon Sep 17 00:00:00 2001 From: dmiller Date: Sat, 6 Sep 2014 03:09:37 +0000 Subject: [PATCH] Correct CVE number for ssl-ccs-injection --- scripts/ssl-ccs-injection.nse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ssl-ccs-injection.nse b/scripts/ssl-ccs-injection.nse index 4751aadaa..f929334eb 100644 --- a/scripts/ssl-ccs-injection.nse +++ b/scripts/ssl-ccs-injection.nse @@ -14,7 +14,7 @@ assert(have_tls, description = [[ Detects whether a server is vulnerable to the SSL/TLS "CCS Injection" -vulnerability (CVE-2014-0160), first discovered by Masashi Kikuchi. +vulnerability (CVE-2014-0224), first discovered by Masashi Kikuchi. The script is based on the ccsinjection.c code authored by Ramon de C Valle (https://gist.github.com/rcvalle/71f4b027d61a78c42607)