PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-89552 Linux CVE debrief

A NULL pointer dereference vulnerability exists in the Linux kernel when updating the zswap compressor. This issue arises from the improper handling of memory allocation failures during the update process. The vulnerability can be triggered when the `zswap_enabled_param_set` function is called before zswap is initialized, leading to a kernel NULL pointer dereference.

Vendor
Linux
Product
Unknown
CVSS
Unknown
CISA KEV
Not listed in stored evidence
Original CVE published
2026-09-11
Original CVE updated
2026-09-11
Advisory published
2026-09-11
Advisory updated
2026-09-11

Who should care

Linux kernel developers and maintainers, Linux distribution vendors, and users of Linux-based systems, particularly those who manage or deploy Linux kernel-based systems, should be aware of this vulnerability. They should review and update Linux kernel configurations to ensure zswap is properly initialized and monitor kernel logs for NULL pointer dereference errors. Additionally, Linux kernel developers and maintainers should prioritize patching or fixing

Why it matters

This vulnerability requires attention from Linux kernel developers, maintainers, and users. A NULL pointer dereference can occur when updating the zswap compressor, potentially leading to kernel crashes or instability. The vulnerability can be triggered when the `zswap_enabled_param_set` function is called before zswap is initialized. Verification of Linux kernel versions and configurations is necessary to determine exposure.

  • Potential kernel crashes or instability due to NULL pointer dereferences
  • Possible denial-of-service (DoS) attacks exploiting the vulnerability
  • Need for verification of Linux kernel versions and configurations to determine exposure
  • Potential for local privilege escalation or other security impacts require verification

Technical summary

The vulnerability exists in the Linux kernel's handling of zswap compressor updates. When updating the compressor, the kernel fails to properly handle memory allocation failures, leading to a NULL pointer dereference. This can occur when the `zswap_enabled_param_set` function is called before zswap is initialized. The issue arises from the improper handling of memory allocation failures during the update process, which can trigger a kernel NULL pointer dereference. Affected systems include Linux kernel deployments where zswap is used. To mitigate this vulnerability, it is essential to review and update Linux kernel configurations to ensure zswap is properly initialized and to monitor kernel logs for NULL

Defensive priority

Medium

Recommended defensive actions

  • Review and update Linux kernel configurations to ensure zswap is properly initialized
  • Monitor kernel logs for NULL pointer dereference errors
  • Apply patches or updates provided by the Linux kernel maintainers
  • Verify Linux kernel versions and configurations to determine exposure
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up

Evidence notes

The vulnerability is caused by the `param_set_charp` function storing charp parameters in allocated memory after slab is available and releasing the previous value when the parameter is updated. If `kmalloc_parameter` fails, the setter returns -ENOMEM with the parameter left as NULL. This can trigger a NULL pointer dereference when `zswap_setup` is called.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-89552 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-89552

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-89552 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-89552

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/0d8e2404925a0607ffec79a53170715a46936896

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/3dfaae04243cde460d82dfc2a7dd0bb6664d20ae

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/614f873268c5b172804c9af6639bd17b7e1e2359

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/704ecd010d4a9b33160e40b74eb402f6b86a18e0

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.