Debian等の複数ベンダの製品における不特定の脆弱性
タイトル Debian等の複数ベンダの製品における不特定の脆弱性
概要

Linuxカーネルにおいて、clone_private_mnt() 関数には管理者権限の確認漏れによる脆弱性が存在していました。呼び出し元が正しいユーザー名前空間でCAP_SYS_ADMIN権限を持っていることを確認しないため、ロックされたマウントや適切な管理権限がない場合に、マウントの隠蔽や制限が正常に機能しない可能性があります。この脆弱性は将来のリリースで修正される予定です。

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

正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。

公表日 2025年8月11日0:00
登録日 2026年1月9日16:23
最終更新日 2026年1月9日16:23
CVSS3.0 : 警告
スコア 5.5
ベクター CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
影響を受けるシステム
Debian
Debian GNU/Linux 11.0
Linux
Linux Kernel 4.14.244 以上 4.15 未満
Linux Kernel 4.19.204 以上 4.20 未満
Linux Kernel 4.4.281 以上 4.5 未満
Linux Kernel 4.9.280 以上 4.10 未満
Linux Kernel 5.10.59 以上 5.11 未満
Linux Kernel 5.13.11 以上 5.14 未満
Linux Kernel 5.14
Linux Kernel 5.14.1 以上 5.15.190 未満
Linux Kernel 5.16 以上 6.1.147 未満
Linux Kernel 5.4.141 以上 5.5 未満
Linux Kernel 6.13 以上 6.15.3 未満
Linux Kernel 6.2 以上 6.6.100 未満
Linux Kernel 6.7 以上 6.12.40 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
その他
変更履歴
No 変更内容 変更日
1 [2026年01月09日]
  掲載
2026年1月9日16:23

NVD脆弱性情報
CVE-2025-38499
概要

In the Linux kernel, the following vulnerability has been resolved:

clone_private_mnt(): make sure that caller has CAP_SYS_ADMIN in the right userns

What we want is to verify there is that clone won't expose something
hidden by a mount we wouldn't be able to undo. "Wouldn't be able to undo"
may be a result of MNT_LOCKED on a child, but it may also come from
lacking admin rights in the userns of the namespace mount belongs to.

clone_private_mnt() checks the former, but not the latter.

There's a number of rather confusing CAP_SYS_ADMIN checks in various
userns during the mount, especially with the new mount API; they serve
different purposes and in case of clone_private_mnt() they usually,
but not always end up covering the missing check mentioned above.

公表日 2025年8月12日1:15
登録日 2025年8月12日4:00
最終更新日 2025年8月12日1:15
関連情報、対策とツール
共通脆弱性一覧