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: <CAH2r5mt0FL5HNGQX_csHO3Q3sJ3Obn6phdtGxxM29XXSX9UeJw@mail.gmail.com>
Date: Thu, 6 Mar 2025 12:31:47 -0600
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>, 
	Namjae Jeon <linkinjeon@...nel.org>
Subject: [GIT PULL] smb3 fixes

Please pull the following changes since commit
7eb172143d5508b4da468ed59ee857c6e5e01da6:

  Linux 6.14-rc5 (2025-03-02 11:48:20 -0800)

are available in the Git repository at:

  git://git.samba.org/ksmbd.git tags/v6.14-rc5-smb3-fixes

for you to fetch changes up to aa2a739a75ab6f24ef72fb3fdb9192c081eacf06:

  cifs: fix incorrect validation for num_aces field of smb_acl
(2025-03-02 22:50:54 -0600)

----------------------------------------------------------------
Five SMB server fixes, two related client fixes, and minor MAINTAINERS update

I am still reviewing an additional change for validating ACEs, and
also for validating init_acl_state(), that are not included in this
P/R

- Two SMB3 lock fixes fixes (including use after free and bug on fix)
- Fix to race condition that can happen in processing responses on IPC$
- Four ACL related fixes: one related to endianness of num_aces, and
two related fixes to the checks for num_aces (for both client and
server), and one fixing missing check for num_subauths which can
cause memory corruption
- And minor update to email addresses in MAINTAINERS file
----------------------------------------------------------------
Namjae Jeon (8):
      MAINTAINERS: update email address in cifs and ksmbd entry
      ksmbd: fix out-of-bounds in parse_sec_desc()
      ksmbd: fix type confusion via race condition when using
ipc_msg_send_request
      ksmbd: fix use-after-free in smb2_lock
      ksmbd: fix bug on trap in smb2_lock
      smb: common: change the data type of num_aces to le16
      ksmbd: fix incorrect validation for num_aces field of smb_acl
      cifs: fix incorrect validation for num_aces field of smb_acl

 MAINTAINERS                   |  3 +++
 fs/smb/client/cifsacl.c       | 34 +++++++++++++++-------------
 fs/smb/common/smbacl.h        |  3 ++-
 fs/smb/server/smb2pdu.c       |  8 +++----
 fs/smb/server/smbacl.c        | 52 ++++++++++++++++++++++++++++++-------------
 fs/smb/server/smbacl.h        |  2 +-
 fs/smb/server/transport_ipc.c |  1 +
 7 files changed, 66 insertions(+), 37 deletions(-)

-- 
Thanks,

Steve

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ