CVE-2026-98161: nvdimm: pmem: keep PREFLUSH before data writes

Published Sep 25, 2026
·
Updated

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

nvdimm: pmem: keep PREFLUSH before data writes

pmemsubmitbio() records a REQPREFLUSH error, but continues to copy the bio data and can later overwrite the error with a successful REQFUA flush. That lets data writes run after a failed preflush and can complete the bio successfully despite the failed ordering barrier.

Run the REQPREFLUSH flush synchronously before touching the bio data and complete the bio with the flush error if it fails. Keep asynchronous flush chaining for REQFUA. At that point, data copy has completed and the parent bio can wait for the chained flush bio.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 25, 2026
CVE Published
via MITRE·01:06 PM
Data Sourced
via MITRE·01:06 PM
Description

Frequently Asked Questions

1

Which systems are exposed to this issue?

Systems using the Linux kernel pmem driver for NVDIMM persistent memory are exposed when they process I/O requests that include a REQ_PREFLUSH ordering barrier. The provided information does not identify affected kernel versions or configurations beyond use of this driver and request type.

2

What must happen for the flaw to affect an I/O operation?

The preflush must fail for a bio handled by pmem_submit_bio(). In the vulnerable behavior, the driver can still copy data after that failure and may later report success if a REQ_FUA flush succeeds.

3

How can administrators determine whether an operation may have been affected?

Look for failed REQ_PREFLUSH operations involving pmem I/O that were followed by data writes or ultimately completed successfully. The description does not provide specific log messages, detection commands, or indicators for identifying past occurrences.

4

What is the relevant remediation behavior?

The resolved behavior performs the REQ_PREFLUSH synchronously before copying bio data and completes the bio with the flush error if that preflush fails. REQ_FUA flush chaining remains asynchronous after data copying has completed.

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