CVE-2023-54317: dm flakey: don't corrupt the zero page
In the Linux kernel, the following vulnerability has been resolved:
dm flakey: don't corrupt the zero page
When we need to zero some range on a block device, the function
__blkdev_issue_zero_pages submits a write bio with the bio vector pointing
to the zero page. If we use dm-flakey with corrupt bio writes option, it
will corrupt the content of the zero page which results in crashes of
various userspace programs. Glibc assumes that memory returned by mmap is
zeroed and it uses it for calloc implementation; if the newly mapped
memory is not zeroed, calloc will return non-zeroed memory.
Fix this bug by testing if the page is equal to ZERO_PAGE(0) and
avoiding the corruption in this case.
Security readout for executives and security teams
Plain-English summary
CVE-2023-54317 is a Linux kernel bug in dm-flakey, a device-mapper fault-injection target. Under a specific corrupt-write option, it can corrupt the kernel zero page during block zeroing. That can break the assumption that newly mapped memory is zeroed, causing user-space instability and incorrect calloc behavior.
Executive priority
Treat as a targeted kernel reliability and integrity issue, not a broad internet-facing emergency based on available evidence. Patch during the next kernel maintenance cycle, sooner for storage testing, virtualization, or environments using dm-flakey.
Technical view
When __blkdev_issue_zero_pages submits a write bio backed by ZERO_PAGE(0), dm-flakey with corrupt bio writes can modify that shared zero page. The upstream fix avoids corruption when the page equals ZERO_PAGE(0). The source names affected Linux kernel lines and stable commits, but provides no CVSS, CWE, or detailed attack vector.
Likely exposure
Exposure appears limited to affected Linux kernels where dm-flakey is used with the corrupt bio writes option. This is often associated with testing or fault-injection setups, but the provided sources do not define deployment prevalence or required privileges.
Exploitation context
The source bundle does not show active exploitation, and KEV is false. It does not provide public exploit details, remote attack claims, or privilege requirements. The practical risk is kernel-level memory corruption causing user-space crashes or incorrect zero-initialization assumptions.
Researcher notes
Key evidence is the upstream kernel resolution text: corrupting ZERO_PAGE(0) can propagate non-zero memory assumptions into mmap and calloc behavior. Missing evidence includes CVSS, CWE, exploitability analysis, required privileges, and distro-specific fixed package versions.
Mitigation direction
Update to a vendor kernel containing the listed stable fixes.
If immediate patching is not possible, review vendor guidance for supported mitigations.
Avoid using dm-flakey corrupt bio writes on affected kernels where operationally feasible.
Prioritize hosts that use device-mapper fault-injection or storage test configurations.
Validation and detection
Inventory Linux kernel versions against the affected version list.
Check whether dm-flakey is configured with corrupt bio writes.
Confirm installed kernels include the relevant upstream stable fix commit.
Review crash reports for unexplained user-space failures after block zeroing activity.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2023-54317 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
0CVSS vectors
3Timeline events
0ADP providers
9Source links
Vulnerability timeline
Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.
CVE reservedCVE Program
The CVE ID was reserved by the assigning CNA.
CVE publishedCVE Program
The CVE record was published.
Dec 30, 2025, 12:23 UTC (UTC+00:00)
CVE updatedCVE Program
The CVE record metadata indicates this as the latest update time.