sudo_project CVE Vulnerabilities & Metrics

Focus on sudo_project vulnerabilities and metrics.

Last updated: 08 Mar 2025, 23:25 UTC

About sudo_project Security Exposure

This page consolidates all known Common Vulnerabilities and Exposures (CVEs) associated with sudo_project. We track both calendar-based metrics (using fixed periods) and rolling metrics (using gliding windows) to give you a comprehensive view of security trends and risk evolution. Use these insights to assess risk and plan your patching strategy.

For a broader perspective on cybersecurity threats, explore the comprehensive list of CVEs by vendor and product. Stay updated on critical vulnerabilities affecting major software and hardware providers.

Global CVE Overview

Total sudo_project CVEs: 20
Earliest CVE date: 16 May 2002, 04:00 UTC
Latest CVE date: 23 Dec 2023, 23:15 UTC

Latest CVE reference: CVE-2023-7090

Rolling Stats

30-day Count (Rolling): 0
365-day Count (Rolling): 0

Calendar-based Variation

Calendar-based Variation compares a fixed calendar period (e.g., this month versus the same month last year), while Rolling Growth Rate uses a continuous window (e.g., last 30 days versus the previous 30 days) to capture trends independent of calendar boundaries.

Variations & Growth

Month Variation (Calendar): 0%
Year Variation (Calendar): -100.0%

Month Growth Rate (30-day Rolling): 0.0%
Year Growth Rate (365-day Rolling): -100.0%

Monthly CVE Trends (current vs previous Year)

Annual CVE Trends (Last 20 Years)

Critical sudo_project CVEs (CVSS ≥ 9) Over 20 Years

CVSS Stats

Average CVSS: 4.09

Max CVSS: 9.0

Critical CVEs (≥9): 1

CVSS Range vs. Count

Range Count
0.0-3.9 9
4.0-6.9 5
7.0-8.9 6
9.0-10.0 1

CVSS Distribution Chart

Top 5 Highest CVSS sudo_project CVEs

These are the five CVEs with the highest CVSS scores for sudo_project, sorted by severity first and recency.

All CVEs for sudo_project

CVE-2023-7090 sudo_project vulnerability CVSS: 0 23 Dec 2023, 23:15 UTC

A flaw was found in sudo in the handling of ipa_hostname, where ipa_hostname from /etc/sssd/sssd.conf was not propagated in sudo. Therefore, it leads to privilege mismanagement vulnerability in applications, where client hosts retain privileges even after retracting them.

CVE-2023-42465 sudo_project vulnerability CVSS: 0 22 Dec 2023, 16:15 UTC

Sudo before 1.9.15 might allow row hammer attacks (for authentication bypass or privilege escalation) because application logic sometimes is based on not equaling an error value (instead of equaling a success value), and because the values do not resist flips of a single bit.

CVE-2023-28487 sudo_project vulnerability CVSS: 0 16 Mar 2023, 01:15 UTC

Sudo before 1.9.13 does not escape control characters in sudoreplay output.

CVE-2023-28486 sudo_project vulnerability CVSS: 0 16 Mar 2023, 01:15 UTC

Sudo before 1.9.13 does not escape control characters in log messages.

CVE-2023-27320 sudo_project vulnerability CVSS: 0 28 Feb 2023, 18:15 UTC

Sudo before 1.9.13p2 has a double free in the per-command chroot feature.

CVE-2023-22809 sudo_project vulnerability CVSS: 0 18 Jan 2023, 17:15 UTC

In Sudo before 1.9.12p2, the sudoedit (aka -e) feature mishandles extra arguments passed in the user-provided environment variables (SUDO_EDITOR, VISUAL, and EDITOR), allowing a local attacker to append arbitrary entries to the list of files to process. This can lead to privilege escalation. Affected versions are 1.8.0 through 1.9.12.p1. The problem exists because a user-specified editor may contain a "--" argument that defeats a protection mechanism, e.g., an EDITOR='vim -- /path/to/extra/file' value.

CVE-2022-43995 sudo_project vulnerability CVSS: 0 02 Nov 2022, 14:15 UTC

Sudo 1.8.0 through 1.9.12, with the crypt() password backend, contains a plugins/sudoers/auth/passwd.c array-out-of-bounds error that can result in a heap-based buffer over-read. This can be triggered by arbitrary local users with access to Sudo by entering a password of seven characters or fewer. The impact could vary depending on the system libraries, compiler, and processor architecture.

CVE-2021-3156 sudo_project vulnerability CVSS: 7.2 26 Jan 2021, 21:15 UTC

Sudo before 1.9.5p2 contains an off-by-one error that can result in a heap-based buffer overflow, which allows privilege escalation to root via "sudoedit -s" and a command-line argument that ends with a single backslash character.

CVE-2021-23240 sudo_project vulnerability CVSS: 4.4 12 Jan 2021, 09:15 UTC

selinux_edit_copy_tfiles in sudoedit in Sudo before 1.9.5 allows a local unprivileged user to gain file ownership and escalate privileges by replacing a temporary file with a symlink to an arbitrary file target. This affects SELinux RBAC support in permissive mode. Machines without SELinux are not vulnerable.

CVE-2021-23239 sudo_project vulnerability CVSS: 1.9 12 Jan 2021, 09:15 UTC

The sudoedit personality of Sudo before 1.9.5 may allow a local unprivileged user to perform arbitrary directory-existence tests by winning a sudo_edit.c race condition in replacing a user-controlled directory by a symlink to an arbitrary path.

CVE-2019-18634 sudo_project vulnerability CVSS: 4.6 29 Jan 2020, 18:15 UTC

In Sudo before 1.8.26, if pwfeedback is enabled in /etc/sudoers, users can trigger a stack-based buffer overflow in the privileged sudo process. (pwfeedback is a default setting in Linux Mint and elementary OS; however, it is NOT the default for upstream and many other packages, and would exist only if enabled by an administrator.) The attacker needs to deliver a long string to the stdin of getln() in tgetpass.c.

CVE-2005-4890 sudo_project vulnerability CVSS: 7.2 04 Nov 2019, 19:15 UTC

There is a possible tty hijacking in shadow 4.x before 4.1.5 and sudo 1.x before 1.7.4 via "su - user -c program". The user session can be escaped to the parent session by using the TIOCSTI ioctl to push characters into the input buffer to be read by the next process.

CVE-2019-18684 sudo_project vulnerability CVSS: 6.9 04 Nov 2019, 16:15 UTC

Sudo through 1.8.29 allows local users to escalate to root if they have write access to file descriptor 3 of the sudo process. This occurs because of a race condition between determining a uid, and the setresuid and openat system calls. The attacker can write "ALL ALL=(ALL) NOPASSWD:ALL" to /proc/#####/fd/3 at a time when Sudo is prompting for a password. NOTE: This has been disputed due to the way Linux /proc works. It has been argued that writing to /proc/#####/fd/3 would only be viable if you had permission to write to /etc/sudoers. Even with write permission to /proc/#####/fd/3, it would not help you write to /etc/sudoers

CVE-2019-14287 sudo_project vulnerability CVSS: 9.0 17 Oct 2019, 18:15 UTC

In Sudo before 1.8.28, an attacker with access to a Runas ALL sudoer account can bypass certain policy blacklists and session PAM modules, and can cause incorrect logging, by invoking sudo with a crafted user ID. For example, this allows bypass of !root configuration, and USER= logging, for a "sudo -u \#$((0xffffffff))" command.

CVE-2016-7076 sudo_project vulnerability CVSS: 7.2 29 May 2018, 13:29 UTC

sudo before version 1.8.18p1 is vulnerable to a bypass in the sudo noexec restriction if application run via sudo executed wordexp() C library function with a user supplied argument. A local user permitted to run such application via sudo with noexec restriction could possibly use this flaw to execute arbitrary commands with elevated privileges.

CVE-2015-8239 sudo_project vulnerability CVSS: 6.9 10 Oct 2017, 16:29 UTC

The SHA-2 digest support in the sudoers plugin in sudo after 1.8.7 allows local users with write permissions to parts of the called command to replace them before it is executed.

CVE-2017-1000368 sudo_project vulnerability CVSS: 7.2 05 Jun 2017, 16:29 UTC

Todd Miller's sudo version 1.8.20p1 and earlier is vulnerable to an input validation (embedded newlines) in the get_process_ttyname() function resulting in information disclosure and command execution.

CVE-2017-1000367 sudo_project vulnerability CVSS: 6.9 05 Jun 2017, 14:29 UTC

Todd Miller's sudo version 1.8.20 and earlier is vulnerable to an input validation (embedded spaces) in the get_process_ttyname() function resulting in information disclosure and command execution.

CVE-2014-9680 sudo_project vulnerability CVSS: 2.1 24 Apr 2017, 06:59 UTC

sudo before 1.8.12 does not ensure that the TZ environment variable is associated with a zoneinfo file, which allows local users to open arbitrary files for read access (but not view file contents) by running a program within an sudo session, as demonstrated by interfering with terminal output, discarding kernel-log messages, or repositioning tape drives.

CVE-2015-5602 sudo_project vulnerability CVSS: 7.2 17 Nov 2015, 15:59 UTC

sudoedit in Sudo before 1.8.15 allows local users to gain privileges via a symlink attack on a file whose full path is defined using multiple wildcards in /etc/sudoers, as demonstrated by "/home/*/*/file.txt."

CVE-2002-0184 sudo_project vulnerability CVSS: 7.2 16 May 2002, 04:00 UTC

Sudo before 1.6.6 contains an off-by-one error that can result in a heap-based buffer overflow that may allow local users to gain root privileges via special characters in the -p (prompt) argument, which are not properly expanded.