Lucene search
+L

1197 matches found

Debian CVE
Debian CVE
added 2026/08/10 12:03 p.m.11 views

CVE-2026-68358

In the Linux kernel, the following vulnerability has been resolved: hwmon: nzxt-kraken3 Stop device IO before calling hidhwstop Calling hidhwstop does not stop the device IO. This results in a race condition between hidinputreport and the point immediately following the execution of...

5.5AI score0.00188EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 12:03 p.m.9 views

CVE-2026-68357

In the Linux kernel, the following vulnerability has been resolved: watchdog: pretimeout: Fix UAF in watchdogunregistergovernor When a watchdog governor is unregistered, it updates existing watchdog devices that were using this governor by falling back to defaultgov. If the governor being...

5.3AI score0.00176EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 12:03 p.m.9 views

CVE-2026-68352

In the Linux kernel, the following vulnerability has been resolved: wifi: ath6kl: fix OOB read from firmware IE lengths in connect event The firmware-controlled beaconielen, assocreqlen, and assocresplen fields in ath6klwmiconnecteventrx are not validated against the buffer length. Their sum up t...

8.3CVSS5.6AI score0.00419EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 12:03 p.m.9 views

CVE-2026-68351

In the Linux kernel, the following vulnerability has been resolved: wifi: carl9170: bound memcpy length in cmd callback to prevent OOB read When the firmware sends a command response with a length mismatch, carl9170cmdcallback logs the mismatch and calls carl9170restart but then falls through to...

5.5AI score0.0022EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 12:03 p.m.11 views

CVE-2026-68350

In the Linux kernel, the following vulnerability has been resolved: wifi: carl9170: fix OOB read from off-by-two in TX status handler The bounds check in carl9170txprocessstatus uses i cmd-hdr.len / 2 + 1 which is off by two, allowing 2 extra iterations past valid txstatus entries when the...

5.2AI score0.00184EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 12:03 p.m.12 views

CVE-2026-68348

In the Linux kernel, the following vulnerability has been resolved: ASoC: tas2781: bound firmware description string parsing The TAS2781 firmware parser reads several variable-length description strings with strlen before checking that the string terminator is present inside the firmware blob. A...

7.1CVSS5.4AI score0.00131EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 12:03 p.m.12 views

CVE-2026-68347

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Fix IRQ unsafe locking in gdom allocation Lockdep complains: 259.410489 ===================================================== 259.417287 WARNING: HARDIRQ-safe - HARDIRQ-unsafe lock order detected 259.424667...

5.2AI score0.00162EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 12:03 p.m.9 views

CVE-2026-68345

In the Linux kernel, the following vulnerability has been resolved: armmpam: guard MBWU state before adding it to garbage destroycomponentcfg adds each RIS mbwustate object to the MPAM garbage list when destroying component configuration. However, mbwustate is allocated per RIS and only for RISes...

5.2AI score0.00198EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 12:03 p.m.12 views

CVE-2026-68341

In the Linux kernel, the following vulnerability has been resolved: ovpn: fix use after free in unlockovpn unlockovpn iterates over the releaselist using llistforeachentry and drops the peer reference inside the loop body via ovpnpeerput. If this drops the last reference, the peer is eventually...

8.8CVSS5.3AI score0.00565EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 12:03 p.m.7 views

CVE-2026-68337

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject redirect helpers without a bpfnetcontext The bpfredirect helpers and skbdoredirect obtain the per-task bpfredirectinfo via bpfnetctxgetri, which dereferences the current-bpfnetcontext unconditionally. That context is...

5.3AI score0.00155EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 12:03 p.m.9 views

CVE-2026-68335

In the Linux kernel, the following vulnerability has been resolved: rds: drop incoming messages that cross network namespace boundaries rdsfindbound looks up the destination socket using a global rhashtable keyed solely on addr, port, scopeid. Network namespaces are not part of the key, so a send...

7.8CVSS5.1AI score0.00135EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 12:03 p.m.7 views

CVE-2026-68329

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Wait for completion instead of returning early in iommucompletionwait needsync is a per-IOMMU flag shared by all domains and devices behind that IOMMU. It is set whenever a command is queued with sync == true and clear...

8.8CVSS5.4AI score0.00159EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 12:03 p.m.8 views

CVE-2026-68327

In the Linux kernel, the following vulnerability has been resolved: wan: wanxl: Only reset hardware after BAR mapping wanxlpciinitone stores the freshly allocated card in driver data before the PLX BAR is mapped. Several early probe failures then unwind through wanxlpciremoveone, including failur...

5.2AI score0.00176EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 12:03 p.m.9 views

CVE-2026-68326

In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: bound uAP association event IEs to the event buffer mwifiexprocessuapevent handles EVENTUAPSTAASSOC by exposing the reassociation request IEs that the firmware copies into the event: sinfo-assocreqies =...

8.8CVSS5.5AI score0.00266EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 12:03 p.m.10 views

CVE-2026-68325

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Bound the early ACPI HID map The ivrsacpihid command-line parser appends entries to a fixed four-element earlyacpihidmap array. Unlike the sibling IOAPIC and HPET parsers, it does not reject a fifth entry before...

5.2AI score0.00184EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 12:03 p.m.8 views

CVE-2026-68324

In the Linux kernel, the following vulnerability has been resolved: iommu/intel: Fix out-of-bounds memset in dmarlatencydisable dmarlatencydisable intends to zero out only the single latencystatistic entry for the given type, but the memset size was computed as sizeoflstat DMARLATENCYNUM, which...

5.2AI score0.00172EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 12:02 p.m.9 views

CVE-2026-68321

In the Linux kernel, the following vulnerability has been resolved: net: txgbe: fix FDIR filter leak on remove Perfect FDIR filters can be added while the interface is down and are kept on the software list for later restore. unregisternetdev only calls ndostop when the device is up, so...

5.2AI score0.002EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 12:02 p.m.8 views

CVE-2026-68319

In the Linux kernel, the following vulnerability has been resolved: pdscore: fix deadlock between reset thread and remove pciresetfunction acquires devicelock before performing the reset. pdscremove is called by the PCI core with devicelock already held. If pdscpciresetthread is running when...

5.2AI score0.00168EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 12:02 p.m.10 views

CVE-2026-68317

In the Linux kernel, the following vulnerability has been resolved: pdscore: fix auxiliary device add/del races Two paths add or delete the same slot pf-vfsvfid.padev: a VF's pdscresetdone and the PF's devlink enablevnet/disablevnet handler. They serialize on configlock, but neither guards the sl...

5.2AI score0.00168EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 12:02 p.m.11 views

CVE-2026-68314

In the Linux kernel, the following vulnerability has been resolved: net: mctp i3c: clean up notifier and buses if driver register fails mctpi3cmodinit registers the I3C bus notifier and then walks the existing buses with i3cforeachbuslockedmctpi3cbusaddnew, NULL before registering the I3C device...

7.8CVSS5.2AI score0.00128EPSS
SaveExploits0
Rows per page
Query Builder