At a glance.
- Critical sudo flaw allows Linux users to gain root privileges.
- Cisco patches maximum-severity flaw in Unified Communications Manager.
- Hunters International shuts down operations.
Critical sudo flaw allows Linux users to gain root privileges.
Researchers at Stratascale have discovered two elevation-of-privilege flaws affecting the Linux sudo utility, Infosecurity Magazine reports. One of the flaws has been assigned a CVSS score of 9.3. Patches were distributed last week, and administrators should ensure they've installed sudo 1.9.17p1 or later.
The more serious of the two flaws, CVE-2025-32463, was introduced in June 2023 with sudo v1.9.14, and can allow any local unprivileged user to escalate privileges to root. Stratascale explains, "The issue arises from allowing an unprivileged user to invoke chroot() on a writable, untrusted path under their control. Sudo calls chroot() several times, regardless of whether the user has corresponding Sudo rule configured. Allowing a low-privileged user the ability to call chroot() with root authority to a writable location can have various security risks." The researchers found that "any local user can trick Sudo into loading an arbitrary shared object, resulting in arbitrary code execution as root."