CVE-2022-49946
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
18/06/2025
Last modified:
18/06/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
clk: bcm: rpi: Prevent out-of-bounds access<br />
<br />
The while loop in raspberrypi_discover_clocks() relies on the assumption<br />
that the id of the last clock element is zero. Because this data comes<br />
from the Videocore firmware and it doesn&#39;t guarantuee such a behavior<br />
this could lead to out-of-bounds access. So fix this by providing<br />
a sentinel element.