AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-72275

UNKNOWN · CVSS N/A

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

CyberRota Analysis

AI-Generated

A memory leak vulnerability exists in the Linux kernel's fbdev subsystem, specifically within the broadsheetfb driver, where allocated memory for pagerefs is not released during error handling in the fb_deferred_io_init() function. This could lead to increased memory consumption and potential system instability over time. Linux system administrators and developers utilizing the affected fbdev drivers should prioritize applying the fix to mitigate the risk of resource exhaustion.

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

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: fbdev: broadsheetfb: fix potential memory leak in broadsheetfb_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().