imPC@ndo IT

Tracker / CVE-2024-49996

CVE-2024-49996

Critical 9.4

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix buffer overflow when parsing NFS reparse points ReparseDataLength is sum of the InodeType size and DataBuffer size. So to get DataBuffer size it is needed to subtract InodeType's size from ReparseDataLength. Function cifs_strndup_from_utf16() is currentlly accessing buf->DataBuffer at position after the end of the buffer because it does not subtract InodeType size from the length. Fix this problem and correctly subtract variable len. Member InodeType is present only when reparse buffer is large enough. Check for ReparseDataLength before accessing InodeType to prevent another invalid memory access. Major and minor rdev values are present also only when reparse buffer is large enough. Check for reparse buffer size before calling reparse_mkdev().

Affected products and versions

debian debian_linux
linux linux_kernel · 5.11 → 5.15.174
linux linux_kernel · 5.16 → 6.1.120
linux linux_kernel · 5.3 → 5.4.287
linux linux_kernel · 5.5 → 5.10.231
linux linux_kernel · 6.11 → 6.11.3
linux linux_kernel · 6.2 → 6.6.55
linux linux_kernel · 6.7 → 6.10.14

Analysis

This page is not indexable yet.Until it carries original analysis — what it actually exposes, how to check in two minutes whether a system was touched, what to do if it was — the page stays noindex. The database decides that, not the template.

References