Lucene search
+L

510 matches found

OSV
OSV
added 2026/01/13 4:16 p.m.7 views

UBUNTU-CVE-2025-71082

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: revert use of devmkzalloc in btusb This reverts commit 98921dbd00c4e "Bluetooth: Use devmkzalloc in btusb.c file". In btusbprobe, we use devmkzalloc to allocate the btusb data. This ties the lifetime of all the...

7.8CVSS5.9AI score0.0012EPSS
SaveExploits0References38
CVE
CVE
added 2026/01/13 3:34 p.m.37 views

CVE-2025-71082

The CVE affects the Linux kernel Bluetooth BTUSB path. The root cause is using devm_kzalloc in btusb_probe, which ties btusb data lifetime to a single driver interface, causing unsafe frees on disconnect when multiple interfaces exist. The fix is to revert to explicit memory freeing (don’t use de...

7.8CVSS6.1AI score0.0012EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2026/01/13 3:34 p.m.32 views

CVE-2025-71082 Bluetooth: btusb: revert use of devm_kzalloc in btusb

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: revert use of devmkzalloc in btusb This reverts commit 98921dbd00c4e "Bluetooth: Use devmkzalloc in btusb.c file". In btusbprobe, we use devmkzalloc to allocate the btusb data. This ties the lifetime of all the...

7.8CVSS0.0012EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2026/01/13 3:34 p.m.7 views

CVE-2025-71082 Bluetooth: btusb: revert use of devm_kzalloc in btusb

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: revert use of devmkzalloc in btusb This reverts commit 98921dbd00c4e "Bluetooth: Use devmkzalloc in btusb.c file". In btusbprobe, we use devmkzalloc to allocate the btusb data. This ties the lifetime of all the...

6AI score0.0012EPSS
SaveExploits0References6
OSV
OSV
added 2026/01/13 3:34 p.m.6 views

CVE-2025-71082 Bluetooth: btusb: revert use of devm_kzalloc in btusb

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: revert use of devmkzalloc in btusb This reverts commit 98921dbd00c4e "Bluetooth: Use devmkzalloc in btusb.c file". In btusbprobe, we use devmkzalloc to allocate the btusb data. This ties the lifetime of all the...

7.8CVSS6.4AI score
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2026/01/13 12:0 a.m.6 views

PT-2026-2798

Name of the Vulnerable Software and Affected Versions Hono versions prior to 4.11.4 Description Hono is a Web application framework supporting various JavaScript runtimes. A flaw exists in the JWT verification middleware when using JWK/JWKS, where the alg value in the JWT header could influence...

8.2CVSS6.3AI score0.00141EPSS
SaveExploits0References9
CNNVD
CNNVD
added 2026/01/12 12:0 a.m.9 views

Broadcom DX NetOps Spectrum 安全漏洞

Broadcom DX NetOps Spectrum is a network fault management and condition monitoring platform from Broadcom Corporation USA. A security vulnerability exists in Broadcom DX NetOps Spectrum version 21.2.1 and prior versions, which originates from the explicit transmission of sensitive information and...

7.5CVSS6.3AI score0.00145EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/01/09 10:54 a.m.11 views

CVE-2022-23021

On BIG-IP version 16.1.x before 16.1.2, when any of the following configurations are configured on a virtual server, undisclosed requests can cause the Traffic Management Microkernel TMM to terminate: HTTP redirect rule in an LTM policy, BIG-IP APM Access Profile, and Explicit HTTP Proxy in HTTP...

7.5CVSS6.8AI score0.0092EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/12/10 1:56 a.m.18 views

CVE-2023-53849

A workqueue resource leak was found in the MSM DRM driver in the Linux kernel. When a subcomponent fails to bind during driver initialization, the allocated workqueue is not destroyed, leading to resource leakage. Repeated bind failures could exhaust system resources...

5.5CVSS6.1AI score0.00198EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/12/09 6:30 p.m.5 views

EUVD-2023-60147

In the Linux kernel, the following vulnerability has been resolved: drm/msm: fix workqueue leak on bind errors Make sure to destroy the workqueue also in case of early errors during bind e.g. a subcomponent failing to bind. Since commit c3b790ea07a1 "drm: Manage drmmodeconfiginit with drmm" the...

5.9AI score0.00198EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/09 12:0 a.m.4 views

CVE-2023-53782 dccp: Fix out of bounds access in DCCP error handler

In the Linux kernel, the following vulnerability has been resolved: dccp: Fix out of bounds access in DCCP error handler There was a previous attempt to fix an out-of-bounds access in the DCCP error handlers, but that fix assumed that the error handlers only want to access the first 8 bytes of th...

6.3AI score
SaveExploits0References12
RedhatCVE
RedhatCVE
added 2025/12/02 6:53 p.m.6 views

CVE-2025-13836

A flaw was found in the http.client module in the Python standard library. When reading an HTTP response from a server, if no read amount is specified, the default behavior will be to use Content-Length. This issue allows a malicious server to cause the client to read large amounts of data into...

9.1CVSS6.8AI score0.01594EPSS
SaveExploits0References5
Snyk
Snyk
added 2025/12/01 6:2 p.m.2 views

Allocation of Resources Without Limits or Throttling

Overview Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling via the http.client.HTTPResponse.read function when used without arguments. An attacker can exhaust system memory and potentially cause application or system instability by sending a...

7.5CVSS7.3AI score0.01594EPSS
SaveExploits0References2
OSV
OSV
added 2025/11/12 10:15 p.m.11 views

PYSEC-2025-112

DuckDB is a SQL database management system. DuckDB implemented block-based encryption of DB on the filesystem starting with DuckDB 1.4.0. There are a few issues related to this implementation. The DuckDB can fall back to an insecure random number generator pcg32 to generate cryptographic keys or...

6.5CVSS5.8AI score0.00109EPSS
SaveExploits0References4
NVD
NVD
added 2025/11/12 10:15 p.m.10 views

CVE-2025-64429

DuckDB is a SQL database management system. DuckDB implemented block-based encryption of DB on the filesystem starting with DuckDB 1.4.0. There are a few issues related to this implementation. The DuckDB can fall back to an insecure random number generator pcg32 to generate cryptographic keys or...

6.9CVSS0.00109EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/11/12 9:32 p.m.7 views

EUVD-2025-150399

DuckDB is a SQL database management system. DuckDB implemented block-based encryption of DB on the filesystem starting with DuckDB 1.4.0. There are a few issues related to this implementation. The DuckDB can fall back to an insecure random number generator pcg32 to generate cryptographic keys or...

6.9CVSS6.9AI score0.00109EPSS
SaveExploits0References4
CVE
CVE
added 2025/11/12 9:32 p.m.39 views

CVE-2025-64429

DuckDB 1.4.0–pre-1.4.2 encryption implementation is vulnerable due to multiple cryptographic weaknesses: insecure RNG (pcg32 fallback), possible memory wipe omission (memset) leaving secrets, and header manipulation could downgrade from GCM to CTR, bypassing integrity. There may also be unhandled...

6.9CVSS7.1AI score0.00109EPSS
SaveExploits0References4Affected Software1
Snyk
Snyk
added 2025/11/12 8:45 p.m.1 views

Improper Verification of Cryptographic Signature

Overview Affected versions of this package are vulnerable to Improper Verification of Cryptographic Signature via incomplete validation of attestation documents in the attestation verification process. An attacker can cause clients to trust enclaves that do not meet expected integrity guarantees ...

9.3CVSS6.5AI score0.00134EPSS
SaveExploits1References2
EUVD
EUVD
added 2025/11/11 8:46 p.m.3 views

EUVD-2025-99086

Malicious code in explicitdamselflyz3n npm...

6.6AI score
SaveExploits0
EUVD
EUVD
added 2025/11/11 8:11 p.m.3 views

EUVD-2025-105432

Malicious code in explicitstorkz3n npm...

6.6AI score
SaveExploits0
Rows per page
Query Builder