diff options
author | 2024-11-28 09:33:25 +0900 | |
---|---|---|
committer | 2024-12-01 17:31:19 -0600 | |
commit | 313dab082289e460391c82d855430ec8a28ddf81 (patch) | |
tree | c55ea9c544c2ce7d79d45a7fa183e0c1d4d963c3 /scripts/lib/kdoc/kdoc_files.py | |
parent | ksmbd: fix Out-of-Bounds Read in ksmbd_vfs_stream_read (diff) | |
download | linux-rng-313dab082289e460391c82d855430ec8a28ddf81.tar.xz linux-rng-313dab082289e460391c82d855430ec8a28ddf81.zip |
ksmbd: fix Out-of-Bounds Write in ksmbd_vfs_stream_write
An offset from client could be a negative value, It could allows
to write data outside the bounds of the allocated buffer.
Note that this issue is coming when setting
'vfs objects = streams_xattr parameter' in ksmbd.conf.
Cc: stable@vger.kernel.org # v5.15+
Reported-by: Jordy Zomer <jordyzomer@google.com>
Signed-off-by: Jordy Zomer <jordyzomer@google.com>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_files.py')
0 files changed, 0 insertions, 0 deletions