CVE-2026-43273
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
06/05/2026
Last modified:
06/05/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
ceph: supply snapshot context in ceph_zero_partial_object()<br />
<br />
The ceph_zero_partial_object function was missing proper snapshot<br />
context for its OSD write operations, which could lead to data<br />
inconsistencies in snapshots.<br />
<br />
Reproducer:<br />
../src/vstart.sh --new -x --localhost --bluestore<br />
./bin/ceph auth caps client.fs_a mds &#39;allow rwps fsname=a&#39; mon &#39;allow r fsname=a&#39; osd &#39;allow rw tag cephfs data=a&#39;<br />
mount -t ceph fs_a@.a=/ /mnt/mycephfs/ -o conf=./ceph.conf<br />
dd if=/dev/urandom of=/mnt/mycephfs/foo bs=64K count=1<br />
mkdir /mnt/mycephfs/.snap/snap1<br />
md5sum /mnt/mycephfs/.snap/snap1/foo<br />
fallocate -p -o 0 -l 4096 /mnt/mycephfs/foo<br />
echo 3 > /proc/sys/vm/drop/caches<br />
md5sum /mnt/mycephfs/.snap/snap1/foo # get different md5sum!!
Impact
References to Advisories, Solutions, and Tools
- https://git.kernel.org/stable/c/36673344b41c31fb502dd0d0113cec1aa96f581e
- https://git.kernel.org/stable/c/4097e70fc543cca72982854108a32f6ae924e727
- https://git.kernel.org/stable/c/531a76c5a2e44264cee8a70121e63eb28c1ba728
- https://git.kernel.org/stable/c/5788b742007f53406049bef917833a71ddd43f60
- https://git.kernel.org/stable/c/69e59a87bab0ea31ab2a584fc65e12dafacf8953
- https://git.kernel.org/stable/c/757873abfc8ea38592582180aed0f57f0f0cb07a
- https://git.kernel.org/stable/c/9efa154609cdb658f51c7d76b30a09f7e6485250
- https://git.kernel.org/stable/c/f16bd3fa74a2084ee7e16a8a2be7e7399b970907



