The nohup utility in uutils coreutils creates its default output file, nohup.out, without specifying explicit restricted permissions. This causes the file to inherit umask-based permissions, typically resulting in a world-readable file (0644). In multi-user environments, this allows any user on the system to read the captured stdout/stderr output of a command, potentially exposing sensitive information. This behavior diverges from GNU coreutils, which creates nohup.out with owner-only (0600) permissions.
References
| Link | Resource |
|---|---|
| https://github.com/uutils/coreutils/issues/10021 | Exploit Issue Tracking Vendor Advisory |
| https://github.com/uutils/coreutils/issues/10021 | Exploit Issue Tracking Vendor Advisory |
Configurations
History
24 Apr 2026, 19:19
| Type | Values Removed | Values Added |
|---|---|---|
| First Time |
Uutils
Uutils coreutils |
|
| CPE | cpe:2.3:a:uutils:coreutils:-:*:*:*:*:rust:*:* | |
| References | () https://github.com/uutils/coreutils/issues/10021 - Exploit, Issue Tracking, Vendor Advisory |
22 Apr 2026, 18:16
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://github.com/uutils/coreutils/issues/10021 - |
22 Apr 2026, 17:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-04-22 17:16
Updated : 2026-04-24 19:19
NVD link : CVE-2026-35367
Mitre link : CVE-2026-35367
CVE.ORG link : CVE-2026-35367
JSON object : View
Products Affected
uutils
- coreutils
CWE
CWE-732
Incorrect Permission Assignment for Critical Resource
