Bug 2395259 (CVE-2023-53242) - CVE-2023-53242 kernel: thermal/drivers/hisi: Drop second sensor hi3660
Summary: CVE-2023-53242 kernel: thermal/drivers/hisi: Drop second sensor hi3660
Keywords:
Status: NEW
Alias: CVE-2023-53242
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-09-15 15:03 UTC by OSIDB Bzimport
Modified: 2025-10-06 11:02 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-09-15 15:03:47 UTC
In the Linux kernel, the following vulnerability has been resolved:

thermal/drivers/hisi: Drop second sensor hi3660

The commit 74c8e6bffbe1 ("driver core: Add __alloc_size hint to devm
allocators") exposes a panic "BRK handler: Fatal exception" on the
hi3660_thermal_probe funciton.
This is because the function allocates memory for only one
sensors array entry, but tries to fill up a second one.

Fix this by removing the unneeded second access.


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