CVE-2026-43273 Details
Description
In the Linux kernel, the following vulnerability has been resolved: ceph: supply snapshot context in ceph_zero_partial_object() The ceph_zero_partial_object function was missing proper snapshot context for its OSD write operations, which could lead to data inconsistencies in snapshots. Reproducer: ../src/vstart.sh --new -x --localhost --bluestore ./bin/ceph auth caps client.fs_a mds 'allow rwps fsname=a' mon 'allow r fsname=a' osd 'allow rw tag cephfs data=a' mount -t ceph [email protected]=/ /mnt/mycephfs/ -o conf=./ceph.conf dd if=/dev/urandom of=/mnt/mycephfs/foo bs=64K count=1 mkdir /mnt/mycephfs/.snap/snap1 md5sum /mnt/mycephfs/.snap/snap1/foo fallocate -p -o 0 -l 4096 /mnt/mycephfs/foo echo 3 > /proc/sys/vm/drop/caches md5sum /mnt/mycephfs/.snap/snap1/foo # get different md5sum!!
A vulnerability has been identified in the Linux kernel's Ceph file system implementation. The issue arises in the 'ceph_zero_partial_object' function, which handles object storage daemon (OSD) write operations. This function failed to incorporate the correct snapshot context, potentially leading to data inconsistencies within snapshots. The vulnerability affects the Linux kernel stable tree.
Users can upgrade to the latest version of the Linux kernel where this vulnerability has been addressed. Instructions for upgrading the kernel can be found in the official Linux kernel documentation.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
No SSVC data is available for this CVE.
References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://git.kernel.org/stable/c/36673344b41c31fb502dd0d0113cec1aa96f581e | kernel.org | Patch |
| https://git.kernel.org/stable/c/4097e70fc543cca72982854108a32f6ae924e727 | kernel.org | Patch |
| https://git.kernel.org/stable/c/531a76c5a2e44264cee8a70121e63eb28c1ba728 | kernel.org | Patch |
| https://git.kernel.org/stable/c/5788b742007f53406049bef917833a71ddd43f60 | kernel.org | Patch |
| https://git.kernel.org/stable/c/69e59a87bab0ea31ab2a584fc65e12dafacf8953 | kernel.org | Patch |
| https://git.kernel.org/stable/c/757873abfc8ea38592582180aed0f57f0f0cb07a | kernel.org | Patch |
| https://git.kernel.org/stable/c/9efa154609cdb658f51c7d76b30a09f7e6485250 | kernel.org | Patch |
| https://git.kernel.org/stable/c/f16bd3fa74a2084ee7e16a8a2be7e7399b970907 | kernel.org | Patch |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| NVD-CWE-noinfo | Insufficient Information to Classify Weakness | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| linux linux kernel | >= 3.12, < 5.10.252 >= 5.11, < 5.15.202 >= 5.16, < 6.1.165 >= 6.2, < 6.6.128 >= 6.7, < 6.12.75 >= 6.13, < 6.18.16 >= 6.19, < 6.19.6 |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | kernel.org |
| May 8, 2026 | Initial Analysis | [email protected] |
| May 6, 2026 | New CVE Received | kernel.org |