CVE-2026-72275
Received Received - Intake

Memory Leak in Linux Kernel fbdev broadsheetfb

Vulnerability report for CVE-2026-72275, 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: 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().

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
linux linux_kernel *

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 fbdev subsystem, specifically in the broadsheetfb driver. When probing the device, memory allocated for pagerefs in fb_deferred_io_init() is not properly freed if an error occurs during initialization. The fix involves calling fb_deferred_io_cleanup() to release this memory on the error path.

Detection Guidance

This vulnerability is specific to the Linux kernel's broadsheetfb driver and involves a memory leak in the framebuffer subsystem. Detection requires checking for kernel logs or memory usage patterns related to the broadsheetfb module. No direct commands are provided in the context, but you can inspect kernel logs for errors or warnings using dmesg or journalctl.

Impact Analysis

This vulnerability could lead to gradual memory exhaustion on systems using the broadsheetfb driver. Over time, unpatched systems may experience performance degradation or crashes due to the leaked memory accumulating during repeated device probe attempts.

Compliance Impact

This vulnerability involves a potential memory leak in the Linux kernel's fbdev subsystem, specifically in the broadsheetfb driver. Memory leaks can lead to resource exhaustion, which may cause system instability or crashes. For compliance with standards like GDPR or HIPAA, such vulnerabilities could impact data integrity and availability, but this specific issue does not directly relate to data processing or privacy violations.

Mitigation Strategies

Apply the latest kernel update that includes the fix for CVE-2026-72275. If updating is not immediately possible, disable the broadsheetfb module if it is not required. Monitor system memory usage and kernel logs for signs of the memory leak.

Chat Assistant

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

EPSS Chart