Lucene search
+L

5607 matches found

Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/07/25 12:00 a.m.•3 views

CVE-2026-64312: Undefined Security Weakness

In the Linux kernel, the following vulnerability has been resolved: crypto: pcrypt - restore callback for non-parallel fallback pcrypt installs pcryptaeaddone on the child AEAD request before trying to submit it through padata. If padatadoparallel returns -EBUSY, pcrypt falls back to calling the...

7.5CVSS5.8AI score0.00501EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
•added 2026/07/25 12:00 a.m.•28 views

PT-2026-64675

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the usb dwc3 component where the dwc3 gadget suspend function acquires dwc-lock with interrupts disabled and subsequently calls dwc3 disconnect gadget. Because the...

6AI score0.00215EPSS
SaveExploits0
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/07/25 12:00 a.m.•1 views

CVE-2026-64336: Missing Release of Memory after Effective Lifetime

In the Linux kernel, the following vulnerability has been resolved: USB: serial: keyspanpda: fix information leak The write callback is supposed to return the number of characters accepted or a negative errno. Since the addition of write fifo support the keyspanpda implementation will however...

5.5CVSS5.7AI score0.00123EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
•added 2026/07/25 12:00 a.m.•18 views

PT-2026-64533

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the pcrypt component of the crypto subsystem. The system installs the pcrypt aead done callback on a child AEAD request before attempting submission via padata. When...

7.5CVSS5.8AI score0.00501EPSS
SaveExploits0
Positive Technologies
Positive Technologies
•added 2026/07/25 12:00 a.m.•17 views

PT-2026-64487

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A use-after-free issue exists in the fuse module. The fuse ref folio function unlocks a request but fails to re-lock it before returning. This allows fuse chan abort to end the request,...

7.8CVSS5.8AI score0.00164EPSS
SaveExploits0
Positive Technologies
Positive Technologies
•added 2026/07/25 12:00 a.m.•33 views

PT-2026-64758

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the drm/hyperv component where the hyperv receive sub function processes VMBus packets without verifying the actual number of bytes written by the host into hv-recv bu...

5.9AI score0.00215EPSS
SaveExploits0
Positive Technologies
Positive Technologies
•added 2026/07/25 12:00 a.m.•33 views

PT-2026-64583

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A use-after-free issue exists in the HID lg-g15 driver. The lg g15 data structure is allocated using devm and contains a work item scheduled by report handlers from device input,...

7.8CVSS6AI score0.00126EPSS
SaveExploits0
Positive Technologies
Positive Technologies
•added 2026/07/25 12:00 a.m.•25 views

PT-2026-64731

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the ACPI NFIT core where improper error cleanup in the acpi nfit init function can lead to a use-after-free condition. If acpi nfit init fails after adding an acpi des...

7CVSS6.1AI score0.00151EPSS
SaveExploits0
Positive Technologies
Positive Technologies
•added 2026/07/25 12:00 a.m.•24 views

PT-2026-64586

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A Use-After-Free UAF issue exists in the HID letsketch driver. The letsketch probe function initializes a per-device timer inrange timer using timer setup, which is subsequently re-armed...

7.8CVSS6.3AI score0.00129EPSS
SaveExploits0
NVD
NVD
•added 2026/07/24 4:16 p.m.•20 views

CVE-2026-64242

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: net2280: Fix double free in probe error path usbinitializegadget installs gadgetrelease as the release callback for the embedded gadget device. The struct net2280 instance is therefore released through gadgetrelease...

7.8CVSS0.00176EPSS
SaveExploits0References8
OSV
OSV
•added 2026/07/24 4:16 p.m.•10 views

DEBIAN-CVE-2026-64242

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: net2280: Fix double free in probe error path usbinitializegadget installs gadgetrelease as the release callback for the embedded gadget device. The struct net2280 instance is therefore released through gadgetrelease...

7.8CVSS5.6AI score0.00176EPSS
SaveExploits0References1
CVE
CVE
•added 2026/07/24 3:27 p.m.•61 views

CVE-2026-64242

The CVE-2026-64242 issue affects the Linux kernel USB gadget net2280 driver. A double free could occur in the probe error path: usb_initialize_gadget() registers gadget_release() as the release callback, so net2280 is freed via gadget_release() when the gadget reference drops. The probe error pat...

7.8CVSS5.7AI score0.00176EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
•added 2026/07/24 3:27 p.m.•44 views

CVE-2026-64242 usb: gadget: net2280: Fix double free in probe error path

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: net2280: Fix double free in probe error path usbinitializegadget installs gadgetrelease as the release callback for the embedded gadget device. The struct net2280 instance is therefore released through gadgetrelease...

0.00176EPSS
SaveExploits0References8
OSV
OSV
•added 2026/07/24 3:27 p.m.•12 views

CVE-2026-64242 usb: gadget: net2280: Fix double free in probe error path

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: net2280: Fix double free in probe error path usbinitializegadget installs gadgetrelease as the release callback for the embedded gadget device. The struct net2280 instance is therefore released through gadgetrelease...

5.7AI score
SaveExploits0References11
OSV
OSV
•added 2026/07/24 3:23 p.m.•11 views

CVE-2026-64211 srcu: Don't queue workqueue handlers to never-online CPUs

In the Linux kernel, the following vulnerability has been resolved: srcu: Don't queue workqueue handlers to never-online CPUs While an srcustruct structure is in the midst of switching from CPU-0 to all-CPUs state, it can attempt to invoke callbacks for CPUs that have never been online. Worse yet...

5.8AI score
SaveExploits0References5
NVD
NVD
•added 2026/07/24 4:16 a.m.•15 views

CVE-2026-6454

The Firelight Lightbox plugin for WordPress is vulnerable to Stored DOM Cross-Site Scripting in versions up to and including 2.3.20. This is due to insufficient sanitization of the href attribute value within the FancyBox V2 PDF beforeLoad JavaScript callback generated in inc/fancybox-2.php, wher...

6.4CVSS0.00357EPSS
SaveExploits0References8
EUVD
EUVD
•added 2026/07/24 2:31 a.m.•15 views

EUVD-2026-48462

The Firelight Lightbox plugin for WordPress is vulnerable to Stored DOM Cross-Site Scripting in versions up to and including 2.3.20. This is due to insufficient sanitization of the href attribute value within the FancyBox V2 PDF beforeLoad JavaScript callback generated in inc/fancybox-2.php, wher...

6.4CVSS5.5AI score0.00357EPSS
SaveExploits0References8
F5 Networks
F5 Networks
•added 2026/07/23 2:21 p.m.•24 views

K000162394: libcurl vulnerability CVE-2026-9080

Security Advisory Description Calling curleasypause within the event-based CURLMOPTSOCKETFUNCTION callback triggers a use-after-free vulnerability, where libcurl attempts to store a flag using a dangling struct pointer immediately after that pointer's memory has been freed. CVE-2026-9080 Impact...

7.3CVSS5AI score0.00494EPSS
SaveExploits1
OSV
OSV
•added 2026/07/22 9:07 a.m.•10 views

SUSE-SU-2026:22895-1 Security update for python-cryptography

This update for python-cryptography fixes the following issues - CVE-2026-41676: openssl: Deriver:derive and PkeyCtxRef:derive can overflow short buffers on OpenSSL 1.1.1 bsc1270208. - CVE-2026-41677: openssl: out-of-bounds read in PEM password callback when returning an oversized length in rust-...

9.3CVSS6.6AI score0.0062EPSS
SaveExploits0References17
Positive Technologies
Positive Technologies
•added 2026/07/22 12:00 a.m.•24 views

PT-2026-63323

The WP Foodbakery plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the 'delete locations backup file callback' function in all versions up to, and including, 4.9. This makes it possible for authenticated attackers, with subscriber-level...

8.1CVSS6.4AI score0.00821EPSS
SaveExploits0References3
Rows per page
Query Builder