Lucene search
+L

2419 matches found

NVD
NVD
•added 2026/07/25 10:17 a.m.•14 views

CVE-2026-64521

In the Linux kernel, the following vulnerability has been resolved: pinctrl: meson: amlogic-a4: fix deadlock issue Accessing the pinconf-pins sysfs node may deadlock. pinconfpinsshow holds pctldev-mutex, and the platform driver calls pinctrlfindgpiorangefrompin, which tries to acquire the same...

0.00206EPSS
SaveExploits0References3
NVD
NVD
•added 2026/07/25 10:17 a.m.•45 views

CVE-2026-64517

In the Linux kernel, the following vulnerability has been resolved: drm/xe/gsc: Fix double-free of managed BO in error path The error path in xegscinitposthwconfig explicitly frees a BO allocated with xemanagedbocreatepinmap via xebounpinmapnovm. Since the managed BO already has a devm cleanup...

0.00209EPSS
SaveExploits0References4
NVD
NVD
•added 2026/07/25 10:17 a.m.•16 views

CVE-2026-64468

In the Linux kernel, the following vulnerability has been resolved: binder: fix UAF in binderfreetransaction In binderfreetransaction, the t-toproc is read under the t-lock. However, once the t-lock is dropped, the toproc can die in parallel. This leads to a use-after-free error when we attempt t...

7.8CVSS0.00171EPSS
SaveExploits0References8
NVD
NVD
•added 2026/07/25 10:17 a.m.•11 views

CVE-2026-64285

In the Linux kernel, the following vulnerability has been resolved: KVM: SEV: Pin source page for write when adding CPUID data for SNP guest When populating a guestmemfd instance with the initial CPUID data for an SNP guest, acquire a writable pin on the source page as KVM will write back the...

5.5CVSS0.00141EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/07/25 10:17 a.m.•20 views

CVE-2026-64280

In the Linux kernel, the following vulnerability has been resolved: fpga: dfl-afu: validate DMA mapping length in afudmamapregion afuioctldmamap accepts a 64-bit length from userspace via DFLFPGAPORTDMAMAP ioctl without an upper bound check. The value is passed to afudmapinpages where npages is...

8.8CVSS5.3AI score0.00169EPSS
SaveExploits0References16
EUVD
EUVD
•added 2026/07/25 9:14 a.m.•20 views

EUVD-2026-48865

In the Linux kernel, the following vulnerability has been resolved: pinctrl: meson: amlogic-a4: fix deadlock issue Accessing the pinconf-pins sysfs node may deadlock. pinconfpinsshow holds pctldev-mutex, and the platform driver calls pinctrlfindgpiorangefrompin, which tries to acquire the same...

5.7AI score0.00206EPSS
SaveExploits0References3
EUVD
EUVD
•added 2026/07/25 9:14 a.m.•18 views

EUVD-2026-48861

In the Linux kernel, the following vulnerability has been resolved: drm/xe/gsc: Fix double-free of managed BO in error path The error path in xegscinitposthwconfig explicitly frees a BO allocated with xemanagedbocreatepinmap via xebounpinmapnovm. Since the managed BO already has a devm cleanup...

5.8AI score0.00209EPSS
SaveExploits0References4
attackerkb
attackerkb
•added 2026/07/25 9:14 a.m.•11 views

CVE-2026-64517

In the Linux kernel, the following vulnerability has been resolved: drm/xe/gsc: Fix double-free of managed BO in error path The error path in xegscinitposthwconfig explicitly frees a BO allocated with xemanagedbocreatepinmap via xebounpinmapnovm. Since the managed BO already has a devm cleanup...

5.8AI score0.00209EPSS
SaveExploits0References5Affected Software1
OSV
OSV
•added 2026/07/25 9:14 a.m.•11 views

CVE-2026-64517 drm/xe/gsc: Fix double-free of managed BO in error path

In the Linux kernel, the following vulnerability has been resolved: drm/xe/gsc: Fix double-free of managed BO in error path The error path in xegscinitposthwconfig explicitly frees a BO allocated with xemanagedbocreatepinmap via xebounpinmapnovm. Since the managed BO already has a devm cleanup...

5.8AI score
SaveExploits0References7
CVE
CVE
•added 2026/07/25 9:14 a.m.•44 views

CVE-2026-64517

The CVE-2026-64517 entry describes a Linux kernel issue in the DRM/xe/gsc path where the error handling in xe_gsc_init_post_hwconfig() explicitly frees a managed BO with xe_bo_unpin_map_no_vm(), causing a double-free because a devm cleanup action is already registered. The fix is to remove the ex...

5.8AI score0.00209EPSS
SaveExploits0References4
EUVD
EUVD
•added 2026/07/25 8:51 a.m.•14 views

EUVD-2026-48846

In the Linux kernel, the following vulnerability has been resolved: iio: adc: adsigmadelta: fix clearpendingevent for registerless devices adsigmadeltaclearpendingevent falls through to the status register read path for devices with hasregisters = false and no rdygpiod. For such devices,...

5.8AI score0.00173EPSS
SaveExploits0References3
attackerkb
attackerkb
•added 2026/07/25 8:51 a.m.•11 views

CVE-2026-64468

In the Linux kernel, the following vulnerability has been resolved: binder: fix UAF in binderfreetransaction In binderfreetransaction, the t-toproc is read under the t-lock. However, once the t-lock is dropped, the toproc can die in parallel. This leads to a use-after-free error when we attempt t...

5.6AI score0.00171EPSS
SaveExploits0References9Affected Software1
EUVD
EUVD
•added 2026/07/25 8:51 a.m.•15 views

EUVD-2026-48812

In the Linux kernel, the following vulnerability has been resolved: binder: fix UAF in binderfreetransaction In binderfreetransaction, the t-toproc is read under the t-lock. However, once the t-lock is dropped, the toproc can die in parallel. This leads to a use-after-free error when we attempt t...

5.7AI score0.00171EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2026/07/25 8:51 a.m.•39 views

CVE-2026-64468 binder: fix UAF in binder_free_transaction()

In the Linux kernel, the following vulnerability has been resolved: binder: fix UAF in binderfreetransaction In binderfreetransaction, the t-toproc is read under the t-lock. However, once the t-lock is dropped, the toproc can die in parallel. This leads to a use-after-free error when we attempt t...

7.8CVSS0.00171EPSS
SaveExploits0References8
CVE
CVE
•added 2026/07/25 8:51 a.m.•88 views

CVE-2026-64468

CVE-2026-64468 (binder UAF) affects the Linux kernel Binder subsystem. The vulnerability occurs in binder_free_transaction() where t->to_proc is read while holding t->lock; after releasing the lock, to_proc can die in parallel, leading to a use-after-free when acquiring its inner lock. Advi...

7.8CVSS5.7AI score0.00171EPSS
SaveExploits0References8
CVE
CVE
•added 2026/07/25 8:49 a.m.•52 views

CVE-2026-64280

The CVE concerns the Linux kernel’s FPGA driver for DFL FPGA management (fpga: dfl-afu). A 64-bit length passed via the DFL_FPGA_PORT_DMA_MAP ioctl to afu_ioctl_dma_map() can overflow when computing the number of pages (length >> PAGE_SHIFT) passed to pin_user_pages_fast(), since npages is ...

8.8CVSS5.7AI score0.00169EPSS
SaveExploits0References8Affected Software1
Positive Technologies
Positive Technologies
•added 2026/07/25 12:00 a.m.•21 views

PT-2026-64501

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists where afu ioctl dma map accepts a 64-bit length from userspace via the DFL FPGA PORT DMA MAP ioctl without an upper bound check. This value is passed to afu dma pin pages...

8.8CVSS5.8AI score0.00169EPSS
SaveExploits0
Positive Technologies
Positive Technologies
•added 2026/07/25 12:00 a.m.•14 views

PT-2026-64689

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 7.1.0-rc6 Description A use-after-free error exists in the binder free transaction function. The issue occurs because t-to proc is read while holding t-lock, but the target process can terminate in parallel after...

7.8CVSS6.5AI score0.00171EPSS
SaveExploits0
Positive Technologies
Positive Technologies
•added 2026/07/25 12:00 a.m.•16 views

PT-2026-64723

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the ad sigma delta clear pending event function where it incorrectly falls through to the status register read path for devices that have has registers set to false an...

7.8CVSS6.5AI score0.00173EPSS
SaveExploits0
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/07/25 12:00 a.m.•0 views

CVE-2026-64285: Undefined Security Weakness

In the Linux kernel, the following vulnerability has been resolved: KVM: SEV: Pin source page for write when adding CPUID data for SNP guest When populating a guestmemfd instance with the initial CPUID data for an SNP guest, acquire a writable pin on the source page as KVM will write back the...

5.5CVSS5.9AI score0.00141EPSS
SaveExploits0References3
Rows per page
Query Builder