NONE · 0

CVE-2023-54123

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' i...

Vulnerability 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.

References

FAQ

What is CVE-2023-54123?

CVE-2023-54123 is a documented vulnerability. 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' i...

How severe is CVE-2023-54123?

CVSS scoring is not yet available for CVE-2023-54123. Check NVD for updates.

Is there a patch for CVE-2023-54123?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.