From 9bcbbcc37f99e1526901ec843ca2d9d66f0eddda Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 2 Jul 2025 08:35:49 +0200 Subject: [PATCH] package/sudo: security bump to version 1.9.17p1 For release note, see: https://www.sudo.ws/releases/stable/#1.9.17p1 Fixes the following security issues: - CVE-2025-32462: Sudo before 1.9.17p1, when used with a sudoers file that specifies a host that is neither the current host nor ALL, allows listed users to execute commands on unintended machines (since sudo 1.8.8) https://www.sudo.ws/security/advisories/host_any/ - CVE-2025-32463: Sudo before 1.9.17p1 allows local users to obtain root access because /etc/nsswitch.conf from a user-controlled directory is used with the --chroot option (since sudo 1.9.4) https://www.sudo.ws/security/advisories/chroot_bug/ Update the LICENSE.md hash for a change in copyright years: https://github.com/sudo-project/sudo/commit/30729312c2091f3891daa39b571efa40cb261785 Signed-off-by: Peter Korsgaard [Julien: add link to release note in commit log] Signed-off-by: Julien Olivain (cherry picked from commit ee86844e632d5760355154ea4e928c9228f3dfd1) Signed-off-by: Thomas Perale --- package/sudo/sudo.hash | 4 ++-- package/sudo/sudo.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/sudo/sudo.hash b/package/sudo/sudo.hash index 066d3b9de6..3bbce74cbc 100644 --- a/package/sudo/sudo.hash +++ b/package/sudo/sudo.hash @@ -1,4 +1,4 @@ # From: https://www.sudo.ws/getting/download/ -sha256 558d10b9a1991fb3b9fa7fa7b07ec4405b7aefb5b3cb0b0871dbc81e3a88e558 sudo-1.9.15p5.tar.gz +sha256 ff607ea717072197738a78f778692cd6df9a7e3e404565f51de063ca27455d32 sudo-1.9.17p1.tar.gz # Locally calculated -sha256 ea33b3971e8e4d9657cd6794a952aaa71b22bd16745f1645455b6ead010e0a28 LICENSE.md +sha256 41eb34d6b184c2638d6d32c6e7f70b8dd6423e68b91da959e0cf773aa01f62d7 LICENSE.md diff --git a/package/sudo/sudo.mk b/package/sudo/sudo.mk index 7961a99002..4e1405eaf1 100644 --- a/package/sudo/sudo.mk +++ b/package/sudo/sudo.mk @@ -4,8 +4,8 @@ # ################################################################################ -SUDO_VERSION_MAJOR = 1.9.15 -SUDO_VERSION_MINOR = p5 +SUDO_VERSION_MAJOR = 1.9.17 +SUDO_VERSION_MINOR = p1 SUDO_VERSION = $(SUDO_VERSION_MAJOR)$(SUDO_VERSION_MINOR) SUDO_SITE = https://www.sudo.ws/sudo/dist SUDO_LICENSE = ISC, BSD-3-Clause