Lucene search

K
nvd416baaa9-dc9f-4396-8d5f-8c081fb06d67NVD:CVE-2024-42299
HistoryAug 17, 2024 - 9:15 a.m.

CVE-2024-42299

2024-08-1709:15:10
416baaa9-dc9f-4396-8d5f-8c081fb06d67
web.nvd.nist.gov
7
linux kernel
fs/ntfs3
vulnerability
page_size_changed

EPSS

0

Percentile

16.3%

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

Percentile

16.3%