PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-89763 Linux CVE debrief

A use-after-free vulnerability was found in the Linux kernel's trusted key type implementation. The vulnerability occurs when the trusted key type is being unregistered while other CPU cores are still performing key operations, leading to a potential crash or code execution. This issue arises from the trusted_tpm_exit() function dropping the TPM chip reference and freeing the digest array before unregistering the trusted key type. Consequently, key operations may dereference the freed digest array, causing a crash or potentially allowing code execution. The bug was fixed by moving the unregister_key_type() call before releasing resources, ensuring that new lookups are prevented and

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

Who should care

Linux kernel developers and maintainers, Linux distribution maintainers, and users of Linux-based systems should assess exposure and apply patches or mitigations as necessary. Those responsible for maintaining and securing Linux-based systems need to evaluate the impact of this vulnerability on their environments and take appropriate action to prevent exploitation.

Why it matters

A use-after-free vulnerability in the Linux kernel's trusted key type implementation can lead to system crashes or potential code execution. Linux kernel developers, maintainers, and users should assess exposure and apply patches or mitigations.

  • Potential system crash or instability
  • Possible code execution or privilege escalation
  • Need for patching or mitigation to prevent exploitation

Technical summary

The vulnerability occurs in the Linux kernel's trusted key type implementation. When the trusted key type is being unregistered, other CPU cores may still be performing key operations, leading to a potential use-after-free vulnerability. This can cause a crash or potentially allow for code execution. The bug was fixed by moving the unregister_key_type() call before releasing resources, ensuring that new lookups are prevented and in-flight key operations finish before backend state destruction. The fix prevents the interleaving of CPU operations that could lead to dereferencing a freed digest array.

Defensive priority

High

Recommended defensive actions

  • Review and apply the patch to the Linux kernel
  • Verify the system's Linux kernel version and update if necessary
  • Monitor system logs for potential exploitation attempts
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • 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

Evidence notes

The vulnerability was reported by KASAN and occurs when the trusted key type is being unregistered while other CPU cores are still performing key operations. The bug was fixed by moving the unregister_key_type() call before releasing resources.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-89763 CVE Program record

    Publisher, destination, and source semantics verified

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

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

  • CVE-2026-89763 NVD vulnerability detail

    Publisher, destination, and source semantics verified

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

    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/2f7541afbc57fe9d26769a22c31d8ce8790c9a19

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

  • Source reference

    Unverified legacy reference

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

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/5e2d672280d97d83de43031d93761b12dadd7b8a

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/753c978f2400f9783eb524842a975d3ac950d511

    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.