Sudo Security Vulnerability Lets Attackers Escalate Privileges
A Sudo flaw, CVE-2026-96512, lets local users bypass time-based sudoers rules via a crafted TZ variable.
A high-severity flaw tracked as CVE-2026-96512 affects Sudo 1.8.20 through 1.9.17p2. parse_gentime() uses mktime() and the user-controlled TZ variable, so a local user can shift NOTBEFORE or NOTAFTER checks by about 25 hours with a value such as TZ=XXX24. The bug does not bypass passwords or PAM and requires an existing time-based sudoers rule. Researcher Ermenson Junior reported it on August 28, 2026; Todd Miller committed a fix the next day, but it was not yet in a Sudo 1.9.18 release.