Answer in brief
CVE-2026-89886 records a Unknown severity vulnerability in media: intel/ipu6: fix async notifier cleanup leak on parse error. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=f50c4ca0a82003b8a542c3332fd292cf1bc355a2 <dd5943aedbe4d7eb46158cb35078257733ac48b6 || >=f50c4ca0a82003b8a542c3332fd292cf1bc355a2 <27b7997be552ee37b3e01beacfeb4131f1bebb5f || >=f50c4ca0a82003b8a542c3332fd292cf1bc355a2 <eee6069e4e9511e814a33a75e403f7e863f70394 || >=f50c4ca0a82003b8a542c3332fd292cf1bc355a2 <abb1f808ceab5a3275f8a6b4e37cff17f9f781c1 | dd5943aedbe4d7eb46158cb35078257733ac48b6, 27b7997be552ee37b3e01beacfeb4131f1bebb5f, eee6069e4e9511e814a33a75e403f7e863f70394, abb1f808ceab5a3275f8a6b4e37cff17f9f781c1 |
| Linux/Linuxgeneric | 6.10 | Not reported |
Published upstream
Sep 16, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 16, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 16, 2026
In the Linux kernel, the following vulnerability has been resolved: media: intel/ipu6: fix async notifier cleanup leak on parse error isys_notifier_init() calls v4l2_async_nf_init() and then adds fwnode remote subdevs in a loop with v4l2_async_nf_add_fwnode_remote(). If an endpoint parse or add fails partway through the loop, it jumps to err_parse and returns without calling v4l2_async_nf_cleanup(), leaking every v4l2_async_connection already added to the notifier's waiting list. The register-failure path just below already cleans up correctly, and the caller only tears the notifier down (isys_notifier_cleanup()) once isys_notifier_init() has returned success. Clean up the notifier on the parse error path too.
Quoted source text, attributed separately from HOL analysis.