AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-72264

UNKNOWN · CVSS N/A

Source: NVD + CISA KEV + EPSS · Published 2026-08-15 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

The vulnerability affects the Linux kernel's fbdev subsystem, specifically in the tridentfb driver, where memory allocated during the trident_pci_probe() function is not properly released in certain error scenarios. This oversight can lead to a potential memory leak, which may degrade system performance over time or exhaust available memory resources. Organizations running Linux systems with the affected kernel version should prioritize applying the fix to mitigate the risk of resource depletion.

CVE
CVE-2026-72264
Severity
UNKNOWN
CVSS
N/A
EPSS
N/A
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: fbdev: tridentfb: fix potential memory leak in trident_pci_probe() In trident_pci_probe(), the memory allocated for modelist using fb_videomode_to_modelist() is not freed in subsequent error paths. Fix that by calling fb_destroy_modelist().