CVE-2026-72272
Received Received - Intake

BaseFortify

Vulnerability report for CVE-2026-72272, 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: radeon: fix potential memory leak in radeonfb_pci_register() The function radeonfb_pci_register() allocates memory for modelist (by calling radeon_check_modes() which calls fb_add_videomode()). The memory is appended to info->modelist, but is not freed in subsequent error paths. Fix this 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 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 is a memory leak vulnerability in the Linux kernel's fbdev radeon driver. The function radeonfb_pci_register() allocates memory for a modelist but fails to free it when errors occur 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 radeon driver and does not have a direct network detection method. It can be detected by checking kernel logs for errors related to radeonfb_pci_register or memory leaks in the radeon driver. Use commands like dmesg | grep radeon or journalctl -k | grep radeon to inspect kernel logs for suspicious activity.

Impact Analysis

The memory leak could gradually consume system memory over time, potentially leading to performance degradation or system instability. It may cause applications using the radeonfb driver to crash or behave unpredictably.

Mitigation Strategies

Update the Linux kernel to a patched version that includes the fix for CVE-2026-72272. If updating is not immediately possible, consider disabling the radeonfb driver if it is not required. Monitor system logs for memory leak warnings related to the radeon driver.

Chat Assistant

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

EPSS Chart