CVE Catalog

CVE-2026-72267

Low risk· EPSS 12%
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.21%

12th percentile - higher than 12% of all known CVEs

Summary

In the Linux kernel, the fbdev carminefb driver has a potential memory leak in alloc_carmine_fb(). Memory allocated for modelist in fb_videomode_to_modelist() is not freed in the subsequent error path. The fix is to call fb_destroy_modelist().

Risk Assessment

Memory leak may lead to gradual resource exhaustion, potentially affecting system stability.

Recommendation

Apply the kernel patch that adds fb_destroy_modelist() call in the error path.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

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()

Vulnerability data from NVD (NIST) · CISA KEV · EPSS