Lucene search
+L

21616 matches found

CVE
CVE
added 2026/08/10 12:3 p.m.39 views

CVE-2026-68368

The CVE concerns the Linux kernel USB gadget driver f_ncm (ncm_unwrap_ntb). The issue: when unpacking host-supplied NTBs, the code checked datagram length against frame_max but did not ensure the datagram fits within the declared block length, and subsequent NTBs from a single socket buffer were ...

5.5AI score0.002EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/10 12:3 p.m.32 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;...

0.00175EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/10 12:3 p.m.7 views

EUVD-2026-55467

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.4AI score0.00175EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/10 12:3 p.m.10 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.0028EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/10 12:3 p.m.37 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.00405EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/10 12:3 p.m.12 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
Cvelist
Cvelist
added 2026/08/10 12:3 p.m.38 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.00405EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/10 12:3 p.m.32 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.00209EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/10 12:3 p.m.6 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
Cvelist
Cvelist
added 2026/08/10 12:3 p.m.33 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
CVE
CVE
added 2026/08/10 12:3 p.m.35 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
Cvelist
Cvelist
added 2026/08/10 12:3 p.m.39 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.1CVSS0.00484EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/08/10 12:3 p.m.6 views

EUVD-2026-55441

In the Linux kernel, the following vulnerability has been resolved: hwmon: occ: validate poll response sensor blocks The OCC poll response parser walks a counted list of sensor data blocks. It used the static backing-array capacity as the parse boundary, but a transport response makes only...

5.3AI score0.0015EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/10 12:3 p.m.33 views

CVE-2026-68340 hwmon: occ: validate poll response sensor blocks

In the Linux kernel, the following vulnerability has been resolved: hwmon: occ: validate poll response sensor blocks The OCC poll response parser walks a counted list of sensor data blocks. It used the static backing-array capacity as the parse boundary, but a transport response makes only...

7.7CVSS0.0015EPSS
SaveExploits0References7
CVE
CVE
added 2026/08/10 12:3 p.m.35 views

CVE-2026-68340

The CVE-2026-68340 entry concerns the Linux kernel hwmon OCC poll response parser. The root cause is using a static backing-array capacity as the boundary for sensor data blocks, rather than the actual data_length, which can allow a truncated transport response to cause the parser to read beyond ...

7.7CVSS5.3AI score0.0015EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/10 12:3 p.m.31 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...

0.00209EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/10 12:3 p.m.36 views

CVE-2026-68326 wifi: mwifiex: bound uAP association event IEs to the event buffer

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.8CVSS0.00257EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/10 12:3 p.m.51 views

CVE-2026-68326

CVE-2026-68326 affects the Linux kernel mwifiex Wi‑Fi driver. A malicious or malfunctioning device in AP/uAP mode can supply a crafted EVENT_UAP_STA_ASSOC with an invalid event length. The code derives sinfo->assoc_req_ies_len from event->len without proper validation, causing potential sla...

8.8CVSS5.6AI score0.00257EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/10 12:3 p.m.8 views

EUVD-2026-55427

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.6AI score0.00257EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/10 12:2 p.m.9 views

EUVD-2026-55416

In the Linux kernel, the following vulnerability has been resolved: sctp: validate stream count in sctpprocessstrresetinreq When processing a RESETINREQUEST from a peer, sctpprocessstrresetinreq derives the stream count from the parameter length but does not check whether the resulting...

5.4AI score0.00446EPSS
SaveExploits0References5
Rows per page
Query Builder