Answer in brief
CVE-2026-89734 records a Unknown severity vulnerability in usb: gadget: uvc: Fix null pointer dereference in uvcg_video_init(). 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 | >=f0bbfbd16b3b67106535299d6a9ca3a5565494a6 <dbe2762ae8e543b06c57f1ac6512b02fd3fd09b2 || >=f0bbfbd16b3b67106535299d6a9ca3a5565494a6 <d511e015d06767f52bb18d48371cab6d7cb88433 || >=f0bbfbd16b3b67106535299d6a9ca3a5565494a6 <5b1da38592efdc1a263d4c0353298cba19e9d6fc | dbe2762ae8e543b06c57f1ac6512b02fd3fd09b2, d511e015d06767f52bb18d48371cab6d7cb88433, 5b1da38592efdc1a263d4c0353298cba19e9d6fc |
| Linux/Linuxgeneric | 6.13 | Not reported |
Published upstream
Sep 11, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 11, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 11, 2026
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: Fix null pointer dereference in uvcg_video_init() In uvcg_video_init(), if kthread_run_worker() fails, the error logged uses uvcg_err(), however, the pointer it uses: video->uvc is not assigned at this point, triggering a null pointer dereference. Fix this by directly using uvc->func which is assigned already.
Quoted source text, attributed separately from HOL analysis.