Lucene search
+L

228 matches found

NVD
NVD
added 2025/05/20 4:15 p.m.18 views

CVE-2025-37931

In the Linux kernel, the following vulnerability has been resolved: btrfs: adjust subpage bit start based on sectorsize When running machines with 64k page size and a 16k nodesize we started seeing tree log corruption in production. This turned out to be because we were not writing out dirty bloc...

7.3CVSS0.00203EPSS
SaveExploits0References7
CVE
CVE
added 2025/05/20 3:21 p.m.125 views

CVE-2025-37931

CVE-2025-37931 (btrfs) affects the Linux kernel’s btrfs metadata write path. The issue arises when writing subpage extent buffers (EBs) with a 64k page size, 16k nodsz, and a 4k sectorsize, where the bitmap addressing is based on sectors, yielding 4 bits per node. If a dirty range is found, the c...

7.3CVSS6.6AI score0.00203EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2025/05/20 3:21 p.m.10 views

CVE-2025-37931 btrfs: adjust subpage bit start based on sectorsize

In the Linux kernel, the following vulnerability has been resolved: btrfs: adjust subpage bit start based on sectorsize When running machines with 64k page size and a 16k nodesize we started seeing tree log corruption in production. This turned out to be because we were not writing out dirty bloc...

7.3CVSS6.2AI score
SaveExploits0References10
Cvelist
Cvelist
added 2025/05/20 3:21 p.m.29 views

CVE-2025-37931 btrfs: adjust subpage bit start based on sectorsize

In the Linux kernel, the following vulnerability has been resolved: btrfs: adjust subpage bit start based on sectorsize When running machines with 64k page size and a 16k nodesize we started seeing tree log corruption in production. This turned out to be because we were not writing out dirty bloc...

7.3CVSS0.00203EPSS
SaveExploits0References5
NVD
NVD
added 2025/05/09 7:16 a.m.10 views

CVE-2025-37856

In the Linux kernel, the following vulnerability has been resolved: btrfs: harden blockgroup::bglist against listdel races As far as I can tell, these calls of listdelinit on bglist cannot run concurrently with btrfsmarkbgunused or btrfsmarkbgtoreclaim, as they are in transaction error paths and...

7.8CVSS0.00266EPSS
SaveExploits0References4
CVE
CVE
added 2025/05/09 6:42 a.m.125 views

CVE-2025-37856

The CVE-2025-37856 entry pertains to the Linux kernel’s btrfs subsystem, where hardening of block_group::bg_list against list_del() races was applied. The vulnerability centered on potential race conditions between bg_list list_del_init() and operations like btrfs_mark_bg_unused() or btrfs_mark_b...

7.8CVSS6.5AI score0.00266EPSS
SaveExploits0References4Affected Software1
NVD
NVD
added 2025/05/01 3:16 p.m.27 views

CVE-2022-49912

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix ulist leaks in error paths of qgroup self tests In the testnosharedqgroup and testmultiplerefs qgroup self tests, if we fail to add the tree ref, remove the extent item or remove the extent ref, we are returning from t...

5.5CVSS0.00197EPSS
SaveExploits0References8
NVD
NVD
added 2025/05/01 3:16 p.m.27 views

CVE-2022-49898

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix tree mod log mishandling of reallocated nodes We have been seeing the following panic in production kernel BUG at fs/btrfs/tree-mod-log.c:677! invalid opcode: 0000 1 SMP RIP: 0010:treemodlogrewind+0x1b4/0x200 RSP:...

7.8CVSS0.00201EPSS
SaveExploits0References3
NVD
NVD
added 2025/05/01 3:16 p.m.14 views

CVE-2022-49849

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix match incorrectly in devargsmatchdevice syzkaller found a failed assertion: assertion failed: args-devid != u64-1 || args-missing, in fs/btrfs/volumes.c:6921 This can be triggered when we set devid to u64-1 by ioctl. I...

5.5CVSS0.00195EPSS
SaveExploits0References3
NVD
NVD
added 2025/05/01 3:16 p.m.20 views

CVE-2022-49833

In the Linux kernel, the following vulnerability has been resolved: btrfs: zoned: clone zoned device info when cloning a device When cloning a btrfsdevice, we're not cloning the associated btrfszoneddeviceinfo structure of the device in case of a zoned filesystem. Later on this leads to a NULL...

5.5CVSS0.00163EPSS
SaveExploits0References2
OSV
OSV
added 2025/05/01 2:10 p.m.15 views

CVE-2022-49914 btrfs: fix inode list leak during backref walking at resolve_indirect_refs()

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix inode list leak during backref walking at resolveindirectrefs During backref walking, at resolveindirectrefs, if we get an error we jump to the 'out' label and call ulistfree on the 'parents' ulist, which frees all the...

6AI score
SaveExploits0References10
Cvelist
Cvelist
added 2025/05/01 2:10 p.m.23 views

CVE-2022-49912 btrfs: fix ulist leaks in error paths of qgroup self tests

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix ulist leaks in error paths of qgroup self tests In the testnosharedqgroup and testmultiplerefs qgroup self tests, if we fail to add the tree ref, remove the extent item or remove the extent ref, we are returning from t...

0.00197EPSS
SaveExploits0References8
OSV
OSV
added 2025/05/01 2:10 p.m.14 views

CVE-2022-49913 btrfs: fix inode list leak during backref walking at find_parent_nodes()

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix inode list leak during backref walking at findparentnodes During backref walking, at findparentnodes, if we are dealing with a data extent and we get an error while resolving the indirect backrefs, at...

5.9AI score
SaveExploits0References8
Cvelist
Cvelist
added 2025/05/01 2:10 p.m.25 views

CVE-2022-49898 btrfs: fix tree mod log mishandling of reallocated nodes

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix tree mod log mishandling of reallocated nodes We have been seeing the following panic in production kernel BUG at fs/btrfs/tree-mod-log.c:677! invalid opcode: 0000 1 SMP RIP: 0010:treemodlogrewind+0x1b4/0x200 RSP:...

7.8CVSS0.00201EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/05/01 2:09 p.m.22 views

CVE-2022-49831 btrfs: zoned: initialize device's zone info for seeding

In the Linux kernel, the following vulnerability has been resolved: btrfs: zoned: initialize device's zone info for seeding When performing seeding on a zoned filesystem it is necessary to initialize each zoned device's btrfszoneddeviceinfo structure, otherwise mounting the filesystem will cause ...

0.00191EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/05/01 12:00 a.m.10 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from btrfs uncloned zoned device information, which could lead to null pointer dereferencing...

5.5CVSS5.1AI score0.00163EPSS
SaveExploits0References2
BDU FSTEC
BDU FSTEC
added 2025/04/30 12:00 a.m.18 views

The vulnerability of the btrfs component in the Linux operating system’s kernel allows a hacker to trigger a service failure.

The vulnerability of the btrfs component in Linux operating systems is related to resource management errors. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.7AI score0.00207EPSS
SaveExploits0References15Affected Software7
SUSE CVE
SUSE CVE
added 2025/04/23 2:38 a.m.7 views

SUSE CVE-2025-22114

In the Linux kernel, the following vulnerability has been resolved: btrfs: don't clobber ret in btrfsvalidatesuper Commit 2a9bb78cfd36 "btrfs: validate system chunk array at btrfsvalidatesuper" introduces a call to validatesyschunkarray in btrfsvalidatesuper, which clobbers the value of ret set...

7.8CVSS6.4AI score0.0018EPSS
SaveExploits0References3
OSV
OSV
added 2025/04/16 2:13 p.m.16 views

CVE-2025-22115 btrfs: fix block group refcount race in btrfs_create_pending_block_groups()

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix block group refcount race in btrfscreatependingblockgroups Block group creation is done in two phases, which results in a slightly unintuitive property: a block group can be allocated/deallocated from after...

7.8CVSS6AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/04/16 2:13 p.m.25 views

CVE-2025-22115 btrfs: fix block group refcount race in btrfs_create_pending_block_groups()

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix block group refcount race in btrfscreatependingblockgroups Block group creation is done in two phases, which results in a slightly unintuitive property: a block group can be allocated/deallocated from after...

7.8CVSS0.00147EPSS
SaveExploits0References3
Rows per page
Query Builder