AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-72276

UNKNOWN · CVSS N/A

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

CyberRota Analysis

AI-Generated

The vulnerability in the Linux kernel affects the fbdev subsystem, specifically the metronomefb driver, where memory allocated for pagerefs is not properly released during error handling in the fb_deferred_io_init() function. This oversight can lead to a potential memory leak, which may degrade system performance over time. Administrators and developers managing Linux systems, particularly those utilizing the fbdev framework, should prioritize applying the fix to prevent resource exhaustion issues.

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

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: fbdev: metronomefb: fix potential memory leak in metronomefb_probe() The memory allocated for pagerefs in fb_deferred_io_init() is not freed on the error path. Fix it by calling fb_deferred_io_cleanup().