Bug 2337131 (CVE-2024-53682) - CVE-2024-53682 kernel: regulator: axp20x: AXP717: set ramp_delay
Summary: CVE-2024-53682 kernel: regulator: axp20x: AXP717: set ramp_delay
Keywords:
Status: NEW
Alias: CVE-2024-53682
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-01-11 13:03 UTC by OSIDB Bzimport
Modified: 2025-01-13 06:15 UTC (History)
4 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-01-11 13:03:40 UTC
In the Linux kernel, the following vulnerability has been resolved:

regulator: axp20x: AXP717: set ramp_delay

AXP717 datasheet says that regulator ramp delay is 15.625 us/step,
which is 10mV in our case.

Add a AXP_DESC_RANGES_DELAY macro and update AXP_DESC_RANGES macro to
expand to AXP_DESC_RANGES_DELAY with ramp_delay = 0

For DCDC4, steps is 100mv

Add a AXP_DESC_DELAY macro and update AXP_DESC macro to
expand to AXP_DESC_DELAY with ramp_delay = 0

This patch fix crashes when using CPU DVFS.

Comment 1 Avinash Hanwate 2025-01-13 06:11:40 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2025011157-CVE-2024-53682-263d@gregkh/T


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