Lucene search
+L

1417704 matches found

OSV
OSV
added 3 days ago4 views

DEBIAN-CVE-2026-68369

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: printer: fix infinite loop in printerread printerread uses the same variable for the requested copy size and the number of bytes actually copied to user space. copytouser returns the number of bytes not copied, so wh...

5.4AI score0.002EPSS
SaveExploits0References1
OSV
OSV
added 3 days ago5 views

DEBIAN-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
SaveExploits0References1
OSV
OSV
added 3 days ago5 views

DEBIAN-CVE-2026-68363

In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: hifusb: don't dereference hifdev after re-arming firmware request ath9khifrequestfirmware re-arms an asynchronous firmware load via requestfirmwarenowait, passing hifdev as the completion context, and then still...

5.4AI score0.00175EPSS
SaveExploits0References1
OSV
OSV
added 3 days ago4 views

DEBIAN-CVE-2026-68361

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

5.5AI score0.00188EPSS
SaveExploits0References1
OSV
OSV
added 3 days ago4 views

DEBIAN-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.00168EPSS
SaveExploits0References1
OSV
OSV
added 3 days ago4 views

DEBIAN-CVE-2026-68360

In the Linux kernel, the following vulnerability has been resolved: hwmon: corsair-cpro 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.00225EPSS
SaveExploits0References1
OSV
OSV
added 3 days ago4 views

DEBIAN-CVE-2026-68353

In the Linux kernel, the following vulnerability has been resolved: wifi: ath6kl: fix OOB read from firmware nummsg in TX complete handler The firmware-controlled nummsg field u8, 0-255 drives the loop in ath6klwmitxcompleteeventrx without validation against the buffer length. This allows...

5.4AI score0.00175EPSS
SaveExploits0References1
OSV
OSV
added 3 days ago6 views

DEBIAN-CVE-2026-68354

In the Linux kernel, the following vulnerability has been resolved: firewire: net: Fix fragmented datagram reassembly fwnetfragnew keeps a sorted list of received fragments for a partial datagram. When a new fragment is adjacent to an existing fragment, the code checks whether the new fragment al...

5.3AI score0.00175EPSS
SaveExploits0References1
OSV
OSV
added 3 days ago6 views

DEBIAN-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...

5.6AI score0.00209EPSS
SaveExploits0References1
OSV
OSV
added 3 days ago7 views

DEBIAN-CVE-2026-68349

In the Linux kernel, the following vulnerability has been resolved: wifi: carl9170: fix buffer overflow in rxstream failover path The failover continuation in carl9170rxstream copies the full tlen from the second USB transfer instead of capping at rxfailovermissing bytes. When both transfers are...

5.5AI score0.00193EPSS
SaveExploits0References1
OSV
OSV
added 3 days ago4 views

DEBIAN-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
SaveExploits0References1
Circl
Circl
added 3 days ago7 views

CVE-2026-33377

creationtimestamp| type| source ---|---|--- 2026-08-10 13:20:26+00:00| seen| https://bsky.app/profile/o2cloud.bsky.social/post/3msq6vu3qme2z...

7.1CVSS7AI score0.00226EPSS
SaveExploits0References1
OSV
OSV
added 3 days ago7 views

DEBIAN-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.00175EPSS
SaveExploits0References1
OSV
OSV
added 3 days ago4 views

DEBIAN-CVE-2026-68346

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: cs35l41: validate and free ACPI mute object cs35l41getacpimutestate evaluates a DSM method to get the ACPI mute state and reads the first byte from the returned object. However, the returned ACPI object is owned by the...

5.5AI score0.00209EPSS
SaveExploits0References1
OSV
OSV
added 3 days ago6 views

DEBIAN-CVE-2026-68338

In the Linux kernel, the following vulnerability has been resolved: net/packet: avoid fanout hook re-registration after unregister packetsetring temporarily detaches a socket from packet delivery while reconfiguring its ring. It records the previous running state, clears po-num, unregisters the...

5.2AI score0.00209EPSS
SaveExploits0References1
OSV
OSV
added 3 days ago4 views

DEBIAN-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...

5.3AI score0.00206EPSS
SaveExploits0References1
OSV
OSV
added 3 days ago4 views

DEBIAN-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
SaveExploits0References1
OSV
OSV
added 3 days ago5 views

DEBIAN-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...

5.1AI score0.00175EPSS
SaveExploits0References1
OSV
OSV
added 3 days ago5 views

DEBIAN-CVE-2026-68333

In the Linux kernel, the following vulnerability has been resolved: dpaa2-switch: put MAC endpoint device on disconnect fslmcgetendpoint returns the MAC endpoint device with a reference taken through devicefindchild. The switch port connect path stores that device in mac-mcdev and keeps it for th...

5.2AI score0.00175EPSS
SaveExploits0References1
OSV
OSV
added 3 days ago5 views

DEBIAN-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 =...

5.5AI score0.00168EPSS
SaveExploits0References1
Rows per page
Query Builder