Lucene search
+L

1308 matches found

Tenable Nessus
Tenable Nessus
added 2026/02/17 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2026-23147

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - btrfs: zlib: fix the folio leak on S390 hardware acceleration BUG After commit aa60fe12b4f4 btrfs: zlib: refactor S390x HW acceleration buffer preparation, we n...

5.5CVSS5.8AI score0.00112EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/02/16 2:23 p.m.15 views

CVE-2025-71201

A race condition flaw was found in the Linux kernel's netfs subsystem. In the netfsreadunlockfolios function, a folio memory page may be unlocked prematurely before the ZERO subrequest completes clearing the tail portion of the page beyond the end-of-file. This allows an application using mmap to...

7.1CVSS5.2AI score0.00122EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/02/16 7:10 a.m.14 views

CVE-2026-23147

A memory leak flaw was found in the Linux kernel's btrfs filesystem zlib compression code when using S390 hardware acceleration. Due to a missing folioput call in the copydataintobuffer function, page cache folios are not released after use during compression operations. This can lead to gradual...

5.5CVSS5.4AI score0.00112EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/02/16 12:26 a.m.27 views

SUSE CVE-2026-23147

In the Linux kernel, the following vulnerability has been resolved: btrfs: zlib: fix the folio leak on S390 hardware acceleration BUG After commit aa60fe12b4f4 "btrfs: zlib: refactor S390x HW acceleration buffer preparation", we no longer release the folio of the page cache of folio returned by...

5.5CVSS5.3AI score0.00112EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/02/16 12:25 a.m.15 views

SUSE CVE-2026-23181

In the Linux kernel, the following vulnerability has been resolved: btrfs: sync read disk super and set block size When the user performs a btrfs mount, the block device is not set correctly. The user sets the block size of the block device to 0x4000 by executing the BLKBSZSET command. Since the...

5.6AI score0.00162EPSS
SaveExploits0References3
NVD
NVD
added 2026/02/14 5:15 p.m.14 views

CVE-2026-23181

In the Linux kernel, the following vulnerability has been resolved: btrfs: sync read disk super and set block size When the user performs a btrfs mount, the block device is not set correctly. The user sets the block size of the block device to 0x4000 by executing the BLKBSZSET command. Since the...

0.00162EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/02/14 5:15 p.m.15 views

CVE-2026-23181

In the Linux kernel, the following vulnerability has been resolved: btrfs: sync read disk super and set block size When the user performs a btrfs mount, the block device is not set correctly. The user sets the block size of the block device to 0x4000 by executing the BLKBSZSET command. Since the...

5.8AI score0.00162EPSS
SaveExploits0References4
OSV
OSV
added 2026/02/14 5:15 p.m.11 views

UBUNTU-CVE-2026-23181

In the Linux kernel, the following vulnerability has been resolved: btrfs: sync read disk super and set block size When the user performs a btrfs mount, the block device is not set correctly. The user sets the block size of the block device to 0x4000 by executing the BLKBSZSET command. Since the...

5.9AI score0.00162EPSS
SaveExploits0References5
CVE
CVE
added 2026/02/14 4:27 p.m.30 views

CVE-2026-23181

In CVE-2026-23181, the Linux kernel btrfs read path can trigger inconsistent folio ordering when a block size change via BLKBSZSET occurs after folio allocation during read cache operations, leading to a VM_BUG_ON_FOLIO assertion and a null pointer dereference in create_empty_buffers. The documen...

5.5AI score0.00162EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/02/14 4:27 p.m.42 views

CVE-2026-23181 btrfs: sync read disk super and set block size

In the Linux kernel, the following vulnerability has been resolved: btrfs: sync read disk super and set block size When the user performs a btrfs mount, the block device is not set correctly. The user sets the block size of the block device to 0x4000 by executing the BLKBSZSET command. Since the...

0.00162EPSS
SaveExploits0References2
OSV
OSV
added 2026/02/14 4:27 p.m.12 views

CVE-2026-23181 btrfs: sync read disk super and set block size

In the Linux kernel, the following vulnerability has been resolved: btrfs: sync read disk super and set block size When the user performs a btrfs mount, the block device is not set correctly. The user sets the block size of the block device to 0x4000 by executing the BLKBSZSET command. Since the...

5.6AI score
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/02/14 4:27 p.m.8 views

CVE-2026-23181

In the Linux kernel, the following vulnerability has been resolved: btrfs: sync read disk super and set block size When the user performs a btrfs mount, the block device is not set correctly. The user sets the block size of the block device to 0x4000 by executing the BLKBSZSET command. Since the...

5.4AI score0.00162EPSS
SaveExploits0References3Affected Software1
NVD
NVD
added 2026/02/14 4:15 p.m.16 views

CVE-2026-23147

In the Linux kernel, the following vulnerability has been resolved: btrfs: zlib: fix the folio leak on S390 hardware acceleration BUG After commit aa60fe12b4f4 "btrfs: zlib: refactor S390x HW acceleration buffer preparation", we no longer release the folio of the page cache of folio returned by...

5.5CVSS0.00112EPSS
SaveExploits0References2
NVD
NVD
added 2026/02/14 4:15 p.m.18 views

CVE-2025-71201

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix early read unlock of page with EOF in middle The read result collection for buffered reads seems to run ahead of the completion of subrequests under some circumstances, as can be seen in the following log snippet:...

7.1CVSS0.00122EPSS
SaveExploits0References2
OSV
OSV
added 2026/02/14 4:15 p.m.12 views

UBUNTU-CVE-2025-71201

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix early read unlock of page with EOF in middle The read result collection for buffered reads seems to run ahead of the completion of subrequests under some circumstances, as can be seen in the following log snippet:...

7.1CVSS5.7AI score0.00122EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2026/02/14 4:15 p.m.12 views

CVE-2025-71201

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix early read unlock of page with EOF in middle The read result collection for buffered reads seems to run ahead of the completion of subrequests under some circumstances, as can be seen in the following log snippet:...

7.1CVSS6.5AI score0.00122EPSS
SaveExploits0References10
OSV
OSV
added 2026/02/14 4:15 p.m.15 views

UBUNTU-CVE-2026-23147

In the Linux kernel, the following vulnerability has been resolved: btrfs: zlib: fix the folio leak on S390 hardware acceleration BUG After commit aa60fe12b4f4 "btrfs: zlib: refactor S390x HW acceleration buffer preparation", we no longer release the folio of the page cache of folio returned by...

5.5CVSS5.9AI score0.00112EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2026/02/14 4:15 p.m.9 views

CVE-2026-23147

In the Linux kernel, the following vulnerability has been resolved: btrfs: zlib: fix the folio leak on S390 hardware acceleration BUG After commit aa60fe12b4f4 "btrfs: zlib: refactor S390x HW acceleration buffer preparation", we no longer release the folio of the page cache of folio returned by...

5.5CVSS5.8AI score0.00112EPSS
SaveExploits0References10
EUVD
EUVD
added 2026/02/14 4:01 p.m.16 views

EUVD-2026-5888

In the Linux kernel, the following vulnerability has been resolved: btrfs: zlib: fix the folio leak on S390 hardware acceleration BUG After commit aa60fe12b4f4 "btrfs: zlib: refactor S390x HW acceleration buffer preparation", we no longer release the folio of the page cache of folio returned by...

5.3AI score0.00112EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/02/14 4:01 p.m.10 views

CVE-2026-23147

In the Linux kernel, the following vulnerability has been resolved: btrfs: zlib: fix the folio leak on S390 hardware acceleration BUG After commit aa60fe12b4f4 "btrfs: zlib: refactor S390x HW acceleration buffer preparation", we no longer release the folio of the page cache of folio returned by...

5.3AI score0.00112EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder