Bug 2402697 (CVE-2025-39954) - CVE-2025-39954 kernel: clk: sunxi-ng: mp: Fix dual-divider clock rate readback
Summary: CVE-2025-39954 kernel: clk: sunxi-ng: mp: Fix dual-divider clock rate readback
Keywords:
Status: NEW
Alias: CVE-2025-39954
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-10-09 10:01 UTC by OSIDB Bzimport
Modified: 2025-11-26 12:35 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-10-09 10:01:17 UTC
In the Linux kernel, the following vulnerability has been resolved:

clk: sunxi-ng: mp: Fix dual-divider clock rate readback

When dual-divider clock support was introduced, the P divider offset was
left out of the .recalc_rate readback function. This causes the clock
rate to become bogus or even zero (possibly due to the P divider being
1, leading to a divide-by-zero).

Fix this by incorporating the P divider offset into the calculation.


Note You need to log in before you can comment on or make changes to this bug.