Lucene search
+L

8228 matches found

OSV
OSV
added 2025/10/07 3:21 p.m.9 views

CVE-2023-53658 spi: bcm-qspi: return error if neither hif_mspi nor mspi is available

In the Linux kernel, the following vulnerability has been resolved: spi: bcm-qspi: return error if neither hifmspi nor mspi is available If neither a "hifmspi" nor "mspi" resource is present, the driver will just early exit in probe but still return success. Apart from not doing anything...

6.3AI score
SaveExploits0References11
Cvelist
Cvelist
added 2025/10/07 3:21 p.m.17 views

CVE-2022-50545 r6040: Fix kmemleak in probe and remove

In the Linux kernel, the following vulnerability has been resolved: r6040: Fix kmemleak in probe and remove There is a memory leaks reported by kmemleak: unreferenced object 0xffff888116111000 size 2048: comm "modprobe", pid 817, jiffies 4294759745 age 76.502s hex dump first 32 bytes: 00 c4 0a 04...

0.00196EPSS
SaveExploits0References9
EUVD
EUVD
added 2025/10/07 3:21 p.m.10 views

EUVD-2025-32817

In the Linux kernel, the following vulnerability has been resolved: r6040: Fix kmemleak in probe and remove There is a memory leaks reported by kmemleak: unreferenced object 0xffff888116111000 size 2048: comm "modprobe", pid 817, jiffies 4294759745 age 76.502s hex dump first 32 bytes: 00 c4 0a 04...

6AI score0.00196EPSS
SaveExploits0References10
OSV
OSV
added 2025/10/07 3:21 p.m.13 views

CVE-2022-50544 usb: host: xhci: Fix potential memory leak in xhci_alloc_stream_info()

In the Linux kernel, the following vulnerability has been resolved: usb: host: xhci: Fix potential memory leak in xhciallocstreaminfo xhciallocstreaminfo allocates stream context array for streaminfo -streamctxarray with xhciallocstreamctx. When some error occurs, streaminfo-streamctxarray is not...

6.4AI score
SaveExploits0References12
Debian CVE
Debian CVE
added 2025/10/07 3:21 p.m.22 views

CVE-2022-50538

In the Linux kernel, the following vulnerability has been resolved: vme: Fix error not catched in fakeinit In fakeinit, rootdeviceregister is possible to fail but it's ignored, which can cause unregistering vmeroot fail when exit. general protection fault, probably for non-canonical address...

5.5CVSS5.4AI score0.00149EPSS
SaveExploits0
CVE
CVE
added 2025/10/07 3:19 p.m.32 views

CVE-2023-53650

CVE-2023-53650 : In the Linux kernel, the fbdev: omapfb lcd_mipid path fixes an error path in mipid_spi_probe. If mipid_detect() fails, the code must free the allocated md to avoid a memory leak. Affects the fbdev/omapfb mipid probe code; underlying impact is a potential memory leak on failure. T...

5.5CVSS6.1AI score0.00189EPSS
SaveExploits0References9Affected Software1
EUVD
EUVD
added 2025/10/07 3:19 p.m.12 views

EUVD-2025-32770

In the Linux kernel, the following vulnerability has been resolved: ALSA: ac97: Fix possible NULL dereference in sndac97mixer smatch error: sound/pci/ac97/ac97codec.c:2354 sndac97mixer error: we previously assumed 'rac97' could be null see line 2072 remove redundant assignment, return error if...

6AI score0.00194EPSS
SaveExploits0References10
CVE
CVE
added 2025/10/07 3:19 p.m.33 views

CVE-2023-53617

CVE-2023-53617 affects the Linux kernel in the Aspeed SoC information path. The issue arises in the error handling path of soc:aspeed:socinfo, where memory allocated for kstrdup could leak. The fix adds a kfree() in the error handling to prevent memory leaks. Connected advisories reference kernel...

5.5CVSS6.1AI score0.00186EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2025/10/07 3:19 p.m.27 views

CVE-2023-53617 soc: aspeed: socinfo: Add kfree for kstrdup

In the Linux kernel, the following vulnerability has been resolved: soc: aspeed: socinfo: Add kfree for kstrdup Add kfree in the later error handling in order to avoid memory leak...

0.00186EPSS
SaveExploits0References4
OSV
OSV
added 2025/10/07 3:19 p.m.12 views

CVE-2022-50525 iommu/fsl_pamu: Fix resource leak in fsl_pamu_probe()

In the Linux kernel, the following vulnerability has been resolved: iommu/fslpamu: Fix resource leak in fslpamuprobe The fslpamuprobe returns directly when createcsd failed, leaving irq and memories unreleased. Fix by jumping to error if createcsd returns error...

6.5AI score
SaveExploits0References12
CVE
CVE
added 2025/10/07 3:19 p.m.33 views

CVE-2022-50522

The CVE-2022-50522 entry corresponds to a Linux kernel issue in mcb-parse (chameleon_parse_gdd). When mcb_device_register() returns an error, the refcount for the bus and device name is leaked. The fix adds a put_device() to relinquish the reference so resources can be released during mcb_release...

3.3CVSS6.1AI score0.00149EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2025/10/07 3:19 p.m.9 views

CVE-2022-50522 mcb: mcb-parse: fix error handing in chameleon_parse_gdd()

In the Linux kernel, the following vulnerability has been resolved: mcb: mcb-parse: fix error handing in chameleonparsegdd If mcbdeviceregister returns error in chameleonparsegdd, the refcount of bus and device name are leaked. Fix this by calling putdevice to give up the reference, so they can b...

6.5AI score
SaveExploits0References12
Debian CVE
Debian CVE
added 2025/10/07 3:19 p.m.11 views

CVE-2022-50522

In the Linux kernel, the following vulnerability has been resolved: mcb: mcb-parse: fix error handing in chameleonparsegdd If mcbdeviceregister returns error in chameleonparsegdd, the refcount of bus and device name are leaked. Fix this by calling putdevice to give up the reference, so they can b...

3.3CVSS5AI score0.00149EPSS
SaveExploits0
EUVD
EUVD
added 2025/10/07 3:19 p.m.6 views

EUVD-2025-32844

In the Linux kernel, the following vulnerability has been resolved: mcb: mcb-parse: fix error handing in chameleonparsegdd If mcbdeviceregister returns error in chameleonparsegdd, the refcount of bus and device name are leaked. Fix this by calling putdevice to give up the reference, so they can b...

6AI score0.00149EPSS
SaveExploits0References10
EUVD
EUVD
added 2025/10/07 12:30 a.m.8 views

EUVD-2013-3394

Malware in sbrugna...

7.8CVSS6.4AI score0.01333EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/07 12:30 a.m.9 views

EUVD-2005-2532

Malware in sbrugna...

5CVSS6.1AI score0.01966EPSS
SaveExploits0References10
EUVD
EUVD
added 2025/10/07 12:30 a.m.9 views

EUVD-2018-8351

Malware in sbrugna...

5.5CVSS6.5AI score0.01908EPSS
SaveExploits0References14
EUVD
EUVD
added 2025/10/07 12:30 a.m.6 views

EUVD-2014-0278

Malware in sbrugna...

6.2CVSS6.4AI score0.00411EPSS
SaveExploits0References16
EUVD
EUVD
added 2025/10/07 12:30 a.m.12 views

EUVD-2016-6787

Malware in sbrugna...

7.6CVSS7.2AI score0.00785EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/07 12:30 a.m.11 views

EUVD-2014-9631

Malware in sbrugna...

9.8CVSS9.2AI score0.03738EPSS
SaveExploits0References7
Rows per page
Query Builder