製品・ソフトウェアに関する情報
LinuxカーネルのUSB Type-C DisplayPort Alt Modeで範囲外参照が発生する脆弱性
Title LinuxカーネルのUSB Type-C DisplayPort Alt Modeで範囲外参照が発生する脆弱性
Summary

LinuxカーネルのUSB Type-C DisplayPort Alt Modeには、ピン割り当ての不正なインデックスアクセスによって範囲外参照が発生する問題がありました。この問題を防ぐため、ピン割り当ての最大値チェックが追加され、無効な値へのアクセスが回避されるように修正されました。

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

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

Publication Date July 25, 2025, midnight
Registration Date Dec. 25, 2025, 4:59 p.m.
Last Update Dec. 25, 2025, 4:59 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.19 から 5.4.296 未満
Linux Kernel 5.11 から 5.15.187 未満
Linux Kernel 5.16 から 6.1.144 未満
Linux Kernel 5.5 から 5.10.240 未満
Linux Kernel 6.13 から 6.15.6 未満
Linux Kernel 6.16
Linux Kernel 6.2 から 6.6.97 未満
Linux Kernel 6.7 から 6.12.37 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
その他
Change Log
No Changed Details Date of change
1 [2025年12月25日]
  掲載
Dec. 25, 2025, 4:59 p.m.

NVD Vulnerability Information
CVE-2025-38391
Summary

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

usb: typec: altmodes/displayport: do not index invalid pin_assignments

A poorly implemented DisplayPort Alt Mode port partner can indicate
that its pin assignment capabilities are greater than the maximum
value, DP_PIN_ASSIGN_F. In this case, calls to pin_assignment_show
will cause a BRK exception due to an out of bounds array access.

Prevent for loop in pin_assignment_show from accessing
invalid values in pin_assignments by adding DP_PIN_ASSIGN_MAX
value in typec_dp.h and using i < DP_PIN_ASSIGN_MAX as a loop
condition.

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