Lucene search
+L

64668 matches found

NVD
NVD
added 2026/07/19 12:16 p.m.15 views

CVE-2026-63821

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: usb: fix memory leaks on USB write failures When rtwusbwriteport fails to submit a USB Request Block URB e.g., due to device disconnect or ENOMEM, the completion callback is never executed. Currently, the driver...

0.00172EPSS
SaveExploits0References5
NVD
NVD
added 2026/07/19 12:16 p.m.11 views

CVE-2026-63798

In the Linux kernel, the following vulnerability has been resolved: irqchip/imgpdc: Fix resource leak, add missing chained handler cleanup on remove The driver allocates domain generic chips using irqallocdomaingenericchips during probe and sets up chained handlers using...

5.5CVSS0.00126EPSS
SaveExploits0References8
NVD
NVD
added 2026/07/19 12:16 p.m.10 views

CVE-2026-53382

In the Linux kernel, the following vulnerability has been resolved: media: vidtv: fix NULL pointer dereference in vidtvmuxpushsi syzbot reported a general protection fault in vidtvpsitspsiwriteinto 1. vidtvmuxgetpidctx can return NULL, but vidtvmuxpushsi does not check for this before dereferenci...

5.5CVSS0.00132EPSS
SaveExploits0References9
OSV
OSV
added 2026/07/19 12:02 p.m.9 views

CVE-2026-63832 wifi: mt76: add wcid publish check in mt76_sta_add

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: add wcid publish check in mt76staadd Since mt7925macstaadd publishes wcid, add publish check in mt76staadd to avoid reinitializing the wcid-polllist. Found dev-stapolllist corruption when using mt7925 and 7.1-rc4...

8.8CVSS5.4AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/07/19 12:02 p.m.45 views

CVE-2026-63832 wifi: mt76: add wcid publish check in mt76_sta_add

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: add wcid publish check in mt76staadd Since mt7925macstaadd publishes wcid, add publish check in mt76staadd to avoid reinitializing the wcid-polllist. Found dev-stapolllist corruption when using mt7925 and 7.1-rc4...

8.8CVSS0.00223EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/19 12:02 p.m.10 views

EUVD-2026-45488

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix warning when unbinding If there is an error during some initialization related to firmware, the buffers dp-txringi.txstatus are released. However this is released again when the device is unbinded ath11kpci, and...

5.3AI score0.00174EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/19 12:02 p.m.10 views

EUVD-2026-45487

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: usb: fix memory leaks on USB write failures When rtwusbwriteport fails to submit a USB Request Block URB e.g., due to device disconnect or ENOMEM, the completion callback is never executed. Currently, the driver...

5.3AI score0.00172EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/07/19 12:02 p.m.9 views

CVE-2026-63798

In the Linux kernel, the following vulnerability has been resolved: irqchip/imgpdc: Fix resource leak, add missing chained handler cleanup on remove The driver allocates domain generic chips using irqallocdomaingenericchips during probe and sets up chained handlers using...

5.3AI score0.00126EPSS
SaveExploits0References9Affected Software1
Debian CVE
Debian CVE
added 2026/07/19 12:02 p.m.11 views

CVE-2026-63798

In the Linux kernel, the following vulnerability has been resolved: irqchip/imgpdc: Fix resource leak, add missing chained handler cleanup on remove The driver allocates domain generic chips using irqallocdomaingenericchips during probe and sets up chained handlers using...

5.5CVSS5.3AI score0.00126EPSS
SaveExploits0
OSV
OSV
added 2026/07/19 12:02 p.m.9 views

CVE-2026-63798 irqchip/imgpdc: Fix resource leak, add missing chained handler cleanup on remove

In the Linux kernel, the following vulnerability has been resolved: irqchip/imgpdc: Fix resource leak, add missing chained handler cleanup on remove The driver allocates domain generic chips using irqallocdomaingenericchips during probe and sets up chained handlers using...

5.5AI score
SaveExploits0References11
EUVD
EUVD
added 2026/07/19 12:02 p.m.10 views

EUVD-2026-45464

In the Linux kernel, the following vulnerability has been resolved: irqchip/imgpdc: Fix resource leak, add missing chained handler cleanup on remove The driver allocates domain generic chips using irqallocdomaingenericchips during probe and sets up chained handlers using...

5.5AI score0.00126EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/19 12:02 p.m.11 views

EUVD-2026-45459

In the Linux kernel, the following vulnerability has been resolved: ntfs: serialize volume label accesses Protect vol-volumelabel with a mutex and snaphost the label before copytouser. This prevent a use-after-free when FSIOCSETFSLABEL replaces the vol-volumelabel and FSIOCGETTSLABEL reads it...

5.3AI score0.00121EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/19 11:59 a.m.6 views

CVE-2026-53384 serial: 8250_dw: unregister 8250 port if clk_notifier_register() fails

In the Linux kernel, the following vulnerability has been resolved: serial: 8250dw: unregister 8250 port if clknotifierregister fails dw8250probe registers the 8250 port via serial8250register8250port and then, if the device has a clock, registers a clock notifier. If clknotifierregister fails,...

9.8CVSS5.4AI score
SaveExploits0References10
ATTACKERKB
ATTACKERKB
added 2026/07/19 11:59 a.m.7 views

CVE-2026-53383

In the Linux kernel, the following vulnerability has been resolved: ksmbd: reject non-VALID session in compound request branch smb2checkusersession takes a shortcut for any operation that is not the first in a COMPOUND request: it reuses work-sess the session bound by the first operation and...

5.4AI score0.0069EPSS
SaveExploits0References9Affected Software1
NVD
NVD
added 2026/07/19 11:16 a.m.11 views

CVE-2026-53379

In the Linux kernel, the following vulnerability has been resolved: media: i2c: ov8856: free control handler on error in ov8856initcontrols The control handler wasn't freed if adding controls failed, add an error exit label and convert the existing error return to use it...

5.5CVSS0.0012EPSS
SaveExploits0References7
NVD
NVD
added 2026/07/19 11:16 a.m.13 views

CVE-2026-53376

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Add upper bound check for numofnodes drm/amdkfd: Add upper bound check for numofnodes in kfdioctlgetprocessaperturesnew. cherry picked from commit 98ff46a5ea090c14d2cdb4f5b993b05d74f3949f...

5.5CVSS0.00125EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/19 11:11 a.m.5 views

OESA-2026-3034 gpsd security update

gpsd is a service daemon that mediates access to a GPS sensor connected to the host computer by serial or USB interface, making its data on the location/course/velocity of the sensor available to be queried on TCP port 2947 of the host computer. With gpsd, multiple GPS client applications such as...

7.5CVSS7.8AI score0.00701EPSS
SaveExploits3References3
CVE
CVE
added 2026/07/19 10:01 a.m.35 views

CVE-2026-53376

CVE-2026-53376 fixes an upper bound check in drm/amdkfd (kfd_ioctl_get_process_apertures_new) in the Linux kernel, preventing potential out-of-bounds access. The patch sequence is noted as cherry-picked from commit 98ff46a5ea090c14d2cdb4f5b993b05d74f3949f and has been applied to stable kernels fo...

5.5CVSS5.3AI score0.00125EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2026/07/19 10:01 a.m.20 views

CVE-2026-53376

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Add upper bound check for numofnodes drm/amdkfd: Add upper bound check for numofnodes in kfdioctlgetprocessaperturesnew. cherry picked from commit 98ff46a5ea090c14d2cdb4f5b993b05d74f3949f...

5.5CVSS5.2AI score0.00125EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2026/07/19 10:01 a.m.8 views

CVE-2026-53374

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: zero-initialize GART table on allocation GART TLB is flushed after unmapping but not after mapping. Since amdgpubocreatekernel does not zero-initialize the buffer, when a single PTE is written the TLB may speculativel...

5.3AI score0.0012EPSS
SaveExploits0References7Affected Software1
Rows per page
Query Builder