CVE-2026-72265
Received Received - Intake

Memory Leak in Linux Kernel nvidiafb Driver

Vulnerability report for CVE-2026-72265, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-15

Last updated on: 2026-08-17

Assigner: kernel.org

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().

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-15
Last Modified
2026-08-17
Generated
2026-09-04
AI Q&A
2026-08-15
EPSS Evaluated
2026-09-03
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
nvidia nvidiafb *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a memory leak in the Linux kernel's nvidiafb driver. When probing the nvidiafb device, memory allocated for the modelist in nvidia_set_fbinfo() is not properly freed if an error occurs later in the process. The fix involves calling fb_destroy_modelist() to release this memory.

Detection Guidance

This vulnerability is specific to the Linux kernel's nvidiafb driver and involves a memory leak in nvidiafb_probe(). Detection requires checking for kernel logs or memory usage patterns related to the nvidiafb module. Commands like dmesg | grep nvidiafb or monitoring memory usage with tools like top or ps may help identify unusual behavior.

Impact Analysis

The memory leak could lead to gradual system resource exhaustion. Over time, this may cause performance degradation, application crashes, or system instability due to unavailable memory. It primarily affects systems using NVIDIA framebuffer devices.

Compliance Impact

This vulnerability does not directly affect compliance with standards like GDPR or HIPAA as it is a memory leak in the Linux kernel's nvidiafb driver. Memory leaks are primarily performance and stability issues rather than direct privacy or security risks.

Mitigation Strategies

Update the Linux kernel to a version that includes the fix for this vulnerability. If updating is not immediately possible, consider disabling the nvidiafb module if it is not required. Monitor system logs for memory leaks or crashes related to the nvidiafb driver.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-72265. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart