Lucene search
+L

57619 matches found

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

CVE-2026-68362

CVE-2026-68362 concerns the Linux kernel driver ath11k. The issue was a NULL pointer dereference in ath11k_hal_srng_access_begin triggered by improper firmware_ready handling: ATH11K_QMI_EVENT_FW_READY would set ATH11K_FLAG_REGISTERED unconditionally, even if ath11k_core_qmi_firmware_ready() fail...

5.3AI score0.00172EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/08/10 12:03 p.m.12 views

EUVD-2026-55454

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.0029EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/10 12:03 p.m.43 views

CVE-2026-68353

Summary: CVE-2026-68353 affects the Linux kernel’s wifi/ath6kl driver. The firmware-provided 8-bit num_msg value drives a loop in ath6kl_wmi_tx_complete_event_rx() without validating against the WMI buffer length, allowing out-of-bounds reads up to 1020 bytes past the event buffer when the firmwa...

8.1CVSS5.4AI score0.0029EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/10 12:03 p.m.35 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.1CVSS0.0029EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/10 12:03 p.m.15 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.17 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
EUVD
EUVD
added 2026/08/10 12:03 p.m.8 views

EUVD-2026-55453

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

CVE-2026-68352

CVE-2026-68352 concerns the Linux kernel’s ath6kl Wi‑Fi driver. The vulnerability arises from insufficient validation of firmware‑controlled IE lengths (beacon_ie_len, assoc_req_len, assoc_resp_len) in ath6kl_wmi_connect_event_rx(), allowing a total IE length up to 765 to exceed the actual WMI ev...

8.3CVSS5.3AI score0.00419EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/10 12:03 p.m.39 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.3CVSS0.00419EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/10 12:03 p.m.33 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...

0.0022EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/10 12:03 p.m.42 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
OSV
OSV
added 2026/08/10 12:03 p.m.16 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 score0.0022EPSS
SaveExploits0References11
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
CVE
CVE
added 2026/08/10 12:03 p.m.57 views

CVE-2026-68350

In the Linux kernel wifi carl9170 driver, a vulnerability exists in carl9170_tx_process_status() due to an off-by-two bounds check. The condition i > ((cmd->hdr.len / 2) + 1) permits two extra iterations past valid _tx_status entries when hdr.ext exceeds hdr.len/2, enabling an out-of-bounds...

5.3AI score0.00184EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/10 12:03 p.m.19 views

CVE-2026-68348 ASoC: tas2781: bound firmware description string parsing

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.5AI score
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/10 12:03 p.m.34 views

CVE-2026-68348 ASoC: tas2781: bound firmware description string parsing

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.1CVSS0.00131EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/10 12:03 p.m.7 views

EUVD-2026-55449

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

5.5AI score0.00131EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/10 12:03 p.m.43 views

CVE-2026-68348

The CVE-2026-68348 entry relates to the Linux kernel ASoC TAS2781 firmware parser, where variable-length description strings are read with strlen() before ensuring a NUL terminator exists in the firmware blob. This could allow the parser to read past the end of the firmware buffer. A fix was impl...

7.1CVSS5.5AI score0.00131EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/10 12:03 p.m.8 views

EUVD-2026-55445

In the Linux kernel, the following vulnerability has been resolved: usb: atm: ueagle-atm: reject descriptors that confuse probe and disconnect ueaprobe distinguishes a pre-firmware device from a post-firmware one using the USB id UEAISPREFIRM, and stores a different object as the interface data i...

5.4AI score0.0021EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/10 12:03 p.m.36 views

CVE-2026-68344 usb: atm: ueagle-atm: reject descriptors that confuse probe and disconnect

In the Linux kernel, the following vulnerability has been resolved: usb: atm: ueagle-atm: reject descriptors that confuse probe and disconnect ueaprobe distinguishes a pre-firmware device from a post-firmware one using the USB id UEAISPREFIRM, and stores a different object as the interface data i...

0.0021EPSS
SaveExploits0References8
Rows per page
Query Builder