Uutilsのuutils coreutilsにおけるUnicode エンコーディングの処理に関する脆弱性
タイトル Uutilsのuutils coreutilsにおけるUnicode エンコーディングの処理に関する脆弱性
概要

uutils coreutilsのsplitユーティリティにおける論理エラーにより、非UTF-8のプレフィックスまたはサフィックス入力が与えられた場合に出力ファイル名が破損します。実装ではchunkファイル名を構築する際にto_string_lossy()を利用しており、無効なバイトシーケンスをUTF-8の代替文字(U+FFFD)に自動的に書き換えます。この挙動は、生のパス名バイトをそのまま保持するGNU splitとは異なります。非UTF-8エンコーディングを使用する環境では、この脆弱性により誤った名前のファイルが作成され、ファイル名の衝突や自動化の破損、または出力データの誤った誘導が発生する可能性があります。

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

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

公表日 2026年4月22日0:00
登録日 2026年5月7日11:26
最終更新日 2026年5月7日11:26
CVSS3.0 : 低
スコア 3.3
ベクター CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
影響を受けるシステム
Uutils
uutils coreutils 0.8.0 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
その他
変更履歴
No 変更内容 変更日
1 [2026年05月07日]
  掲載
2026年5月7日11:26

NVD脆弱性情報
CVE-2026-35375
概要

A logic error in the split utility of uutils coreutils causes the corruption of output filenames when provided with non-UTF-8 prefix or suffix inputs. The implementation utilizes to_string_lossy() when constructing chunk filenames, which automatically rewrites invalid byte sequences into the UTF-8 replacement character (U+FFFD). This behavior diverges from GNU split, which preserves raw pathname bytes intact. In environments utilizing non-UTF-8 encodings, this vulnerability leads to the creation of files with incorrect names, potentially causing filename collisions, broken automation, or the misdirection of output data.

公表日 2026年4月23日2:16
登録日 2026年4月25日4:05
最終更新日 2026年4月23日6:23
関連情報、対策とツール
共通脆弱性一覧