PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-89522 Linux kernel CVE debrief

A use-after-free vulnerability exists in the Linux kernel's media staging IPu7 when an asynchronous notifier is not properly unregistered during probe error handling. This leads to list corruption and potential crashes when the notifier list is traversed. The issue arises from the isys_probe() function, which jumps to the out_cleanup label upon failure in a subsequent probe step such as isys_fw_log_init(). The out_cleanup label calls isys_unregister_devices(), which does not unregister the async notifier. As a result, the notifier remains in the global notifier_list while the struct ipu7_isys is freed, leading to use-after-free and list corruption upon the next list traversal.

Vendor
Linux kernel
Product
media: staging/ipu7
CVSS
HIGH 7.8
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 maintainers, Linux distribution vendors, and users of affected systems should assess exposure and prioritize patching. The vulnerability's impact is currently limited by sparse evidence, emphasizing the need for verification and cautious monitoring. Affected operator, platform, vulnerability-management, and security-team impact should be evaluated.

Why it matters

This use-after-free vulnerability in the Linux kernel's media staging IPu7 requires patching to prevent potential system crashes. Linux kernel maintainers, distribution vendors, and affected system users should assess exposure and prioritize patch deployment. The vulnerability's impact is currently limited by sparse evidence, emphasizing the need for verification and cautious monitoring.

  • Potential system crashes due to list corruption
  • Need for patch verification and deployment
  • Monitoring for exploitation attempts may be required
  • Exposure assessment and prioritization for critical systems

Technical summary

The Linux kernel's media staging IPu7 has a use-after-free vulnerability due to improper handling of asynchronous notifiers during probe error paths. This results in list corruption and potential system crashes. The vulnerability arises from the isys_probe() function, which fails to unregister the async notifier upon failure in a subsequent probe step. The issue leads to use-after-free and list corruption when the notifier list is traversed. Linux kernel maintainers, distribution vendors, and users of affected systems should assess exposure and prioritize patching.

Defensive priority

Medium

Recommended defensive actions

  • Review Linux kernel versions and distributions for patch availability and apply updates
  • Assess system exposure and prioritize patching for critical systems
  • Monitor system logs for potential exploitation attempts
  • Verify the integrity of the Linux kernel's media staging IPu7 in use
  • Check for any existing compensating controls for exposed systems
  • Perform an asset inventory to identify potentially affected systems
  • Track exceptions and retest remediated assets

Evidence notes

The CVE record and NVD entry provide details on the vulnerability. Additional information on affected systems, exploitation, or user impact is limited. The Linux kernel's media staging IPu7 has a use-after-free vulnerability due to improper handling of asynchronous notifiers during probe error paths. This results in list corruption and potential system crashes. The CVE record was published on 2026-09-11T20:19:34.890Z and has not been modified since then. The official CVE Program record and NVD entry provide source-provided CVE and N

Sources and references

Verified primary and authoritative sources

  • CVE-2026-89522 CVE Program record

    Publisher, destination, and source semantics verified

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

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

  • CVE-2026-89522 NVD vulnerability detail

    Publisher, destination, and source semantics verified

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

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

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/323c411fb63122e8cef5b833032d69d59a838559

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/d7f48aa7d60c65d3e6d5312c27f17d5525a245fb

    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.