Lucene search
+L

5174 matches found

CVE
CVE
added 2025/09/15 2:45 p.m.43 views

CVE-2022-50300

CVE-2022-50300 affects the Linux kernel's btrfs code, where an extent_map use-after-free can occur in read_one_chunk when handling a missing device and the degraded mount option is absent. The root cause is freeing the extent_map before storing the error code, despite the structure being referenc...

7.8CVSS6.1AI score0.00162EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/09/15 2:45 p.m.9 views

CVE-2022-50293 btrfs: do not BUG_ON() on ENOMEM when dropping extent items for a range

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not BUGON on ENOMEM when dropping extent items for a range If we get -ENOMEM while dropping file extent items in a given range, at btrfsdropextents, due to failure to allocate memory when attempting to increment the...

6.6AI score
SaveExploits0References7
CVE
CVE
added 2025/09/15 2:45 p.m.38 views

CVE-2022-50293

CVE-2022-50293 affects the Linux kernel btrfs subsystem. When dropping file extent items for a range, ENOMEM could trigger a BUG_ON() path in btrfs_drop_extents(); the fix replaces those BUG_ON()s with proper transaction abort and error return handling. This means that instead of halting the tran...

5.5CVSS6.3AI score0.00155EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2025/09/15 2:45 p.m.31 views

CVE-2022-50293 btrfs: do not BUG_ON() on ENOMEM when dropping extent items for a range

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not BUGON on ENOMEM when dropping extent items for a range If we get -ENOMEM while dropping file extent items in a given range, at btrfsdropextents, due to failure to allocate memory when attempting to increment the...

0.00155EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/09/15 2:45 p.m.12 views

CVE-2022-50293

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not BUGON on ENOMEM when dropping extent items for a range If we get -ENOMEM while dropping file extent items in a given range, at btrfsdropextents, due to failure to allocate memory when attempting to increment the...

5.5CVSS5.7AI score0.00155EPSS
SaveExploits0
OSV
OSV
added 2025/09/15 2:15 p.m.15 views

AZL-71165 CVE-2023-53187 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix use-after-free of new block group that became unused If a task creates a new block group and that block group becomes unused before we finish its creation, at btrfscreatependingblockgroups, then when btrfsmarkbgunused ...

7.8CVSS5.6AI score0.00159EPSS
SaveExploits0References1
NVD
NVD
added 2025/09/15 2:15 p.m.11 views

CVE-2023-53183

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

0.00016EPSS
SaveExploits0
OSV
OSV
added 2025/09/15 2:15 p.m.6 views

DEBIAN-CVE-2023-53183

In the Linux kernel, the following vulnerability has been resolved: btrfs: exit gracefully if reloc roots don't match BUG Syzbot reported a crash that an ASSERT got triggered inside preparetomerge. CAUSE The root cause of the triggered ASSERT is we can have a race between quota tree creation and...

5.5CVSS5.8AI score0.00016EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/15 2:15 p.m.2 views

DEBIAN-CVE-2023-53187

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix use-after-free of new block group that became unused If a task creates a new block group and that block group becomes unused before we finish its creation, at btrfscreatependingblockgroups, then when btrfsmarkbgunused ...

7.8CVSS6.2AI score0.00159EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/15 2:15 p.m.11 views

UBUNTU-CVE-2023-53187

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix use-after-free of new block group that became unused If a task creates a new block group and that block group becomes unused before we finish its creation, at btrfscreatependingblockgroups, then when btrfsmarkbgunused ...

7.8CVSS5.7AI score0.00159EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/09/15 2:04 p.m.22 views

CVE-2023-53187 btrfs: fix use-after-free of new block group that became unused

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix use-after-free of new block group that became unused If a task creates a new block group and that block group becomes unused before we finish its creation, at btrfscreatependingblockgroups, then when btrfsmarkbgunused ...

7.8CVSS0.00159EPSS
SaveExploits0References3
OSV
OSV
added 2025/09/15 2:04 p.m.6 views

CVE-2023-53187 btrfs: fix use-after-free of new block group that became unused

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix use-after-free of new block group that became unused If a task creates a new block group and that block group becomes unused before we finish its creation, at btrfscreatependingblockgroups, then when btrfsmarkbgunused ...

7.8CVSS5.8AI score
SaveExploits0References6
CVE
CVE
added 2025/09/15 2:04 p.m.41 views

CVE-2023-53187

CVE-2023-53187 pertains to the Linux kernel’s btrfs code. The vulnerability arises when a task creates a new block group that later becomes unused during the creation window. In btrfs_create_pending_block_groups(), if btrfs_mark_bg_unused() runs and moves the group out of the ‘new’ list into ‘unu...

7.8CVSS5.7AI score0.00159EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2025/09/15 2:04 p.m.28 views

CVE-2023-53183

CVE-2023-53183 is rejected/not used and not an active vulnerability entry.

6AI score0.00016EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/09/15 2:04 p.m.13 views

CVE-2023-53183

...

0.00016EPSS
SaveExploits0
OSV
OSV
added 2025/09/15 2:04 p.m.7 views

CVE-2023-53183 btrfs: exit gracefully if reloc roots don't match

In the Linux kernel, the following vulnerability has been resolved: btrfs: exit gracefully if reloc roots don't match BUG Syzbot reported a crash that an ASSERT got triggered inside preparetomerge. CAUSE The root cause of the triggered ASSERT is we can have a race between quota tree creation and...

6AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/09/15 2:04 p.m.14 views

CVE-2023-53183

Removed by vendor...

6.7AI score0.00016EPSS
SaveExploits0
OSV
OSV
added 2025/09/15 1:15 p.m.3 views

DEBIAN-CVE-2025-39800

In the Linux kernel, the following vulnerability has been resolved: btrfs: abort transaction on unexpected eb generation at btrfscopyroot If we find an unexpected generation for the extent buffer we are cloning at btrfscopyroot, we just WARNON and don't error out and abort the transaction, meanin...

5.5CVSS5.5AI score0.00153EPSS
SaveExploits0References1
NVD
NVD
added 2025/09/15 1:15 p.m.9 views

CVE-2025-39800

In the Linux kernel, the following vulnerability has been resolved: btrfs: abort transaction on unexpected eb generation at btrfscopyroot If we find an unexpected generation for the extent buffer we are cloning at btrfscopyroot, we just WARNON and don't error out and abort the transaction, meanin...

7.8CVSS0.00153EPSS
SaveExploits0References7
OSV
OSV
added 2025/09/15 1:15 p.m.8 views

UBUNTU-CVE-2025-39800

In the Linux kernel, the following vulnerability has been resolved: btrfs: abort transaction on unexpected eb generation at btrfscopyroot If we find an unexpected generation for the extent buffer we are cloning at btrfscopyroot, we just WARNON and don't error out and abort the transaction, meanin...

7.8CVSS6AI score0.00153EPSS
SaveExploits0References24
Rows per page
Query Builder