Lucene search
+L

62296 matches found

EUVD
EUVD
added 2026/07/25 8:51 a.m.6 views

EUVD-2026-48790

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix heap buffer overflow in rtwcfg80211setwpaie supplicantie is a 256-byte array in struct securitypriv. The WPA and WPA2 IE copy paths use: memcpypadapter-securitypriv.supplicantie, &pwpa0, wpaielen + 2; wher...

6AI score0.00195EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/07/25 8:51 a.m.8 views

CVE-2026-64446

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix heap buffer overflow in rtwcfg80211setwpaie supplicantie is a 256-byte array in struct securitypriv. The WPA and WPA2 IE copy paths use: memcpypadapter-securitypriv.supplicantie, &pwpa0, wpaielen + 2; wher...

5.9AI score0.00195EPSS
SaveExploits0
OSV
OSV
added 2026/07/25 8:51 a.m.9 views

CVE-2026-64445 staging: rtl8723bs: fix WEP length underflow and OOB read in OnAuth()

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix WEP length underflow and OOB read in OnAuth OnAuth has two bugs in the shared-key authentication path. When the Privacy bit is set, rtwwepdecrypt is called without verifying that the frame is long enough t...

8.8CVSS5.7AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 2026/07/25 8:51 a.m.9 views

CVE-2026-64445

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix WEP length underflow and OOB read in OnAuth OnAuth has two bugs in the shared-key authentication path. When the Privacy bit is set, rtwwepdecrypt is called without verifying that the frame is long enough t...

8.8CVSS5.7AI score0.00316EPSS
SaveExploits0
CVE
CVE
added 2026/07/25 8:51 a.m.16 views

CVE-2026-64445

The CVE-2026-64445 record documents concrete fixes in the Linux kernel (staging: rtl8723bs) for WEP-related issues in the OnAuth() path. Specifically, a vulnerability existed where rtw_wep_decrypt() could read beyond the frame when the frame length was shorter than WLAN_HDR_A3_LEN + iv_len + icv_...

8.8CVSS5.8AI score0.00316EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/25 8:51 a.m.9 views

CVE-2026-64443 staging: rtl8723bs: fix OOB read in update_beacon_info() IE loop

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB read in updatebeaconinfo IE loop The IE parsing loop in updatebeaconinfo advances by pIE-length + 2 each iteration but only guards on i length from one byte past the allocated receive buffer...

8.1CVSS5.7AI score
SaveExploits0References10
Cvelist
Cvelist
added 2026/07/25 8:50 a.m.29 views

CVE-2026-64420 mfd: cros_ec: Delay dev_set_drvdata() until probe success

In the Linux kernel, the following vulnerability has been resolved: mfd: crosec: Delay devsetdrvdata until probe success If ecdeviceprobe fails, crosecclassrelease releases memory for the crosecdev structure. However, because the drvdata was already set, sub-drivers like crosectypec can still...

7CVSS0.00118EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/25 8:50 a.m.14 views

CVE-2026-64420

Summary : CVE-2026-64420 affects the Linux kernel in the Cros EC (ChromeOS) subsystem. The issue arises during driver probing where dev_set_drvdata() is set before probe success, allowing sub-drivers such as cros_ec_typec to retain a stale pointer to the device even if ec_device_probe() fails. Th...

7CVSS5.7AI score0.00118EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/07/25 8:50 a.m.14 views

CVE-2026-64420

In the Linux kernel, the following vulnerability has been resolved: mfd: crosec: Delay devsetdrvdata until probe success If ecdeviceprobe fails, crosecclassrelease releases memory for the crosecdev structure. However, because the drvdata was already set, sub-drivers like crosectypec can still...

7CVSS5.6AI score0.00118EPSS
SaveExploits0
OSV
OSV
added 2026/07/25 8:50 a.m.9 views

CVE-2026-64420 mfd: cros_ec: Delay dev_set_drvdata() until probe success

In the Linux kernel, the following vulnerability has been resolved: mfd: crosec: Delay devsetdrvdata until probe success If ecdeviceprobe fails, crosecclassrelease releases memory for the crosecdev structure. However, because the drvdata was already set, sub-drivers like crosectypec can still...

7CVSS5.7AI score
SaveExploits0References11
EUVD
EUVD
added 2026/07/25 8:50 a.m.12 views

EUVD-2026-48964

In the Linux kernel, the following vulnerability has been resolved: mfd: crosec: Delay devsetdrvdata until probe success If ecdeviceprobe fails, crosecclassrelease releases memory for the crosecdev structure. However, because the drvdata was already set, sub-drivers like crosectypec can still...

5.7AI score0.00118EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/25 8:50 a.m.8 views

EUVD-2026-48921

In the Linux kernel, the following vulnerability has been resolved: cpufreq: qcom-cpufreq-hw: Fix possible double free qcomcpufreq.data is allocated with devmkzalloc in probe as an array of per-domain data. qcomcpufreqhwcpuinit stores a pointer to one element of this array in policy-driverdata...

5.7AI score0.00168EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/07/25 8:50 a.m.10 views

CVE-2026-64377

In the Linux kernel, the following vulnerability has been resolved: cpufreq: qcom-cpufreq-hw: Fix possible double free qcomcpufreq.data is allocated with devmkzalloc in probe as an array of per-domain data. qcomcpufreqhwcpuinit stores a pointer to one element of this array in policy-driverdata...

5.6AI score0.00168EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/07/25 8:50 a.m.28 views

CVE-2026-64367 HID: hid-goodix-spi: validate report size to prevent stack buffer overflow

In the Linux kernel, the following vulnerability has been resolved: HID: hid-goodix-spi: validate report size to prevent stack buffer overflow goodixhidsetrawreport builds a protocol frame in a 128-byte stack buffer tmpbuf, writing an 11-12 byte header followed by the caller-supplied report data...

7.8CVSS0.00142EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/07/25 8:50 a.m.12 views

CVE-2026-64366

In the Linux kernel, the following vulnerability has been resolved: HID: wacom: fix slab-out-of-bounds write in wacomwacqueueinsert wacomwacqueueinsert calls kfifoskip in a loop when the kfifo doesn't have enough space for the incoming report. If the kfifo is empty, kfifoskip reads stale data lef...

8.8CVSS5.8AI score0.00253EPSS
SaveExploits0
CVE
CVE
added 2026/07/25 8:50 a.m.12 views

CVE-2026-64365

Summary (CVE-2026-64365) : The Linux kernel HID letsketch driver suffers a use-after-free on the inrange_timer during driver unbind (and on probe error) due to lack of a .remove callback, which can let a pending timer dereference freed memory. The fixes add a .remove that calls hid_hw_stop(), ens...

5.8AI score0.00173EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/25 8:50 a.m.6 views

CVE-2026-64365 HID: letsketch: fix UAF on inrange_timer at driver unbind

In the Linux kernel, the following vulnerability has been resolved: HID: letsketch: fix UAF on inrangetimer at driver unbind letsketchdriver does not provide a .remove callback, but letsketchprobe arms a per-device timer: timersetup&data-inrangetimer, letsketchinrangetimeout, 0; The timer is...

5.8AI score
SaveExploits0References9
Debian CVE
Debian CVE
added 2026/07/25 8:50 a.m.9 views

CVE-2026-64365

In the Linux kernel, the following vulnerability has been resolved: HID: letsketch: fix UAF on inrangetimer at driver unbind letsketchdriver does not provide a .remove callback, but letsketchprobe arms a per-device timer: timersetup&data-inrangetimer, letsketchinrangetimeout, 0; The timer is...

5.7AI score0.00173EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/25 8:50 a.m.9 views

CVE-2026-64351

In the Linux kernel, the following vulnerability has been resolved: net: usb: kalmia: bound RX frame length in kalmiarxfixup kalmiarxfixup computes usbpacketlength = skb-len - 2 KALMIAHEADERLENGTH as a u16, guarded only by a pre-loop check that skb-len is at least KALMIAHEADERLENGTH, which is 6. ...

5.8AI score0.00185EPSS
SaveExploits0
CVE
CVE
added 2026/07/25 8:50 a.m.16 views

CVE-2026-64347

The CVE-2026-64347 issue affects the Linux kernel USB gadget subsystem, specifically the composite driver handling USB_DT_OTG. The OTG branch of composite_setup() could fall back to the first configuration when none is selected and use config pointer dereferencing with list_first_entry(), which i...

5.7AI score0.00177EPSS
SaveExploits0References8
Rows per page
Query Builder