NONE · 0

CVE-2026-72272

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 mode...

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

References

FAQ

What is CVE-2026-72272?

CVE-2026-72272 is a documented vulnerability. 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 mode...

How severe is CVE-2026-72272?

CVSS scoring is not yet available for CVE-2026-72272. Check NVD for updates.

Is there a patch for CVE-2026-72272?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.