Description
In the Linux kernel, the following vulnerability has been resolved:

nouveau/gem: reserve the bo in the info ioctl around the vma lookup

In the non-uvmm path, there could be a race between the info lookup
finding the vma, and the gem close path closing the vma leading
to a use-after-free.

Spotted with the help of Opus 4.6.
Published: 2026-09-11
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: Privilege Escalation
Action: Apply patch
AI Analysis

Impact

The Linux kernel’s nouveau graphics driver contains a race condition between an information‑lookup ioctl and a gem‑close operation. When an info ioctl looks up a VMA, a concurrent close can free the same VMA, triggering a use‑after‑free that corrupts kernel memory. This flaw, classified as CWE‑367, can enable an attacker to read or write arbitrary kernel data, potentially leading to privilege escalation or denial of service.

Affected Systems

Any system running a Linux kernel that has incorporated the commit referenced in the advisory is vulnerable. This includes most Linux distributions that ship the standard kernel with nouveau enabled by default and that have not yet applied the patch to resolve the race. The vulnerability applies to both legacy and current kernel branches that contain the affected code.

Risk and Exploitability

The CVSS score of 7.0 indicates high severity. EPSS is < 1% and the vulnerability is not listed in CISA’s KEV catalog, suggesting no vector involves orchestrating a race between an info ioctl call and a gem‑close operation, which would typically require local code execution or the ability to trigger both calls against a running process on the same machine. Exploitation would corrupt kernel memory, enabling privilege escalation or system disruption if the race succeeds.

Generated by OpenCVE AI on September 13, 2026 at 05:00 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the kernel patch that resolves the race condition in the nouveau driver.
  • If the patch is not yet released, disable or blacklist the nouveau driver to eliminate the race and GPU driver releases.
  • Monitor for the appearance of new exploits targeting nouveau or related graphics components and apply updates promptly.

Generated by OpenCVE AI on September 13, 2026 at 05:00 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 13 Sep 2026 06:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

cvssV3_1

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


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

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

None

cvssV3_1

{'score': 7.0, 'vector': 'CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/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: nouveau/gem: reserve the bo in the info ioctl around the vma lookup In the non-uvmm path, there could be a race between the info lookup finding the vma, and the gem close path closing the vma leading to a use-after-free. Spotted with the help of Opus 4.6.
Title nouveau/gem: reserve the bo in the info ioctl around the vma lookup
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-13T06:30:52.906Z

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

Link: CVE-2026-89553

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

Modified: 2026-09-13T07:17:20.223

Link: CVE-2026-89553

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-89553 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-13T05:15:04Z

Weaknesses
  • CWE-367

    Time-of-check Time-of-use (TOCTOU) Race Condition