Lucene search
+L

1851 matches found

RedHat Linux
RedHat Linux
added 2025/12/17 5:39 a.m.4 views

kernel: iommufd: Fix race during abort for file descriptors

A flaw was found in the Linux kernel such that the IOMMU file-descriptor subsystem, when aborting the allocation of a new object before installing the file descriptor, the code calls fput on the file and then immediately frees the associated object kfree, but the object is still referenced by the...

7.8CVSS5.8AI score0.00102EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2025/12/17 12:0 a.m.5 views

RHEL 9 : kernel (RHSA-2025:23241)

The remote Redhat Enterprise Linux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2025:23241 advisory. The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: cloneprivatemnt: make sure th...

9.8CVSS6.8AI score0.0043EPSS
SaveExploits0References8
AstraLinux
AstraLinux
added 2025/12/16 12:40 p.m.4 views

Astra Linux - уязвимость в linux-5.15

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Resolve NULL ptr dereference after an ELS LOGO is aborted A use-after-free crash can occur after an ELS LOGO is aborted. Specifically, a nodelist structure is freed and then ndlp-vport-cfglogverbose is dereferenced in...

7.8CVSS6.5AI score0.0003EPSS
SaveExploits0References2
OSV
OSV
added 2025/12/11 6:35 p.m.10 views

CLSA-2025-1765478108 Fix CVE(s): CVE-2025-11839, CVE-2025-11840

SECURITY UPDATE: remove abort call in debug format printing code - debian/patches/CVE-2025-11839.patch: remove call to abort in the debug format printing code, allowing display of fuzzed input files to complete without triggering an abort - CVE-2025-11839 SECURITY UPDATE: fix SEGV in vfinfo -...

5.5CVSS5.8AI score0.00256EPSS
SaveExploits2References1
Tenable Nessus
Tenable Nessus
added 2025/12/11 12:0 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2023-53865

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - btrfs: fix warning when putting transaction with qgroups enabled after abort If we have a transaction abort with qgroups enabled we get a warning triggered whe...

5.7AI score0.00224EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2025/12/10 1:56 a.m.8 views

CVE-2023-53865

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix warning when putting transaction with qgroups enabled after abort If we have a transaction abort with qgroups enabled we get a warning triggered when doing the final put on the transaction, like this: 552.6789...

5.7AI score0.00224EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/12/10 12:34 a.m.7 views

SUSE CVE-2023-53865

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix warning when putting transaction with qgroups enabled after abort If we have a transaction abort with qgroups enabled we get a warning triggered when doing the final put on the transaction, like this: 552.6789...

5.5CVSS6.5AI score0.00224EPSS
SaveExploits0References17
EUVD
EUVD
added 2025/12/09 6:30 p.m.5 views

EUVD-2023-60131

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix warning when putting transaction with qgroups enabled after abort If we have a transaction abort with qgroups enabled we get a warning triggered when doing the final put on the transaction, like this: 552.6789...

6AI score0.00224EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/12/09 6:30 p.m.10 views

EUVD-2023-60167

In the Linux kernel, the following vulnerability has been resolved: f2fs: flush inode if atomic file is aborted Let's flush the inode being aborted atomic operation to avoid stale dirty inode during eviction in this call stack: f2fsmarkinodedirtysync+0x22/0x40 f2fs f2fsabortatomicwrite+0xc4/0xf0...

6AI score0.00189EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/09 5:25 p.m.10 views

CLSA-2025-1765289777 Fix CVE(s): CVE-2025-11839, CVE-2025-11840

SECURITY UPDATE: remove abort call in debug format printing code - debian/patches/CVE-2025-11839.patch: remove call to abort in the debug format printing code, allowing display of fuzzed input files to complete without triggering an abort - CVE-2025-11839 SECURITY UPDATE: fix SEGV in vfinfo -...

5.5CVSS5.8AI score0.00256EPSS
SaveExploits2References1
OSV
OSV
added 2025/12/09 4:17 p.m.3 views

DEBIAN-CVE-2023-53865

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix warning when putting transaction with qgroups enabled after abort If we have a transaction abort with qgroups enabled we get a warning triggered when doing the final put on the transaction, like this: 552.6789...

5.5AI score0.00224EPSS
SaveExploits0References1
NVD
NVD
added 2025/12/09 4:17 p.m.10 views

CVE-2023-53865

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix warning when putting transaction with qgroups enabled after abort If we have a transaction abort with qgroups enabled we get a warning triggered when doing the final put on the transaction, like this: 552.6789...

0.00224EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/09 4:17 p.m.6 views

DEBIAN-CVE-2023-53838

In the Linux kernel, the following vulnerability has been resolved: f2fs: synchronize atomic write aborts To fix a race condition between atomic write aborts, I use the inode lock and make COW inode to be re-usable thoroughout the whole atomic file inode lifetime...

7.8CVSS5.2AI score0.00189EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/09 4:17 p.m.5 views

UBUNTU-CVE-2023-53865

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix warning when putting transaction with qgroups enabled after abort If we have a transaction abort with qgroups enabled we get a warning triggered when doing the final put on the transaction, like this: 552.6789...

5.7AI score0.00224EPSS
SaveExploits0References9
RedHat Linux
RedHat Linux
added 2025/12/09 7:41 a.m.6 views

kernel: iommufd: Fix race during abort for file descriptors

A flaw was found in the Linux kernel such that the IOMMU file-descriptor subsystem, when aborting the allocation of a new object before installing the file descriptor, the code calls fput on the file and then immediately frees the associated object kfree, but the object is still referenced by the...

7.8CVSS5.8AI score0.00102EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/12/09 1:30 a.m.4 views

CVE-2023-53865

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix warning when putting transaction with qgroups enabled after abort If we have a transaction abort with qgroups enabled we get a warning triggered when doing the final put on the transaction, like this: 552.6789...

5.4AI score0.00224EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/12/09 1:30 a.m.34 views

CVE-2023-53865 btrfs: fix warning when putting transaction with qgroups enabled after abort

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix warning when putting transaction with qgroups enabled after abort If we have a transaction abort with qgroups enabled we get a warning triggered when doing the final put on the transaction, like this: 552.6789...

0.00224EPSS
SaveExploits0References6
CVE
CVE
added 2025/12/09 1:30 a.m.23 views

CVE-2023-53865

CVE-2023-53865 affects the Linux kernel btrfs path where a transaction abort with qgroups enabled triggers a warning in btrfs_put_transaction due to the rbtree dirty_extent_root not being emptied. The root cause is that btrfs_qgroup_destroy_extent_records() frees entries via a postorder iteration...

6.1AI score0.00224EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/09 1:30 a.m.5 views

CVE-2023-53865 btrfs: fix warning when putting transaction with qgroups enabled after abort

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix warning when putting transaction with qgroups enabled after abort If we have a transaction abort with qgroups enabled we get a warning triggered when doing the final put on the transaction, like this: 552.6789...

6.4AI score
SaveExploits0References9
Cvelist
Cvelist
added 2025/12/09 1:29 a.m.60 views

CVE-2023-53838 f2fs: synchronize atomic write aborts

In the Linux kernel, the following vulnerability has been resolved: f2fs: synchronize atomic write aborts To fix a race condition between atomic write aborts, I use the inode lock and make COW inode to be re-usable thoroughout the whole atomic file inode lifetime...

7.8CVSS0.00189EPSS
SaveExploits0References3
Rows per page
Query Builder