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

nvdimm: pmem: keep PREFLUSH before data writes

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

Run the REQ_PREFLUSH flush synchronously before touching the bio data and
complete the bio with the flush error if it fails. Keep asynchronous flush
chaining for REQ_FUA. At that point, data copy has completed and the parent
bio can wait for the chained flush bio.
Published: 2026-09-25
Score: n/a
EPSS: n/a
KEV: No
Impact: Data Integrity Compromise
Action: Immediate Patch
AI Analysis

Impact

pmem_submit_bio records a preflush error but still copies bio data, later overwriting the error with a successful flush. This means that data may be written after a failed barrier, causing the bio to succeed while the ordering guarantee is missing. The effect is that persistent memory writes may not be correctly ordered, potentially leading to data loss or corruption.

Affected Systems

Affected systems are Linux kernels that implement the nvdimm/pmem subsystem. The CNA data lists only the general Linux kernel product, so any distribution running an unpatched kernel version is subject to this issue.

Risk and Exploitability

The CVSS score is not provided, and the EPSS score is missing, so the exploitation probability cannot be quantified from the available data. The vulnerability is not listed in the CISA KEV catalog, indicating no confirmed exploitation yet. Likely, a privileged user or a compromised kernel process would need to trigger a preflush that fails; this could be done via pmem operations. Until a patched kernel is available, systems should monitor for anomalous pmem behaviors and consider limiting access to pmem devices.

Generated by OpenCVE AI on September 25, 2026 at 17:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that includes the pmem_submit_bio fix (the commit that enforces synchronous preflush handling).
  • Disable or isolate persistent memory devices on systems that cannot be immediately updated, preventing the use of pmem until a secure kernel is in place.
  • Restrict access to pmem device files and flush operations to privileged users only, reducing the attack surface until the kernel update is applied.

Generated by OpenCVE AI on September 25, 2026 at 17:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 25 Sep 2026 17:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-665

Fri, 25 Sep 2026 13:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: nvdimm: pmem: keep PREFLUSH before data writes pmem_submit_bio() records a REQ_PREFLUSH error, but continues to copy the bio data and can later overwrite the error with a successful REQ_FUA flush. That lets data writes run after a failed preflush and can complete the bio successfully despite the failed ordering barrier. Run the REQ_PREFLUSH flush synchronously before touching the bio data and complete the bio with the flush error if it fails. Keep asynchronous flush chaining for REQ_FUA. At that point, data copy has completed and the parent bio can wait for the chained flush bio.
Title nvdimm: pmem: keep PREFLUSH before data writes
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-09-25T13:06:51.138Z

Reserved: 2026-09-25T10:25:14.321Z

Link: CVE-2026-98161

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-25T14:17:27.770

Modified: 2026-09-25T14:17:27.770

Link: CVE-2026-98161

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-25T17:30:16Z

Weaknesses