製品・ソフトウェアに関する情報
LinuxのLinux KernelにおけるNULL ポインタデリファレンスに関する脆弱性
Title LinuxのLinux KernelにおけるNULL ポインタデリファレンスに関する脆弱性
Summary

Linuxカーネルにおいて、以下の脆弱性が修正されました。clk: rs9: 9FGV0841用に8つのstruct clk_hwスロットを予約する必要があります。9FGV0841は8つの出力を持ち、8つのstruct clk_hwを登録します。そのため、新たに登録されるclk_hwポインタ用に8つのスロットを確保しなければなりません。そうしなければ、ポインタ4..7がstruct rs9_driver_dataの.clk_dif[4..7]フィールドに設定される際に境界外書き込みが発生します。struct clk_hwポインタ配列の後に他の構造体メンバが存在するため、.clk_dif[4..7]フィールドへの書き込みはstruct rs9_driver_dataの内容およびその周辺データを破損させます。場合によってはカーネルがクラッシュせずに動作することもありますが、ドライバがバインド解除されたりサスペンド時には確実にカーネルがクラッシュします。この問題を修正するために、struct clk_hwポインタ配列のサイズを9FGV0841の最大出力数、すなわちこのドライバがサポートする最大のチップに合わせて増加させました。

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

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

Publication Date May 6, 2026, midnight
Registration Date May 14, 2026, 10:17 a.m.
Last Update May 14, 2026, 10:17 a.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
Linux
Linux Kernel 6.13 以上 6.18.16 未満
Linux Kernel 6.19 以上 6.19.6 未満
Linux Kernel 6.8 以上 6.12.75 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
その他
Change Log
No Changed Details Date of change
1 [2026年05月14日]
  掲載
May 14, 2026, 10:17 a.m.

NVD Vulnerability Information
CVE-2026-43175
Summary

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

clk: rs9: Reserve 8 struct clk_hw slots for for 9FGV0841

The 9FGV0841 has 8 outputs and registers 8 struct clk_hw, make sure
there are 8 slots for those newly registered clk_hw pointers, else
there is going to be out of bounds write when pointers 4..7 are set
into struct rs9_driver_data .clk_dif[4..7] field.

Since there are other structure members past this struct clk_hw
pointer array, writing to .clk_dif[4..7] fields corrupts both
the struct rs9_driver_data content and data around it, sometimes
without crashing the kernel. However, the kernel does surely
crash when the driver is unbound or during suspend.

Fix this, increase the struct clk_hw pointer array size to the
maximum output count of 9FGV0841, which is the biggest chip that
is supported by this driver.

Publication Date May 6, 2026, 9:16 p.m.
Registration Date May 7, 2026, 4:08 a.m.
Last Update May 6, 2026, 10:07 p.m.
Related information, measures and tools
Common Vulnerabilities List