Assign CVE number to add_key02

Signed-off-by: Richard Palethorpe <rpalethorpe@suse.com>
diff --git a/runtest/cve b/runtest/cve
index 8c140b5..d182e59 100644
--- a/runtest/cve
+++ b/runtest/cve
@@ -17,4 +17,5 @@
 cve-2017-5669 cve-2017-5669
 cve-2017-6951 cve-2017-6951
 cve-2017-7472 keyctl04
+cve-2017-15274 add_key02
 cve-2017-1000364 stack_clash
diff --git a/testcases/kernel/syscalls/add_key/add_key02.c b/testcases/kernel/syscalls/add_key/add_key02.c
index ce46730..369e828 100644
--- a/testcases/kernel/syscalls/add_key/add_key02.c
+++ b/testcases/kernel/syscalls/add_key/add_key02.c
@@ -30,6 +30,8 @@
  * can, in the hope of catching one.  We also test with the "user" key type for
  * good measure, although it was one of the types that failed with EINVAL rather
  * than dereferencing NULL.
+ *
+ * This has been assigned CVE-2017-15274.
  */
 
 #include <errno.h>