Lucene search
+L

451 matches found

OSV
OSV
added 2026/06/24 4:28 p.m.8 views

CVE-2026-52979 net: psp: check for device unregister when creating assoc

In the Linux kernel, the following vulnerability has been resolved: net: psp: check for device unregister when creating assoc pspassocdevicegetlocked obtains a pspdev reference via pspdevgetforsock which uses pspdevtryget under RCU; it then acquires psd-lock and drops the reference. Before the lo...

5.8AI score
SaveExploits0References6
CVE
CVE
added 2026/06/24 4:28 p.m.44 views

CVE-2026-52979

CVE-2026-52979 is a Linux kernel vulnerability in the PSP subsystem. The issue arises in psp_assoc_device_get_locked(): it takes a psp_dev reference via psp_dev_get_for_sock() (which uses psp_dev_tryget() under RCU), then acquires psd->lock and drops the registration reference. If psp_dev_unre...

5.5CVSS5.7AI score0.00093EPSS
SaveExploits0References3Affected Software1
NVD
NVD
added 2026/06/18 5:16 p.m.24 views

CVE-2026-38718

InHand Networks IR912 V1.0.0.r20042 and IR915 V1.0.0.r20042 including earlier versions were discovered to contain a buffer overflow vulnerability in the device registration function. This vulnerability could allow an attacker to cause a denial of service attack on the remote target device...

7.5CVSS0.00458EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/06/18 12:00 a.m.25 views

CVE-2026-38718

InHand Networks IR912 V1.0.0.r20042 and IR915 V1.0.0.r20042 including earlier versions were discovered to contain a buffer overflow vulnerability in the device registration function. This vulnerability could allow an attacker to cause a denial of service attack on the remote target device...

0.00458EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/06/18 12:00 a.m.15 views

EUVD-2026-37921

InHand Networks IR912 V1.0.0.r20042 and IR915 V1.0.0.r20042 including earlier versions were discovered to contain a buffer overflow vulnerability in the device registration function. This vulnerability could allow an attacker to cause a denial of service attack on the remote target device...

7.5CVSS5.7AI score0.00458EPSS
SaveExploits0References1
CVE
CVE
added 2026/06/18 12:00 a.m.42 views

CVE-2026-38718

The CVE-2026-38718 entry describes a buffer overflow vulnerability in the device registration function of InHand Networks IR912 and IR915 devices (versions including V1.0.0.r20042 and earlier). The underlying issue is a buffer overflow in the registration process, which could allow an attacker to...

7.5CVSS5.8AI score0.00458EPSS
SaveExploits0References1Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/06/18 12:00 a.m.13 views

CVE-2026-38718

InHand Networks IR912 V1.0.0.r20042 and IR915 V1.0.0.r20042 including earlier versions were discovered to contain a buffer overflow vulnerability in the device registration function. This vulnerability could allow an attacker to cause a denial of service attack on the remote target device...

7.5CVSS5.8AI score0.00458EPSS
SaveExploits0References2
The Hacker News
The Hacker News
added 2026/06/02 3:55 a.m.74 views

Dashlane Discloses Brute-Force Attack, Encrypted Vaults of Fewer Than 20 Users Downloaded

Password manager Dashlane has disclosed that "fewer than" 20 users on the personal subscription plan had their encrypted vaults downloaded following a brute-force attack launched by an unknown party. On May 31, 2026, the company said an "external" threat actor launched a brute-force attack agains...

5.9AI score
SaveExploits0
SUSE CVE
SUSE CVE
added 2026/05/29 1:17 a.m.33 views

SUSE CVE-2026-46109

In the Linux kernel, the following vulnerability has been resolved: usb: ulpi: fix memory leak on ulpiregister error paths Commit 01af542392b5 "usb: ulpi: fix double free in ulpiregisterinterface error path" removed kfreeulpi from ulpiregisterinterface to fix a double-free when deviceregister...

5.5CVSS5.8AI score0.00123EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
added 2026/05/28 3:52 a.m.15 views

SUSE CVE-2026-46083

In the Linux kernel, the following vulnerability has been resolved: spi: fix resource leaks on device setup failure Make sure to call controller cleanup if spisetup fails while registering a device to avoid leaking any resources allocated by setup...

5.5CVSS5.8AI score0.00123EPSS
SaveExploits0References16
RedhatCVE
RedhatCVE
added 2026/05/28 3:17 a.m.23 views

CVE-2026-45883

A flaw was found in the Linux kernel, specifically within the iio: sca3000 module. This resource management vulnerability occurs when the iiodeviceregister function fails, as a system resource spi-irq is not properly released. This oversight can lead to a resource leak, potentially impacting syst...

5.5CVSS5.8AI score0.0016EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/05/27 5:29 p.m.16 views

CVE-2026-46083

A flaw was found in the Linux kernel. This vulnerability occurs when the spisetup function fails during the registration of a device, leading to improper cleanup and subsequent resource leaks. This can result in a denial of service DoS due to the exhaustion of system resources...

5.5CVSS5.8AI score0.00123EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/05/27 3:33 p.m.16 views

EUVD-2026-32349

In the Linux kernel, the following vulnerability has been resolved: iio: sca3000: Fix a resource leak in sca3000probe spi-irq from requestthreadedirq not released when iiodeviceregister fails. Add an return value check and jump to a common error handler when iiodeviceregister fails...

5.8AI score0.0016EPSS
SaveExploits0References9
NVD
NVD
added 2026/05/27 2:17 p.m.15 views

CVE-2026-46083

In the Linux kernel, the following vulnerability has been resolved: spi: fix resource leaks on device setup failure Make sure to call controller cleanup if spisetup fails while registering a device to avoid leaking any resources allocated by setup...

5.5CVSS0.00123EPSS
SaveExploits0References6
NVD
NVD
added 2026/05/27 2:17 p.m.20 views

CVE-2026-45883

In the Linux kernel, the following vulnerability has been resolved: iio: sca3000: Fix a resource leak in sca3000probe spi-irq from requestthreadedirq not released when iiodeviceregister fails. Add an return value check and jump to a common error handler when iiodeviceregister fails...

5.5CVSS0.0016EPSS
SaveExploits0References8
OSV
OSV
added 2026/05/27 2:17 p.m.10 views

UBUNTU-CVE-2026-45883

In the Linux kernel, the following vulnerability has been resolved: iio: sca3000: Fix a resource leak in sca3000probe spi-irq from requestthreadedirq not released when iiodeviceregister fails. Add an return value check and jump to a common error handler when iiodeviceregister fails...

5.5CVSS5.7AI score0.0016EPSS
SaveExploits0References26
CVE
CVE
added 2026/05/27 12:58 p.m.55 views

CVE-2026-46083

CVE-2026-46083 concerns the Linux kernel SPI subsystem. The description indicates a fix for resource leaks that occur when a device is being set up and spi_setup() fails during registration, requiring a call to controller cleanup() to avoid leaking resources allocated by setup(). OpenSUSE/SUSE ad...

5.5CVSS5.8AI score0.00123EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/05/27 12:58 p.m.8 views

CVE-2026-46083 spi: fix resource leaks on device setup failure

In the Linux kernel, the following vulnerability has been resolved: spi: fix resource leaks on device setup failure Make sure to call controller cleanup if spisetup fails while registering a device to avoid leaking any resources allocated by setup...

6.2AI score
SaveExploits0References9
CVE
CVE
added 2026/05/27 12:16 p.m.43 views

CVE-2026-45883

CVE-2026-45883: Linux kernel iio:sca3000 resource leak bug fixed. Root cause: spi->irq not released if iio_device_register() fails; patch adds a return value check and a common error-handler jump. Fixes appear in rootio-linux (Root:Ubuntu 22.04/24.04), Debian 11, and related OSV notices (e.g.,...

5.5CVSS5.8AI score0.0016EPSS
SaveExploits0References8Affected Software1
CNNVD
CNNVD
added 2026/05/27 12:00 a.m.38 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from a failure in the spisetup function during spi device registration, resulting in the controller...

5.8AI score0.00123EPSS
SaveExploits0References5
Rows per page
Query Builder