Lucene search
+L

3792 matches found

OSV
OSV
added 2025/09/19 5:21 a.m.8 views

CVE-2025-10456 Bluetooth: Semi-Arbitrary ability to make the BLE Target send disconnection requests

A vulnerability was identified in the handling of Bluetooth Low Energy BLE fixed channels such as SMP or ATT. Specifically, an attacker could exploit a flaw that causes the BLE target i.e., the device under attack to attempt to disconnect a fixed channel, which is not allowed per the Bluetooth...

7.1CVSS5.9AI score0.00195EPSS
SaveExploits0References4
NVD
NVD
added 2025/09/18 10:15 p.m.12 views

CVE-2025-54860

Cognex In-Sight Explorer and In-Sight Camera Firmware expose a telnet-based service on port 23 in order to allow management operations on the device such as firmware upgrades and device reboot requiring an authentication. A wrong management of login failures of the service allows a...

7.7CVSS0.00125EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2025/09/18 9:20 p.m.4 views

CVE-2025-54860 Cognex In-Sight Explorer and In-Sight Camera Firmware Improper Restriction of Excessive Authentication Attempts

Cognex In-Sight Explorer and In-Sight Camera Firmware expose a telnet-based service on port 23 in order to allow management operations on the device such as firmware upgrades and device reboot requiring an authentication. A wrong management of login failures of the service allows a...

7.7CVSS6.4AI score0.00125EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2025/09/18 9:20 p.m.18 views

CVE-2025-54860 Cognex In-Sight Explorer and In-Sight Camera Firmware Improper Restriction of Excessive Authentication Attempts

Cognex In-Sight Explorer and In-Sight Camera Firmware expose a telnet-based service on port 23 in order to allow management operations on the device such as firmware upgrades and device reboot requiring an authentication. A wrong management of login failures of the service allows a...

7.7CVSS0.00125EPSS
SaveExploits0References1
CVE
CVE
added 2025/09/18 8:42 p.m.23 views

CVE-2025-55068

CVE-2025-55068 affects Dover Fueling Solutions ProGauge MagLink LX4 Devices (and related MAGLINK LX products noted in connected sources). The vulnerability arises from the devices’ handling of Unix time values beyond a certain point, allowing a network-available attacker to manually adjust the sy...

8.8CVSS6.7AI score0.00368EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2025/09/18 12:0 a.m.7 views

Cognex多款产品 安全漏洞

Cognex In-Sight Explorer and Cognex In-Sight Camera Firmware are both products of Cognex Corporation, U.S.A. Cognex In-Sight Explorer is a tool that has the ability to debug and program the software of its line of smart cameras.Cognex In-Sight Camera Firmware is firmware for a range of smart...

7.7CVSS6.4AI score0.00125EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2025/09/17 11:27 p.m.6 views

SUSE CVE-2023-53340

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Collect command failures data only for known commands DEVX can issue a general command, which is not used by mlx5 driver. In case such command is failed, mlx5 is trying to collect the failure data, However, mlx5 doesn't...

5.5CVSS6.5AI score0.00197EPSS
SaveExploits0References5
OSV
OSV
added 2025/09/17 3:15 p.m.7 views

UBUNTU-CVE-2023-53340

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Collect command failures data only for known commands DEVX can issue a general command, which is not used by mlx5 driver. In case such command is failed, mlx5 is trying to collect the failure data, However, mlx5 doesn't...

7.8CVSS5.8AI score0.00197EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2025/09/17 2:56 p.m.4 views

CVE-2023-53340 net/mlx5: Collect command failures data only for known commands

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Collect command failures data only for known commands DEVX can issue a general command, which is not used by mlx5 driver. In case such command is failed, mlx5 is trying to collect the failure data, However, mlx5 doesn't...

6.1AI score0.00197EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/09/17 2:56 p.m.26 views

CVE-2023-53340 net/mlx5: Collect command failures data only for known commands

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Collect command failures data only for known commands DEVX can issue a general command, which is not used by mlx5 driver. In case such command is failed, mlx5 is trying to collect the failure data, However, mlx5 doesn't...

0.00197EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/09/17 2:56 p.m.9 views

CVE-2023-53340

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Collect command failures data only for known commands DEVX can issue a general command, which is not used by mlx5 driver. In case such command is failed, mlx5 is trying to collect the failure data, However, mlx5 doesn't...

7.8CVSS6.2AI score0.00197EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/09/17 12:0 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2022-50257

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: xen/gntdev: Prevent leaking grants Prior to this commit, if a grant mapping operation faile...

5.5CVSS5.2AI score0.00149EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/09/17 12:0 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2023-53171

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - vfio/type1: prevent underflow of lockedvm via exec When a vfio container is preserved across exec, the task does not change, but it gets a new mm with lockedvm=...

5.5CVSS6.1AI score0.00145EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/09/16 11:31 p.m.8 views

SUSE CVE-2023-53225

In the Linux kernel, the following vulnerability has been resolved: spi: imx: 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.00152EPSS
SaveExploits0References3
OSV
OSV
added 2025/09/15 3:15 p.m.9 views

UBUNTU-CVE-2022-50271

In the Linux kernel, the following vulnerability has been resolved: vhost/vsock: Use kvmalloc/kvfree for larger packets. When copying a large file over sftp over vsock, data size is usually 32kB, and kmalloc seems to fail to try to allocate 32 32kB regions. vhost-5837: page allocation failure:...

5.5CVSS5.9AI score0.00146EPSS
SaveExploits0References11
CNNVD
CNNVD
added 2025/09/15 12:0 a.m.9 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from failure to properly handle memory allocation failures, which could lead to transaction aborts...

5.5CVSS6.1AI score0.00145EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/09/15 12:0 a.m.7 views

PT-2025-37511

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A flaw exists in the Linux kernel's Xen/gntdev component that can lead to grant references being leaked. This occurs when a grant mapping operation fails partially, resulting in...

6AI score0.00149EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
added 2025/09/11 11:24 p.m.7 views

SUSE CVE-2025-39739

In the Linux kernel, the following vulnerability has been resolved: iommu/arm-smmu-qcom: Add SM6115 MDSS compatible Add the SM6115 MDSS compatible to clients compatible list, as it also needs that workaround. Without this workaround, for example, QRB4210 RB2 which is based on SM4250/SM6115...

6.4AI score0.00145EPSS
SaveExploits0References21
NVD
NVD
added 2025/09/11 5:15 p.m.16 views

CVE-2025-39746

In the Linux kernel, the following vulnerability has been resolved: wifi: ath10k: shutdown driver when hardware is unreliable In rare cases, ath10k may lose connection with the PCIe bus due to some unknown reasons, which could further lead to system crashes during resuming due to watchdog timeout...

5.5CVSS0.00145EPSS
SaveExploits0References4
OSV
OSV
added 2025/09/11 5:15 p.m.15 views

AZL-67190 CVE-2025-39746 affecting package kernel 6.6.126.1-1

In the Linux kernel, the following vulnerability has been resolved: wifi: ath10k: shutdown driver when hardware is unreliable In rare cases, ath10k may lose connection with the PCIe bus due to some unknown reasons, which could further lead to system crashes during resuming due to watchdog timeout...

5.5CVSS5.6AI score0.00145EPSS
SaveExploits0References1
Rows per page
Query Builder