Bugzilla – Bug 1226858
VUL-0: CVE-2024-38624: kernel: fs/ntfs3: Use 64 bit variable to avoid 32 bit overflow
Last modified: 2024-06-25 09:08:25 UTC
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Use 64 bit variable to avoid 32 bit overflow For example, in the expression: vbo = 2 * vbo + skip References: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2024-38624 https://www.cve.org/CVERecord?id=CVE-2024-38624 https://git.kernel.org/stable/c/109d85a98345ee52d47c650405dc51bdd2bc7d40 https://git.kernel.org/stable/c/2d1ad595d15f36a925480199bf1d9ad72614210b https://git.kernel.org/stable/c/847db4049f6189427ddaefcfc967d4d235b73c57 https://git.kernel.org/stable/c/98db3155b54d3684ef0ab5bfa0b856d13f65843d https://git.kernel.org/stable/c/e931f6b630ffb22d66caab202a52aa8cbb10c649 https://git.kernel.org/pub/scm/linux/security/vulns.git/plain/cve/published/2024/CVE-2024-38624.mbox https://bugzilla.redhat.com/show_bug.cgi?id=2293703
git grep CONFIG_NTFS3_FS origin/SLE15-SP6 -- config origin/SLE15-SP6:config/arm64/default:# CONFIG_NTFS3_FS is not set origin/SLE15-SP6:config/armv7hl/default:# CONFIG_NTFS3_FS is not set origin/SLE15-SP6:config/ppc64le/default:# CONFIG_NTFS3_FS is not set origin/SLE15-SP6:config/s390x/default:# CONFIG_NTFS3_FS is not set origin/SLE15-SP6:config/s390x/zfcpdump:# CONFIG_NTFS3_FS is not set origin/SLE15-SP6:config/x86_64/default:# CONFIG_NTFS3_FS is not set