Bug 2363735 (CVE-2023-53044) - CVE-2023-53044 kernel: dm stats: check for and propagate alloc_percpu failure
Summary: CVE-2023-53044 kernel: dm stats: check for and propagate alloc_percpu failure
Keywords:
Status: NEW
Alias: CVE-2023-53044
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-05-02 16:03 UTC by OSIDB Bzimport
Modified: 2025-05-05 09:18 UTC (History)
4 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-05-02 16:03:42 UTC
In the Linux kernel, the following vulnerability has been resolved:

dm stats: check for and propagate alloc_percpu failure

Check alloc_precpu()'s return value and return an error from
dm_stats_init() if it fails. Update alloc_dev() to fail if
dm_stats_init() does.

Otherwise, a NULL pointer dereference will occur in dm_stats_cleanup()
even if dm-stats isn't being actively used.

Comment 1 Avinash Hanwate 2025-05-05 06:37:07 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2025050203-CVE-2023-53044-2d25@gregkh/T


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