Bug 2350362 (CVE-2024-58066) - CVE-2024-58066 kernel: clk: mmp: pxa1908-apbcp: Fix a NULL vs IS_ERR() check
Summary: CVE-2024-58066 kernel: clk: mmp: pxa1908-apbcp: Fix a NULL vs IS_ERR() check
Keywords:
Status: NEW
Alias: CVE-2024-58066
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:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-03-06 16:01 UTC by OSIDB Bzimport
Modified: 2025-04-02 13:23 UTC (History)
4 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-03-06 16:01:46 UTC
In the Linux kernel, the following vulnerability has been resolved:

clk: mmp: pxa1908-apbcp: Fix a NULL vs IS_ERR() check

The devm_kzalloc() function doesn't return error pointers, it returns
NULL on error.  Update the check to match.

Comment 1 Mauro Matteo Cascella 2025-03-06 16:55:17 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2025030610-CVE-2024-58066-d537@gregkh/T


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