Lucene search
+L

237188 matches found

CVE
CVE
added 2026/07/25 8:49 a.m.15 views

CVE-2026-64279

CVE-2026-64279 concerns the Linux kernel i2c core: a race in adapter deregistration where an adapter may be accessed after resources are freed. The fix removes the adapter from the IDR before tearing it down during deregistration or on registration failure to prevent use-after-free of resources s...

7.8CVSS5.7AI score0.00164EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/07/25 8:49 a.m.34 views

CVE-2026-64279 i2c: core: fix adapter deregistration race

In the Linux kernel, the following vulnerability has been resolved: i2c: core: fix adapter deregistration race Adapters can be looked up by their id using i2cgetadapter which takes a reference to the embedded struct device. Remove the adapter from the IDR before tearing it down during...

7.8CVSS0.00164EPSS
SaveExploits0References7
CVE
CVE
added 2026/07/25 8:49 a.m.14 views

CVE-2026-64278

The CVE-2026-64278 issue affects the Linux kernel i2c driver for imx-lpi2c on some i.MX platforms. A workqueue can trigger I2C transfers while hardware resources (clock/pinctrl) are disabled or not yet restored during the suspend/noirq suspend → resume_noirq window, risking access to I2C register...

5.7AI score0.00198EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/25 8:49 a.m.6 views

EUVD-2026-48990

In the Linux kernel, the following vulnerability has been resolved: i2c: imx-lpi2c: mark I2C adapter when hardware is powered down On some i.MX platforms, certain I2C client drivers keep a periodic workqueue which continues to trigger I2C transfers. During system suspend/resume, there exists a ti...

5.7AI score0.00198EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/25 8:49 a.m.17 views

CVE-2026-64276

CVE-2026-64276 affects the Linux kernel synaptics-rmi4 input driver. The F30/GP I/O mapping code incorrectly allocated gpioled_key_map for at most 6 entries but later iterated up to gpioled_count (0..31) and advanced input->keycodemax to the full count, risking out-of-bounds reads in the atten...

7.8CVSS5.8AI score0.00164EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/25 8:49 a.m.10 views

EUVD-2026-48989

In the Linux kernel, the following vulnerability has been resolved: Input: synaptics-rmi4 - bound the F3A keymap to the GPIO count rmif3ainitialize takes the GPIO count from the device query register f3a-gpiocount = buf & RMIF3AGPIOCOUNT, range 0..127. rmif3amapgpios then allocates gpiokeymap wit...

6AI score0.00164EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/25 8:49 a.m.34 views

CVE-2026-64277 Input: synaptics-rmi4 - bound the F3A keymap to the GPIO count

In the Linux kernel, the following vulnerability has been resolved: Input: synaptics-rmi4 - bound the F3A keymap to the GPIO count rmif3ainitialize takes the GPIO count from the device query register f3a-gpiocount = buf & RMIF3AGPIOCOUNT, range 0..127. rmif3amapgpios then allocates gpiokeymap wit...

7.8CVSS0.00164EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/25 8:49 a.m.35 views

CVE-2026-64276 Input: synaptics-rmi4 - bound the F30 keymap to the GPIO/LED count

In the Linux kernel, the following vulnerability has been resolved: Input: synaptics-rmi4 - bound the F30 keymap to the GPIO/LED count rmif30mapgpios allocates gpioledkeymap with mingpioledcount, TRACKSTICKRANGEEND == at most 6 entries, but rmif30attention iterates the full f30-gpioledcount devic...

7.8CVSS0.00164EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/25 8:49 a.m.7 views

EUVD-2026-48988

In the Linux kernel, the following vulnerability has been resolved: Input: synaptics-rmi4 - bound the F30 keymap to the GPIO/LED count rmif30mapgpios allocates gpioledkeymap with mingpioledcount, TRACKSTICKRANGEEND == at most 6 entries, but rmif30attention iterates the full f30-gpioledcount devic...

5.8AI score0.00164EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/25 8:49 a.m.31 views

CVE-2026-64277

The CVE-2026-64277 issue affects the Linux kernel synaptics-rmi4 input driver. The rmi_f3a_map_gpios() path allocates gpio_key_map using min(gpio_count, TRACKSTICK_RANGE_END) (at most 6 entries), but rmi_f3a_attention() iterates the full gpio_count and dereferences gpio_key_map[i], while input-&g...

7.8CVSS6AI score0.00164EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/25 8:49 a.m.14 views

CVE-2026-64274

Summary: CVE-2026-64274 affects the Linux kernel Goodix touchscreen driver. The runtime check for the device-reported touch count does not clamp the value (ts->max_touch_num) to the maximum supported contacts, which can be up to 15 due to a 4‑bit field. This allows a stack-based out-of-bounds ...

5.7AI score0.00211EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/25 8:49 a.m.16 views

CVE-2026-64273

CVE-2026-64273 describes a Linux kernel issue in the iforce driver where a status packet uses a device-provided force-feedback effect index without proper bounds. Specifically, data[1] is masked with 0x7f (0–127) while core_effects[] only has IFORCE_EFFECTS_MAX (32) entries. For indices 32–127, t...

5.7AI score0.00211EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/25 8:49 a.m.7 views

CVE-2026-64273 Input: iforce - bound the device-reported force-feedback effect index

In the Linux kernel, the following vulnerability has been resolved: Input: iforce - bound the device-reported force-feedback effect index iforceprocesspacket handles a status report packet id 0x02 by taking a force-feedback effect index straight from the device wire and using it to address the...

5.7AI score
SaveExploits0References11
EUVD
EUVD
added 2026/07/25 8:49 a.m.5 views

EUVD-2026-48985

In the Linux kernel, the following vulnerability has been resolved: Input: iforce - bound the device-reported force-feedback effect index iforceprocesspacket handles a status report packet id 0x02 by taking a force-feedback effect index straight from the device wire and using it to address the...

5.7AI score0.00211EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/25 8:49 a.m.32 views

CVE-2026-64273 Input: iforce - bound the device-reported force-feedback effect index

In the Linux kernel, the following vulnerability has been resolved: Input: iforce - bound the device-reported force-feedback effect index iforceprocesspacket handles a status report packet id 0x02 by taking a force-feedback effect index straight from the device wire and using it to address the...

0.00211EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/25 8:49 a.m.34 views

CVE-2026-64271 Input: touchwin - reset the packet index on every complete packet

In the Linux kernel, the following vulnerability has been resolved: Input: touchwin - reset the packet index on every complete packet twinterrupt accumulates each non-zero serial byte into a fixed three-byte buffer with a running index that is only reset once a full packet has been received and t...

0.00211EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/25 8:49 a.m.29 views

CVE-2026-64272 Input: mms114 - fix touch indexing for MMS134S and MMS136

In the Linux kernel, the following vulnerability has been resolved: Input: mms114 - fix touch indexing for MMS134S and MMS136 The MMS134S and MMS136 touch controllers have an event size of 6 bytes rather than 8 bytes. When mms114readreg reads the touch data packet from the device into the touch...

0.002EPSS
SaveExploits0References5
CVE
CVE
added 2026/07/25 8:49 a.m.30 views

CVE-2026-64272

The CVE-2026-64272 issue applies to the Linux kernel, affecting MMS114-driven touch controllers MMS134S and MMS136. The event size is 6 bytes, but the driver reads into a buffer using an 8-byte per-entry assumption (sizeof(struct mms114_touch)), causing subsequent events to be read from incorrect...

5.8AI score0.002EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/07/25 8:49 a.m.8 views

EUVD-2026-48983

In the Linux kernel, the following vulnerability has been resolved: Input: touchwin - reset the packet index on every complete packet twinterrupt accumulates each non-zero serial byte into a fixed three-byte buffer with a running index that is only reset once a full packet has been received and t...

5.9AI score0.00211EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/25 8:49 a.m.7 views

EUVD-2026-48984

In the Linux kernel, the following vulnerability has been resolved: Input: mms114 - fix touch indexing for MMS134S and MMS136 The MMS134S and MMS136 touch controllers have an event size of 6 bytes rather than 8 bytes. When mms114readreg reads the touch data packet from the device into the touch...

5.8AI score0.002EPSS
SaveExploits0References5
Rows per page
Query Builder