CVE-2026-93262: md/raid5-ppl: fix use-after-free in ppl_do_flush()

Published Sep 24, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

md/raid5-ppl: fix use-after-free in ppldoflush()

The loop in ppldoflush() continues iterating after calling ppliounitfinished(), touching io->pendingflushes and leading to a use-after-free.

Add a break statement to stop the loop once io is freed.

Affected Software

1 affected component
Linux Linux kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Compensating control

    Add a break statement to ppl_do_flush() so the loop stops iterating once io is freed, preventing access to io->pending_flushes after ppl_io_unit_finished().

Event History

Sep 24, 2026
CVE Published
via MITRE·03:52 PM
Data Sourced
via MITRE·03:52 PM
Description
Data Sourced
via NVD·04:17 PM
Description

Frequently Asked Questions

1

Which systems should be prioritized for remediation?

Prioritize Linux systems using the md RAID5 partial parity log (PPL) code path. The defect is in the PPL flush handling routine rather than a general Linux kernel component.

2

What is the available remediation guidance?

Update to a Linux kernel that includes the upstream fix referenced for this issue. The fix stops the flush loop after the I/O unit is finished, preventing further access to the freed I/O object.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203