Lucene search
+L

358867 matches found

Debian CVE
Debian CVE
added 5 days ago5 views

CVE-2026-68193

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7925: drop TXRXNOTIFY on non-mmio buses PKTTYPETXRXNOTIFY is an mmio-only event, but mt7925rxcheck and mt7925queuerxskb dispatch it to mt7925mactxfree on every bus. mt7925mactxfree cleans the DMA tx queues with...

5.2AI score0.002EPSS
SaveExploits0
EUVD
EUVD
added 5 days ago6 views

EUVD-2026-55294

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7925: drop TXRXNOTIFY on non-mmio buses PKTTYPETXRXNOTIFY is an mmio-only event, but mt7925rxcheck and mt7925queuerxskb dispatch it to mt7925mactxfree on every bus. mt7925mactxfree cleans the DMA tx queues with...

5.2AI score0.002EPSS
SaveExploits0References4
CVE
CVE
added 5 days ago24 views

CVE-2026-68193

The CVE-2026-68193 entry concerns the Linux kernel’s wifi mt76 mt7925 driver. A TXRX_NOTIFY event is mmio-only, but mt7925_rx_check() and mt7925_queue_rx_skb() dispatched it to mt7925_mac_tx_free() on non-mmio buses, where tx cleanup called a NULL queue_ops->tx_cleanup() on USB. This caused a ...

5.2AI score0.002EPSS
SaveExploits0References4
EUVD
EUVD
added 5 days ago5 views

EUVD-2026-55293

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: make releasescratchbuffers idempotent brcmfpciereleasescratchbuffers frees the shared.scratch and shared.ringupd DMA buffers with dmafreecoherent but does not clear the pointers afterwards, unlike the sibling...

5.3AI score0.00398EPSS
SaveExploits0References5
Cvelist
Cvelist
added 5 days ago34 views

CVE-2026-68192 wifi: brcmfmac: make release_scratchbuffers idempotent

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: make releasescratchbuffers idempotent brcmfpciereleasescratchbuffers frees the shared.scratch and shared.ringupd DMA buffers with dmafreecoherent but does not clear the pointers afterwards, unlike the sibling...

8.8CVSS0.00398EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 5 days ago6 views

CVE-2026-68192

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: make releasescratchbuffers idempotent brcmfpciereleasescratchbuffers frees the shared.scratch and shared.ringupd DMA buffers with dmafreecoherent but does not clear the pointers afterwards, unlike the sibling...

8.8CVSS5.2AI score0.00398EPSS
SaveExploits0
CVE
CVE
added 5 days ago26 views

CVE-2026-68192

CVE-2026-68192 — normal mode Affect: Linux kernel with the brcmfmac WLAN driver. The function brcmf_pcie_release_scratchbuffers frees DMA buffers (shared.scratch and shared.ringupd) via dma_free_coherent() but does not clear the pointers, unlike release_ringbuffers(), which NULLs related pointers...

8.8CVSS5.3AI score0.00398EPSS
SaveExploits0References5
OSV
OSV
added 5 days ago4 views

CVE-2026-68192 wifi: brcmfmac: make release_scratchbuffers idempotent

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: make releasescratchbuffers idempotent brcmfpciereleasescratchbuffers frees the shared.scratch and shared.ringupd DMA buffers with dmafreecoherent but does not clear the pointers afterwards, unlike the sibling...

8.8CVSS5.3AI score
SaveExploits0References8
OSV
OSV
added 5 days ago5 views

CVE-2026-68191 wifi: ath12k: fix NULL pointer dereference in rhash table destroy

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix NULL pointer dereference in rhash table destroy When unbinding the ath12k driver, kernel NULL pointer dereferences occur in irqworksync called from rhashtabledestroy. Two hash tables are affected: 1. ath12klinks...

5.4AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 5 days ago6 views

CVE-2026-68191

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix NULL pointer dereference in rhash table destroy When unbinding the ath12k driver, kernel NULL pointer dereferences occur in irqworksync called from rhashtabledestroy. Two hash tables are affected: 1. ath12klinks...

5.3AI score0.00189EPSS
SaveExploits0
CVE
CVE
added 5 days ago25 views

CVE-2026-68190

CVE-2026-68190 affects the Linux kernel staging/rtl8723bs driver, specifically the function rtw_get_wps_ie() in processing of IE data from network frames. The vulnerability arises from insufficient bounds checking: the code reads in_ie[cnt+1] without verifying cnt+1

5.4AI score0.002EPSS
SaveExploits0References5
OSV
OSV
added 5 days ago5 views

CVE-2026-68190 staging: rtl8723bs: fix OOB reads in rtw_get_wps_ie()

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB reads in rtwgetwpsie rtwgetwpsie iterates over IE data from network frames without validating that the IE header and payload fit within the remaining buffer before reading them. Specifically: - iniecnt...

5.4AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 5 days ago7 views

CVE-2026-68190

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB reads in rtwgetwpsie rtwgetwpsie iterates over IE data from network frames without validating that the IE header and payload fit within the remaining buffer before reading them. Specifically: - iniecnt...

5.5AI score0.002EPSS
SaveExploits0
EUVD
EUVD
added 5 days ago7 views

EUVD-2026-55291

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB reads in rtwgetwpsie rtwgetwpsie iterates over IE data from network frames without validating that the IE header and payload fit within the remaining buffer before reading them. Specifically: - iniecnt...

5.4AI score0.002EPSS
SaveExploits0References5
EUVD
EUVD
added 5 days ago5 views

EUVD-2026-55290

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: Protect UUID list traversal The hcisync conversion moved class-of-device and EIR generation from an HCI request built under hdev-lock to asynchronous command sync work. The worker holds hdev-reqlock, but that...

5.4AI score0.00159EPSS
SaveExploits0References5
Cvelist
Cvelist
added 5 days ago24 views

CVE-2026-68189 Bluetooth: hci_sync: Protect UUID list traversal

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: Protect UUID list traversal The hcisync conversion moved class-of-device and EIR generation from an HCI request built under hdev-lock to asynchronous command sync work. The worker holds hdev-reqlock, but that...

7.8CVSS0.00159EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 5 days ago6 views

CVE-2026-68189

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: Protect UUID list traversal The hcisync conversion moved class-of-device and EIR generation from an HCI request built under hdev-lock to asynchronous command sync work. The worker holds hdev-reqlock, but that...

7.8CVSS5.3AI score0.00159EPSS
SaveExploits0
CVE
CVE
added 5 days ago30 views

CVE-2026-68189

CVE-2026-68189 affects the Linux kernel Bluetooth hci_sync component. A race between asynchronous command sync work and UUID list updates can cause a use-after-free in eir_create due to non-serialized access to hdev->uuids. The fix/mitigation is to hold hdev->lock while generating and commi...

7.8CVSS5.4AI score0.00159EPSS
SaveExploits0References5
OSV
OSV
added 5 days ago4 views

CVE-2026-68189 Bluetooth: hci_sync: Protect UUID list traversal

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: Protect UUID list traversal The hcisync conversion moved class-of-device and EIR generation from an HCI request built under hdev-lock to asynchronous command sync work. The worker holds hdev-reqlock, but that...

7.8CVSS5.5AI score
SaveExploits0References8
CVE
CVE
added 5 days ago28 views

CVE-2026-68188

CVE-2026-68188 : In the Linux kernel Bluetooth RFCOMM path, a race caused use-after-free in rfcomm_send_rpn when rfcomm_tty_set_termios tests dlc->session without holding rfcomm_mutex and the DLC/session is freed by krfcommd. The fix adds rfcomm_dlc_send_rpn() that holds rfcomm_mutex while ver...

5.4AI score0.002EPSS
SaveExploits0References5
Rows per page
Query Builder