CVE-2026-43175

MEDIUM

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

Title source: cna
STIX 2.1

Description

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.

Scores

CVSS v3 5.5
EPSS 0.0013
EPSS Percentile 2.7%
Attack Vector LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Details

CWE
CWE-476
Status published
Products (14)
linux/Kernel 6.13.0 - 6.18.16linux
linux/Kernel 6.19.0 - 6.19.6linux
linux/Kernel 6.8.0 - 6.12.75linux
Linux/Linux < 6.8
Linux/Linux 6.12.75 - 6.12.*
Linux/Linux 6.18.16 - 6.18.*
Linux/Linux 6.19.6 - 6.19.*
Linux/Linux 6.8
Linux/Linux 7.0
Linux/Linux f0e5e1800204b82af6d3e8ef03012ab4afc22358 - 2f926875dffe2226ea26d129e16d9092cccd03aa
... and 4 more
Published May 06, 2026
Tracked Since May 06, 2026