CVE-2026-72267
Received Received - Intake

BaseFortify

Vulnerability report for CVE-2026-72267, 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-15

Assigner: kernel.org

Description

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

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-15
Last Modified
2026-08-15
Generated
2026-08-15
AI Q&A
2026-08-15
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux_kernel 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 carminefb driver. It occurs when memory allocated for a modelist in the function fb_videomode_to_modelist() is not freed if an error happens later. The fix involves calling fb_destroy_modelist() to properly release the memory.

Detection Guidance

This vulnerability is specific to the Linux kernel's fbdev carminefb driver and involves a memory leak in alloc_carmine_fb(). Detection requires checking for kernel logs or memory usage patterns related to the carminefb module. No direct network detection commands are applicable. Inspect kernel logs for errors or warnings from the carminefb driver using dmesg or journalctl.

Impact Analysis

This vulnerability could lead to gradual memory exhaustion on systems using the carminefb driver. Over time, unaddressed memory leaks may cause system slowdowns, crashes, or instability, especially in systems with limited memory resources.

Mitigation Strategies

Apply the latest kernel update that includes the fix for CVE-2026-72267. If immediate patching is not possible, disable the carminefb module by blacklisting it in your system's module configuration to prevent potential exploitation.

Chat Assistant

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

EPSS Chart