Lucene search
+L

96 matches found

NVD
NVD
added 2024/04/03 3:15 p.m.18 views

CVE-2024-26726

In the Linux kernel, the following vulnerability has been resolved: btrfs: don't drop extentmap for free space inode on write error While running the CI for an unrelated change I hit the following panic with generic/648 on btrfsholesspacecache. assertion failed: blockstart != EXTENTMAPHOLE, in...

5.5CVSS7.8AI score0.00259EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/04/03 2:55 p.m.37 views

CVE-2024-26726 btrfs: don't drop extent_map for free space inode on write error

In the Linux kernel, the following vulnerability has been resolved: btrfs: don't drop extentmap for free space inode on write error While running the CI for an unrelated change I hit the following panic with generic/648 on btrfsholesspacecache. assertion failed: blockstart != EXTENTMAPHOLE, in...

8AI score0.00259EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/04/03 2:55 p.m.14 views

CVE-2024-26726 btrfs: don't drop extent_map for free space inode on write error

In the Linux kernel, the following vulnerability has been resolved: btrfs: don't drop extentmap for free space inode on write error While running the CI for an unrelated change I hit the following panic with generic/648 on btrfsholesspacecache. assertion failed: blockstart != EXTENTMAPHOLE, in...

7AI score0.00259EPSS
SaveExploits0References5
CVE
CVE
added 2024/04/03 2:55 p.m.136 views

CVE-2024-26726

CVE-2024-26726 : In the Linux kernel, a Btrfs bug could panic when writing the free-space inode because the extent map was dropped on a write error and then looked up again, yielding EXTENT_MAP_HOLE on a second pass. The fix removes dropping the extent_map range for the failed free-space cache wr...

5.5CVSS6.8AI score0.00259EPSS
SaveExploits0References5Affected Software1
NVD
NVD
added 2024/04/02 7:15 a.m.26 views

CVE-2024-26674

In the Linux kernel, the following vulnerability has been resolved: x86/lib: Revert to ASMEXTABLEUA for get,putuser fixups During memory error injection test on kernels = v6.4, the kernel panics like below. However, this issue couldn't be reproduced on kernels getusernocheck4+0x6/0x20 mce: Hardwa...

7.1CVSS6.5AI score0.00264EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/04/02 7:1 a.m.36 views

CVE-2024-26674 x86/lib: Revert to _ASM_EXTABLE_UA() for {get,put}_user() fixups

In the Linux kernel, the following vulnerability has been resolved: x86/lib: Revert to ASMEXTABLEUA for get,putuser fixups During memory error injection test on kernels = v6.4, the kernel panics like below. However, this issue couldn't be reproduced on kernels getusernocheck4+0x6/0x20 mce: Hardwa...

6.9AI score0.00264EPSS
SaveExploits0References3
CVE
CVE
added 2024/04/02 7:1 a.m.172 views

CVE-2024-26674

CVE-2024-26674 affects the Linux kernel x86/mm code, specifically a fixup path for get_user()/put_user(). In kernel builds >= 6.4 memory-error-injection can trigger a machine-check and panic due to a revert from _ASM_EXTABLE_UA() to a more generic fixup type. The issue arose when MCA handling ...

7.1CVSS6.7AI score0.00264EPSS
SaveExploits0References3Affected Software1
RedhatCVE
RedhatCVE
added 2024/03/25 5:53 p.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.5CVSS7.4AI score0.00271EPSS
SaveExploits0References4
NVD
NVD
added 2024/03/25 9:15 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.5CVSS6.6AI score0.00271EPSS
SaveExploits0References8
OSV
OSV
added 2024/03/25 9:15 a.m.7 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.2 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
CVE
CVE
added 2024/03/25 9:7 a.m.99 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:7 a.m.23 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:7 a.m.27 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:0 a.m.36 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/15 9:15 p.m.10 views

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.5CVSS7.6AI score
SaveExploits0References3
NVD
NVD
added 2024/03/15 9:15 p.m.23 views

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

7.1CVSS7.5AI score0.00269EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/03/15 9:15 p.m.29 views

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

7.1CVSS6.4AI score0.00269EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/03/15 8:14 p.m.21 views

CVE-2021-47113 btrfs: abort in rename_exchange if we fail to insert the second ref

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

7.1CVSS7AI score0.00269EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/03/15 8:14 p.m.27 views

CVE-2021-47113 btrfs: abort in rename_exchange if we fail to insert the second ref

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

7.1CVSS7.7AI score0.00269EPSS
SaveExploits0References3
Rows per page
Query Builder