8.8

CVE-2026-31433

ksmbd: fix potencial OOB in get_file_all_info() for compound requests

In the Linux kernel, the following vulnerability has been resolved:

ksmbd: fix potencial OOB in get_file_all_info() for compound requests

When a compound request consists of QUERY_DIRECTORY + QUERY_INFO
(FILE_ALL_INFORMATION) and the first command consumes nearly the entire
max_trans_size, get_file_all_info() would blindly call smbConvertToUTF16()
with PATH_MAX, causing out-of-bounds write beyond the response buffer.
In get_file_all_info(), there was a missing validation check for
the client-provided OutputBufferLength before copying the filename into
FileName field of the smb2_file_all_info structure.
If the filename length exceeds the available buffer space, it could lead to
potential buffer overflows or memory corruption during smbConvertToUTF16
conversion. This calculating the actual free buffer size using
smb2_calc_max_out_buf_len() and returning -EINVAL if the buffer is
insufficient and updating smbConvertToUTF16 to use the actual filename
length (clamped by PATH_MAX) to ensure a safe copy operation.
Daten sind bereitgestellt durch das CVE Programm von einer CVE Numbering Authority (CNA) (Unstrukturiert).
HerstellerLinux
Produkt Linux
Default Statusunaffected
Version f2283680a80571ca82d710bc6ecd8f8beac67d63
Version < 3a852f9d1c981fb14f6bf4e24999e0ea8088a7d7
Status affected
Version 9f297df20d93411c0b4ddad7f88ba04a7cd36e77
Version < 4cca3eff2099b18672934a39cee70aed835d652c
Status affected
Version e2b76ab8b5c9327ab2dae6da05d0752eb2f4771d
Version < 358cdaa1f7fbf2712cb4c5f6b59cb9a5c673c5fe
Status affected
Version e2b76ab8b5c9327ab2dae6da05d0752eb2f4771d
Version < 7aec5a769d2356cbf344d85bcfd36de592ac96a5
Status affected
Version e2b76ab8b5c9327ab2dae6da05d0752eb2f4771d
Version < b0cd9725fe2bcc9f37d096b132318a9060373f5d
Status affected
Version e2b76ab8b5c9327ab2dae6da05d0752eb2f4771d
Version < 9d7032851d6f5adbe2739601ca456c0ad3b422f0
Status affected
Version e2b76ab8b5c9327ab2dae6da05d0752eb2f4771d
Version < beef2634f81f1c086208191f7228bce1d366493d
Status affected
HerstellerLinux
Produkt Linux
Default Statusaffected
Version 6.6
Status affected
Version 0
Version < 6.6
Status unaffected
Version <= 5.15.*
Version 5.15.203
Status unaffected
Version <= 6.1.*
Version 6.1.168
Status unaffected
Version <= 6.6.*
Version 6.6.131
Status unaffected
Version <= 6.12.*
Version 6.12.80
Status unaffected
Version <= 6.18.*
Version 6.18.21
Status unaffected
Version <= 6.19.*
Version 6.19.11
Status unaffected
Version <= *
Version 7.0
Status unaffected
VulnDex Vulnerability Enrichment
Diese Information steht angemeldeten Benutzern zur Verfügung. Login Login
Zu dieser CVE wurde keine Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 0.04% 0.109
CVSS Metriken
Quelle Base Score Exploit Score Impact Score Vector String
416baaa9-dc9f-4396-8d5f-8c081fb06d67 8.8 2.8 5.9
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Es wurden noch keine Informationen zu CWE veröffentlicht.