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

fbdev: nvidia: fix potential memory leak in nvidiafb_probe()

In nvidiafb_probe(), the memory allocated for modelist in
nvidia_set_fbinfo() is not freed in the subsequent error paths.
Fix that by calling fb_destroy_modelist().
Published: 2026-08-15
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability occurs in the Linux kernel’s NVIDIA framebuffer driver. During device probe, the code allocates memory for a modeline list but does not release that memory on error paths. The result is a kernel‑level memory leak that can accumulate over time. The leak is limited to the local system and does not provide remote code execution or privilege escalation. This flaw represents a resource exhaustion issue typical of a memory leak.

Affected Systems

All Linux kernel builds that include the nvidiafb framebuffer driver are potentially affected. The advisory does not specify a kernel version range, so any kernel that has not incorporated the internal patch that frees the modeline list when probe fails may be vulnerable. Users should verify whether their running kernel contains the fix or whether the nvidiafb module is loaded.

Risk and Exploitability

The CVSS score of 5.5 indicates medium severity, and the EPSS score is less than 1 %, suggesting a very low likelihood of exploitation. The vulnerability is not listed in the CISA KEV catalog. The likely attack vector is local; an attacker would need to trigger the driver during device initialization, which typically occurs when the nvidiafb module loads. No public exploits are known, so the risk mainly applies to environments that use the NVIDIA framebuffer and could experience gradual memory exhaustion if the leak repeats.

Generated by OpenCVE AI on August 22, 2026 at 09:18 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a Linux kernel version that contains the official fix that frees the modeline list on probe failure.
  • If an upgrade is not possible immediately, disable or blacklist the nvidiafb module so it is not loaded by the kernel.
  • Configure kernel memory limits or watchdog timers to detect and recover from unexpected memory consumption, and monitor kernel logs for framebuffer initialization failures.

Generated by OpenCVE AI on August 22, 2026 at 09:18 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 22 Aug 2026 08:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401

Wed, 19 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-772
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

Low


Sat, 15 Aug 2026 10:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401

Sat, 15 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: fbdev: nvidia: fix potential memory leak in nvidiafb_probe() In nvidiafb_probe(), the memory allocated for modelist in nvidia_set_fbinfo() is not freed in the subsequent error paths. Fix that by calling fb_destroy_modelist().
Title fbdev: nvidia: fix potential memory leak in nvidiafb_probe()
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-08-17T05:11:24.514Z

Reserved: 2026-08-09T03:40:39.915Z

Link: CVE-2026-72265

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:21:54.913

Modified: 2026-08-17T06:18:28.950

Link: CVE-2026-72265

cve-icon Redhat

Severity : Low

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-72265 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T09:30:17Z

Weaknesses
  • CWE-772

    Missing Release of Resource after Effective Lifetime