LinuxのLinux KernelにおけるNULL ポインタデリファレンスに関する脆弱性
タイトル LinuxのLinux KernelにおけるNULL ポインタデリファレンスに関する脆弱性
概要

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の最大出力数、すなわちこのドライバがサポートする最大のチップに合わせて増加させました。

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

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

公表日 2026年5月6日0:00
登録日 2026年5月14日10:17
最終更新日 2026年5月14日10:17
CVSS3.0 : 警告
スコア 5.5
ベクター CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
影響を受けるシステム
Linux
Linux Kernel 6.13 以上 6.18.16 未満
Linux Kernel 6.19 以上 6.19.6 未満
Linux Kernel 6.8 以上 6.12.75 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
その他
変更履歴
No 変更内容 変更日
1 [2026年05月14日]
  掲載
2026年5月14日10:17

NVD脆弱性情報
CVE-2026-43175
概要

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.

公表日 2026年5月6日21:16
登録日 2026年5月7日4:08
最終更新日 2026年5月6日22:07
関連情報、対策とツール
共通脆弱性一覧