製品・ソフトウェアに関する情報
LinuxカーネルにおけるUSB Type-C DisplayPortモードでのミューテックスデッドロックの脆弱性
Title LinuxカーネルにおけるUSB Type-C DisplayPortモードでのミューテックスデッドロックの脆弱性
Summary

LinuxカーネルのUSB Type-C DisplayPortには、潜在的なデッドロックが発生する問題が存在します。この問題は、cros_typec_altmode_dataのmutexが再帰的にロックされることで発生します。具体的には、cros_typec_altmode_workがmutexを獲得した後に、typec_altmode_vdmからdp_altmode_vdmを経由してtypec_altmode_exitが呼び出されると、cros_typec_altmode_exit内で再びmutexを取得しようとするためです。これを回避するため、typec_altmode_exitの呼び出しはmutexを保持した状態で直接行わず、スケジューリングによる遅延実行手法が導入されています。

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

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

Publication Date July 25, 2025, midnight
Registration Date Dec. 25, 2025, 4:58 p.m.
Last Update Dec. 25, 2025, 4:58 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 6.1.143
Linux Kernel 6.12.36
Linux Kernel 6.15.5
Linux Kernel 6.16
Linux Kernel 6.6.96
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
その他
Change Log
No Changed Details Date of change
1 [2025年12月25日]
  掲載
Dec. 25, 2025, 4:58 p.m.

NVD Vulnerability Information
CVE-2025-38404
Summary

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

usb: typec: displayport: Fix potential deadlock

The deadlock can occur due to a recursive lock acquisition of
`cros_typec_altmode_data::mutex`.
The call chain is as follows:
1. cros_typec_altmode_work() acquires the mutex
2. typec_altmode_vdm() -> dp_altmode_vdm() ->
3. typec_altmode_exit() -> cros_typec_altmode_exit()
4. cros_typec_altmode_exit() attempts to acquire the mutex again

To prevent this, defer the `typec_altmode_exit()` call by scheduling
it rather than calling it directly from within the mutex-protected
context.

Publication Date July 25, 2025, 11:15 p.m.
Registration Date July 26, 2025, 4:01 a.m.
Last Update July 25, 2025, 11:15 p.m.
Related information, measures and tools
Common Vulnerabilities List