Lucene search
+L

4380 matches found

OSV
OSV
added 2026/07/25 8:49 a.m.7 views

CVE-2026-64312 crypto: pcrypt - restore callback for non-parallel fallback

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.7AI score0.00501EPSS
SaveExploits0References11
Debian CVE
Debian CVE
added 2026/07/25 8:49 a.m.7 views

CVE-2026-64312

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.7AI score0.00501EPSS
SaveExploits0
CVE
CVE
added 2026/07/25 8:49 a.m.14 views

CVE-2026-64312

The CVE-2026-64312 vulnerability affects the Linux kernel crypto/pcrypt path. Specifically, when padata_do_parallel() returns -EBUSY and the code falls back to invoking the child AEAD directly, the padata completion callback must not be kept. Otherwise, an asynchronous completion could run pcrypt...

7.5CVSS5.8AI score0.00501EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/25 8:49 a.m.30 views

CVE-2026-64312 crypto: pcrypt - restore callback for non-parallel fallback

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.5CVSS0.00501EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/25 8:49 a.m.6 views

EUVD-2026-49024

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...

5.8AI score0.00501EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/25 8:49 a.m.7 views

CVE-2026-64266 fuse: re-lock request before returning from fuse_ref_folio()

In the Linux kernel, the following vulnerability has been resolved: fuse: re-lock request before returning from fusereffolio fusereffolio unlocks the request but does not re-lock it before returning. fusechanabort can end the request and the async end callback eg fusewritepagefree can free the ar...

7.8CVSS5.7AI score0.0016EPSS
SaveExploits0References11
Cvelist
Cvelist
added 2026/07/25 8:49 a.m.32 views

CVE-2026-64266 fuse: re-lock request before returning from fuse_ref_folio()

In the Linux kernel, the following vulnerability has been resolved: fuse: re-lock request before returning from fusereffolio fusereffolio unlocks the request but does not re-lock it before returning. fusechanabort can end the request and the async end callback eg fusewritepagefree can free the ar...

7.8CVSS0.0016EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/07/25 12:0 a.m.11 views

PT-2026-64675

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: run gadget disconnect from sleepable suspend context dwc3 gadget suspend takes dwc-lock with IRQs disabled and then calls dwc3 disconnect gadget. For async callbacks that helper only uses plain spin unlock/spin lock, s...

5.7AI score0.0018EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2026/07/25 12:0 a.m.11 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.0016EPSS
SaveExploits0References10
Positive Technologies
Positive Technologies
added 2026/07/25 12:0 a.m.18 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.00161EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/25 12:0 a.m.7 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
SaveExploits0References10
NVD
NVD
added 2026/07/24 4:16 p.m.8 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...

0.00165EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/24 4:16 p.m.4 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...

5.6AI score0.00165EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/24 3:27 p.m.15 views

CVE-2026-64242

In the Linux kernel, the net2280 USB gadget driver fix eliminates a double-free in the probe error path. The gadget_init registers gadget_release() as the release callback; net2280_remove() tears down the device and drops the gadget reference with usb_put_gadget(). A subsequent kfree(dev) could f...

5.7AI score0.00165EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/24 3:27 p.m.29 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.00165EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/24 3:27 p.m.7 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 score0.00165EPSS
SaveExploits0References11
OSV
OSV
added 2026/07/24 3:23 p.m.5 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 score0.00155EPSS
SaveExploits0References5
NVD
NVD
added 2026/07/24 4:16 a.m.7 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.00206EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/24 2:31 a.m.6 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.00206EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/07/22 12:0 a.m.16 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.00516EPSS
SaveExploits0References3
Rows per page
Query Builder