NONE · 0

CVE-2023-54294

In the Linux kernel, the following vulnerability has been resolved: md/raid10: fix memleak of md thread In raid10_run(), if setup_conf() succeed and raid10_run() failed before setting 'mddev->thread...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: md/raid10: fix memleak of md thread In raid10_run(), if setup_conf() succeed and raid10_run() failed before setting 'mddev->thread', then in the error path 'conf->thread' is not freed. Fix the problem by setting 'mddev->thread' right after setup_conf().

References

FAQ

What is CVE-2023-54294?

CVE-2023-54294 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: md/raid10: fix memleak of md thread In raid10_run(), if setup_conf() succeed and raid10_run() failed before setting 'mddev->thread...

How severe is CVE-2023-54294?

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

Is there a patch for CVE-2023-54294?

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