PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-98161 Linux CVE debrief

A vulnerability in the Linux kernel's nvdimm: pmem has been addressed. The issue involves pmem_submit_bio() recording a REQ_PREFLUSH error but continuing to copy bio data, potentially allowing data writes to occur after a failed preflush. This could lead to data inconsistencies if not properly handled. Linux kernel developers and maintainers should verify and apply patches to prevent potential data inconsistencies. The fix involves running the REQ_PREFLUSH flush synchronously before touching the bio data and completing the bio with the flush error if it fails.

Vendor
Linux
Product
Unknown
CVSS
Unknown
CISA KEV
Not listed in stored evidence
Original CVE published
2026-09-25
Original CVE updated
2026-09-25
Advisory published
2026-09-25
Advisory updated
2026-09-25

Who should care

Linux kernel developers and maintainers, Linux distribution maintainers, and users of Linux-based systems should verify and apply patches to prevent potential data inconsistencies. System administrators and security teams should review system configurations and monitor system updates for future related vulnerabilities.

Why it matters

A vulnerability in the Linux kernel's nvdimm: pmem has been addressed, potentially allowing data writes to occur after a failed preflush. Linux kernel developers and maintainers, Linux distribution maintainers, and users of Linux-based systems should verify and apply patches.

  • Verify patch application to prevent potential data inconsistencies
  • Monitor system updates for future related vulnerabilities

Technical summary

The vulnerability involves pmem_submit_bio() recording a REQ_PREFLUSH error but continuing to copy bio data, potentially allowing data writes to occur after a failed preflush. The fix involves running the REQ_PREFLUSH flush synchronously before touching the bio data and completing the bio with the flush error if it fails. This ensures that data writes do not occur after a failed preflush, preventing potential data inconsistencies. Linux kernel developers and maintainers should verify and apply patches to address this vulnerability.

Defensive priority

Verify and apply patch

Recommended defensive actions

  • Verify and apply patch
  • Review system configurations
  • Monitor system updates
  • Perform vulnerability scanning
  • Implement compensating controls
  • Track patch exceptions
  • Review related vulnerabilities

Evidence notes

The CVE record and NVD entry provide details on the vulnerability. However, the scope of affected systems and versions is not explicitly stated. To verify patch application, defenders should review system configurations, monitor system updates for future related vulnerabilities, and ensure that the patch is applied correctly. The vendor's official advisory should be consulted for specific guidance on affected versions and patch application.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-98161 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-98161

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-98161 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-98161

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/72561ca1ab96f0f0f32737a6171641e05a318538

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/770a90c2127220f0fc194ce909ad4f0842e141cb

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/c644a2f8fef5618fcf453c591177700fd07dd024

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.