CVE-2026-23044
Last modified
CVE-2026-23044 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: PM: hibernate: Fix crash when freeing invalid crypto compressor When crypto_alloc_acomp() fails, it returns an ERR_PTR value, not NULL. The cleanup code in save_compressed_image() and load_compressed_image() unconditionally calls crypto_free_acomp() without checking for ERR_PTR, which causes crypto_acomp_tfm() to dereference an invalid pointer and crash the kernel. This can be triggered when the compression algorithm is unavailable (e.g., CONFIG_CRYPTO_LZO not enabled). Fix by adding IS_ERR_OR_NULL() checks before calling crypto_free_acomp() and acomp_request_free(), similar to the existing kthread_stop() check. [ rjw: Added 2 empty code lines ]. EPSS estimates a 0.14% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: PM: hibernate: Fix crash when freeing invalid crypto compressor When crypto_alloc_acomp() fails, it returns an ERR_PTR value, not NULL. The cleanup code in save_compressed_image() and load_compressed_image() unconditionally calls crypto_free_acomp() without checking for ERR_PTR, which causes crypto_acomp_tfm() to dereference an invalid pointer and crash the kernel. This can be triggered when the compression algorithm is unavailable (e.g., CONFIG_CRYPTO_LZO not enabled). Fix by adding IS_ERR_OR_NULL() checks before calling crypto_free_acomp() and acomp_request_free(), similar to the existing kthread_stop() check. [ rjw: Added 2 empty code lines ]
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= b03d542c3c9569f549b1ba0cf7f4d90151fbf8ab, < b7a883b0135dbc6817e90a829421c9fc8cd94bad; >= b03d542c3c9569f549b1ba0cf7f4d90151fbf8ab, < 7966cf0ebe32c981bfa3db252cb5fc3bb1bf2e77 |
| Linux | Linux | 6.15 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-23044?
How severe is CVE-2026-23044?
How do I fix CVE-2026-23044?
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-23038In the Linux kernel, the following vulnerability has been re…
- CVE-2026-23039In the Linux kernel, the following vulnerability has been re…
- CVE-2026-23040In the Linux kernel, the following vulnerability has been re…
- CVE-2026-23041In the Linux kernel, the following vulnerability has been re…
- CVE-2026-23042In the Linux kernel, the following vulnerability has been re…
- CVE-2026-23043In the Linux kernel, the following vulnerability has been re…
- CVE-2026-23045In the Linux kernel, the following vulnerability has been re…
- CVE-2026-23046In the Linux kernel, the following vulnerability has been re…
- CVE-2026-23047In the Linux kernel, the following vulnerability has been re…
- CVE-2026-23048In the Linux kernel, the following vulnerability has been re…
- CVE-2026-23049In the Linux kernel, the following vulnerability has been re…
- CVE-2026-2305The AddFunc Head & Footer Code plugin for WordPress is vulne…6.4
Are you affected by CVE-2026-23044?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
