CVE-2026-89591

Source
https://cve.org/CVERecord?id=CVE-2026-89591
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89591.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89591
Downstream
Published
2026-09-11T19:44:55Z
Modified
2026-09-13T03:47:19Z
Summary
accel/rocket: initialize job domain before cleanup paths
Details

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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89591.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
0810d5ad88a18f1e6d549853a388ad0316f74e36
Fixed
3043230296653a609ab50006899e64bbb2d99465
Fixed
81731f1eda5e6a1dfad31445f741de9bbefbb08e
Fixed
70e6a33d68a9b03335c5426332666e52d07f45d6

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89591.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.18.0
Fixed
6.18.50
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.4

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89591.json"