CVE-2023-54123
Unknown Unknown - Not Provided
Memory Leak in Linux Kernel md/raid10 Component Fixed

Publication date: 2025-12-24

Last updated on: 2025-12-24

Assigner: kernel.org

Description
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.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-12-24
Last Modified
2025-12-24
Generated
2026-05-07
AI Q&A
2025-12-24
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability is a memory leak in the Linux kernel's RAID10 implementation. Specifically, in the error handling path of the raid10_run() function, a structure called 'conf' is freed, but a member 'conf->bio_split' is not freed, causing memory to be leaked. The fix involved creating a helper function to properly free all parts of 'conf' to prevent the leak.


How can this vulnerability impact me? :

The memory leak can cause the system to consume more memory over time, potentially leading to degraded performance or system instability, especially on systems using RAID10 configurations. This could result in crashes or reduced availability if the leak is significant.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart