mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
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:
30729312c2
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
[Julien: add link to release note in commit log]
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
8e48dd8f21
commit
ee86844e63
@@ -1,4 +1,4 @@
|
||||
# From: https://www.sudo.ws/getting/download/
|
||||
sha256 976aa56d3e3b2a75593307864288addb748c9c136e25d95a9cc699aafa77239c sudo-1.9.16p2.tar.gz
|
||||
sha256 ff607ea717072197738a78f778692cd6df9a7e3e404565f51de063ca27455d32 sudo-1.9.17p1.tar.gz
|
||||
# Locally calculated
|
||||
sha256 a6e4ec823f2ba58f840b0ff5fc5459e4893f46a91bbcd6b2a2d91315de5a2d2b LICENSE.md
|
||||
sha256 41eb34d6b184c2638d6d32c6e7f70b8dd6423e68b91da959e0cf773aa01f62d7 LICENSE.md
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
SUDO_VERSION_MAJOR = 1.9.16
|
||||
SUDO_VERSION_MINOR = p2
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user