Sploitus

CVE-2026-23147

No indexed exploits for CVE-2026-23147 yet

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 btrfs_compress_filemap_get_folio() for S390 hardware acceleration path. [CAUSE] Before that commit, we call kumap_local() and folio_put() after handling each folio. Although the timing is not ideal (it release previous folio at the beginning of the loop, and rely on some extra cleanup out of the loop), it at least handles the folio release correctly. Meanwhile the refactored code is easier to read, it lacks the call to release the filemap folio. [FIX] Add the missing folio_put() for copy_data_into_buffer().

Affected products
Linux Kernel, S390, S390X, Btrfs, Zlib
Linux Linux Kernel
< 6.18.9, 6.19
CVSS 3.1
5.5 MEDIUM
EPSS
0.1% (1th percentile)
Weakness
CWE-401
NVD status
Analyzed
Published
2026-02-14
CVE-2026-23147 at NVD
Authoritative description, scoring and affected products

No indexed exploits for CVE-2026-23147 yet

Our index is partial: it proves presence, never absence

No exploit for CVE-2026-23147 has been indexed yet. Our index is built from live traffic and upstream syncs, so this page can only say what it knows — not that no exploit exists.