Security Advisory

CVE-2026-43117

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-05-06 07:40:41
Last updated 2026-08-05 12:26:03
Assigner Linux
CVSS score 9.1
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: btrfs: tracepoints: get correct superblock from dentry in event btrfs_sync_file() If overlay is used on top of btrfs, dentry->d_sb translates to overlay's super block and fsid assignment will lead to a crash. Use file_inode(file)->i_sb to always get btrfs_sb.