Vulnerability in Linux
CVE-2024-42299
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Update log->page_{mask,bits} if log->page_size changed If an NTFS file system is mounted to another system with different PAGE_SIZE from the original system, log->page_size will change in log_replay(), but log->page_{mask,bits} don't change correspondingly. This will cause a panic because "u32 bytes = log->page_size - page_off" will get a negative value in the later read_log_page().
EPSS: 0.002 (12.7th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 7.8 (High). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H.
Affected products
- Linux — versions b46acd6a6a627d876898e1c84d3f84902264b445, 5.15, 0
- Linux Linux_kernel
References
Frequently asked questions
- What is CVE-2024-42299?
- CVE-2024-42299 is a high-severity vulnerability in Linux. CVSS score: 7.8/10. Published 2024-08-17.
- How severe is CVE-2024-42299?
- High severity. CVSS v3 base score is 7.8 out of 10.