Lucene search
+L

265548 matches found

OSV
OSV
added 2026/09/04 3:54 p.m.9 views

CVE-2026-80824 usb: usbfs: fix use-after-free of usb_device in usbdev_release()

In the Linux kernel, the following vulnerability has been resolved: usb: usbfs: fix use-after-free of usbdevice in usbdevrelease usbdevrelease drops its reference to the struct usbdevice before draining the list of completed async URBs, but that drain path reads back through the same object:...

6.2AI score
SaveExploits0References12
CVE
CVE
added 2026/09/04 3:27 p.m.15 views

CVE-2026-80823

CVE-2026-80823 is a Linux kernel vulnerability in the nfc: st21nfca NFC driver. The function st21nfca_tm_recv_atr_req() validates that a received ATR_REQ frame meets a minimum size and that its self-declared length is at least the struct size, but never checks that the declared length does not ex...

5.3AI score0.00195EPSS
SaveExploits0References9
OSV
OSV
added 2026/09/04 3:27 p.m.5 views

CVE-2026-80823 nfc: st21nfca: validate ATR_REQ length against the received frame

In the Linux kernel, the following vulnerability has been resolved: nfc: st21nfca: validate ATRREQ length against the received frame st21nfcatmrecvatrreq checks that the received ATRREQ frame is at least ST21NFCAATRREQMINSIZE and that the self-declared atrreq-length is at least sizeofstruct...

5.6AI score
SaveExploits0References12
EUVD
EUVD
added 2026/09/04 3:27 p.m.7 views

EUVD-2026-71265

In the Linux kernel, the following vulnerability has been resolved: nfc: st21nfca: validate ATRREQ length against the received frame st21nfcatmrecvatrreq checks that the received ATRREQ frame is at least ST21NFCAATRREQMINSIZE and that the self-declared atrreq-length is at least sizeofstruct...

5.3AI score0.00195EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2026/09/04 3:27 p.m.13 views

CVE-2026-80823

In the Linux kernel, the following vulnerability has been resolved: nfc: st21nfca: validate ATRREQ length against the received frame st21nfcatmrecvatrreq checks that the received ATRREQ frame is at least ST21NFCAATRREQMINSIZE and that the self-declared atrreq-length is at least sizeofstruct...

5.3AI score0.00195EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/04 3:27 p.m.10 views

EUVD-2026-71264

In the Linux kernel, the following vulnerability has been resolved: mailbox: mchp-ipc-sbi: Add null check for devmkasprintf Add a check to see if devmkasprintf is not NULL in mchpipcgetclusteraggrirq, returning -ENOMEM if the function failed...

5.3AI score0.00168EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/04 3:27 p.m.19 views

CVE-2026-80822

CVE-2026-80822 affects the Linux kernel's mchp-ipc-sbi mailbox driver. The root cause is a missing null check on the return value of devm_kasprintf() in the function mchp_ipc_get_cluster_aggr_irq() . Without this check, a failed allocation could lead to a NULL pointer dereference. The fix adds a ...

5.3AI score0.00168EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/04 3:27 p.m.11 views

CVE-2026-80822 mailbox: mchp-ipc-sbi: Add null check for devm_kasprintf()

In the Linux kernel, the following vulnerability has been resolved: mailbox: mchp-ipc-sbi: Add null check for devmkasprintf Add a check to see if devmkasprintf is not NULL in mchpipcgetclusteraggrirq, returning -ENOMEM if the function failed...

5.6AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/09/04 3:27 p.m.14 views

CVE-2026-80822

In the Linux kernel, the following vulnerability has been resolved: mailbox: mchp-ipc-sbi: Add null check for devmkasprintf Add a check to see if devmkasprintf is not NULL in mchpipcgetclusteraggrirq, returning -ENOMEM if the function failed...

5.3AI score0.00168EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/09/04 3:27 p.m.35 views

CVE-2026-80822 mailbox: mchp-ipc-sbi: Add null check for devm_kasprintf()

In the Linux kernel, the following vulnerability has been resolved: mailbox: mchp-ipc-sbi: Add null check for devmkasprintf Add a check to see if devmkasprintf is not NULL in mchpipcgetclusteraggrirq, returning -ENOMEM if the function failed...

0.00168EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/04 3:27 p.m.17 views

CVE-2026-80821

CVE-2026-80821 affects the Linux kernel 's nvmet pci-epf driver (NVM Express over Fabrics Target, PCIe Endpoint Function). The vulnerability is a reference leak in nvmet_pci_epf_create_cq(): when PCI address-space mapping fails or returns a too-small partial mapping after nvmet_cq_create() succee...

5.6AI score0.00168EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/09/04 3:27 p.m.12 views

CVE-2026-80821

In the Linux kernel, the following vulnerability has been resolved: nvmet: pci-epf: put CQ ref on createcq mapping failure nvmetpciepfcreatecq calls nvmetcqcreate, which takes a reference on the controller and installs the completion queue. If the subsequent PCI address-space mapping fails or...

5.6AI score0.00168EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/04 3:27 p.m.8 views

EUVD-2026-71263

In the Linux kernel, the following vulnerability has been resolved: nvmet: pci-epf: put CQ ref on createcq mapping failure nvmetpciepfcreatecq calls nvmetcqcreate, which takes a reference on the controller and installs the completion queue. If the subsequent PCI address-space mapping fails or...

5.6AI score0.00168EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/04 3:27 p.m.13 views

CVE-2026-80821 nvmet: pci-epf: put CQ ref on create_cq mapping failure

In the Linux kernel, the following vulnerability has been resolved: nvmet: pci-epf: put CQ ref on createcq mapping failure nvmetpciepfcreatecq calls nvmetcqcreate, which takes a reference on the controller and installs the completion queue. If the subsequent PCI address-space mapping fails or...

5.8AI score
SaveExploits0References7
EUVD
EUVD
added 2026/09/04 3:13 p.m.6 views

EUVD-2026-71255

In the Linux kernel, the following vulnerability has been resolved: xfs: don't livelock in scrub on a circular unlinked list LOLLM points out that online fsck can livelock if an unlinked inode list contains a loop. Use a bitmap to detect cycles...

5.3AI score0.00168EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/04 3:13 p.m.5 views

CVE-2026-80820 xfs: don't livelock in scrub on a circular unlinked list

In the Linux kernel, the following vulnerability has been resolved: xfs: don't livelock in scrub on a circular unlinked list LOLLM points out that online fsck can livelock if an unlinked inode list contains a loop. Use a bitmap to detect cycles...

5.6AI score
SaveExploits0References7
CVE
CVE
added 2026/09/04 3:13 p.m.20 views

CVE-2026-80820

CVE-2026-80820 affects the Linux kernel's XFS filesystem , specifically the online scrub (fsck) functionality. The root cause is a livelock that occurs when an unlinked inode list contains a circular loop , causing the scrub process to get stuck in an infinite cycle. The fix, referenced in upstre...

5.3AI score0.00168EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/04 3:13 p.m.16 views

CVE-2026-80819

CVE-2026-80819 is a null pointer dereference in the Linux kernel 's Bluetooth RFCOMM subsystem. The flaw occurs when rfcomm_sock_recvmsg() calls rfcomm_dlc_accept() without holding rfcomm_mutex. A remote peer can trigger the bug by sending a DISC frame on a deferred-setup DLC, which clears d->...

5.5AI score0.00195EPSS
SaveExploits0References9
EUVD
EUVD
added 2026/09/04 3:13 p.m.6 views

EUVD-2026-71254

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: RFCOMM: take rfcommmutex for the deferred setup accept rfcommsockrecvmsg completes a deferred setup by calling rfcommdlcaccept without holding any RFCOMM lock: if testandclearbitRFCOMMDEFERSETUP, &d-flags...

5.5AI score0.00195EPSS
SaveExploits0References9
OSV
OSV
added 2026/09/04 3:13 p.m.8 views

CVE-2026-80818 iommu/tegra241-cmdqv: Fix CMD_SYNC use-after-free on teardown

In the Linux kernel, the following vulnerability has been resolved: iommu/tegra241-cmdqv: Fix CMDSYNC use-after-free on teardown armsmmuimplremove is registered as a devres action in armsmmuimplprobe, before armsmmuinitqueues allocates smmu-cmdq.q.base. On a devres unwind, whether a failed probe ...

5.8AI score
SaveExploits0References7
Rows per page
Query Builder