CVE-2025-71143

Source
https://cve.org/CVERecord?id=CVE-2025-71143
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-71143.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2025-71143
Downstream
Related
Published
2026-01-14T15:07:55.828Z
Modified
2026-03-20T12:46:39.176764Z
Summary
clk: samsung: exynos-clkout: Assign .num before accessing .hws
Details

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

clk: samsung: exynos-clkout: Assign .num before accessing .hws

Commit f316cdff8d67 ("clk: Annotate struct clkhwonecell_data with __countedby") annotated the hws member of 'struct clkhwonecelldata' with __countedby, which informs the bounds sanitizer (UBSANBOUNDS) about the number of elements in .hws[], so that it can warn when .hws[] is accessed out of bounds. As noted in that change, the _countedby member must be initialized with the number of elements before the first array access happens, otherwise there will be a warning from each access prior to the initialization because the number of elements is zero. This occurs in exynosclkoutprobe() due to .num being assigned after .hws[] has been accessed:

UBSAN: array-index-out-of-bounds in drivers/clk/samsung/clk-exynos-clkout.c:178:18 index 0 is out of range for type 'clk_hw []'

Move the .num initialization to before the first access of .hws[], clearing up the warning.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/71xxx/CVE-2025-71143.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
f316cdff8d677db9ad9c90acb44c4cd535b0ee27
Fixed
fbf57f5e453dadadb3d29b2d1dbe067e3dc4e236
Fixed
eb1f3a6ab3efee2b52361879cdc2dc6b11f499c0
Fixed
a317f63255ebc3dac378c79c5bff4f8d0561c290
Fixed
cf33f0b7df13685234ccea7be7bfe316b60db4db

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-71143.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.6.0
Fixed
6.6.120
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.64
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.4

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-71143.json"