Bug 2425082 (CVE-2023-54123) - CVE-2023-54123 kernel: md/raid10: fix memleak for 'conf->bio_split'
Summary: CVE-2023-54123 kernel: md/raid10: fix memleak for 'conf->bio_split'
Keywords:
Status: NEW
Alias: CVE-2023-54123
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-12-24 14:01 UTC by OSIDB Bzimport
Modified: 2025-12-25 04:05 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-12-24 14:01:23 UTC
In the Linux kernel, the following vulnerability has been resolved:

md/raid10: fix memleak for 'conf->bio_split'

In the error path of raid10_run(), 'conf' need be freed, however,
'conf->bio_split' is missed and memory will be leaked.

Since there are 3 places to free 'conf', factor out a helper to fix the
problem.


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