Lucene search
+L

25 matches found

CVE
CVE
added 2026/09/04 3:13 p.m.7 views

CVE-2026-80802

CVE-2026-80802 affects the Linux kernel's NFC FDP driver (nfc: fdp). The function fdp_nci_i2c_read() uses a u16 value from two device-supplied bytes as the count for i2c_master_recv() into a 261-byte on-stack buffer without validation. A malicious, counterfeit, or malfunctioning NFC controller (o...

5.6AI score
SaveExploits0References9
EUVD
EUVD
added 2026/09/04 3:13 p.m.5 views

EUVD-2026-71237

In the Linux kernel, the following vulnerability has been resolved: nfc: fdp: bound the device-reported read length and fix an skb leak fdpncii2cread takes the next packet length from two device-supplied bytes and never validates it. The value is a u16 used as the i2cmasterrecv count into a...

5.6AI score
SaveExploits0References9
CVE
CVE
added 2026/09/04 3:12 p.m.8 views

CVE-2026-80768

CVE-2026-80768 is a stack-use-after-return write in the Linux kernel's HID ft260 driver . The race occurs between ft260_i2c_read(), which points dev->read_buf at a caller-supplied (often on-stack) buffer and waits up to five seconds for an I2C response, and ft260_raw_event(), an input/IRQ-path...

5.5AI score
SaveExploits0References8
EUVD
EUVD
added 2026/09/04 3:12 p.m.4 views

EUVD-2026-71411

In the Linux kernel, the following vulnerability has been resolved: HID: ft260: fix stack-use-after-return write in I2C read race ft260i2cread points dev-readbuf at a caller-supplied buffer often an on-stack variable, arms a completion and waits up to five seconds for the device to return the dat...

5.5AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/09/04 3:12 p.m.5 views

CVE-2026-80768

In the Linux kernel, the following vulnerability has been resolved: HID: ft260: fix stack-use-after-return write in I2C read race ft260i2cread points dev-readbuf at a caller-supplied buffer often an on-stack variable, arms a completion and waits up to five seconds for the device to return the dat...

5.6AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/08/17 12:00 a.m.8 views

Unity Linux 20.1050a Security Update: kernel (UTSA-2026-100774)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-100774 advisory. In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Clamp HDMI HDCP2 rxidlist read to buffer size Why & How During HDCP 2.x repeater...

7.8CVSS5AI score0.00201EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/08/17 12:00 a.m.5 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2026-099957)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-099957 advisory. In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Clamp HDMI HDCP2 rxidlist read to buffer size Why & How During HDCP 2.x repeater...

7.8CVSS5AI score0.00201EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/15 6:22 a.m.7 views

CVE-2026-72481

In the Linux kernel, the following vulnerability has been resolved: iio: magnetometer: ak8975: fix potential kernel stack memory leak Currently in the AK8975 driver there are four instances where potential uninitialized kernel stack memory leaks can occur. If i2csmbusreadi2cblockdataoremulated...

0.00211EPSS
SaveExploits0References8
NVD
NVD
added 2026/08/15 6:22 a.m.9 views

CVE-2026-72479

In the Linux kernel, the following vulnerability has been resolved: iio: accel: mma8452: handle I2C read errors in mma8452read Currently, If i2csmbusreadi2cblockdata fails but mma8452setruntimepmstate succeeds, mma8452read returns 0. As a result, the caller mma8452readraw assumes the read was...

0.00211EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2026/08/15 6:22 a.m.9 views

CVE-2026-72479

In the Linux kernel, the following vulnerability has been resolved: iio: accel: mma8452: handle I2C read errors in mma8452read Currently, If i2csmbusreadi2cblockdata fails but mma8452setruntimepmstate succeeds, mma8452read returns 0. As a result, the caller mma8452readraw assumes the read was...

5.8AI score0.00211EPSS
SaveExploits0References10
OSV
OSV
added 2026/08/15 6:22 a.m.7 views

UBUNTU-CVE-2026-72479

In the Linux kernel, the following vulnerability has been resolved: iio: accel: mma8452: handle I2C read errors in mma8452read Currently, If i2csmbusreadi2cblockdata fails but mma8452setruntimepmstate succeeds, mma8452read returns 0. As a result, the caller mma8452readraw assumes the read was...

5.7AI score0.00211EPSS
SaveExploits0References11
OSV
OSV
added 2026/08/15 6:22 a.m.8 views

UBUNTU-CVE-2026-72481

In the Linux kernel, the following vulnerability has been resolved: iio: magnetometer: ak8975: fix potential kernel stack memory leak Currently in the AK8975 driver there are four instances where potential uninitialized kernel stack memory leaks can occur. If i2csmbusreadi2cblockdataoremulated...

5.8AI score0.00211EPSS
SaveExploits0References11
CVE
CVE
added 2026/08/15 5:57 a.m.36 views

CVE-2026-72479

CVE-2026-72479 affects the Linux kernel IIO MMA8452 accelerometer driver. The issue occurs in mma8452_read() when an I2C read call to i2c_smbus_read_i2c_block_data() fails but mma8452_set_runtime_pm_state() succeeds; in that path, mma8452_read() returns 0, causing mma8452_read_raw() to use an uni...

5.7AI score0.00211EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/15 5:57 a.m.8 views

EUVD-2026-59378

In the Linux kernel, the following vulnerability has been resolved: iio: accel: mma8452: handle I2C read errors in mma8452read Currently, If i2csmbusreadi2cblockdata fails but mma8452setruntimepmstate succeeds, mma8452read returns 0. As a result, the caller mma8452readraw assumes the read was...

5.7AI score0.00211EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.13 views

PT-2026-72667

In the Linux kernel, the following vulnerability has been resolved: iio: accel: mma8452: handle I2C read errors in mma8452 read Currently, If i2c smbus read i2c block data fails but mma8452 set runtime pm state succeeds, mma8452 read returns 0. As a result, the caller mma8452 read raw assumes the...

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

CVE-2026-64270

CVE-2026-64270 affects the Linux kernel and stems from a stack-based overflow in the MMS114 I2C touch data handling. The code reads an I2C packet into a fixed-size on-stack buffer touch[10], but the device-reported packet_size (0x0F) is not bounded to the buffer, allowing up to 175 bytes to be wr...

7.8CVSS5.9AI score0.00169EPSS
SaveExploits0References8Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/07/20 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-63934

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - iio: gyro: itg3200: fix i2c read into the wrong stack location itg3200readallchannels takes be16 buf' as a parameter and fills the i2cmsg destination as char...

6AI score0.00211EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/19 4:17 p.m.12 views

CVE-2026-63934

In the Linux kernel, the following vulnerability has been resolved: iio: gyro: itg3200: fix i2c read into the wrong stack location itg3200readallchannels takes be16 buf' as a parameter and fills the i2cmsg destination as char &buf'. Since buf' is the parameter a pointer, &buf' is the address of t...

0.00211EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/07/19 2:55 p.m.6 views

CVE-2026-63934

In the Linux kernel, the following vulnerability has been resolved: iio: gyro: itg3200: fix i2c read into the wrong stack location itg3200readallchannels takes be16 buf' as a parameter and fills the i2cmsg destination as char &buf'. Since buf' is the parameter a pointer, &buf' is the address of t...

5.4AI score0.00211EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/19 12:00 a.m.16 views

PT-2026-61251

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the itg3200 read all channels function where an incorrect memory address is used during an I2C read operation. The function incorrectly uses the address of the local...

5.1AI score0.00211EPSS
SaveExploits0
Rows per page
Query Builder