CVE-2026-35353
LOW3.3EPSS 0.01%uutils coreutils has a Time-of-check Time-of-use (TOCTOU) Race Condition
Published: 4/22/2026Modified: 5/5/2026
Description
The mkdir utility in uutils coreutils incorrectly applies permissions when using the -m flag by creating a directory with umask-derived permissions (typically 0755) before subsequently changing them to the requested mode via a separate chmod system call. In multi-user environments, this introduces a brief window where a directory intended to be private is accessible to other users, potentially leading to unauthorized data access.
Affected packages (2)
- crates.io/coreutilsfrom 0, < 0.6.0
- Debian/rust-coreutilsfrom 0
CVSS scores
| Source | Version | Severity | Vector |
|---|---|---|---|
| osv | CVSS 3.1 | LOW3.3 | CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N |
References (6)
- ADVISORYhttps://nvd.nist.gov/vuln/detail/CVE-2026-35353
- ADVISORYhttps://security-tracker.debian.org/tracker/CVE-2026-35353
- PATCHhttps://github.com/uutils/coreutils
- WEBhttps://github.com/uutils/coreutils/commit/037b9583bc03d814e8516df54ebcda6f681fe1f8
- WEBhttps://github.com/uutils/coreutils/pull/10036
- WEBhttps://github.com/uutils/coreutils/releases/tag/0.6.0