Lucene search
+L

12951 matches found

OSV
OSV
added 2026/08/28 6:49 a.m.8 views

CVE-2026-80676 Drivers: hv: vmbus: use generic driver_override infrastructure

In the Linux kernel, the following vulnerability has been resolved: Drivers: hv: vmbus: use generic driveroverride infrastructure When a driver is probed through driverattach, the bus' match callback is called without the device lock held, thus accessing the driveroverride field without a lock,...

5.8AI score
SaveExploits0References7
EUVD
EUVD
added 2026/08/28 6:49 a.m.11 views

EUVD-2026-67535

In the Linux kernel, the following vulnerability has been resolved: mmc: vub300: defer reset until cmdmutex is unlocked vub300cmndworkthread holds cmdmutex while it sends a command and waits for the command response. If the response wait times out, vub300commandresponse kills the command URBs and...

5.8AI score0.0018EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/28 6:49 a.m.12 views

EUVD-2026-67536

In the Linux kernel, the following vulnerability has been resolved: hwmon: occ unregister sysfs devices outside occ lock occactivefalse and occshutdown unregister sysfs-backed devices while occ-lock is held. hwmondeviceunregister and sysfsremovegroup can wait for active sysfs callbacks to drain,...

5.8AI score0.00172EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/28 6:49 a.m.20 views

CVE-2026-80660

CVE-2026-80660 is a lock-ordering deadlock in the Linux kernel's hwmon (occ) driver . The functions occ_active(false) and occ_shutdown() unregister sysfs-backed devices while holding occ->lock, but hwmon_device_unregister() and sysfs_remove_group() may wait for active sysfs callbacks to drain,...

5.8AI score0.00172EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/28 6:49 a.m.10 views

CVE-2026-80660 hwmon: (occ) unregister sysfs devices outside occ lock

In the Linux kernel, the following vulnerability has been resolved: hwmon: occ unregister sysfs devices outside occ lock occactivefalse and occshutdown unregister sysfs-backed devices while occ-lock is held. hwmondeviceunregister and sysfsremovegroup can wait for active sysfs callbacks to drain,...

5.8AI score
SaveExploits0References9
Cvelist
Cvelist
added 2026/08/28 6:48 a.m.36 views

CVE-2026-80633 iommufd: Take dma_resv lock before dma_buf_unpin() in release path

In the Linux kernel, the following vulnerability has been resolved: iommufd: Take dmaresv lock before dmabufunpin in release path dmabufunpin requires the caller to hold the exporter's dmaresv lock: void dmabufunpinstruct dmabufattachment attach ... dmaresvasserthelddmabuf-resv;...

8.8CVSS0.0012EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/28 6:48 a.m.17 views

CVE-2026-80633

CVE-2026-80633 is a locking bug in the Linux kernel iommufd subsystem. The function iopt_release_pages() calls dma_buf_unpin() without holding the required dma_resv lock, causing a kernel WARN every time iommufd_ioas_destroy() or iommufd_ioas_unmap() releases the last reference on a DMABUF-backed...

8.8CVSS5.8AI score0.0012EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/28 6:48 a.m.7 views

EUVD-2026-67509

In the Linux kernel, the following vulnerability has been resolved: iommufd: Take dmaresv lock before dmabufunpin in release path dmabufunpin requires the caller to hold the exporter's dmaresv lock: void dmabufunpinstruct dmabufattachment attach ... dmaresvasserthelddmabuf-resv;...

5.8AI score0.0012EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/08/28 6:48 a.m.9 views

CVE-2026-80633

In the Linux kernel, the following vulnerability has been resolved: iommufd: Take dmaresv lock before dmabufunpin in release path dmabufunpin requires the caller to hold the exporter's dmaresv lock: void dmabufunpinstruct dmabufattachment attach ... dmaresvasserthelddmabuf-resv;...

8.8CVSS5.8AI score0.0012EPSS
SaveExploits0
OSV
OSV
added 2026/08/28 6:48 a.m.8 views

CVE-2026-80633 iommufd: Take dma_resv lock before dma_buf_unpin() in release path

In the Linux kernel, the following vulnerability has been resolved: iommufd: Take dmaresv lock before dmabufunpin in release path dmabufunpin requires the caller to hold the exporter's dmaresv lock: void dmabufunpinstruct dmabufattachment attach ... dmaresvasserthelddmabuf-resv;...

8.8CVSS5.8AI score
SaveExploits0References5
CVE
CVE
added 2026/08/28 6:48 a.m.18 views

CVE-2026-80628

CVE-2026-80628 is a data race in the Linux kernel's ALSA sequencer OSS subsystem. The function snd_seq_oss_readq_clear() resets ring queue state (qlen, head, tail) without holding the q->lock spinlock, while the normal reader and producer paths serialize the same state under that lock. This ra...

7.8CVSS5.8AI score0.00127EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/08/28 6:48 a.m.8 views

CVE-2026-80628

In the Linux kernel, the following vulnerability has been resolved: ALSA: seq: oss: Serialize readq reset state with q-lock sndseqossreadqclear resets qlen, head, and tail without q-lock even though the normal reader and producer paths serialize the same ring state under that spinlock. A reset ca...

7.8CVSS5.8AI score0.00127EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/28 6:48 a.m.6 views

EUVD-2026-67482

In the Linux kernel, the following vulnerability has been resolved: drm/xe/userptr: Hold notifierlock for write on inject test path When CONFIGDRMXEUSERPTRINVALINJECT=y, xeptsvmuserptrprecommit runs vmacheckuserptr with the svm notifierlock taken for read. The test injection causes vmacheckuserpt...

5.8AI score0.00135EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/28 6:48 a.m.11 views

CVE-2026-80606 drm/xe/userptr: Hold notifier_lock for write on inject test path

In the Linux kernel, the following vulnerability has been resolved: drm/xe/userptr: Hold notifierlock for write on inject test path When CONFIGDRMXEUSERPTRINVALINJECT=y, xeptsvmuserptrprecommit runs vmacheckuserptr with the svm notifierlock taken for read. The test injection causes vmacheckuserpt...

7.8CVSS5.8AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/08/28 6:48 a.m.10 views

CVE-2026-80606

In the Linux kernel, the following vulnerability has been resolved: drm/xe/userptr: Hold notifierlock for write on inject test path When CONFIGDRMXEUSERPTRINVALINJECT=y, xeptsvmuserptrprecommit runs vmacheckuserptr with the svm notifierlock taken for read. The test injection causes vmacheckuserpt...

7.8CVSS5.8AI score0.00135EPSS
SaveExploits0
CVE
CVE
added 2026/08/28 6:48 a.m.28 views

CVE-2026-80606

This Linux kernel vulnerability affects the DRM/xe userptr subsystem. When built with CONFIG_DRM_XE_USERPTR_INVAL_INJECT=y (a test/debug option), xe_pt_svm_userptr_pre_commit() acquires the SVM notifier_lock for read, but the injection path eventually calls drm_gpusvm_unmap_pages() which asserts ...

7.8CVSS5.8AI score0.00135EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/28 6:48 a.m.35 views

CVE-2026-80606 drm/xe/userptr: Hold notifier_lock for write on inject test path

In the Linux kernel, the following vulnerability has been resolved: drm/xe/userptr: Hold notifierlock for write on inject test path When CONFIGDRMXEUSERPTRINVALINJECT=y, xeptsvmuserptrprecommit runs vmacheckuserptr with the svm notifierlock taken for read. The test injection causes vmacheckuserpt...

7.8CVSS0.00135EPSS
SaveExploits0References3
Kitploit
Kitploit
added 2026/08/28 6:34 a.m.2 views

LdrLockLiberator

LdrLockLiberator Per quando DLLMain è l'unica via LdrLockLiberator è una raccolta di tecniche per sfuggire o comunque evitare il Loader Lock mentre esegui il tuo codice da DllMain o da qualsiasi altro punto in cui il lock possa essere presente. È stato rilasciato insieme all'articolo "Perfect DLL...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/08/28 3:21 a.m.582 views

lockphish

Lockphish v2.0 Lockphish it's the first tool 07/04/2020 for phishing attacks on the lock screen, designed to grab Windows credentials, Android PIN and iPhone Passcode using a https link. LockPhish Tutorial: https://www.kalilinux.in/2020/05/lockphish.html Author: The Linux Choice Who deleted his...

5.6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/28 3:21 a.m.3 views

lockphish

Lockphish v2.0 Lockphish è il primo strumento 07/04/2020 per attacchi di phishing sulla schermata di blocco, progettato per rubare credenziali Windows, PIN Android e Passcode iPhone utilizzando un link https. Tutorial LockPhish: https://www.kalilinux.in/2020/05/lockphish.html Autore: The Linux...

5.9AI score
SaveExploits0
Rows per page
Query Builder