CVE-2025-39728

Source
https://nvd.nist.gov/vuln/detail/CVE-2025-39728
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2025-39728.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2025-39728
Downstream
Related
Published
2025-04-18T07:15:44Z
Modified
2025-10-01T17:15:46Z
Severity
  • 5.5 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
[none]
Details

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

clk: samsung: Fix UBSAN panic in samsungclkinit()

With UBSANARRAYBOUNDS=y, I'm hitting the below panic due to dereferencing ctx->clk_data.hws before setting ctx->clk_data.num = nr_clks. Move that up to fix the crash.

UBSAN: array index out of bounds: 00000000f2005512 [#1] PREEMPT SMP <snip> Call trace: samsungclkinit+0x110/0x124 (P) samsungclkinit+0x48/0x124 (L) samsungcmuregisterone+0x3c/0xa0 exynosarm64registercmu+0x54/0x64 _gs101cmutopofclkinit_declare+0x28/0x60 ...

References

Affected packages