Lucene search
+L

4412 matches found

CVE
CVE
added 2026/07/25 8:50 a.m.18 views

CVE-2026-64362

In CVE-2026-64362, a Linux kernel LG-G15 HID driver use-after-free occurs when unplugging a keyboard with a pending work item. The driver allocated lg_g15_data with devm and did not cancel the scheduled work on remove, potentially dereferencing freed memory via a race on device unplug. The fix ad...

5.7AI score0.00177EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/25 8:50 a.m.8 views

CVE-2026-64362 HID: lg-g15: cancel pending work on remove to fix a use-after-free

In the Linux kernel, the following vulnerability has been resolved: HID: lg-g15: cancel pending work on remove to fix a use-after-free lgg15data is allocated with devm and holds a work item. The report handlers schedule that work straight from device input. lgg15event and lgg15v2event do it on th...

5.7AI score
SaveExploits0References11
EUVD
EUVD
added 2026/07/25 8:50 a.m.8 views

EUVD-2026-48906

In the Linux kernel, the following vulnerability has been resolved: HID: lg-g15: cancel pending work on remove to fix a use-after-free lgg15data is allocated with devm and holds a work item. The report handlers schedule that work straight from device input. lgg15event and lgg15v2event do it on th...

5.7AI score0.00177EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/25 8:50 a.m.30 views

CVE-2026-64358 media: mtk-jpeg: cancel workqueue on release for supported platforms only

In the Linux kernel, the following vulnerability has been resolved: media: mtk-jpeg: cancel workqueue on release for supported platforms only Since a recent fix the mtkjpegrelease function cancels any pending or running work present in the driver workqueue using cancelworksync function. Currently...

0.00168EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/07/25 8:50 a.m.7 views

EUVD-2026-48902

In the Linux kernel, the following vulnerability has been resolved: media: mtk-jpeg: cancel workqueue on release for supported platforms only Since a recent fix the mtkjpegrelease function cancels any pending or running work present in the driver workqueue using cancelworksync function. Currently...

5.8AI score0.00168EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/25 8:50 a.m.7 views

CVE-2026-64358 media: mtk-jpeg: cancel workqueue on release for supported platforms only

In the Linux kernel, the following vulnerability has been resolved: media: mtk-jpeg: cancel workqueue on release for supported platforms only Since a recent fix the mtkjpegrelease function cancels any pending or running work present in the driver workqueue using cancelworksync function. Currently...

5.8AI score
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/25 8:50 a.m.29 views

CVE-2026-64336 USB: serial: keyspan_pda: fix information leak

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

0.00173EPSS
SaveExploits0References7
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
OSV
OSV
added 2026/07/25 8:49 a.m.8 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 score
SaveExploits0References11
CVE
CVE
added 2026/07/25 8:49 a.m.19 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.36 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 score
SaveExploits0References11
Cvelist
Cvelist
added 2026/07/25 8:49 a.m.34 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.13 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.8 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
Positive Technologies
Positive Technologies
added 2026/07/25 12:0 a.m.22 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.12 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
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
Rows per page
Query Builder