Bug 2516693 (CVE-2026-72266) - CVE-2026-72266 kernel: fbdev: vesafb: fix memory leak in vesafb_probe()
Summary: CVE-2026-72266 kernel: fbdev: vesafb: fix memory leak in vesafb_probe()
Keywords:
Status: NEW
Alias: CVE-2026-72266
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-15 06:26 UTC by OSIDB Bzimport
Modified: 2026-08-18 18:21 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-15 06:26:11 UTC
In the Linux kernel, the following vulnerability has been resolved:

fbdev: vesafb: fix memory leak in vesafb_probe()

Since commit 73ce73c30ba9 ("fbdev: Transfer video= option strings to
caller; clarify ownership") the string returned from fb_get_options()
is expected to be freed by the caller. But the string is not freed in
vesafb_probe(). Fix that by freeing the option string after setup.


Note You need to log in before you can comment on or make changes to this bug.