Lucene search
+L

5618 matches found

OSV
OSV
•added 2025/05/01 3:16 p.m.•22 views

UBUNTU-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.8CVSS6.4AI score0.00201EPSS
SaveExploits0References6
OSV
OSV
•added 2025/05/01 3:16 p.m.•13 views

UBUNTU-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.5CVSS5.8AI score0.00197EPSS
SaveExploits0References11
OSV
OSV
•added 2025/05/01 3:16 p.m.•26 views

UBUNTU-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.5CVSS5.8AI score0.00163EPSS
SaveExploits0References5
OSV
OSV
•added 2025/05/01 3:16 p.m.•25 views

UBUNTU-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.5CVSS5.7AI score0.00195EPSS
SaveExploits0References6
OSV
OSV
•added 2025/05/01 3:16 p.m.•11 views

UBUNTU-CVE-2022-49913

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.5CVSS6.1AI score0.00196EPSS
SaveExploits0References8
CVE
CVE
•added 2025/05/01 2:10 p.m.•102 views

CVE-2022-49914

CVE-2022-49914 involves the Linux kernel btrfs backref walk leak in resolve_indirect_refs(). When an error occurs, code previously freed the parents list with ulist_free(), but attached inode lists via the aux field were not freed, causing a leak. The fix replaces ulist_free() with free_leaf_list...

5.5CVSS6.4AI score0.00197EPSS
SaveExploits0References7Affected Software1
Debian CVE
Debian CVE
•added 2025/05/01 2:10 p.m.•16 views

CVE-2022-49914

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...

5.5CVSS5.4AI score0.00197EPSS
SaveExploits0
Cvelist
Cvelist
•added 2025/05/01 2:10 p.m.•22 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...

0.00197EPSS
SaveExploits0References7
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
Debian CVE
Debian CVE
•added 2025/05/01 2:10 p.m.•14 views

CVE-2022-49913

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.5CVSS5.4AI score0.00196EPSS
SaveExploits0
Cvelist
Cvelist
•added 2025/05/01 2:10 p.m.•23 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...

0.00196EPSS
SaveExploits0References5
CVE
CVE
•added 2025/05/01 2:10 p.m.•83 views

CVE-2022-49912

CVE-2022-49912 is a Linux kernel vulnerability affecting btrfs qgroup self tests, where the old_roots ulist could leak on error paths when failing to add tree refs or remove extent data. The fix ensures the ulist is freed (ulist_free) before returning from the test paths, mitigating the leak. No ...

5.5CVSS6.5AI score0.00197EPSS
SaveExploits0References8Affected Software1
OSV
OSV
•added 2025/05/01 2:10 p.m.•11 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...

5AI score
SaveExploits0References11
Debian CVE
Debian CVE
•added 2025/05/01 2:10 p.m.•12 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.5CVSS5.3AI score0.00197EPSS
SaveExploits0
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
CVE
CVE
•added 2025/05/01 2:10 p.m.•117 views

CVE-2022-49913

CVE-2022-49913 concerns a memory leak in the Linux kernel’s btrfs backref walking code. During find_parent_nodes() on data extents, if an error occurs while resolving indirect backrefs (resolve_indirect_refs()) or while iterating direct refs in the rbtree, inode lists attached to direct refs not ...

5.5CVSS6.6AI score0.00196EPSS
SaveExploits0References5Affected Software1
OSV
OSV
•added 2025/05/01 2:10 p.m.•16 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.8CVSS6.1AI score
SaveExploits0References6
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
Debian CVE
Debian CVE
•added 2025/05/01 2:10 p.m.•19 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.8CVSS5.7AI score0.00201EPSS
SaveExploits0
Rows per page
Query Builder