In the Linux kernel, the following vulnerability has been resolved:
dm: dm-crypt: Do not partially accept write BIOs with zoned targets
Read and write operations issued to a dm-crypt target may be split according to the dm-crypt internal limits defined by the max_read_size and max_write_size module parameters (default is 128 KB). The intent is to improve processing time of large BIOs by splitting them into smaller operations that can be parallelized on different CPUs.
For zoned dm-crypt targets, this BIO splitting is still done but without the parallel execution to ensure that the issuing order of write operations to the underlying devices remains sequential. However, the splitting itself causes other problems:
1) Since dm-crypt relies on the block layer zone write plugging to handle zone append emulation using regular write operations, the reminder of a split write BIO will always be plugged into the target zone write plugged. Once the on-going write BIO finishes, this reminder BIO is unplugged and issued from the zone write plug work. If this reminder BIO itself needs to be split, the reminder will be re-issued and plugged again, but that causes a call to a blk_queue_enter(), which may block if a queue freeze operation was initiated. This results in a deadlock as DM submission still holds BIOs that the queue freeze side is waiting for.
2) dm-crypt relies on the emulation done by the block layer using regular write operations for processing zone append operations. This still requires to properly return the written sector as the BIO sector of the original BIO. However, this can be done correctly only and only if there is a single clone BIO used for processing the original zone append operation issued by the user. If the size of a zone append operation is larger than dm-crypt max_write_size, then the orginal BIO will be split and processed as a chain of regular write operations. Such chaining result in an incorrect written sector being returned to the zone append issuer using the original BIO sector. This in turn results in file system data corruptions using xfs or btrfs.
Fix this by modifying get_max_request_size() to always return the size of the BIO to avoid it being split with dm_accpet_partial_bio() in crypt_map(). get_max_request_size() is renamed to get_max_request_sectors() to clarify the unit of the value returned and its interface is changed to take a struct dm_target pointer and a pointer to the struct bio being processed. In addition to this change, to ensure that crypt_alloc_buffer() works correctly, set the dm-crypt device max_hw_sectors limit to be at most BIO_MAX_VECS << PAGE_SECTORS_SHIFT (1 MB with a 4KB page architecture). This forces DM core to split write BIOs before passing them to crypt_map(), and thus guaranteeing that dm-crypt can always accept an entire write BIO without needing to split it.
This change does not have any effect on the read path of dm-crypt. Read operations can still be split and the BIO fragments processed in parallel. There is also no impact on the performance of the write path given that all zone write BIOs were already processed inline instead of in parallel.
This change also does not affect in any way regular dm-crypt block devices.
CVSS Details
- CVSS 3.1 Base Score: 7.8
- CVSS 3.1 Vector: (CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)
Covered by Rapid7
| Product | Vendor Advisory | Solution File | Added | Published |
|---|---|---|---|---|
| Amazon_linux_2023 | — | Upgrade kernel6.12-develUpgrade kernel6.12Upgrade kernel6.12-debuginfo-common-x86_64Upgrade bpftool6.12-debuginfoUpgrade bpftool6.12Upgrade kernel6.12-debuginfo-common-aarch64Upgrade kernel6.12-headersUpgrade kernel-livepatch-6.12.46-66.121Upgrade kernel6.12-libbpf-debuginfoUpgrade python3-perf6.12Upgrade kernel6.12-modules-extra-commonUpgrade kernel6.12-modules-extraUpgrade python3-perf6.12-debuginfoUpgrade kernel6.12-libbpf-develUpgrade perf6.12Upgrade perf6.12-debuginfoUpgrade kernel6.12-tools-debuginfoUpgrade kernel6.12-debuginfoUpgrade kernel6.12-tools-develUpgrade kernel6.12-libbpfUpgrade kernel6.12-libbpf-staticUpgrade kernel6.12-tools | Sep 30, 2025 | Sep 11, 2025 |
| Debian | — | Upgrade linux | Jul 23, 2026 | Jul 23, 2026 |
| Oracle_linux | — | Upgrade kernel-uek | Nov 11, 2025 | Sep 11, 2025 |
| Redhat_linux | — | No solution exists | Jul 17, 2026 | Sep 11, 2025 |
| Suse | — | Upgrade kernel-default-vdsoUpgrade kernel-kvmsmallUpgrade kernel-default-develUpgrade dtb-xilinxUpgrade dtb-apmUpgrade dtb-armUpgrade dtb-exynosUpgrade kernel-docs-htmlUpgrade kernel-rt-develUpgrade kselftests-kmp-64kbUpgrade kernel-default-extraUpgrade dtb-mediatekUpgrade kernel-kvmsmall-develUpgrade dtb-amlogicUpgrade kernel-default-livepatchUpgrade cluster-md-kmp-defaultUpgrade dtb-freescaleUpgrade kernel-64kbUpgrade dtb-broadcomUpgrade dtb-lgUpgrade kernel-64kb-optionalUpgrade gfs2-kmp-rtUpgrade kernel-default-optionalUpgrade gfs2-kmp-64kbUpgrade kernel-rt-livepatch-develUpgrade kernel-64kb-develUpgrade dtb-hisiliconUpgrade dtb-appleUpgrade kernel-develUpgrade kernel-macrosUpgrade dtb-amazonUpgrade kernel-rt-livepatchUpgrade ocfs2-kmp-rtUpgrade kernel-obs-qaUpgrade dtb-marvellUpgrade ocfs2-kmp-64kbUpgrade kernel-zfcpdumpUpgrade dlm-kmp-64kbUpgrade dtb-amdUpgrade kernel-sourceUpgrade kernel-symsUpgrade kernel-kvmsmall-vdsoUpgrade kernel-source-vanillaUpgrade dtb-rockchipUpgrade cluster-md-kmp-rtUpgrade kernel-obs-buildUpgrade kernel-defaultUpgrade ocfs2-kmp-defaultUpgrade dlm-kmp-defaultUpgrade kselftests-kmp-rtUpgrade dtb-nvidiaUpgrade dtb-qcomUpgrade dtb-alteraUpgrade kernel-docsUpgrade kernel-rtUpgrade dtb-renesasUpgrade cluster-md-kmp-64kbUpgrade kernel-rt-extraUpgrade kernel-default-livepatch-develUpgrade dtb-sprdUpgrade dtb-socionextUpgrade dtb-caviumUpgrade dtb-allwinnerUpgrade dlm-kmp-rtUpgrade gfs2-kmp-defaultUpgrade kselftests-kmp-defaultUpgrade kernel-rt-optionalUpgrade kernel-rt-vdsoUpgrade kernel-64kb-extra | Dec 5, 2025 | Nov 6, 2025 |
Prioritise with Active Threat Intelligence
With curated Threat Intelligence, you can see which vulnerabilities truly put you at risk, prioritize what matters most, and act before attackers do.
Explore Intelligence Hub