Lucene search
+L

8243 matches found

CVE
CVE
added 2025/03/27 4:43 p.m.142 views

CVE-2023-53018

CVE-2023-53018 affects the Linux kernel Bluetooth stack. If hci_cmd_sync_queue() fails in hci_le_terminate_big() or hci_le_big_terminate(), the memory pointed to by d is not freed, causing a memory leak. A patch adds a release path in the error flow to fix this. Exploitation details are not provi...

5.5CVSS6.5AI score0.00159EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2025/03/27 4:43 p.m.38 views

CVE-2023-53012 thermal: core: call put_device() only after device_register() fails

In the Linux kernel, the following vulnerability has been resolved: thermal: core: call putdevice only after deviceregister fails putdevice shouldn't be called before a prior call to deviceregister. thermalcoolingdeviceregister doesn't follow that properly and needs fixing. Also...

0.00201EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/03/27 4:43 p.m.90 views

CVE-2023-53012

In the Linux kernel, the following vulnerability has been resolved: thermal: core: call putdevice only after deviceregister fails putdevice shouldn't be called before a prior call to deviceregister. thermalcoolingdeviceregister doesn't follow that properly and needs fixing. Also...

5.5CVSS5.4AI score0.00201EPSS
SaveExploits0
CVE
CVE
added 2025/03/27 4:43 p.m.150 views

CVE-2023-52988

CVE-2023-52988 — Linux kernel ALSA: hda/via : The issue arises in the HDA VIA path where snd_hda_get_connections() may return a negative error code, allowing an array access with a negative index in add_secret_dac_path(). This can lead to out-of-bounds access of the conn array, with potential imp...

7.8CVSS6.5AI score0.00279EPSS
SaveExploits0References7Affected Software1
Debian CVE
Debian CVE
added 2025/03/27 4:43 p.m.12 views

CVE-2023-52976

In the Linux kernel, the following vulnerability has been resolved: efi: fix potential NULL deref in efimemreservepersistent When iterating on a linked list, a result of memremap is dereferenced without checking it for NULL. This patch adds a check that falls back on allocating a new page in case...

5.5CVSS5.5AI score0.00281EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/03/27 4:43 p.m.26 views

CVE-2022-49757 EDAC/highbank: Fix memory leak in highbank_mc_probe()

In the Linux kernel, the following vulnerability has been resolved: EDAC/highbank: Fix memory leak in highbankmcprobe When devresopengroup fails, it returns -ENOMEM without freeing memory allocated by edacmcalloc. Call edacmcfree on the error handling path to avoid a memory leak. bp: Massage comm...

0.00202EPSS
SaveExploits0References7
CVE
CVE
added 2025/03/27 4:43 p.m.89 views

CVE-2022-49757

CVE-2022-49757 – Linux kernel EDAC highbank memory leak fix . The vulnerability occurs in the highbank MC probe path where, if devres_open_group() fails, memory allocated by edac_mc_alloc() is not freed, causing a memory leak. The provided fixes call edac_mc_free() on the error handling path to p...

5.5CVSS6.5AI score0.00202EPSS
SaveExploits0References7Affected Software1
Vulnrichment
Vulnrichment
added 2025/03/27 4:43 p.m.3 views

CVE-2022-49757 EDAC/highbank: Fix memory leak in highbank_mc_probe()

In the Linux kernel, the following vulnerability has been resolved: EDAC/highbank: Fix memory leak in highbankmcprobe When devresopengroup fails, it returns -ENOMEM without freeing memory allocated by edacmcalloc. Call edacmcfree on the error handling path to avoid a memory leak. bp: Massage comm...

6AI score0.00202EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/03/27 4:43 p.m.49 views

CVE-2022-49757

In the Linux kernel, the following vulnerability has been resolved: EDAC/highbank: Fix memory leak in highbankmcprobe When devresopengroup fails, it returns -ENOMEM without freeing memory allocated by edacmcalloc. Call edacmcfree on the error handling path to avoid a memory leak. bp: Massage comm...

5.5CVSS5.2AI score0.00202EPSS
SaveExploits0
OSV
OSV
added 2025/03/27 4:43 p.m.20 views

CVE-2022-49757 EDAC/highbank: Fix memory leak in highbank_mc_probe()

In the Linux kernel, the following vulnerability has been resolved: EDAC/highbank: Fix memory leak in highbankmcprobe When devresopengroup fails, it returns -ENOMEM without freeing memory allocated by edacmcalloc. Call edacmcfree on the error handling path to avoid a memory leak. bp: Massage comm...

5.5CVSS4.2AI score
SaveExploits0References10
CVE
CVE
added 2025/03/27 4:42 p.m.171 views

CVE-2022-49746

The CVE-2022-49746 issue affects the Linux kernel DMA engine, specifically the imx-sdma path. A memory leak can occur in sdma_transfer_init when sdma_load_context() fails: the sdma_desc is freed, but the allocated desc->bd was not, leading to a leak (as illustrated by timeout/login messages). ...

5.5CVSS6.5AI score0.00191EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added 2025/03/27 4:42 p.m.79 views

CVE-2022-49745

The CVE-2022-49745 issue relates to the Linux kernel, specifically the fpga: m10bmc-sec component. The vulnerability centers on improper handling of probe error rollbacks, with the fix designed to prevent leaks during probe rollback paths. Public documents confirm the issue was resolved by addres...

5.5CVSS6.6AI score0.00161EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2025/03/27 4:42 p.m.46 views

CVE-2022-49745

In the Linux kernel, the following vulnerability has been resolved: fpga: m10bmc-sec: Fix probe rollback Handle probe error rollbacks properly to avoid leaks...

5.5CVSS5.3AI score0.00161EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2025/03/27 4:42 p.m.4 views

CVE-2022-49742 f2fs: initialize locks earlier in f2fs_fill_super()

In the Linux kernel, the following vulnerability has been resolved: f2fs: initialize locks earlier in f2fsfillsuper syzbot is reporting lockdep warning at f2fshandleerror 1, for spinlock&sbi-errorlock is called before spinlockinit is called. For safe locking in error handling, move initialization...

6AI score0.00123EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/03/27 4:42 p.m.34 views

CVE-2022-49742 f2fs: initialize locks earlier in f2fs_fill_super()

In the Linux kernel, the following vulnerability has been resolved: f2fs: initialize locks earlier in f2fsfillsuper syzbot is reporting lockdep warning at f2fshandleerror 1, for spinlock&sbi-errorlock is called before spinlockinit is called. For safe locking in error handling, move initialization...

0.00123EPSS
SaveExploits0References2
OSV
OSV
added 2025/03/27 4:42 p.m.17 views

CVE-2022-49742 f2fs: initialize locks earlier in f2fs_fill_super()

In the Linux kernel, the following vulnerability has been resolved: f2fs: initialize locks earlier in f2fsfillsuper syzbot is reporting lockdep warning at f2fshandleerror 1, for spinlock&sbi-errorlock is called before spinlockinit is called. For safe locking in error handling, move initialization...

5.5CVSS4.4AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/03/27 4:42 p.m.50 views

CVE-2022-49742

In the Linux kernel, the following vulnerability has been resolved: f2fs: initialize locks earlier in f2fsfillsuper syzbot is reporting lockdep warning at f2fshandleerror 1, for spinlock&sbi-errorlock is called before spinlockinit is called. For safe locking in error handling, move initialization...

5.5CVSS4.9AI score0.00123EPSS
SaveExploits0
CVE
CVE
added 2025/03/27 4:42 p.m.109 views

CVE-2022-49741

In the Linux kernel, CVE-2022-49741 affects the fbdev smscufx driver by faulty error handling in ufx_usb_probe, which the advisory and connected Nessus/NASL records describe as causing a memory leak (unreferenced object in ufx_usb_probe). The issue is tied to the ufx_usb_probe error path, includi...

5.5CVSS6.5AI score0.0019EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2025/03/27 4:42 p.m.29 views

CVE-2022-49741 fbdev: smscufx: fix error handling code in ufx_usb_probe

In the Linux kernel, the following vulnerability has been resolved: fbdev: smscufx: fix error handling code in ufxusbprobe The current error handling code in ufxusbprobe have many unmatching issues, e.g., missing ufxfreeusblist, destroymodedb label should only include framebufferrelease,...

0.0019EPSS
SaveExploits0References5
OSV
OSV
added 2025/03/27 4:42 p.m.17 views

CVE-2022-49741 fbdev: smscufx: fix error handling code in ufx_usb_probe

In the Linux kernel, the following vulnerability has been resolved: fbdev: smscufx: fix error handling code in ufxusbprobe The current error handling code in ufxusbprobe have many unmatching issues, e.g., missing ufxfreeusblist, destroymodedb label should only include framebufferrelease,...

5.5CVSS5.6AI score
SaveExploits0References8
Rows per page
Query Builder