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: <20250918082219.6652-3-johannes@sipsolutions.net>
Date: Thu, 18 Sep 2025 10:20:47 +0200
From: Johannes Berg <johannes@...solutions.net>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org,
	linux-um@...ts.infradead.org,
	Richard Weinberger <richard@....at>,
	Anton Ivanov <anton.ivanov@...bridgegreys.com>
Subject: [GIT PULL] uml-for-6.17-rc7

Hi Linus,

So we still have a couple of fixes for ARCH=um, which I'd
meant to send earlier but then forgot. All of them are
pretty long-standing issues that are either not really
happening (the UAF), in rarely used code (the FD buffer
issue), or an issue only for some host configurations
(the executable stack.)

Please pull and let us know if there's any problem.

Thanks,
johannes



The following changes since commit 76eeb9b8de9880ca38696b2fb56ac45ac0a25c6c:

  Linux 6.17-rc5 (2025-09-07 14:22:57 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/uml/linux.git tags/uml-for-6.17-rc7

for you to fetch changes up to df447a3b4a4b961c9979b4b3ffb74317394b9b40:

  um: Fix FD copy size in os_rcv_fd_msg() (2025-09-10 14:24:19 +0200)

----------------------------------------------------------------
A few fixes for UML:
 * mark stack not executable to work on
   more modern systems with selinux
 * fix use-after-free in a virtio error path
 * fix stack buffer overflow in external
   unix socket FD receive function

----------------------------------------------------------------
Miaoqian Lin (1):
      um: virtio_uml: Fix use-after-free after put_device in probe

Richard Weinberger (1):
      um: Don't mark stack executable

Tiwei Bie (1):
      um: Fix FD copy size in os_rcv_fd_msg()

 arch/um/drivers/virtio_uml.c | 6 ++++--
 arch/um/os-Linux/file.c      | 2 +-
 arch/um/os-Linux/util.c      | 3 +--
 3 files changed, 6 insertions(+), 5 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ