CVE-2026-72276
Received Received - Intake

Memory Leak in Linux Kernel fbdev Metronomefb

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

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_kernel fbdev *

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 is a memory leak vulnerability in the Linux kernel's fbdev subsystem, specifically in the metronomefb driver. When the metronomefb_probe function fails, memory allocated for pagerefs in fb_deferred_io_init is not properly released. The fix involves calling fb_deferred_io_cleanup to free this memory on error paths.

Detection Guidance

This vulnerability is specific to the Linux kernel's metronomefb driver and involves a memory leak in the fb_deferred_io_init() function. Detection requires checking for kernel logs or memory usage patterns related to the metronomefb module. Use commands like dmesg | grep metronomefb or lsmod | grep metronomefb to verify if the module is loaded. Monitor memory usage with commands like free -h or top for unusual leaks.

Impact Analysis

The memory leak could lead to gradual system resource exhaustion over time. This may cause performance degradation, unexpected crashes, or denial of service conditions if the driver is repeatedly probed and fails.

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 fbdev subsystem, which is unrelated to data protection or privacy requirements.

Mitigation Strategies

Apply the latest kernel update that includes the fix for CVE-2026-72276. If the metronomefb module is not in use, unload it with rmmod metronomefb. If the module is required, ensure the kernel is patched to version 6.11 or later. Reboot the system after applying updates to ensure changes take effect.

Chat Assistant

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

EPSS Chart