Lucene search
+L

327229 matches found

Debian CVE
Debian CVE
added 5 days ago8 views

CVE-2026-68195

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.2AI score0.002EPSS
SaveExploits0
Debian CVE
Debian CVE
added 5 days ago6 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
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 ago7 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
Debian CVE
Debian CVE
added 5 days ago7 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
Debian CVE
Debian CVE
added 5 days ago7 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
Debian CVE
Debian CVE
added 5 days ago6 views

CVE-2026-68188

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: RFCOMM: Fix session UAF in settermios rfcommttysettermios tests dlc-session without rfcommmutex and later passes the pointer to rfcommsendrpn. The latter dereferences both session-initiator and session-sock. Meanwhile,...

5.3AI score0.002EPSS
SaveExploits0
Debian CVE
Debian CVE
added 5 days ago8 views

CVE-2026-68187

In the Linux kernel, the following vulnerability has been resolved: exec: fix unsigned loop counter wrap in transferargstostack The stop value is derived from bprm-p PAGESHIFT. The index variable is an unsigned long. If bprm-p drops below PAGESIZE and stop becomes zero the loop condition index =...

5.3AI score0.00209EPSS
SaveExploits0
Debian CVE
Debian CVE
added 5 days ago8 views

CVE-2026-68186

In the Linux kernel, the following vulnerability has been resolved: binfmtmisc: set haveexecfd only once the interpreter is opened loadmiscbinary raises bprm-haveexecfd as soon as it sees the 'O' or 'C' flag. This happens well before it opens the interpreter. If that open fails the flag stays set...

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

EUVD-2026-55286

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Move jumplabelinit before parseearlyparam When enabling both CONFIGMEMALLOCPROFILING=y and CONFIGMEMALLOCPROFILINGENABLEDBYDEFAULT=y, then diabling memory profiling by adding the boot parameter 'sysctl.vm.memprofiling=...

5.3AI score0.002EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 5 days ago7 views

CVE-2026-68185

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Move jumplabelinit before parseearlyparam When enabling both CONFIGMEMALLOCPROFILING=y and CONFIGMEMALLOCPROFILINGENABLEDBYDEFAULT=y, then diabling memory profiling by adding the boot parameter 'sysctl.vm.memprofiling=...

5.2AI score0.002EPSS
SaveExploits0
CVE
CVE
added 5 days ago30 views

CVE-2026-68185

CVE-2026-68185 (LoongArch, Linux kernel): A boot-time failure occurs when CONFIG_MEM_ALLOC_PROFILING=y and CONFIG_MEM_ALLOC_PROFILING_ENABLED_BY_DEFAULT=y because jump_label_init() is invoked after parse_early_param(), allowing early-param handlers to modify static keys. The fix moves jump_label_...

5.3AI score0.002EPSS
SaveExploits0References4
EUVD
EUVD
added 5 days ago7 views

EUVD-2026-55284

In the Linux kernel, the following vulnerability has been resolved: firmware: stratix10-svc: fix memory leaks and list corruption bugs Fix a memory leak when genpoolalloc fails by freeing pmem on the error path. Switch pmem allocation from devmkzalloc to kzalloc with explicit kfree in the free pa...

5.4AI score0.002EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 5 days ago8 views

CVE-2026-68183

In the Linux kernel, the following vulnerability has been resolved: firmware: stratix10-svc: fix memory leaks and list corruption bugs Fix a memory leak when genpoolalloc fails by freeing pmem on the error path. Switch pmem allocation from devmkzalloc to kzalloc with explicit kfree in the free pa...

5.4AI score0.002EPSS
SaveExploits0
CVE
CVE
added 5 days ago31 views

CVE-2026-68183

CVE-2026-68183 concerns the Linux kernel firmware for stratix10-svc. The vulnerability arises from improper memory management causing a memory leak when gen_pool_alloc() fails and a list corruption on failed lookups. The fix changes pmem allocation from devm_kzalloc() to kzalloc() with explicit k...

5.4AI score0.002EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 5 days ago7 views

CVE-2026-68182

In the Linux kernel, the following vulnerability has been resolved: comedi: comediparport: deal with premature interrupt Syzbot reported a general protection fault in comedigetissubdevicerunning, which was called from the interrupt handler parportinterrupt in the "comediparport" driver, but it do...

5.2AI score0.002EPSS
SaveExploits0
Debian CVE
Debian CVE
added 5 days ago8 views

CVE-2026-68181

In the Linux kernel, the following vulnerability has been resolved: mei: bus: access meidevice under devicelock on cleanup Fix couple of problems in meiclbusdevrelease: meiclflushqueues is running without lock. bus-filelist access after meidevbusputbus can become a use-after-free if this was the...

5.4AI score0.002EPSS
SaveExploits0
Debian CVE
Debian CVE
added 5 days ago8 views

CVE-2026-68180

In the Linux kernel, the following vulnerability has been resolved: intelth: fix MSC output device reference leak intelthoutputopen looks up the output device with busfinddevicebydevt, which returns the device with a reference that must be dropped after use. commit 95fc36a234da "intelth: fix devi...

5.2AI score0.002EPSS
SaveExploits0
Rows per page
Query Builder