製品・ソフトウェアに関する情報
Uutilsのuutils coreutilsにおけるTime-of-check Time-of-use (TOCTOU) 競合状態の脆弱性
Title Uutilsのuutils coreutilsにおけるTime-of-check Time-of-use (TOCTOU) 競合状態の脆弱性
Summary

uutils coreutils の chcon ユーティリティには、再帰的操作中に TOCTOU(Time-of-Check to Time-of-Use)脆弱性が存在します。実装では、トラバーサル中に遭遇した特定のディレクトリの状態にラベル適用を結びつけるのではなく、新しいパスルックアップ(fts_accpath を介して)を使用して再帰的ターゲットを解決しています。これらの操作はファイルディスクリプタに固定されていないため、書き込み権限を持つローカル攻撃者がタイミングに敏感なリネームやシンボリックリンクの競合を悪用し、特権再帰的ラベリング操作を意図しないファイルやディレクトリにリダイレクトする可能性があります。この脆弱性により、SELinux 管理ワークフローの強化期待が損なわれ、機密システムオブジェクトのセキュリティラベルが不正に変更される恐れがあります。

Possible impacts 当該ソフトウェアが扱う情報の一部が外部に漏れる可能性があります。 また、当該ソフトウェアが扱う全ての情報が書き換えられる可能性があります。 さらに、当該ソフトウェアの一部が停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 
Solution

リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。

Publication Date April 22, 2026, midnight
Registration Date May 7, 2026, 11:26 a.m.
Last Update May 7, 2026, 11:26 a.m.
CVSS3.0 : 警告
Score 5.8
Vector CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:H/A:L
Affected System
Uutils
uutils coreutils 0.8.0 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
その他
Change Log
No Changed Details Date of change
1 [2026年05月07日]
  掲載
May 7, 2026, 11:26 a.m.

NVD Vulnerability Information
CVE-2026-35376
Summary

A Time-of-Check to Time-of-Use (TOCTOU) vulnerability exists in the chcon utility of uutils coreutils during recursive operations. The implementation resolves recursive targets using a fresh path lookup (via fts_accpath) rather than binding the traversal and label application to the specific directory state encountered during traversal. Because these operations are not anchored to file descriptors, a local attacker with write access to a directory tree can exploit timing-sensitive rename or symbolic link races to redirect a privileged recursive relabeling operation to unintended files or directories. This vulnerability breaks the hardening expectations for SELinux administration workflows and can lead to the unauthorized modification of security labels on sensitive system objects.

Publication Date April 23, 2026, 2:16 a.m.
Registration Date April 25, 2026, 4:05 a.m.
Last Update April 23, 2026, 6:23 a.m.
Related information, measures and tools
Common Vulnerabilities List