lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAH2r5msnypvFXCtKuDuA=kZX6vCTVaXVF3OmvLRTZoWwYGrdOg@mail.gmail.com>
Date: Fri, 18 Jul 2025 23:02:49 -0500
From: Steve French <smfrench@...il.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: CIFS <linux-cifs@...r.kernel.org>, LKML <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] smb3 client fixes

Please pull the following changes since commit
347e9f5043c89695b01e66b3ed111755afcf1911:

  Linux 6.16-rc6 (2025-07-13 14:25:58 -0700)

are available in the Git repository at:

  git://git.samba.org/sfrench/cifs-2.6.git tags/v6.16-rc6-smb3-client-fixes

for you to fetch changes up to 8767cb3fbd514c4cf85b4f516ca30388e846f540:

  Fix SMB311 posix special file creation to servers which do not
advertise reparse support (2025-07-18 12:12:02 -0500)

----------------------------------------------------------------
Four smb3 client fixes
- fix creating special files to Samba when using SMB3.1.1 POSIX Extensions
- fix incorrect caching on new file creation with directory leases enabled
- Two use after free fixes: one in oplock_break and one in async decryption
----------------------------------------------------------------
Bharath SM (1):
      smb: invalidate and close cached directory when creating child entries

Steve French (1):
      Fix SMB311 posix special file creation to servers which do not
advertise reparse support

Wang Zhaolong (2):
      smb: client: fix use-after-free in cifs_oplock_break
      smb: client: fix use-after-free in crypt_message when using async crypto

 fs/smb/client/dir.c       |  6 ++++--
 fs/smb/client/file.c      | 10 +++++++++-
 fs/smb/client/smb2inode.c |  3 ++-
 fs/smb/client/smb2ops.c   | 10 ++++++++--
 4 files changed, 23 insertions(+), 6 deletions(-)


-- 
Thanks,

Steve

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ