Lucene search
+L

2265 matches found

EUVD
EUVD
added 2026/02/04 4:7 p.m.9 views

EUVD-2026-5476

In the Linux kernel, the following vulnerability has been resolved: spi: spi-sprd-adi: Fix double free in probe error path The driver currently uses spiallochost to allocate the controller but registers it using devmspiregistercontroller. If devmregisterrestarthandler fails, the code jumps to the...

5.3AI score0.00129EPSS
SaveExploits0References4
OSV
OSV
added 2026/02/04 4:7 p.m.7 views

CVE-2026-23068 spi: spi-sprd-adi: Fix double free in probe error path

In the Linux kernel, the following vulnerability has been resolved: spi: spi-sprd-adi: Fix double free in probe error path The driver currently uses spiallochost to allocate the controller but registers it using devmspiregistercontroller. If devmregisterrestarthandler fails, the code jumps to the...

5.3AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/02/04 4:7 p.m.10 views

CVE-2026-23068

In the Linux kernel, the following vulnerability has been resolved: spi: spi-sprd-adi: Fix double free in probe error path The driver currently uses spiallochost to allocate the controller but registers it using devmspiregistercontroller. If devmregisterrestarthandler fails, the code jumps to the...

7.8CVSS5.3AI score0.00129EPSS
SaveExploits0
OSV
OSV
added 2026/02/04 4:7 p.m.11 views

CVE-2026-23065 platform/x86/amd: Fix memory leak in wbrf_record()

In the Linux kernel, the following vulnerability has been resolved: platform/x86/amd: Fix memory leak in wbrfrecord The tmp buffer is allocated using kcalloc but is not freed if acpievaluatedsm fails. This causes a memory leak in the error path. Fix this by explicitly freeing the tmp buffer in th...

5.4AI score
SaveExploits0References6
EUVD
EUVD
added 2026/02/04 4:7 p.m.9 views

EUVD-2026-5479

In the Linux kernel, the following vulnerability has been resolved: platform/x86/amd: Fix memory leak in wbrfrecord The tmp buffer is allocated using kcalloc but is not freed if acpievaluatedsm fails. This causes a memory leak in the error path. Fix this by explicitly freeing the tmp buffer in th...

5.3AI score0.00121EPSS
SaveExploits0References3
OSV
OSV
added 2026/01/31 11:42 a.m.7 views

CVE-2026-23033 dmaengine: omap-dma: fix dma_pool resource leak in error paths

In the Linux kernel, the following vulnerability has been resolved: dmaengine: omap-dma: fix dmapool resource leak in error paths The dmapool created by dmapoolcreate is not destroyed when dmaasyncdeviceregister or ofdmacontrollerregister fails, causing a resource leak in the probe error paths. A...

5.8AI score
SaveExploits0References11
ATTACKERKB
ATTACKERKB
added 2026/01/31 11:42 a.m.9 views

CVE-2026-23030

In the Linux kernel, the following vulnerability has been resolved: phy: rockchip: inno-usb2: Fix a double free bug in rockchipusb2phyprobe The foreachavailablechildofnode calls ofnodeput to release childnp in each success loop. After breaking from the loop with the childnp has been released, the...

5.8AI score0.00217EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/01/31 11:42 a.m.9 views

CVE-2026-23030 phy: rockchip: inno-usb2: Fix a double free bug in rockchip_usb2phy_probe()

In the Linux kernel, the following vulnerability has been resolved: phy: rockchip: inno-usb2: Fix a double free bug in rockchipusb2phyprobe The foreachavailablechildofnode calls ofnodeput to release childnp in each success loop. After breaking from the loop with the childnp has been released, the...

5.8AI score
SaveExploits0References9
Tenable Nessus
Tenable Nessus
added 2026/01/27 12:0 a.m.6 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2026-005013)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-005013 advisory. In the Linux kernel, the following vulnerability has been resolved: mm, slub: fix potential memoryleak in kmemcacheopen In error path, the randomseq of slub cache...

5.5CVSS5.8AI score0.0021EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/01/27 12:0 a.m.6 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2026-005161)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-005161 advisory. In the Linux kernel, the following vulnerability has been resolved: posix-clock: posix-clock: Fix unbalanced locking in pcclocksettime If getclockdesc succeeds, it...

5.5CVSS6.8AI score0.00171EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/01/26 2:32 p.m.6 views

kernel: drm/xe: Use local fence in error path of xe_migrate_clear

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Use local fence in error path of xemigrateclear The intent of the error path in xemigrateclear is to wait on locally generated fence and then return. The code is waiting on m-fence which could be the local fence but this ...

7.8CVSS5.7AI score0.00262EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2026/01/24 12:25 a.m.10 views

SUSE CVE-2025-71154

In the Linux kernel, the following vulnerability has been resolved: net: usb: rtl8150: fix memory leak on usbsubmiturb failure In asyncsetregisters, when usbsubmiturb fails, the allocated asyncreq structure and URB are not freed, causing a memory leak. The completion callback asyncsetregcb is...

4.7CVSS5.3AI score0.00114EPSS
SaveExploits0References20
NVD
NVD
added 2026/01/23 3:16 p.m.10 views

CVE-2025-71154

In the Linux kernel, the following vulnerability has been resolved: net: usb: rtl8150: fix memory leak on usbsubmiturb failure In asyncsetregisters, when usbsubmiturb fails, the allocated asyncreq structure and URB are not freed, causing a memory leak. The completion callback asyncsetregcb is...

5.5CVSS0.00114EPSS
SaveExploits0References7
OSV
OSV
added 2026/01/23 3:16 p.m.10 views

UBUNTU-CVE-2025-71148

In the Linux kernel, the following vulnerability has been resolved: net/handshake: restore destructor on submit failure handshakereqsubmit replaces sk-skdestruct but never restores it when submission fails before the request is hashed. handshakeskdestruct then returns early and the original...

3.3CVSS5.7AI score0.0011EPSS
SaveExploits0References27
Cvelist
Cvelist
added 2026/01/23 2:25 p.m.36 views

CVE-2025-71154 net: usb: rtl8150: fix memory leak on usb_submit_urb() failure

In the Linux kernel, the following vulnerability has been resolved: net: usb: rtl8150: fix memory leak on usbsubmiturb failure In asyncsetregisters, when usbsubmiturb fails, the allocated asyncreq structure and URB are not freed, causing a memory leak. The completion callback asyncsetregcb is...

0.00114EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2026/01/23 12:0 a.m.8 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2026-004893)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-004893 advisory. In the Linux kernel, the following vulnerability has been resolved: powerpc/cell/axonmsi: Fix refcount leak in setupmsimsgaddress ofgetnextparent returns a node...

5.5CVSS5.3AI score0.00163EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/01/23 12:0 a.m.6 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2026-004869)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-004869 advisory. In the Linux kernel, the following vulnerability has been resolved: ata: libata-transport: fix double atahostput in atatportadd In the error path in atatportadd, whe...

7.8CVSS7AI score0.00216EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/01/23 12:0 a.m.5 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2026-004829)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-004829 advisory. In the Linux kernel, the following vulnerability has been resolved: drivers: serial: jsm: fix some leaks in probe This error path needs to unwind instead of just...

5.5CVSS6AI score0.00149EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/01/23 12:0 a.m.6 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2026-004862)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-004862 advisory. In the Linux kernel, the following vulnerability has been resolved: siox: fix possible memory leak in sioxdeviceadd If deviceregister returns error in sioxdeviceadd,...

5.5CVSS5.4AI score0.00189EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/01/22 12:0 a.m.7 views

Azure Linux 3.0 Security Update: kernel (CVE-2024-46741)

The version of kernel installed on the remote Azure Linux 3.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-46741 advisory. - In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: Fix double free of 'buf' ...

7.8CVSS6.9AI score0.00246EPSS
SaveExploits0References2
Rows per page
Query Builder