Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

debian логотип

CVE-2026-35367

Опубликовано: 22 апр. 2026
Источник: debian

Описание

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.

Пакеты

ПакетСтатусВерсия исправленияРелизТип
rust-coreutilsfixed0.9.0-1package
rust-coreutilsno-dsatrixiepackage
rust-coreutilsno-dsabookwormpackage

Примечания

  • https://github.com/uutils/coreutils/issues/10021

  • Fixed by: https://github.com/uutils/coreutils/commit/acd51ef18d90e5c26f694df721f896fa1c4a9edc (0.9.0)

Связанные уязвимости

CVSS3: 3.3
ubuntu
4 месяца назад

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.

CVSS3: 3.3
nvd
4 месяца назад

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.

CVSS3: 3.3
github
4 месяца назад

uutils coreutils has an Incorrect Permission Assignment for Critical Resource