cbcvebase.
CVE-2026-23044
published 2026-02-04

CVE-2026-23044: In the Linux kernel, the following vulnerability has been resolved: PM: hibernate: Fix crash when freeing invalid crypto compressor When crypto_alloc_acomp()…

PriorityP420low5.5
EPSS
0.14%
4.2th percentile
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 ]

Affected

12 ranges
VendorProductVersion rangeFixed in
debianlinux< linux 6.18.8-1 (forky)linux 6.18.8-1 (forky)
linuxlinux
linuxlinux>= b03d542c3c9569f549b1ba0cf7f4d90151fbf8ab < b7a883b0135dbc6817e90a829421c9fc8cd94badb7a883b0135dbc6817e90a829421c9fc8cd94bad
linuxlinux>= b03d542c3c9569f549b1ba0cf7f4d90151fbf8ab < 7966cf0ebe32c981bfa3db252cb5fc3bb1bf2e777966cf0ebe32c981bfa3db252cb5fc3bb1bf2e77
linuxlinux_kernel>= 0 < 6.18.8-16.18.8-1
linuxlinux_kernel>= 6.15.0 < 6.18.66.18.6
ubuntulinux-azure-6.17
ubuntulinux-azure-fde-6.17
ubuntulinux-gcp-6.17
ubuntulinux-oem-6.17
ubuntulinux-oracle-6.17
ubuntulinux-realtime-6.17
Stop checking back — get the weekly exploitation signal.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.