Lucene search
+L

43501 matches found

Cvelist
Cvelist
added 2026/08/15 5:54 a.m.21 views

CVE-2026-72266 fbdev: vesafb: fix memory leak in vesafb_probe()

In the Linux kernel, the following vulnerability has been resolved: fbdev: vesafb: fix memory leak in vesafbprobe Since commit 73ce73c30ba9 "fbdev: Transfer video= option strings to caller; clarify ownership" the string returned from fbgetoptions is expected to be freed by the caller. But the...

0.002EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/15 5:54 a.m.21 views

CVE-2026-72267 fbdev: carminefb: fix potential memory leak in alloc_carmine_fb()

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

0.0021EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 5:54 a.m.17 views

CVE-2026-72266 fbdev: vesafb: fix memory leak in vesafb_probe()

In the Linux kernel, the following vulnerability has been resolved: fbdev: vesafb: fix memory leak in vesafbprobe Since commit 73ce73c30ba9 "fbdev: Transfer video= option strings to caller; clarify ownership" the string returned from fbgetoptions is expected to be freed by the caller. But the...

5.5AI score
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:54 a.m.30 views

CVE-2026-72267

CVE-2026-72267 affects the Linux kernel fbdev CarmineFB component. The issue is a memory leak: modelist allocated in fb_videomode_to_modelist() is not freed on error paths, addressed by calling fb_destroy_modelist(). Connected sources confirm the exact fix and function sequence across multiple ke...

5.3AI score0.0021EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/15 5:54 a.m.9 views

EUVD-2026-59166

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

5.3AI score0.0021EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 5:54 a.m.23 views

CVE-2026-72267 fbdev: carminefb: fix potential memory leak in alloc_carmine_fb()

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

5.4AI score
SaveExploits0References11
OSV
OSV
added 2026/08/15 5:54 a.m.12 views

CVE-2026-72265 fbdev: nvidia: fix potential memory leak in nvidiafb_probe()

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

5.4AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/08/15 5:54 a.m.26 views

CVE-2026-72265 fbdev: nvidia: fix potential memory leak in nvidiafb_probe()

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

0.0021EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:54 a.m.31 views

CVE-2026-72265

In the Linux kernel, CVE-2026-72265 fixes a memory leak in fbdev/nvidiafb_probe. In nvidiafb_probe(), memory allocated for modelist in nvidia_set_fbinfo() was not freed on error paths; the fix calls fb_destroy_modelist() to free it. No exploitation details are provided in the documents.

5.3AI score0.0021EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/15 5:54 a.m.8 views

EUVD-2026-59164

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

5.3AI score0.0021EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:54 a.m.30 views

CVE-2026-72263

The CVE-2026-72263 issue affects the Linux kernel ASoC: SOF topology loader. When a topology filename contains "dummy" and tplg_cnt is 0, snd_sof_load_topology returns -EINVAL without freeing the allocated tplg_files (kcalloc), causing a memory leak on such loads. The fixed behavior sets ret = -E...

5.4AI score0.00189EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/15 5:54 a.m.7 views

EUVD-2026-59162

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: topology: fix memory leak in sndsofloadtopology When the topology filename contains "dummy" and tplgcnt is 0, the function returns -EINVAL directly without freeing the tplgfiles allocated by kcalloc at line 2497. This...

5.4AI score0.00189EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/15 5:54 a.m.6 views

EUVD-2026-59163

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

5.3AI score0.00211EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 5:54 a.m.14 views

CVE-2026-72264 fbdev: tridentfb: fix potential memory leak in trident_pci_probe()

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

5.4AI score
SaveExploits0References11
OSV
OSV
added 2026/08/15 5:54 a.m.20 views

CVE-2026-72263 ASoC: SOF: topology: fix memory leak in snd_sof_load_topology

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: topology: fix memory leak in sndsofloadtopology When the topology filename contains "dummy" and tplgcnt is 0, the function returns -EINVAL directly without freeing the tplgfiles allocated by kcalloc at line 2497. This...

5.6AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/15 5:54 a.m.20 views

CVE-2026-72264 fbdev: tridentfb: fix potential memory leak in trident_pci_probe()

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

0.00211EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:54 a.m.32 views

CVE-2026-72264

The CVE-2026-72264 issue is in the Linux kernel’s fbdev/tridentfb code. In trident_pci_probe(), memory allocated for a modelist via fb_videomode_to_modelist() may not be freed along error paths, creating a potential memory leak. The fix ensures the modelist is destroyed with fb_destroy_modelist()...

5.3AI score0.00211EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/15 5:54 a.m.21 views

CVE-2026-72263 ASoC: SOF: topology: fix memory leak in snd_sof_load_topology

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: topology: fix memory leak in sndsofloadtopology When the topology filename contains "dummy" and tplgcnt is 0, the function returns -EINVAL directly without freeing the tplgfiles allocated by kcalloc at line 2497. This...

0.00189EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/15 5:54 a.m.22 views

CVE-2026-72259 ASoC: mediatek: mt8192: Release reserved memory on cleanup

In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: mt8192: Release reserved memory on cleanup The MT8192 AFE probe calls ofreservedmemdeviceinit and falls back to preallocated buffers when no reserved memory region is available. When the reserved memory assignment...

0.002EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/15 5:54 a.m.16 views

CVE-2026-72259 ASoC: mediatek: mt8192: Release reserved memory on cleanup

In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: mt8192: Release reserved memory on cleanup The MT8192 AFE probe calls ofreservedmemdeviceinit and falls back to preallocated buffers when no reserved memory region is available. When the reserved memory assignment...

5.5AI score
SaveExploits0References8
Rows per page
Query Builder