Description
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.
Published: 2026-09-11
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Null Pointer Dereference
Action: Assess Impact
AI Analysis

Impact

A failure during job submission in the Linux kernel accel/rocket driver can trigger rocket_job_put() before the job domain has been assigned. The cleanup path then calls rocket_iommu_domain_put(job->domain) with job->domain still NULL, causing a kernel-space null pointer dereference. This results in a kernel crash which interrupts services on the host. The flaw is a classic Null Pointer Dereference (CWE-476) and does not provide direct privilege escalation or remote code execution, but it can cause a local denial of service that affects the entire system. The impact is limited to kernel space and therefore requires local execution of the driver’s ioctl interface.

Affected Systems

All Linux kernel binaries that include the accel/rocket driver without the commit that moves domain initialization before cleanup. Any distribution using a kernel build that predates the patch is vulnerable. The exact range of vulnerable kernel versions is not listed, but any kernel lacking the fix should be considered at risk.

Risk and Exploitability

The CVSS score of 5.5 denotes moderate severity. The EPSS score is reported as below 1%, indicating a very low probability that attackers will successfully exploit this issue. The vulnerability is not listed in CISA’s KEV catalog, so no widespread, actively used exploits are known. The likely attack vector is local: a user or process that can invoke the accel/rocket driver’s ioctl interface to submit jobs may trigger the failure path, leading to a kernel crash. Only local privilege is required, and remote exploitation is not presently feasible.

Generated by OpenCVE AI on September 13, 2026 at 06:32 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the kernel to a version that includes the patch that initializes the job domain before cleanup.
  • If immediate kernel upgrading is not feasible, apply the specific commit that corrects the cleanup path to a local kernel source tree and rebuild the kernel, then reboot into the patched kernel.
  • Restrict access to the accel/rocket device by setting udev or kernel permissions so that only trusted, privileged users can open the device, thereby limiting the chance that an unprivileged user can trigger the error path.

Generated by OpenCVE AI on September 13, 2026 at 06:32 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 12 Sep 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


Fri, 11 Sep 2026 23:45:00 +0000

Type Values Removed Values Added
Description 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.
Title accel/rocket: initialize job domain before cleanup paths
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-09-11T19:44:55.080Z

Reserved: 2026-09-11T19:38:34.730Z

Link: CVE-2026-89591

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-11T20:19:43.683

Modified: 2026-09-11T20:19:43.683

Link: CVE-2026-89591

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-09-11T19:44:55Z

Links: CVE-2026-89591 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-13T06:45:18Z

Weaknesses