CVE-2023-42456
Last modified
CVE-2023-42456 is a high-severity vulnerability rated 8.1/10 on the CVSS scale. Sudo-rs, a memory safe implementation of sudo and su, allows users to not have to enter authentication at every sudo attempt, but instead only requiring authentication every once in a while in every terminal or process group. Only once a configurable timeout has passed will the user have to re-authenticate themselves. EPSS estimates a 0.57% chance of exploitation in the next 30 days.
Description
Sudo-rs, a memory safe implementation of sudo and su, allows users to not have to enter authentication at every sudo attempt, but instead only requiring authentication every once in a while in every terminal or process group. Only once a configurable timeout has passed will the user have to re-authenticate themselves. Supporting this functionality is a set of session files (timestamps) for each user, stored in `/var/run/sudo-rs/ts`. These files are named according to the username from which the sudo attempt is made (the origin user). An issue was discovered in versions prior to 0.2.1 where usernames containing the `.` and `/` characters could result in the corruption of specific files on the filesystem. As usernames are generally not limited by the characters they can contain, a username appearing to be a relative path can be constructed. For example we could add a user to the system containing the username `../../../../bin/cp`. When logged in as a user with that name, that user could run `sudo -K` to clear their session record file. The session code then constructs the path to the session file by concatenating the username to the session file storage directory, resulting in a resolved path of `/bin/cp`. The code then clears that file, resulting in the `cp` binary effectively being removed from the system. An attacker needs to be able to login as a user with a constructed username. Given that such a username is unlikely to exist on an existing system, they will also need to be able to create the users with the constructed usernames. The issue is patched in version 0.2.1 of sudo-rs. Sudo-rs now uses the uid for the user instead of their username for determining the filename. Note that an upgrade to this version will result in existing session files being ignored and users will be forced to re-authenticate. It also fully eliminates any possibility of path traversal, given that uids are always integer values. The `sudo -K` and `sudo -k` commands can run, even if a user has no sudo access. As a workaround, make sure that one's system does not contain any users with a specially crafted username. While this is the case and while untrusted users do not have the ability to create arbitrary users on the system, one should not be able to exploit this issue.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Memorysafety | Sudo | < 0.2.1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-42456?
How severe is CVE-2023-42456?
How do I fix CVE-2023-42456?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2023
- CVE-2023-42450Mastodon is a free, open-source social network server based …7.5
- CVE-2023-42451Mastodon is a free, open-source social network server based …7.5
- CVE-2023-42452Mastodon is a free, open-source social network server based …5.4
- CVE-2023-42453Synapse is an open-source Matrix homeserver written and main…4.3
- CVE-2023-42454SQLpage is a SQL-only webapp builder. Someone using SQLpage …9.1
- CVE-2023-42455Wazuh is a security detection, visibility, and compliance op…8.8
- CVE-2023-42457plone.rest allows users to use HTTP verbs such as GET, POST,…7.5
- CVE-2023-42458Zope is an open-source web application server. Prior to vers…5.4
- CVE-2023-42459Fast DDS is a C++ implementation of the DDS (Data Distributi…7.5
- CVE-2023-4246The GiveWP plugin for WordPress is vulnerable to Cross-Site …4.3
- CVE-2023-42460Vyper is a Pythonic Smart Contract Language for the EVM. The…7.5
- CVE-2023-42461GLPI stands for Gestionnaire Libre de Parc Informatique is a…9.8
Are you affected by CVE-2023-42456?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
