CVE-2023-22809
CVE-2023-22809
| Published Date | 2023-01-18 |
|---|---|
| Product | centos |
| Severity | High (7.8) |
| Component | sudo |
| Affected Versions | CentOS 6 |
| Patched Versions | 1.8.6p3-29_ol002.el6.3 |
CVE Details
NVD Listing: https://nvd.nist.gov/vuln/detail/CVE-2023-22809
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.