Lucene search
+L

136 matches found

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

CVE-2024-26727

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not ASSERT if the newly created subvolume already got read BUG There is a syzbot crash, triggered by the ASSERT during subvolume creation: assertion failed: !anondev, in fs/btrfs/disk-io.c:1319 ------------ cut here...

5.5CVSS7.2AI score0.00228EPSS
SaveExploits0References7
OSV
OSV
added 2024/04/03 3:15 p.m.7 views

UBUNTU-CVE-2024-26727

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not ASSERT if the newly created subvolume already got read BUG There is a syzbot crash, triggered by the ASSERT during subvolume creation: assertion failed: !anondev, in fs/btrfs/disk-io.c:1319 ------------ cut here...

5.5CVSS6.2AI score0.00228EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2024/04/03 3:15 p.m.37 views

CVE-2024-26727

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not ASSERT if the newly created subvolume already got read BUG There is a syzbot crash, triggered by the ASSERT during subvolume creation: assertion failed: !anondev, in fs/btrfs/disk-io.c:1319 ------------ cut here...

5.5CVSS6AI score0.00228EPSS
SaveExploits0References8
OSV
OSV
added 2024/04/03 2:55 p.m.11 views

CVE-2024-26727 btrfs: do not ASSERT() if the newly created subvolume already got read

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not ASSERT if the newly created subvolume already got read BUG There is a syzbot crash, triggered by the ASSERT during subvolume creation: assertion failed: !anondev, in fs/btrfs/disk-io.c:1319 ------------ cut here...

5.9AI score
SaveExploits0References10
Vulnrichment
Vulnrichment
added 2024/04/03 2:55 p.m.21 views

CVE-2024-26727 btrfs: do not ASSERT() if the newly created subvolume already got read

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not ASSERT if the newly created subvolume already got read BUG There is a syzbot crash, triggered by the ASSERT during subvolume creation: assertion failed: !anondev, in fs/btrfs/disk-io.c:1319 ------------ cut here...

6.6AI score0.00228EPSS
SaveExploits0References6
CVE
CVE
added 2024/04/03 2:55 p.m.117 views

CVE-2024-26727

CVE-2024-26727 (Linux kernel, btrfs subvolume creation) Concrete details are present in connected Astra/Linux advisory. The issue arises when creating a new subvolume under btrfs: after inserting the root item, a backref/read could access the subvolume before a preallocated anonymous device (anon...

5.5CVSS6.1AI score0.00228EPSS
SaveExploits0References7Affected Software1
Debian CVE
Debian CVE
added 2024/04/03 2:55 p.m.23 views

CVE-2024-26727

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not ASSERT if the newly created subvolume already got read BUG There is a syzbot crash, triggered by the ASSERT during subvolume creation: assertion failed: !anondev, in fs/btrfs/disk-io.c:1319 ------------ cut here...

5.5CVSS6.6AI score0.00228EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/03/28 4:14 a.m.6 views

SUSE 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.5CVSS6.1AI score0.0023EPSS
SaveExploits0References7
NVD
NVD
added 2024/03/26 4:15 p.m.18 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.3AI score0.0023EPSS
SaveExploits0References8
OSV
OSV
added 2024/03/26 4:15 p.m.2 views

DEBIAN-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.5CVSS5.3AI score0.0023EPSS
SaveExploits0References1
OSV
OSV
added 2024/03/26 4:15 p.m.6 views

UBUNTU-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.5CVSS6AI score0.0023EPSS
SaveExploits0References22
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
Cvelist
Cvelist
added 2024/03/26 3:17 p.m.34 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...

7.5AI score0.0023EPSS
SaveExploits0References7
CVE
CVE
added 2024/03/26 3:17 p.m.138 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
Microsoft CVE
Microsoft CVE
added 2024/01/30 8:0 a.m.15 views

In btrfs_get_root_ref in fs/btrfs/disk-io.c in the Linux kernel through 6.7.1 there can be an assertion failure and crash because a subvolume can be read out too soon after its root item is inserted upon subvolume creation.

...

5.5CVSS7.1AI score0.00308EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/01/25 7:3 p.m.36 views

CVE-2024-23850

A vulnerability was found in btrfsgetrootref in fs/btrfs/disk-io.c in the Linux kernel. An assertion failure and crash can occur when the subvolume is read out too soon after its root item is inserted upon the creation of the subvolume...

5.5CVSS7AI score0.00308EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/01/25 2:47 a.m.5 views

SUSE CVE-2024-23850

In btrfsgetrootref in fs/btrfs/disk-io.c in the Linux kernel through 6.7.1, there can be an assertion failure and crash because a subvolume can be read out too soon after its root item is inserted upon subvolume creation...

4.1CVSS6.7AI score0.00308EPSS
SaveExploits0References15
OSV
OSV
added 2024/01/23 9:15 a.m.7 views

CVE-2024-23850

In btrfsgetrootref in fs/btrfs/disk-io.c in the Linux kernel through 6.7.1, there can be an assertion failure and crash because a subvolume can be read out too soon after its root item is inserted upon subvolume creation...

5.5CVSS7.3AI score
SaveExploits0References5
OSV
OSV
added 2024/01/23 9:15 a.m.9 views

AZL-33969 CVE-2024-23850 affecting package kernel for versions less than 5.15.153.1-1

In btrfsgetrootref in fs/btrfs/disk-io.c in the Linux kernel through 6.7.1, there can be an assertion failure and crash because a subvolume can be read out too soon after its root item is inserted upon subvolume creation...

5.5CVSS6.5AI score0.00308EPSS
SaveExploits0References1
OSV
OSV
added 2024/01/23 9:15 a.m.9 views

DEBIAN-CVE-2024-23850

In btrfsgetrootref in fs/btrfs/disk-io.c in the Linux kernel through 6.7.1, there can be an assertion failure and crash because a subvolume can be read out too soon after its root item is inserted upon subvolume creation...

5.5CVSS6AI score0.00308EPSS
SaveExploits0References1
Rows per page
Query Builder