Answer in brief
CVE-2026-89591 records a Unknown severity vulnerability in accel/rocket: initialize job domain before cleanup paths. 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 | >=0810d5ad88a18f1e6d549853a388ad0316f74e36 <3043230296653a609ab50006899e64bbb2d99465 || >=0810d5ad88a18f1e6d549853a388ad0316f74e36 <81731f1eda5e6a1dfad31445f741de9bbefbb08e || >=0810d5ad88a18f1e6d549853a388ad0316f74e36 <70e6a33d68a9b03335c5426332666e52d07f45d6 | 3043230296653a609ab50006899e64bbb2d99465, 81731f1eda5e6a1dfad31445f741de9bbefbb08e, 70e6a33d68a9b03335c5426332666e52d07f45d6 |
| Linux/Linuxgeneric | 6.18 | 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: accel/rocket: initialize job domain before cleanup paths rocket_ioctl_submit_job() releases rjob through rocket_job_put() on allocation error paths. rocket_job_cleanup() unconditionally calls rocket_iommu_domain_put(job->domain), but job->domain is assigned only after task copying and BO lookups. A failure before that assignment can therefore clean up a job with a NULL domain pointer. Take the per-file domain reference before the first error path can release rjob. Also clear rjob->tasks after freeing it in rocket_copy_tasks(), so the common cleanup path cannot free the task array again after a task-copy error.
Quoted source text, attributed separately from HOL analysis.