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: <CAKYAXd8W+qcDYn+37=+ZcmAr0fDCiGHTyQjSWXeViPGCuQgb=Q@mail.gmail.com>
Date: Sat, 18 Oct 2025 11:20:10 +0900
From: Namjae Jeon <linkinjeon@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Sungjong Seo <sj1557.seo@...sung.com>, "Yuezhang.Mo" <Yuezhang.Mo@...y.com>, 
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] exfat fixes for 6.18-rc2

Hi Linus,

This is exfat fixes pull request for v6.18-rc2. I add a description of
this pull request below. Please pull exfat with the following fixes.

Thanks!

The following changes since commit 9b332cece987ee1790b2ed4c989e28162fa47860:

  Merge tag 'nfsd-6.18-1' of
git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux (2025-10-14
09:28:12 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat.git
tags/exfat-for-6.18-rc2

for you to fetch changes up to 2d8636119b92970ba135c3c4da87d24dbfdeb8ca:

  exfat: fix out-of-bounds in exfat_nls_to_ucs2() (2025-10-15 17:53:20 +0900)

----------------------------------------------------------------
Description for this pull request:
 - Fix out-of-bounds in FS_IOC_SETFSLABEL.
 - Add validation for stream entry valid size to prevent infinite loop.

----------------------------------------------------------------
Jaehun Gou (1):
      exfat: fix improper check of dentry.stream.valid_size

Jeongjun Park (1):
      exfat: fix out-of-bounds in exfat_nls_to_ucs2()

 fs/exfat/exfat_fs.h | 1 -
 fs/exfat/file.c     | 7 ++++---
 fs/exfat/namei.c    | 8 ++++++--
 fs/exfat/nls.c      | 3 ---
 4 files changed, 10 insertions(+), 9 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ