In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: fix out-of-bounds read in read_log_rec_buf() read_log_rec_buf() copies a log record into a caller buffer starting at …
Info
Summary
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: fix out-of-bounds read in read_log_rec_buf() read_log_rec_buf() copies a log record into a caller buffer starting at u32 off = lsn_to_page_off(log, lsn) + log->record_header_len; log->record_header_len (and log->data_off, used for the following pages) comes verbatim from the on-disk restart area and is only checked for 8-byte alignment in is_rst_area_valid(), so off can exceed log->page_size. "tail = log->page_si…
In-depth triage
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/1b2d31f1083beb80c55d1152249f652c1445a559
- https://git.kernel.org/stable/c/49f7cbc902b08b56eb7d2633163ecc57a0e7145a
- https://git.kernel.org/stable/c/53e56f7aa1d0f950a8bc2e4cdb3ba9fe45967531
- https://git.kernel.org/stable/c/700973cc65db405bde0368ccf88699390150943e
- https://git.kernel.org/stable/c/74a83aa05f73033af719771ab1f0c269928b4865
- https://git.kernel.org/stable/c/de603b9d377fab57a5e6432fa84a9f36b32c1636
- https://git.kernel.org/stable/c/df099bfdb57773ba7f40f8a9dcc82e75af277922
Timeline
- nvd_ingest NVD