Lucene search
+L

4989 matches found

CVE
CVE
added 28 minutes ago1 views

CVE-2026-68442

In the Linux kernel, the following vulnerability has been resolved: btrfs: don't propagate EXTENTFLAGLOGGING to split extent maps When btrfsdropextentmaprange splits an extent map, the new split maps inherit the original map's flags through a local 'flags' variable. Commit f86f7a75e2fb "btrfs: us...

SaveExploits0References4
RedhatCVE
RedhatCVE
added yesterday1 views

CVE-2026-68422

A flaw was found in the btrfs filesystem component of the Linux kernel. An unexpected relocation root in the mergerelocroots function can lead to a resource leak. This occurs because a reference to the root is not properly released, potentially causing system instability or a denial of service du...

5.5CVSS5.3AI score0.00209EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added yesterday4 views

CVE-2026-68167

A flaw was found in the Linux kernel's btrfs filesystem. A local user could trigger a kernel panic by performing specific filesystem operations that involve data relocation. This occurs because the system attempts to compress and inline data for relocation inodes, which are not designed for such...

5.5CVSS5.3AI score0.00189EPSS
SaveExploits0References5
NVD
NVD
added 2 days ago4 views

CVE-2026-68167

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not try compression for data reloc inodes BUG There is a syzbot report that the check inside getnewlocation triggered: BTRFS info device loop0: found 31 extents, stage: move data extents BTRFS info device loop0: leaf...

0.00189EPSS
SaveExploits0References2
CVE
CVE
added 2 days ago19 views

CVE-2026-68422

The CVE-2026-68422 entry describes a Linux kernel btrfs issue in the merge_reloc_roots path where an unexpected reloc_root could skip releasing the root reference, causing a memory leak. Affected component: btrfs in the Linux kernel; root handling during relocation merge. Root cause: missing btrf...

5.3AI score0.00209EPSS
SaveExploits0References5
EUVD
EUVD
added 2 days ago6 views

EUVD-2026-55608

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix root leak if its reloc root is unexpected in mergerelocroots If we have an unexpected relocroot for our root, we jump to the out label but never drop the reference we obtained for root, resulting in a leak. Add a missi...

5.3AI score0.00209EPSS
SaveExploits0References5
CVE
CVE
added 2 days ago11 views

CVE-2026-68167

CVE-2026-68167 affects the Linux kernel’s Btrfs filesystem, where data relocation inodes could trigger attempting compression of inline extents. The root cause is that the relocation path preallocates blocks and may dirty them in a way that led to an inlined (compressed) first extent, which the g...

5.5AI score0.00189EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2 days ago31 views

CVE-2026-68167 btrfs: do not try compression for data reloc inodes

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not try compression for data reloc inodes BUG There is a syzbot report that the check inside getnewlocation triggered: BTRFS info device loop0: found 31 extents, stage: move data extents BTRFS info device loop0: leaf...

0.00189EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago6 views

EUVD-2026-55553

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not try compression for data reloc inodes BUG There is a syzbot report that the check inside getnewlocation triggered: BTRFS info device loop0: found 31 extents, stage: move data extents BTRFS info device loop0: leaf...

5.5AI score0.00189EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2 days ago11 views

Astra Linux – Vulnerability found in Linux 6.12, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: btrfs: fixed a reservation leak in some error paths when inserting inline extents. If we fail to allocate a path or join a transaction, we return from cowfilerangeInline without freeing the reserved qgroup data, resulting in a...

7.5CVSS4.4AI score0.0022EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2 days ago10 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: btrfs: Fix for NULL dereference on the root when tracing inode eviction. When evicting an inode, the first thing we do is to set up tracing for it, which involves fetching the root’s ID. However, in btrfsevictinode, the root migh...

5.5CVSS4.9AI score0.00118EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2 days ago8 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: btrfs: In the send operation, it is necessary to check for inline extents within the rangeisholeinparent function. Before accessing the diskbytenr field of a file extent item, we need to check whether we are dealing with an inlin...

5.5CVSS5.8AI score0.00123EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2 days ago9 views

Astra Linux – Vulnerability found in Linux 6.12, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: btrfs: fixed a deadlock in waitcurrenttrans due to an ignored transaction type When waitcurrenttrans is called during starttransaction, it currently waits for a blocked transaction without considering whether the given transactio...

5.4AI score0.00173EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2 days ago14 views

Astra Linux – Vulnerability found in Linux 6.12, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: btrfs: Fix for invalid leaf access in btrfsquotaenable if the ref key is not found. If btrfssearchslotforread returns 1, it means that we did not find any key that is greater than or equal to the key we requested. This means that...

5.5CVSS5.2AI score0.00128EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2 days ago9 views

Astra Linux – Vulnerability found in Linux 6.12, Linux 6.1

In the Linux kernel, the following vulnerabilities have been resolved: btrfs: Fixed a race condition related to bitfield writes in btrfsclearspaceinfofull. According to the memory-barriers.txt document regarding memory barrier ordering guarantees: - These guarantees do not apply to bitfields, as...

5.5CVSS5.7AI score0.00167EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2 days ago6 views

Astra Linux – Vulnerability found in Linux 6.12, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: btrfs: Do not log conflicting inodes if it’s a directory that was moved during the current transaction. We cannot log an conflicting inode if it’s a directory that was moved from one parent directory to another parent directory...

5.5AI score0.00168EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2 days ago6 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerabilities have been resolved: btrfs: Rejects new transactions if the file system is fully read-only. BUG There is a bug report where a heavily fuzzed file system is mounted with all rescue mount options. This leads to the following warnings during unmount:...

5.5CVSS5.5AI score0.00112EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2 days ago11 views

Astra Linux – Vulnerability found in Linux 6.12, Linux 6.1

In the Linux kernel, the following vulnerabilities have been resolved: btrfs: Fixed corruption in the blockgrouptree dirtylist. When the incompat flag EXTENTTREEV2 is set, we unconditionally add the block group tree to the switchcommits list before calling switchcommitroots, just like we do for t...

8.4CVSS5.6AI score0.00132EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2 days ago5 views

Astra Linux – Vulnerability found in Linux 6.12, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: btrfs: Always detect conflicting inodes when logging inode refs After renaming an inode, either through the rename operation or through regular renames in multiple non-atomic steps, if two inodes exist and at least one of them is...

9.1CVSS4.9AI score0.00361EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 6 days ago7 views

SUSE CVE-2026-64593

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not trim a device which is not writeable BUG There is a bug report that btrfs/242 can randomly fail with the following NULL pointer dereference: run fstests btrfs/242 at 2026-06-01 10:25:08 BTRFS: device fsid...

5.4AI score0.00164EPSS
SaveExploits0References3
Rows per page
Query Builder