Lucene search
+L

2530 matches found

Positive Technologies
Positive Technologies
added 2026/05/06 12:0 a.m.16 views

PT-2026-37412

In the Linux kernel, the following vulnerability has been resolved: net: airoha: Fix memory leak in airoha qdma rx process If an error occurs on the subsequents buffers belonging to the non-linear part of the skb e.g. due to an error in the payload length reported by the NIC or if we consumed all...

5.8AI score0.00121EPSS
SaveExploits0References4
CVE
CVE
added 2026/05/05 3:23 p.m.35 views

CVE-2026-43069

CVE-2026-43069 concerns the Linux kernel Bluetooth stack (hci_ll). The issue arises when download_firmware() succeeds in request_firmware() but returns invalid content (no data/zero size), causing a resource leak because firmware is not released. The fix introduced is to call release_firmware() b...

5.5CVSS5.8AI score0.00114EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2026/05/05 3:23 p.m.45 views

CVE-2026-43069 Bluetooth: hci_ll: Fix firmware leak on error path

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcill: Fix firmware leak on error path Smatch reports: drivers/bluetooth/hcill.c:587 downloadfirmware warn: 'fw' from requestfirmware not released on lines: 544. In downloadfirmware, if requestfirmware succeeds but the...

0.00114EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/05/05 3:23 p.m.9 views

CVE-2026-43069

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcill: Fix firmware leak on error path Smatch reports: drivers/bluetooth/hcill.c:587 downloadfirmware warn: 'fw' from requestfirmware not released on lines: 544. In downloadfirmware, if requestfirmware succeeds but the...

5.8AI score0.00114EPSS
SaveExploits0References9Affected Software1
CVE
CVE
added 2026/05/05 3:23 p.m.34 views

CVE-2026-43066

CVE-2026-43066: In Linux kernel ext4_fc_replay_inode(), iloc.bh leak could occur on error paths due to missing brelse at several failure points. The patch adds an out_brelse label before the existing out label to ensure iloc.bh is released, and also makes ext4_fc_replay_inode() propagate errors i...

5.5CVSS5.8AI score0.00117EPSS
SaveExploits0References8Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/05/05 12:0 a.m.14 views

Linux Distros Unpatched Vulnerability : CVE-2026-43069

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Bluetooth: hcill: Fix firmware leak on error path Smatch reports: drivers/bluetooth/hcill.c:587 downloadfirmware warn: 'fw' from requestfirmware not released on...

5.5CVSS5.6AI score0.00114EPSS
SaveExploits0References2
OSV
OSV
added 2026/05/04 1:12 p.m.13 views

JLSEC-2026-415 libcurl skips the certificate verification for a QUIC connection under certain conditions, when...

libcurl skips the certificate verification for a QUIC connection under certain conditions, when built to use wolfSSL. If told to use an unknown/bad cipher or curve, the error path accidentally skips the verification and returns OK, thus ignoring any certificate problems...

6.3CVSS7.3AI score0.01709EPSS
SaveExploits1References14
Tenable Nessus
Tenable Nessus
added 2026/05/04 12:0 a.m.12 views

Linux Distros Unpatched Vulnerability : CVE-2026-43056

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net: mana: fix use-after-free in addadev error path If auxiliarydeviceadd fails, addadev jumps to addfail and calls auxiliarydeviceuninitadev. The auxiliary...

7.8CVSS7.1AI score0.00116EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/05/02 12:0 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-31754

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - usb: cdns3: gadget: fix state inconsistency on gadget init failure When cdns3gadgetstart fails, the DRD hardware is left in gadget mode while software state...

5.5CVSS7.1AI score0.00123EPSS
SaveExploits0References4
NVD
NVD
added 2026/05/01 3:16 p.m.12 views

CVE-2026-31730

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: possible double-free of cctx-remoteheap fastrpcinitcreatestaticprocess may free cctx-remoteheap on the errmap path but does not clear the pointer. Later, fastrpcrpmsgremove frees cctx-remoteheap again if it is...

7.8CVSS0.00129EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/05/01 2:15 p.m.44 views

CVE-2026-43056 net: mana: fix use-after-free in add_adev() error path

In the Linux kernel, the following vulnerability has been resolved: net: mana: fix use-after-free in addadev error path If auxiliarydeviceadd fails, addadev jumps to addfail and calls auxiliarydeviceuninitadev. The auxiliary device has its release callback set to adevrelease, which frees the...

7.8CVSS0.00116EPSS
SaveExploits0References5
CVE
CVE
added 2026/05/01 2:15 p.m.41 views

CVE-2026-43056

Summary: CVE-2026-43056 affects the Linux kernel net: mana component. A use-after-free can occur in add_adev() when auxiliary_device_add() fails and control falls through to init_fail, accessing adev->id after the release callback frees the containing struct mana_adev. Root cause: the code fre...

7.8CVSS5.8AI score0.00116EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2026/05/01 2:14 p.m.12 views

CVE-2026-31759

In the Linux kernel, the following vulnerability has been resolved: usb: ulpi: fix double free in ulpiregisterinterface error path When deviceregister fails, ulpiregister calls putdevice on ulpi-dev. The device release callback ulpidevrelease drops the OF node reference and frees ulpi, but the...

7.8CVSS5.7AI score0.00129EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/05/01 2:14 p.m.42 views

CVE-2026-31757 usb: misc: usbio: Fix URB memory leak on submit failure

In the Linux kernel, the following vulnerability has been resolved: usb: misc: usbio: Fix URB memory leak on submit failure When usbsubmiturb fails in usbioprobe, the previously allocated URB is never freed, causing a memory leak. Fix this by jumping to errfreeurb label to properly release the UR...

0.00121EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/05/01 2:14 p.m.19 views

EUVD-2026-26570

In the Linux kernel, the following vulnerability has been resolved: usb: misc: usbio: Fix URB memory leak on submit failure When usbsubmiturb fails in usbioprobe, the previously allocated URB is never freed, causing a memory leak. Fix this by jumping to errfreeurb label to properly release the UR...

5.8AI score0.00121EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/05/01 2:14 p.m.8 views

CVE-2026-31745

In the Linux kernel, the following vulnerability has been resolved: reset: gpio: fix double free in resetaddgpioauxdevice error path When auxiliarydeviceadd fails, resetaddgpioauxdevice calls auxiliarydeviceuninitadev. The device release callback resetgpioauxdevicerelease frees adev, but the...

5.8AI score0.0012EPSS
SaveExploits0References1Affected Software1
CVE
CVE
added 2026/05/01 2:14 p.m.21 views

CVE-2026-31745

CVE-2026-31745 affects the Linux kernel GPIO reset path. The double-free occurs in reset_add_gpio_aux_device(): if __auxiliary_device_add() fails, the code calls auxiliary_device_uninit(adev), the device release callback frees adev, but the error path then frees adev again with kfree(adev). The f...

7.8CVSS5.8AI score0.0012EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2026/05/01 2:14 p.m.40 views

CVE-2026-31745 reset: gpio: fix double free in reset_add_gpio_aux_device() error path

In the Linux kernel, the following vulnerability has been resolved: reset: gpio: fix double free in resetaddgpioauxdevice error path When auxiliarydeviceadd fails, resetaddgpioauxdevice calls auxiliarydeviceuninitadev. The device release callback resetgpioauxdevicerelease frees adev, but the...

0.0012EPSS
SaveExploits0References2
CVE
CVE
added 2026/05/01 2:14 p.m.23 views

CVE-2026-31730

CVE-2026-31730 affects the Linux kernel fastrpc component, where a double-free of cctx->remote_heap could occur if INIT_CREATE_STATIC ioctl hits an error path and the rpmsg device is removed. The root cause is that fastrpc_init_create_static_process() frees cctx->remote_heap on the err_map ...

7.8CVSS5.8AI score0.00129EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/05/01 2:14 p.m.8 views

CVE-2026-31730 misc: fastrpc: possible double-free of cctx->remote_heap

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: possible double-free of cctx-remoteheap fastrpcinitcreatestaticprocess may free cctx-remoteheap on the errmap path but does not clear the pointer. Later, fastrpcrpmsgremove frees cctx-remoteheap again if it is...

7.8CVSS6.5AI score
SaveExploits0References8
Rows per page
Query Builder