Lucene search
+L

122664 matches found

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

CVE-2026-68382

In the Linux kernel, the following vulnerability has been resolved: drm/xe/guc: Hold device ref until queue teardown completes GuC exec queue destruction can run asynchronously. If the final device put happens from a destroy worker, drmm cleanup can end up draining the same workqueue and deadlock...

7.8CVSS5.2AI score0.00129EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/10 12:03 p.m.8 views

EUVD-2026-55562

In the Linux kernel, the following vulnerability has been resolved: sctp: fix authhmacs array size in struct sctpcookie The authhmacs array in struct sctpcookie is supposed to store a complete SCTPAUTHHMACALGO parameter, which consists of a struct sctpparamhdr followed by N HMAC identifiers...

5.5AI score0.00475EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/10 12:03 p.m.6 views

CVE-2026-68376 sctp: fix auth_hmacs array size in struct sctp_cookie

In the Linux kernel, the following vulnerability has been resolved: sctp: fix authhmacs array size in struct sctpcookie The authhmacs array in struct sctpcookie is supposed to store a complete SCTPAUTHHMACALGO parameter, which consists of a struct sctpparamhdr followed by N HMAC identifiers...

8.1CVSS5.6AI score
SaveExploits0References11
CVE
CVE
added 2026/08/10 12:03 p.m.46 views

CVE-2026-68374

The CVE-2026-68374 entry concerns the Linux kernel USB core: sysfs bos_descriptors_read(). The root cause is missing synchronization around udev->bos, which can be freed concurrently by usb_reset_and_verify_device() invoked by drivers across the kernel, creating a use-after-free condition. Imp...

7.8CVSS5.3AI score0.00128EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/10 12:03 p.m.35 views

CVE-2026-68374 usb: core: sysfs: add lock to bos_descriptors_read()

In the Linux kernel, the following vulnerability has been resolved: usb: core: sysfs: add lock to bosdescriptorsread Add a lock to the function bosdescriptorsread. This function accesses udev-bos, which could be simultaneously freed in usbresetandverifydevice, a function that is commonly called i...

7.8CVSS0.00128EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/10 12:03 p.m.6 views

EUVD-2026-55560

In the Linux kernel, the following vulnerability has been resolved: usb: core: sysfs: add lock to bosdescriptorsread Add a lock to the function bosdescriptorsread. This function accesses udev-bos, which could be simultaneously freed in usbresetandverifydevice, a function that is commonly called i...

5.3AI score0.00128EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/10 12:03 p.m.8 views

CVE-2026-68373 wifi: at76c50x-usb: avoid length underflow in at76_guess_freq()

In the Linux kernel, the following vulnerability has been resolved: wifi: at76c50x-usb: avoid length underflow in at76guessfreq at76guessfreq checks only that the received frame is at least a bare 802.11 header 24 bytes before subtracting the fixed management-body offset: len -= eloff; For both...

8.1CVSS5.4AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/08/10 12:03 p.m.40 views

CVE-2026-68373 wifi: at76c50x-usb: avoid length underflow in at76_guess_freq()

In the Linux kernel, the following vulnerability has been resolved: wifi: at76c50x-usb: avoid length underflow in at76guessfreq at76guessfreq checks only that the received frame is at least a bare 802.11 header 24 bytes before subtracting the fixed management-body offset: len -= eloff; For both...

8.1CVSS0.00277EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/10 12:03 p.m.18 views

CVE-2026-68366 usb: gadget: uvc: clamp SEND_RESPONSE length to the response buffer

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: clamp SENDRESPONSE length to the response buffer uvcsendresponse builds the UVC control response from a user-supplied struct uvcrequestdata: req-length = mintunsigned int, uvc-eventlength, data-length;...

5.5AI score
SaveExploits0References11
OSV
OSV
added 2026/08/10 12:03 p.m.14 views

CVE-2026-68353 wifi: ath6kl: fix OOB read from firmware num_msg in TX complete handler

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

8.1CVSS5.5AI score
SaveExploits0References11
OSV
OSV
added 2026/08/10 12:03 p.m.15 views

CVE-2026-68352 wifi: ath6kl: fix OOB read from firmware IE lengths in connect event

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.4AI score
SaveExploits0References11
CVE
CVE
added 2026/08/10 12:03 p.m.40 views

CVE-2026-68351

The CVE-2026-68351 entry describes a Linux kernel issue in the wifi carl9170 driver where a command-response length mismatch could cause an out-of-bounds read. The bug occurred because carl9170_cmd_callback() could fall through to memcpy(ar->readbuf, buffer + 4, len - 4) with len derived from ...

5.5AI score0.0022EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/10 12:03 p.m.6 views

EUVD-2026-55452

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
SaveExploits0References5
OSV
OSV
added 2026/08/10 12:03 p.m.15 views

CVE-2026-68351 wifi: carl9170: bound memcpy length in cmd callback to prevent OOB read

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.6AI score
SaveExploits0References11
EUVD
EUVD
added 2026/08/10 12:03 p.m.6 views

EUVD-2026-55451

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.3AI score0.00184EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/10 12:03 p.m.8 views

CVE-2026-68350 wifi: carl9170: fix OOB read from off-by-two in TX status handler

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.4AI score
SaveExploits0References11
OSV
OSV
added 2026/08/10 12:03 p.m.11 views

CVE-2026-68343 smb: client: validate DFS referral PathConsumed

In the Linux kernel, the following vulnerability has been resolved: smb: client: validate DFS referral PathConsumed parsedfsreferrals validates that the response contains the fixed referral entry array and, on for-next, the per-referral string offsets. However, the response also contains a...

9.1CVSS5.3AI score
SaveExploits0References9
OSV
OSV
added 2026/08/10 12:03 p.m.13 views

CVE-2026-68339 Bluetooth: btusb: validate Realtek vendor event length

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: validate Realtek vendor event length btusbrecveventrealtek reads the event code at data0 and the Realtek subevent code at data2 before deciding whether to consume a vendor event as a coredump. For example, the...

5.4AI score
SaveExploits0References8
EUVD
EUVD
added 2026/08/10 12:03 p.m.7 views

EUVD-2026-55435

In the Linux kernel, the following vulnerability has been resolved: rxrpc: fix iothread race in rxrpcwakeupiothread rxrpcwakeupiothread checks local-iothread before waking it, but then reloads the pointer for wakeupprocess. local-iothread is cleared with WRITEONCE when the I/O thread exits, so th...

5.3AI score0.00173EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/10 12:03 p.m.38 views

CVE-2026-68334

CVE-2026-68334 concerns the Linux kernel rxrpc subsystem. The issue arises in rxrpc_wake_up_io_thread(), which checks local->io_thread before waking it but then reloads the pointer for wake_up_process(), allowing a race because local->io_thread can be cleared by WRITE_ONCE() when the I/O th...

5.3AI score0.00173EPSS
SaveExploits0References3
Rows per page
Query Builder