Lucene search
+L

318724 matches found

OSV
OSV
added 2026/07/25 9:14 a.m.7 views

CVE-2026-64517 drm/xe/gsc: Fix double-free of managed BO in error path

In the Linux kernel, the following vulnerability has been resolved: drm/xe/gsc: Fix double-free of managed BO in error path The error path in xegscinitposthwconfig explicitly frees a BO allocated with xemanagedbocreatepinmap via xebounpinmapnovm. Since the managed BO already has a devm cleanup...

5.8AI score0.00168EPSS
SaveExploits0References7
CVE
CVE
added 2026/07/25 8:51 a.m.17 views

CVE-2026-64504

Summary: CVE-2026-64504 affects the Linux kernel IIO driver for the BMC150 accelerometer. The flush path in __bmc150_accel_fifo_flush() could transfer up to count samples from the device FIFO, with count derived from FIFO_STATUS masked to 7 bits (0–127). The on-stack buffer can overflow if a devi...

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

EUVD-2026-48843

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ti-ads1119: fix PM reference leak in buffer preenable ads1119triggeredbufferpreenable resumes the device with pmruntimeresumeandget before starting a conversion. If i2csmbuswritebyte fails, the function returns the erro...

5.9AI score0.00157EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/07/25 8:51 a.m.8 views

CVE-2026-64499

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ti-ads1119: fix PM reference leak in buffer preenable ads1119triggeredbufferpreenable resumes the device with pmruntimeresumeandget before starting a conversion. If i2csmbuswritebyte fails, the function returns the erro...

5.8AI score0.00157EPSS
SaveExploits0
CVE
CVE
added 2026/07/25 8:51 a.m.14 views

CVE-2026-64499

CVE-2026-64499 affects the Linux kernel driver for the TI ADS1119 ADC under the IIO subsystem. The root cause is a PM runtime reference leak in iio: adc: ti-ads1119 during buffer preenable: ads1119_triggered_buffer_preenable() resumes the device via pm_runtime_resume_and_get() before the conversi...

5.9AI score0.00157EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/25 8:51 a.m.6 views

CVE-2026-64499 iio: adc: ti-ads1119: fix PM reference leak in buffer preenable

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ti-ads1119: fix PM reference leak in buffer preenable ads1119triggeredbufferpreenable resumes the device with pmruntimeresumeandget before starting a conversion. If i2csmbuswritebyte fails, the function returns the erro...

5.9AI score0.00157EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/07/25 8:51 a.m.8 views

EUVD-2026-48842

In the Linux kernel, the following vulnerability has been resolved: iio: buffer: hw-consumer: free scanmask on buffer release The scanmask lifetime changed in commit 9a2e1233d38c "iio: buffer: hw-consumer: remove redundant scanmask flexible array". Before that change, the scan mask storage was...

5.9AI score0.00155EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/07/25 8:51 a.m.8 views

CVE-2026-64498

In the Linux kernel, the following vulnerability has been resolved: iio: buffer: hw-consumer: free scanmask on buffer release The scanmask lifetime changed in commit 9a2e1233d38c "iio: buffer: hw-consumer: remove redundant scanmask flexible array". Before that change, the scan mask storage was...

5.8AI score0.00155EPSS
SaveExploits0
CVE
CVE
added 2026/07/25 8:51 a.m.15 views

CVE-2026-64498

The CVE-2026-64498 issue affects the Linux kernel IIO subsystem (iio: buffer: hw-consumer). The root cause was a lifetime change for scan_mask: it moved to a separate bitmap allocation (buffer.scan_mask) but iio_hw_buf_release() remained unchanged, risking improper cleanup. The fix ensures the sc...

5.9AI score0.00155EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/25 8:51 a.m.6 views

CVE-2026-64498 iio: buffer: hw-consumer: free scan_mask on buffer release

In the Linux kernel, the following vulnerability has been resolved: iio: buffer: hw-consumer: free scanmask on buffer release The scanmask lifetime changed in commit 9a2e1233d38c "iio: buffer: hw-consumer: remove redundant scanmask flexible array". Before that change, the scan mask storage was...

5.9AI score0.00155EPSS
SaveExploits0References5
CVE
CVE
added 2026/07/25 8:51 a.m.14 views

CVE-2026-64495

CVE-2026-64495 affects the Linux kernel iio:gyro/bmg160 driver. The bug occurs in bmg160_get_filter()/bmg160_set_filter() when a bandwidth/filter value read from the chip or provided by userspace does not have a matching entry in the bmg160_samp_freq_table[]. If no match is found, the code reads ...

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

CVE-2026-64464

Consolidated details show CVE-2026-64464 affects the Linux kernel xhci sideband path: xhci_ring_to_sgtable() allocates a temporary pages array used to build an sg_table via sg_alloc_table_from_pages(). On success, the temporary array isn’t freed, causing a leak each time a sideband client uses an...

5.8AI score0.00173EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/25 8:51 a.m.9 views

CVE-2026-64450 tipc: fix out-of-bounds read in broadcast Gap ACK blocks

In the Linux kernel, the following vulnerability has been resolved: tipc: fix out-of-bounds read in broadcast Gap ACK blocks A broadcast PROTOCOL/STATEMSG can carry a Gap ACK blocks record in its data area. tipcgetgapackblks only verifies that the record's len field is self-consistent with its...

9.1CVSS5.7AI score0.00537EPSS
SaveExploits0References11
Debian CVE
Debian CVE
added 2026/07/25 8:51 a.m.11 views

CVE-2026-64449

In the Linux kernel, the following vulnerability has been resolved: staging: vmeuser: bound slave read/write to the kernbuf size The SLAVE-path helpers buffertouser and bufferfromuser copy 'count' bytes into/out of the fixed-size kernbuf sizebuf == PCIBUFSIZE == 0x20000, 128 KiB using ppos as the...

7.8CVSS5.9AI score0.00139EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2026/07/25 8:51 a.m.8 views

CVE-2026-64449

In the Linux kernel, the following vulnerability has been resolved: staging: vmeuser: bound slave read/write to the kernbuf size The SLAVE-path helpers buffertouser and bufferfromuser copy 'count' bytes into/out of the fixed-size kernbuf sizebuf == PCIBUFSIZE == 0x20000, 128 KiB using ppos as the...

5.9AI score0.00139EPSS
SaveExploits0References7Affected Software1
CVE
CVE
added 2026/07/25 8:51 a.m.16 views

CVE-2026-64449

CVE-2026-64449 relates to the Linux kernel staging/vme_user code. The vulnerability arises because the SLAVE-path helpers buffer_to_user() and buffer_from_user() copy count bytes using an unsafe offset (*ppos) into a fixed-size kern_buf (128 KiB), without bounding *ppos + count against size_buf. ...

7.8CVSS6AI score0.00139EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/07/25 8:51 a.m.6 views

EUVD-2026-48793

In the Linux kernel, the following vulnerability has been resolved: staging: vmeuser: bound slave read/write to the kernbuf size The SLAVE-path helpers buffertouser and bufferfromuser copy 'count' bytes into/out of the fixed-size kernbuf sizebuf == PCIBUFSIZE == 0x20000, 128 KiB using ppos as the...

6AI score0.00139EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/07/25 8:51 a.m.7 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
CVE
CVE
added 2026/07/25 8:51 a.m.14 views

CVE-2026-64446

The connected sources confirm a concrete vulnerability in the Linux kernel’s rtl8723bs staging driver: a heap buffer overflow in rtw_cfg80211_set_wpa_ie() due to copying a WPA/WPA2 IE into a 256-byte supplicant_ie. If a 255-byte WPA IE is supplied, wpa_ielen+2 becomes 257, overflowing into adjace...

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

CVE-2026-64446 staging: rtl8723bs: fix heap buffer overflow in rtw_cfg80211_set_wpa_ie()

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
SaveExploits0References11
Rows per page
Query Builder