Lucene search
+L

63962 matches found

CVE
CVE
added 6 days ago31 views

CVE-2026-68199

CVE-2026-68199 concerns a flaw in the Linux kernel’s ath6kl Wi‑Fi driver where the firmware-provided ADDBA window size (win_sz) can be out of range. The out-of-range value is logged but not rejected, causing TID_WINDOW_SZ() to allocate kzalloc memory based on an invalid size, leading to zero-size...

8.8CVSS5.3AI score0.00398EPSS
SaveExploits0References5
OSV
OSV
added 6 days ago3 views

CVE-2026-68199 wifi: ath6kl: fix OOB access from firmware ADDBA window size

In the Linux kernel, the following vulnerability has been resolved: wifi: ath6kl: fix OOB access from firmware ADDBA window size aggrrecvaddbareqevt logs a debug message when the firmware-supplied winsz is outside AGGRWINSZMIN, AGGRWINSZMAX but does not return. The out-of-range winsz is then used...

8.8CVSS5.4AI score
SaveExploits0References8
Cvelist
Cvelist
added 6 days ago33 views

CVE-2026-68199 wifi: ath6kl: fix OOB access from firmware ADDBA window size

In the Linux kernel, the following vulnerability has been resolved: wifi: ath6kl: fix OOB access from firmware ADDBA window size aggrrecvaddbareqevt logs a debug message when the firmware-supplied winsz is outside AGGRWINSZMIN, AGGRWINSZMAX but does not return. The out-of-range winsz is then used...

8.8CVSS0.00398EPSS
SaveExploits0References5
EUVD
EUVD
added 6 days ago6 views

EUVD-2026-55298

In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: fix NULL dereference when the AP has HT-cap but no HT-oper mwifiextdlsaddhtoper gates its follow-the-AP-bandwidth path on bssdesc-bcnhtcap being present, but then dereferences a different pointer, bssdesc-bcnhtoper...

5.3AI score0.002EPSS
SaveExploits0References5
CVE
CVE
added 6 days ago25 views

CVE-2026-68197

The CVE-2026-68197 entry describes a Linux kernel vulnerability in mwifiex where a NULL dereference can occur when connecting to an AP that advertises HT Capabilities but not HT Operation. The root cause is that bcn_ht_cap and bcn_ht_oper are populated independently while parsing beacon data; if ...

5.3AI score0.002EPSS
SaveExploits0References5
Cvelist
Cvelist
added 6 days ago39 views

CVE-2026-68197 wifi: mwifiex: fix NULL dereference when the AP has HT-cap but no HT-oper

In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: fix NULL dereference when the AP has HT-cap but no HT-oper mwifiextdlsaddhtoper gates its follow-the-AP-bandwidth path on bssdesc-bcnhtcap being present, but then dereferences a different pointer, bssdesc-bcnhtoper...

0.002EPSS
SaveExploits0References5
EUVD
EUVD
added 6 days ago7 views

EUVD-2026-55296

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

5.3AI score0.002EPSS
SaveExploits0References5
Cvelist
Cvelist
added 6 days ago28 views

CVE-2026-68195 wifi: mt76: mt7615: drop TXRX_NOTIFY on non-mmio buses

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

0.002EPSS
SaveExploits0References5
CVE
CVE
added 6 days ago29 views

CVE-2026-68195

The CVE describes a Linux kernel issue in the mt76/mt7615 wireless driver where PKT_TYPE_TXRX_NOTIFY is mmio-only but was dispatched on non-mmio buses, causing a NULL dereference when mt7615_mac_tx_free() calls tx_cleanup() with a NULL queue_ops->tx_cleanup(). The fix drops TXRX_NOTIFY on non-...

5.3AI score0.002EPSS
SaveExploits0References5
Cvelist
Cvelist
added 6 days ago35 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
OSV
OSV
added 6 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
CVE
CVE
added 6 days ago26 views

CVE-2026-68191

The CVE reports a NULL pointer dereference in the Linux kernel’s ath12k wifi driver during unbind, when irq_work_sync() from rhashtable_destroy() runs if hash tables were never fully initialized. Two affected hash tables are ath12k_link_sta (ath12k_base) and ath12k_dp_link_peer (ath12k_dp). The r...

5.3AI score0.00189EPSS
SaveExploits0References2
OSV
OSV
added 6 days ago6 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
Cvelist
Cvelist
added 6 days ago30 views

CVE-2026-68178 misc: nsm: pin the module while the device is open

In the Linux kernel, the following vulnerability has been resolved: misc: nsm: pin the module while the device is open miscopen installs a misc driver's file operations with fopsget, which pins fileoperations::owner before replacing the file's fop. The NSM misc device leaves nsmdevfops.owner unse...

7.8CVSS0.00163EPSS
SaveExploits0References4
OSV
OSV
added 6 days ago4 views

CVE-2026-68178 misc: nsm: pin the module while the device is open

In the Linux kernel, the following vulnerability has been resolved: misc: nsm: pin the module while the device is open miscopen installs a misc driver's file operations with fopsget, which pins fileoperations::owner before replacing the file's fop. The NSM misc device leaves nsmdevfops.owner unse...

7.8CVSS5.3AI score
SaveExploits0References7
OSV
OSV
added 6 days ago7 views

CVE-2026-68159 libceph: bound pg_{temp,upmap,upmap_items} length to CEPH_PG_MAX_SIZE

In the Linux kernel, the following vulnerability has been resolved: libceph: bound pgtemp,upmap,upmapitems length to CEPHPGMAXSIZE decodepgtemp decodes an user-controlled length but only rejects values large enough to overflow the allocation; it does not bound it to CEPHPGMAXSIZE. The helper back...

9.8CVSS5.5AI score
SaveExploits0References5
OSV
OSV
added 6 days ago5 views

CVE-2026-68143 net: slip: serialize receive against buffer reallocation

In the Linux kernel, the following vulnerability has been resolved: net: slip: serialize receive against buffer reallocation slreallocbufs replaces rbuff and updates buffsize while holding sl-lock. slipreceivebuf reads those fields and writes through rbuff without holding the lock. An MTU change...

7.8CVSS5.5AI score
SaveExploits0References8
EUVD
EUVD
added 6 days ago7 views

EUVD-2026-55520

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Use sender devcom for MPV master-up After PCIe DPC recovery, mlx5 reloads the affected functions and replays multiport affiliation events. In the reported failure, the first relevant device error was: pcieport...

5.3AI score0.00175EPSS
SaveExploits0References4
EUVD
EUVD
added 6 days ago5 views

EUVD-2026-55516

In the Linux kernel, the following vulnerability has been resolved: net: hip04: fix RX buffer leak on buildskb failure When buildskb fails in hip04rxpoll, the driver jumps to the refill path without releasing the current RX buffer and its DMA mapping. Installing a replacement buffer then overwrit...

5.5AI score0.00175EPSS
SaveExploits0References5
Cvelist
Cvelist
added 6 days ago31 views

CVE-2026-68135 net: hip04: fix RX buffer leak on build_skb failure

In the Linux kernel, the following vulnerability has been resolved: net: hip04: fix RX buffer leak on buildskb failure When buildskb fails in hip04rxpoll, the driver jumps to the refill path without releasing the current RX buffer and its DMA mapping. Installing a replacement buffer then overwrit...

0.00175EPSS
SaveExploits0References5
Rows per page
Query Builder