NONE · 0

CVE-2026-72437

In the Linux kernel, the following vulnerability has been resolved: md/raid1: free r1_bio when REQ_NOWAIT is set and read would block on retry When a read is retried, raid1_read_request() may be cal...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: md/raid1: free r1_bio when REQ_NOWAIT is set and read would block on retry When a read is retried, raid1_read_request() may be called with a pre-allocated r1_bio. If wait_read_barrier() fails for a REQ_NOWAIT read, the bio is completed and the function returns immediately. In this case the existing r1_bio is leaked. This fixes a leak of pre-allocated r1_bio structures for retried reads.

References

FAQ

What is CVE-2026-72437?

CVE-2026-72437 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: md/raid1: free r1_bio when REQ_NOWAIT is set and read would block on retry When a read is retried, raid1_read_request() may be cal...

How severe is CVE-2026-72437?

CVSS scoring is not yet available for CVE-2026-72437. Check NVD for updates.

Is there a patch for CVE-2026-72437?

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