製品・ソフトウェアに関する情報
Debian等の複数ベンダの製品における不特定の脆弱性
Title Debian等の複数ベンダの製品における不特定の脆弱性
Summary

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

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

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

Publication Date Aug. 11, 2025, midnight
Registration Date Jan. 9, 2026, 4:23 p.m.
Last Update Jan. 9, 2026, 4:23 p.m.
CVSS3.0 : 警告
Score 5.5
Vector CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected System
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 (共通脆弱性タイプ一覧)
ベンダー情報
その他
Change Log
No Changed Details Date of change
1 [2026年01月09日]
  掲載
Jan. 9, 2026, 4:23 p.m.

NVD Vulnerability Information
CVE-2025-38499
Summary

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.

Publication Date Aug. 12, 2025, 1:15 a.m.
Registration Date Aug. 12, 2025, 4 a.m.
Last Update Aug. 12, 2025, 1:15 a.m.
Related information, measures and tools
Common Vulnerabilities List