Loading market data...
← Back to CVE feed

CVE-2026-72272

UNKNOWN View on NVD ↗

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

Published: Aug 15, 2026 06:21 UTC Modified: Aug 15, 2026 06:21 UTC