CVE-2026-23147
Last modified
CVE-2026-23147 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. 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().. EPSS estimates a 0.11% chance of exploitation in the next 30 days.
Description
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().
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.15, < 6.18.9 | — |
| Linux | Linux Kernel | 6.19 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-23147?
How severe is CVE-2026-23147?
How do I fix CVE-2026-23147?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-23141In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23142In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23143In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23144In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23145In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23146In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23148In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23149In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-2315Inappropriate implementation in WebGPU in Google Chrome prio…8.8
- CVE-2026-23150In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23151In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23152In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2026-23147?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
