Bug 2323931 (CVE-2024-50137) - CVE-2024-50137 kernel: reset: starfive: jh71x0: Fix accessing the empty member on JH7110 SoC
Summary: CVE-2024-50137 kernel: reset: starfive: jh71x0: Fix accessing the empty membe...
Keywords:
Status: NEW
Alias: CVE-2024-50137
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2324026
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-11-05 18:02 UTC by OSIDB Bzimport
Modified: 2024-11-05 22:16 UTC (History)
4 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2024-11-05 18:02:56 UTC
In the Linux kernel, the following vulnerability has been resolved:

reset: starfive: jh71x0: Fix accessing the empty member on JH7110 SoC

data->asserted will be NULL on JH7110 SoC since commit 82327b127d41
("reset: starfive: Add StarFive JH7110 reset driver") was added. Add
the judgment condition to avoid errors when calling reset_control_status
on JH7110 SoC.


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