From 91306b986e6c5ab987e9a06c6d2c3cc54dd9c53d Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Tue, 19 Nov 2019 12:11:20 +0800 Subject: [PATCH] ntfs: mark it as broken hulk inclusion category: bugfix bugzilla: 13690 CVE: CVE-2018-12929, CVE-2018-12930, CVE-2018-12931 ------------------------------------------------- NTFS has unfixed issues CVE-2018-12929, CVE-2018-12930, and CVE-2018-12931. ntfs-3g is a better supported alternative. Make sure it can't be enabled even in custom kernels. Signed-off-by: Ben Hutchings Signed-off-by: Yang Yingliang Reviewed-by: Jason Yan Signed-off-by: Yang Yingliang --- fs/ntfs/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/ntfs/Kconfig b/fs/ntfs/Kconfig index f5a868cc9152..6eed99d52934 100644 --- a/fs/ntfs/Kconfig +++ b/fs/ntfs/Kconfig @@ -1,5 +1,6 @@ config NTFS_FS tristate "NTFS file system support" + depends on BROKEN select NLS help NTFS is the file system of Microsoft Windows NT, 2000, XP and 2003. -- GitLab