Lucene search
+L

5115 matches found

Vulnrichment
Vulnrichment
added 2024/03/26 3:17 p.m.29 views

CVE-2024-26644 btrfs: don't abort filesystem when attempting to snapshot deleted subvolume

In the Linux kernel, the following vulnerability has been resolved: btrfs: don't abort filesystem when attempting to snapshot deleted subvolume If the source file descriptor to the snapshot ioctl refers to a deleted subvolume, we get the following abort: BTRFS: Transaction aborted error -2 WARNIN...

6.5AI score0.0023EPSS
SaveExploits0References7
OSV
OSV
added 2024/03/26 3:17 p.m.20 views

CVE-2024-26644 btrfs: don't abort filesystem when attempting to snapshot deleted subvolume

In the Linux kernel, the following vulnerability has been resolved: btrfs: don't abort filesystem when attempting to snapshot deleted subvolume If the source file descriptor to the snapshot ioctl refers to a deleted subvolume, we get the following abort: BTRFS: Transaction aborted error -2 WARNIN...

5.8AI score
SaveExploits0References11
CVE
CVE
added 2024/03/26 3:17 p.m.141 views

CVE-2024-26644

CVE-2024-26644 : Linux kernel Btrfs snapshot logic fails when the source is a deleted subvolume. The code copies the source root item (including refs) to the new root item; since refs is 0 for a deleted subvolume, btrfs_get_new_fs_root() returns -ENOENT and the snapshot creation aborts. The docum...

5.5CVSS6AI score0.0023EPSS
SaveExploits0References8Affected Software1
Debian CVE
Debian CVE
added 2024/03/26 3:17 p.m.43 views

CVE-2024-26644

In the Linux kernel, the following vulnerability has been resolved: btrfs: don't abort filesystem when attempting to snapshot deleted subvolume If the source file descriptor to the snapshot ioctl refers to a deleted subvolume, we get the following abort: BTRFS: Transaction aborted error -2 WARNIN...

5.5CVSS7.2AI score0.0023EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2024/03/26 12:00 a.m.16 views

PT-2024-3363

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.8.0-rc5-kts 1 Description The issue is related to a use-after-free vulnerability in the do zone finish function of the btrfs module. This vulnerability can be triggered by a device replace operation in fstests...

7.8CVSS6.1AI score0.00227EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/03/25 5:53 p.m.31 views

CVE-2021-47145

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not BUGON in linktofixupdir While doing error injection testing I got the following panic kernel BUG at fs/btrfs/tree-log.c:1862! invalid opcode: 0000 1 SMP NOPTI CPU: 1 PID: 7836 Comm: mount Not tainted 5.13.0-rc1+ 305...

5.5CVSS7.4AI score0.00271EPSS
SaveExploits0References4
NVD
NVD
added 2024/03/25 9:15 a.m.31 views

CVE-2021-47145

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not BUGON in linktofixupdir While doing error injection testing I got the following panic kernel BUG at fs/btrfs/tree-log.c:1862! invalid opcode: 0000 1 SMP NOPTI CPU: 1 PID: 7836 Comm: mount Not tainted 5.13.0-rc1+ 305...

5.5CVSS6.6AI score0.00271EPSS
SaveExploits0References8
OSV
OSV
added 2024/03/25 9:15 a.m.3 views

DEBIAN-CVE-2021-47145

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not BUGON in linktofixupdir While doing error injection testing I got the following panic kernel BUG at fs/btrfs/tree-log.c:1862! invalid opcode: 0000 1 SMP NOPTI CPU: 1 PID: 7836 Comm: mount Not tainted 5.13.0-rc1+ 305...

5.5CVSS5.3AI score0.00271EPSS
SaveExploits0References1
OSV
OSV
added 2024/03/25 9:15 a.m.8 views

CVE-2021-47145

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not BUGON in linktofixupdir While doing error injection testing I got the following panic kernel BUG at fs/btrfs/tree-log.c:1862! invalid opcode: 0000 1 SMP NOPTI CPU: 1 PID: 7836 Comm: mount Not tainted 5.13.0-rc1+ 305...

5.5CVSS5.4AI score
SaveExploits0References8
OSV
OSV
added 2024/03/25 9:15 a.m.6 views

UBUNTU-CVE-2021-47145

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not BUGON in linktofixupdir While doing error injection testing I got the following panic kernel BUG at fs/btrfs/tree-log.c:1862! invalid opcode: 0000 1 SMP NOPTI CPU: 1 PID: 7836 Comm: mount Not tainted 5.13.0-rc1+ 305...

5.5CVSS6.4AI score0.00271EPSS
SaveExploits0References12
Vulnrichment
Vulnrichment
added 2024/03/25 9:07 a.m.18 views

CVE-2021-47145 btrfs: do not BUG_ON in link_to_fixup_dir

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not BUGON in linktofixupdir While doing error injection testing I got the following panic kernel BUG at fs/btrfs/tree-log.c:1862! invalid opcode: 0000 1 SMP NOPTI CPU: 1 PID: 7836 Comm: mount Not tainted 5.13.0-rc1+ 305...

7AI score0.00271EPSS
SaveExploits0References8
CVE
CVE
added 2024/03/25 9:07 a.m.105 views

CVE-2021-47145

CVE-2021-47145 affects the Linux kernel (btrfs) where a BUG_ON in link_to_fixup_dir can trigger a kernel panic during error paths in log recovery. The description shows a replay/recover flow (replay_one_buffer, btrfs_recover_log_trees, open_ctree) panicking with an invalid opcode in fs/btrfs/tree...

5.5CVSS6.8AI score0.00271EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2024/03/25 9:07 a.m.24 views

CVE-2021-47145 btrfs: do not BUG_ON in link_to_fixup_dir

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not BUGON in linktofixupdir While doing error injection testing I got the following panic kernel BUG at fs/btrfs/tree-log.c:1862! invalid opcode: 0000 1 SMP NOPTI CPU: 1 PID: 7836 Comm: mount Not tainted 5.13.0-rc1+ 305...

6.9AI score0.00271EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/03/25 9:07 a.m.30 views

CVE-2021-47145

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not BUGON in linktofixupdir While doing error injection testing I got the following panic kernel BUG at fs/btrfs/tree-log.c:1862! invalid opcode: 0000 1 SMP NOPTI CPU: 1 PID: 7836 Comm: mount Not tainted 5.13.0-rc1+ 305...

5.5CVSS7AI score0.00271EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2024/03/25 12:00 a.m.37 views

CVE-2021-47145

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not BUGON in linktofixupdir While doing error injection testing I got the following panic kernel BUG at fs/btrfs/tree-log.c:1862! invalid opcode: 0000 1 SMP NOPTI CPU: 1 PID: 7836 Comm: mount Not tainted 5.13.0-rc1+ 305...

5.5CVSS6.4AI score0.00271EPSS
SaveExploits0References11
OSV
OSV
added 2024/03/22 11:06 a.m.6 views

OESA-2024-1301 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: btrfs: fix deadlock when cloning inline extents and using qgroups There are a few exceptional cases where cloning an inline extent needs to copy the inline exten...

3.9CVSS6.6AI score0.00249EPSS
SaveExploits0References6
OSV
OSV
added 2024/03/22 11:06 a.m.19 views

OESA-2024-1299 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: btrfs: fix deadlock when cloning inline extents and using qgroups There are a few exceptional cases where cloning an inline extent needs to copy the inline exten...

3.9CVSS6.6AI score0.00249EPSS
SaveExploits0References6
OSV
OSV
added 2024/03/22 11:06 a.m.8 views

OESA-2024-1300 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: btrfs: fix deadlock when cloning inline extents and using qgroups There are a few exceptional cases where cloning an inline extent needs to copy the inline exten...

3.9CVSS6.6AI score0.00249EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2024/03/21 12:00 a.m.15 views

PT-2024-26801

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A vulnerability in the Linux kernel has been resolved, related to the btrfs file system. The issue occurs when quota groups are enabled, and the error paths of certain operations do not...

5.5CVSS5.5AI score0.00229EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/03/19 3:50 a.m.13 views

SUSE CVE-2021-47113

In the Linux kernel, the following vulnerability has been resolved: btrfs: abort in renameexchange if we fail to insert the second ref Error injection stress uncovered a problem where we'd leave a dangling inode ref if we failed during a renameexchange. This happens because we insert the inode re...

5.5CVSS6.3AI score0.00269EPSS
SaveExploits0References9
Rows per page
Query Builder