Lucene search
+L

477217 matches found

OSV
OSV
added 4 days ago4 views

CVE-2026-72272 fbdev: radeon: fix potential memory leak in radeonfb_pci_register()

In the Linux kernel, the following vulnerability has been resolved: fbdev: radeon: fix potential memory leak in radeonfbpciregister The function radeonfbpciregister allocates memory for modelist by calling radeoncheckmodes which calls fbaddvideomode. The memory is appended to info-modelist, but i...

5.5AI score
SaveExploits0References11
CVE
CVE
added 4 days ago14 views

CVE-2026-72272

The CVE-2026-72272 entry concerns the Linux kernel’s fbdev: radeon component. It describes a memory-leak in radeonfb_pci_register() where modelist memory allocated by radeon_check_modes()/fb_add_videomode() is appended to info->modelist but not freed on error paths, with the fix implemented by...

5.3AI score0.0021EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 4 days ago4 views

CVE-2026-72272

In the Linux kernel, the following vulnerability has been resolved: fbdev: radeon: fix potential memory leak in radeonfbpciregister The function radeonfbpciregister allocates memory for modelist by calling radeoncheckmodes which calls fbaddvideomode. The memory is appended to info-modelist, but i...

5.4AI score0.0021EPSS
SaveExploits0
OSV
OSV
added 4 days ago3 views

CVE-2026-72271 fbdev: i740fb: fix potential memory leak in i740fb_probe()

In the Linux kernel, the following vulnerability has been resolved: fbdev: i740fb: fix potential memory leak in i740fbprobe In i740fbprobe, the memory allocated in fbvideomodetomodelist for modelist is not freed in the error paths. Fix that by calling fbdestroymodelist...

5.4AI score
SaveExploits0References11
CVE
CVE
added 4 days ago13 views

CVE-2026-72271

The CVE pertains to Linux kernel fbdev/i740fb: a memory leak in i740fb_probe where memory allocated by fb_videomode_to_modelist() for modelist was not freed in error paths. The issue is resolved by calling fb_destroy_modelist() to free the allocated modelist in all error paths. Affected component...

5.3AI score0.0021EPSS
SaveExploits0References8
EUVD
EUVD
added 4 days ago6 views

EUVD-2026-59170

In the Linux kernel, the following vulnerability has been resolved: fbdev: i740fb: fix potential memory leak in i740fbprobe In i740fbprobe, the memory allocated in fbvideomodetomodelist for modelist is not freed in the error paths. Fix that by calling fbdestroymodelist...

5.3AI score0.0021EPSS
SaveExploits0References8
EUVD
EUVD
added 4 days ago6 views

EUVD-2026-59171

In the Linux kernel, the following vulnerability has been resolved: fbdev: radeon: fix potential memory leak in radeonfbpciregister The function radeonfbpciregister allocates memory for modelist by calling radeoncheckmodes which calls fbaddvideomode. The memory is appended to info-modelist, but i...

5.4AI score0.0021EPSS
SaveExploits0References8
Cvelist
Cvelist
added 4 days ago21 views

CVE-2026-72272 fbdev: radeon: fix potential memory leak in radeonfb_pci_register()

In the Linux kernel, the following vulnerability has been resolved: fbdev: radeon: fix potential memory leak in radeonfbpciregister The function radeonfbpciregister allocates memory for modelist by calling radeoncheckmodes which calls fbaddvideomode. The memory is appended to info-modelist, but i...

0.0021EPSS
SaveExploits0References8
EUVD
EUVD
added 4 days ago5 views

EUVD-2026-59169

In the Linux kernel, the following vulnerability has been resolved: fbdev: s3fb: fix potential memory leak in s3pciprobe In s3pciprobe, the memory allocated for modelist using fbvideomodetomodelist is not freed in subsequent error paths. Fix that by calling fbdestroymodelist...

5.3AI score0.0021EPSS
SaveExploits0References8
OSV
OSV
added 4 days ago3 views

CVE-2026-72270 fbdev: s3fb: fix potential memory leak in s3_pci_probe()

In the Linux kernel, the following vulnerability has been resolved: fbdev: s3fb: fix potential memory leak in s3pciprobe In s3pciprobe, the memory allocated for modelist using fbvideomodetomodelist is not freed in subsequent error paths. Fix that by calling fbdestroymodelist...

5.4AI score
SaveExploits0References11
CVE
CVE
added 4 days ago14 views

CVE-2026-72270

The connected documents confirm a concrete issue in the Linux kernel’s fbdev/s3fb driver: in s3_pci_probe(), memory allocated for modelist via fb_videomode_to_modelist() was not freed on error paths, causing a potential memory leak. The remediation is to free this resource by calling fb_destroy_m...

5.3AI score0.0021EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 4 days ago4 views

CVE-2026-72270

In the Linux kernel, the following vulnerability has been resolved: fbdev: s3fb: fix potential memory leak in s3pciprobe In s3pciprobe, the memory allocated for modelist using fbvideomodetomodelist is not freed in subsequent error paths. Fix that by calling fbdestroymodelist...

5.3AI score0.0021EPSS
SaveExploits0
Cvelist
Cvelist
added 4 days ago23 views

CVE-2026-72270 fbdev: s3fb: fix potential memory leak in s3_pci_probe()

In the Linux kernel, the following vulnerability has been resolved: fbdev: s3fb: fix potential memory leak in s3pciprobe In s3pciprobe, the memory allocated for modelist using fbvideomodetomodelist is not freed in subsequent error paths. Fix that by calling fbdestroymodelist...

0.0021EPSS
SaveExploits0References8
Cvelist
Cvelist
added 4 days ago20 views

CVE-2026-72268 fbdev: tdfxfb: fix potential memory leak in tdfxfb_probe()

In the Linux kernel, the following vulnerability has been resolved: fbdev: tdfxfb: fix potential memory leak in tdfxfbprobe In tdfxfbprobe, the memory allocated for modelist using fbvideomodetomodelist when CONFIGFB3DFXI2C is defined, is not freed in the subsequent error paths. Fix that by callin...

0.0021EPSS
SaveExploits0References8
Cvelist
Cvelist
added 4 days ago20 views

CVE-2026-72269 fbdev: uvesafb: fix potential memory leak in uvesafb_probe()

In the Linux kernel, the following vulnerability has been resolved: fbdev: uvesafb: fix potential memory leak in uvesafbprobe Due to an incorrect goto label, memory allocated for modedb and modelist in uvesafbvbeinit is not freed in some error paths. Fix this by updating the goto label...

0.0021EPSS
SaveExploits0References8
OSV
OSV
added 4 days ago4 views

CVE-2026-72268 fbdev: tdfxfb: fix potential memory leak in tdfxfb_probe()

In the Linux kernel, the following vulnerability has been resolved: fbdev: tdfxfb: fix potential memory leak in tdfxfbprobe In tdfxfbprobe, the memory allocated for modelist using fbvideomodetomodelist when CONFIGFB3DFXI2C is defined, is not freed in the subsequent error paths. Fix that by callin...

5.4AI score
SaveExploits0References11
CVE
CVE
added 4 days ago19 views

CVE-2026-72269

In the Linux kernel, the fbdev driver uvesafb had a memory-leak in the probe path: memory allocated for modedb and modelist in uvesafb_vbe_init() could be leaked on some error paths due to an incorrect goto label. The issue is resolved by updating the goto label in the error handling. This affect...

5.4AI score0.0021EPSS
SaveExploits0References8
CVE
CVE
added 4 days ago11 views

CVE-2026-72268

The CVE-2026-72268 entry concerns the Linux kernel fbdev driver tdfxfb. In tdfxfb_probe, memory is allocated for a modelist via fb_videomode_to_modelist() when CONFIG_FB_3DFX_I2C is defined, but this memory is not freed along error paths. The fix is to call fb_destroy_modelist() to release the al...

5.3AI score0.0021EPSS
SaveExploits0References8
EUVD
EUVD
added 4 days ago5 views

EUVD-2026-59167

In the Linux kernel, the following vulnerability has been resolved: fbdev: tdfxfb: fix potential memory leak in tdfxfbprobe In tdfxfbprobe, the memory allocated for modelist using fbvideomodetomodelist when CONFIGFB3DFXI2C is defined, is not freed in the subsequent error paths. Fix that by callin...

5.3AI score0.0021EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 4 days ago4 views

CVE-2026-72268

In the Linux kernel, the following vulnerability has been resolved: fbdev: tdfxfb: fix potential memory leak in tdfxfbprobe In tdfxfbprobe, the memory allocated for modelist using fbvideomodetomodelist when CONFIGFB3DFXI2C is defined, is not freed in the subsequent error paths. Fix that by callin...

5.3AI score0.0021EPSS
SaveExploits0
Rows per page
Query Builder