Lucene search
K

2026 matches found

Tenable Nessus
Tenable Nessus
added 2025/10/07 12:0 a.m.2 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-986606)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-986606 advisory. In the Linux kernel, the following vulnerability has been resolved: tipc: fix a possible memleak in tipcbufappend skblinearize doesn't free the skb when it fails, so...

5.5CVSS6.2AI score0.00249EPSS
Exploits0References4
Microsoft CVE
Microsoft CVE
added 2025/10/05 8:2 a.m.3 views

smb: client: fix smbdirect_recv_io leak in smbd_negotiate() error path

...

5.5CVSS7AI score0.00134EPSS
Exploits0
SUSE CVE
SUSE CVE
added 2025/10/05 2:57 a.m.4 views

SUSE CVE-2022-50481

In the Linux kernel, the following vulnerability has been resolved: cxl: fix possible null-ptr-deref in cxlguestinitafu|adapter If deviceregister fails in cxlregisterafu|adapter, the device is not added, deviceunregister can not be called in the error path, otherwise it will cause a null-ptr-dere...

5.5CVSS6.5AI score0.00146EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2025/10/05 2:56 a.m.5 views

SUSE CVE-2023-53533

In the Linux kernel, the following vulnerability has been resolved: Input: raspberrypi-ts - fix refcount leak in rpitsprobe rpifirmwareget take reference, we need to release it in error paths as well. Use devmrpifirmwareget helper to handling the resources. Also remove the existing rpifirmwareput...

5.5CVSS6.5AI score0.00142EPSS
Exploits0References8
SUSE CVE
SUSE CVE
added 2025/10/05 2:56 a.m.3 views

SUSE CVE-2023-53567

In the Linux kernel, the following vulnerability has been resolved: spi: qup: Don't skip cleanup in remove's error path Returning early in a platform driver's remove callback is wrong. In this case the dma resources are not released in the error path. this is never retried later and so this is a...

5.5CVSS6.5AI score0.00133EPSS
Exploits0References7
SUSE CVE
SUSE CVE
added 2025/10/05 2:52 a.m.5 views

SUSE CVE-2025-39929

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix smbdirectrecvio leak in smbdnegotiate error path During tests of another unrelated patch I was able to trigger this error: Objects remaining on kmemcacheshutdown...

5.5CVSS6.5AI score0.00134EPSS
Exploits0References4
NVD
NVD
added 2025/10/04 4:15 p.m.4 views

CVE-2023-53567

In the Linux kernel, the following vulnerability has been resolved: spi: qup: Don't skip cleanup in remove's error path Returning early in a platform driver's remove callback is wrong. In this case the dma resources are not released in the error path. this is never retried later and so this is a...

5.5CVSS0.00133EPSS
Exploits0References8
OSV
OSV
added 2025/10/04 4:15 p.m.1 views

UBUNTU-CVE-2022-50484

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fix potential memory leaks When the driver hits -ENOMEM at allocating a URB or a buffer, it aborts and goes to the error path that releases the all previously allocated resources. However, when -ENOMEM hits at th...

5.5CVSS5.9AI score0.00146EPSS
Exploits0References12
OSV
OSV
added 2025/10/04 4:15 p.m.2 views

UBUNTU-CVE-2023-53567

In the Linux kernel, the following vulnerability has been resolved: spi: qup: Don't skip cleanup in remove's error path Returning early in a platform driver's remove callback is wrong. In this case the dma resources are not released in the error path. this is never retried later and so this is a...

5.5CVSS5.8AI score0.00133EPSS
Exploits0References11
CVE
CVE
added 2025/10/04 3:44 p.m.17 views

CVE-2023-53611

CVE-2023-53611 : In the Linux kernel’s ipmi_si driver, a memleak could occur in try_smi_init() when an error happens before shutdown_smi() is registered, causing a previously allocated si_sm to be leaked. The leak was detected by kmemleak (example shows an unreferenced object in try_smi_init). Th...

5.5CVSS6.1AI score0.00133EPSS
Exploits0References8Affected Software1
Cvelist
Cvelist
added 2025/10/04 3:44 p.m.9 views

CVE-2023-53604 dm integrity: call kmem_cache_destroy() in dm_integrity_init() error path

In the Linux kernel, the following vulnerability has been resolved: dm integrity: call kmemcachedestroy in dmintegrityinit error path Otherwise the journaliocache will leak if dmregistertarget fails...

0.00143EPSS
Exploits0References9
Cvelist
Cvelist
added 2025/10/04 3:17 p.m.6 views

CVE-2023-53567 spi: qup: Don't skip cleanup in remove's error path

In the Linux kernel, the following vulnerability has been resolved: spi: qup: Don't skip cleanup in remove's error path Returning early in a platform driver's remove callback is wrong. In this case the dma resources are not released in the error path. this is never retried later and so this is a...

0.00133EPSS
Exploits0References8
OSV
OSV
added 2025/10/04 3:17 p.m.2 views

CVE-2023-53567 spi: qup: Don't skip cleanup in remove's error path

In the Linux kernel, the following vulnerability has been resolved: spi: qup: Don't skip cleanup in remove's error path Returning early in a platform driver's remove callback is wrong. In this case the dma resources are not released in the error path. this is never retried later and so this is a...

5.5CVSS6.5AI score0.00133EPSS
Exploits0References11
CVE
CVE
added 2025/10/04 3:16 p.m.13 views

CVE-2022-50482

CVE-2022-50482 is a Linux kernel vulnerability in the iommu/vt-d path. The issue is a memory leak of si_domain that occurs when init_dmars() fails, due to domain objects still lingering in the iommu_domain cache. The description states that this memory leak could occur in kernel builds prior to a...

5.5CVSS6.2AI score0.00146EPSS
Exploits0References7Affected Software1
CVE
CVE
added 2025/10/04 3:16 p.m.12 views

CVE-2022-50481

CVE-2022-50481 pertains to the Linux kernel; the issue is a potential null pointer dereference in cxl_guest_init_afu|adapter() when device_register() fails in cxl_register_afu|adapter(). The error path could dereference a removed-but-not-added device unless the reference is properly released. The...

5.5CVSS6.1AI score0.00146EPSS
Exploits0References9Affected Software1
Cvelist
Cvelist
added 2025/10/04 3:16 p.m.9 views

CVE-2022-50481 cxl: fix possible null-ptr-deref in cxl_guest_init_afu|adapter()

In the Linux kernel, the following vulnerability has been resolved: cxl: fix possible null-ptr-deref in cxlguestinitafu|adapter If deviceregister fails in cxlregisterafu|adapter, the device is not added, deviceunregister can not be called in the error path, otherwise it will cause a null-ptr-dere...

0.00146EPSS
Exploits0References9
OSV
OSV
added 2025/10/04 3:16 p.m.5 views

CVE-2022-50481 cxl: fix possible null-ptr-deref in cxl_guest_init_afu|adapter()

In the Linux kernel, the following vulnerability has been resolved: cxl: fix possible null-ptr-deref in cxlguestinitafu|adapter If deviceregister fails in cxlregisterafu|adapter, the device is not added, deviceunregister can not be called in the error path, otherwise it will cause a null-ptr-dere...

5.5CVSS6.4AI score0.00146EPSS
Exploits0References12
NVD
NVD
added 2025/10/04 8:15 a.m.3 views

CVE-2025-39931

In the Linux kernel, the following vulnerability has been resolved: crypto: afalg - Set merge to zero early in afalgsendmsg If an error causes afalgsendmsg to abort, ctx-merge may contain a garbage value from the previous loop. This may then trigger a crash on the next entry into afalgsendmsg whe...

5.5CVSS0.00134EPSS
Exploits0References6
NVD
NVD
added 2025/10/04 8:15 a.m.3 views

CVE-2025-39929

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix smbdirectrecvio leak in smbdnegotiate error path During tests of another unrelated patch I was able to trigger this error: Objects remaining on kmemcacheshutdown...

5.5CVSS0.00134EPSS
Exploits0References8
OSV
OSV
added 2025/10/04 8:15 a.m.5 views

AZL-68132 CVE-2025-39929 affecting package kernel for versions less than 6.6.112.1-1

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix smbdirectrecvio leak in smbdnegotiate error path During tests of another unrelated patch I was able to trigger this error: Objects remaining on kmemcacheshutdown...

5.5CVSS6.8AI score0.00134EPSS
Exploits0References1
Rows per page
Query Builder