[LTP] [PATCH] syscalls/creat09: Add reference to CVE 2021-4037

Petr Vorel pvorel@suse.cz
Thu Oct 6 07:16:13 CEST 2022


Hi Martin,

thx, merged!

> +++ b/testcases/kernel/syscalls/creat/creat09.c
> @@ -155,6 +155,7 @@ static struct tst_test test = {
>  	.tags = (const struct tst_tag[]) {
>  		{"linux-git", "0fa3ecd87848"},
>  		{"CVE", "2018-13405"},
> +		{"CVE", "2021-4037"},

How about this change:

diff --git runtest/cve runtest/cve
index 9ab6dc282..6ad3f51fb 100644
--- runtest/cve
+++ runtest/cve
@@ -55,7 +55,7 @@ cve-2018-1000001 realpath01
 cve-2018-1000199 ptrace08
 cve-2018-1000204 ioctl_sg01
 cve-2018-12896 timer_settime03
-cve-2018-13405 creat09
+cve-2018-13405-cve-2021-4037 creat09
 cve-2018-18445 bpf_prog04
 cve-2018-18559 bind06
 cve-2018-18955 userns08

Kind regards,
Petr

>  		{"linux-git", "01ea173e103e"},
>  		{"linux-git", "1639a49ccdce"},
>  		{"linux-git", "426b4ca2d6a5"},


More information about the ltp mailing list