Lucene search
+L

488741 matches found

CVE
CVE
added 2026/08/28 6:48 a.m.19 views

CVE-2026-80608

This Linux kernel vulnerability affects the accel/amdxdna driver (AMD XDNA accelerator). When force_iova mode is enabled, a race condition exists during device removal: amdxdna_remove() frees the xdna->domain IOMMU domain, and a subsequent call to amdxdna_gem_obj_free() may access that freed m...

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

CVE-2026-80608 accel/amdxdna: Fix iommu domain lifetime race during device removal

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix iommu domain lifetime race during device removal When forceiova mode is enabled, amdxdnaremove frees xdna-domain. If amdxdnagemobjfree is called after device removal, it may attempt to access xdna-domain,...

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

CVE-2026-80609

In the Linux kernel, the following vulnerability has been resolved: qede: fix out-of-bounds check for cqe-lenlist Move index check before element access...

9.8CVSS5.8AI score0.00509EPSS
SaveExploits0
CVE
CVE
added 2026/08/28 6:48 a.m.19 views

CVE-2026-80609

This vulnerability affects the qede (Qualcomm Ethernet) driver in the Linux kernel . The root cause is an out-of-bounds access on the cqe->len_list[] array, where the index bounds check was performed after the element was already accessed, allowing an out-of-bounds read or write. The fix moves...

9.8CVSS5.8AI score0.00509EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/28 6:48 a.m.11 views

CVE-2026-80608 accel/amdxdna: Fix iommu domain lifetime race during device removal

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix iommu domain lifetime race during device removal When forceiova mode is enabled, amdxdnaremove frees xdna-domain. If amdxdnagemobjfree is called after device removal, it may attempt to access xdna-domain,...

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

CVE-2026-80609 qede: fix out-of-bounds check for cqe->len_list[]

In the Linux kernel, the following vulnerability has been resolved: qede: fix out-of-bounds check for cqe-lenlist Move index check before element access...

9.8CVSS5.8AI score
SaveExploits0References10
OSV
OSV
added 2026/08/28 6:48 a.m.7 views

CVE-2026-80607 tracing/probes: Remove WARN_ON_ONCE from parse_btf_arg

In the Linux kernel, the following vulnerability has been resolved: tracing/probes: Remove WARNONONCE from parsebtfarg Sashiko found that user can cause this WARNONONCE easily with adding a kprobe event based on a raw address with BTF parameter. Since this is not an unexpected condition, remove t...

5.8AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/08/28 6:48 a.m.6 views

CVE-2026-80607

In the Linux kernel, the following vulnerability has been resolved: tracing/probes: Remove WARNONONCE from parsebtfarg Sashiko found that user can cause this WARNONONCE easily with adding a kprobe event based on a raw address with BTF parameter. Since this is not an unexpected condition, remove t...

5.8AI score0.00166EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/28 6:48 a.m.8 views

EUVD-2026-67483

In the Linux kernel, the following vulnerability has been resolved: tracing/probes: Remove WARNONONCE from parsebtfarg Sashiko found that user can cause this WARNONONCE easily with adding a kprobe event based on a raw address with BTF parameter. Since this is not an unexpected condition, remove t...

5.8AI score0.00166EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/28 6:48 a.m.18 views

CVE-2026-80607

CVE-2026-80607 affects the Linux kernel in the tracing/probes subsystem. The issue is a WARN_ON_ONCE() in parse_btf_arg that can be easily triggered by a user adding a kprobe event based on a raw address with a BTF parameter . Since this is not truly an unexpected condition, the fix removes the w...

5.8AI score0.00166EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/28 6:48 a.m.10 views

EUVD-2026-67481

In the Linux kernel, the following vulnerability has been resolved: HID: picolcd: prevent NULL pointer dereference in picolcdsendandwait In picolcdsendandwait, an integer overflow of the signed loop counter 'k' can theoretically lead to a NULL pointer dereference of 'rawdata'. If the loop execute...

5.9AI score0.00176EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/08/28 6:48 a.m.9 views

CVE-2026-80605

In the Linux kernel, the following vulnerability has been resolved: HID: picolcd: prevent NULL pointer dereference in picolcdsendandwait In picolcdsendandwait, an integer overflow of the signed loop counter 'k' can theoretically lead to a NULL pointer dereference of 'rawdata'. If the loop execute...

5.8AI score0.00176EPSS
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
Debian CVE
Debian CVE
added 2026/08/28 6:48 a.m.8 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
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
CVE
CVE
added 2026/08/28 6:48 a.m.23 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
CVE
CVE
added 2026/08/28 6:48 a.m.14 views

CVE-2026-80605

CVE-2026-80605 affects the Linux kernel in the HID: picolcd driver, specifically the picolcd_send_and_wait() function. The root cause is an integer overflow of the signed loop counter k: if the loop executes more than INT_MAX times, k wraps to a negative value, causing the condition k

5.9AI score0.00176EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/28 6:48 a.m.5 views

CVE-2026-80605 HID: picolcd: prevent NULL pointer dereference in picolcd_send_and_wait()

In the Linux kernel, the following vulnerability has been resolved: HID: picolcd: prevent NULL pointer dereference in picolcdsendandwait In picolcdsendandwait, an integer overflow of the signed loop counter 'k' can theoretically lead to a NULL pointer dereference of 'rawdata'. If the loop execute...

5.9AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 2026/08/28 6:48 a.m.7 views

CVE-2026-80604

In the Linux kernel, the following vulnerability has been resolved: HID: core: Fix OOB read in hidgetreport for numbered reports When a caller passes a size of 0 to hidreportrawevent for a numbered report, the function originally called hidgetreport before performing any size validation. Inside...

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

EUVD-2026-67480

In the Linux kernel, the following vulnerability has been resolved: HID: core: Fix OOB read in hidgetreport for numbered reports When a caller passes a size of 0 to hidreportrawevent for a numbered report, the function originally called hidgetreport before performing any size validation. Inside...

5.8AI score0.00266EPSS
SaveExploits0References8
Rows per page
Query Builder