Lucene search
+L

169 matches found

SUSE CVE
SUSE CVE
added 2026/07/21 1:2 p.m.8 views

SUSE CVE-2026-63965

In the Linux kernel, the following vulnerability has been resolved: iio: pressure: bmp280: fix stack leak in bmp580 trigger handler bmp580triggerhandler declares its scan buffer on the stack without an initializer and then memcpys 3 bytes of 24-bit sensor data into each 4-byte le32 field. The hig...

5.4AI score0.00198EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/21 1:2 p.m.7 views

SUSE CVE-2026-63966

In the Linux kernel, the following vulnerability has been resolved: iio: imu: adis16550: fix stack leak in trigger handler adis16550triggerhandler declares the scan data array on the stack without initializing it. The memcpy at the bottom fills only the first 28 bytes TEMP + 6 channels of...

5.3AI score0.00198EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/21 1:2 p.m.9 views

SUSE CVE-2026-63967

In the Linux kernel, the following vulnerability has been resolved: iio: imu: stlsm6dsx: fix stack leak in tagged FIFO buffer The tagged FIFO path declares iiobuff on the stack with aligned8 but no initializer, but there is a hole in the structure, which will then leak to userspace as...

5.5AI score0.00211EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/07/20 12:0 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-63966

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: iio: imu: adis16550: fix stack leak in trigger handler adis16550triggerhandler declares the...

5.3AI score0.00198EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/19 4:17 p.m.5 views

CVE-2026-64083

In the Linux kernel, the following vulnerability has been resolved: hwmon: pmbus/adm1266 reject short block-read responses in the GPIO accessors adm1266gpioget and adm1266gpiogetmultiple both compose the pin-status word as pinsstatus = readbuf0 + readbuf1 8; right after i2csmbusreadblockdata,...

0.00184EPSS
SaveExploits0References8
NVD
NVD
added 2026/07/19 4:17 p.m.7 views

CVE-2026-63965

In the Linux kernel, the following vulnerability has been resolved: iio: pressure: bmp280: fix stack leak in bmp580 trigger handler bmp580triggerhandler declares its scan buffer on the stack without an initializer and then memcpys 3 bytes of 24-bit sensor data into each 4-byte le32 field. The hig...

0.00198EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/19 4:17 p.m.6 views

CVE-2026-63966

In the Linux kernel, the following vulnerability has been resolved: iio: imu: adis16550: fix stack leak in trigger handler adis16550triggerhandler declares the scan data array on the stack without initializing it. The memcpy at the bottom fills only the first 28 bytes TEMP + 6 channels of...

0.00198EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/07/19 3:40 p.m.8 views

CVE-2026-64127

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: ecredreconfigure: send packed pdu, not stack pointer Commit 1c08108f3014 "Bluetooth: L2CAP: Avoid -Wflex-array-member-not-at-end warnings" converted the on-stack request PDU in l2capecredreconfigure from an...

5.2AI score0.00175EPSS
SaveExploits0
OSV
OSV
added 2026/07/19 3:40 p.m.6 views

CVE-2026-64127 Bluetooth: L2CAP: ecred_reconfigure: send packed pdu, not stack pointer

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: ecredreconfigure: send packed pdu, not stack pointer Commit 1c08108f3014 "Bluetooth: L2CAP: Avoid -Wflex-array-member-not-at-end warnings" converted the on-stack request PDU in l2capecredreconfigure from an...

5.2AI score
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2026/07/19 3:40 p.m.6 views

CVE-2026-64127

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: ecredreconfigure: send packed pdu, not stack pointer Commit 1c08108f3014 "Bluetooth: L2CAP: Avoid -Wflex-array-member-not-at-end warnings" converted the on-stack request PDU in l2capecredreconfigure from an...

5.2AI score0.00175EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
added 2026/07/19 3:40 p.m.12 views

EUVD-2026-45812

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: ecredreconfigure: send packed pdu, not stack pointer Commit 1c08108f3014 "Bluetooth: L2CAP: Avoid -Wflex-array-member-not-at-end warnings" converted the on-stack request PDU in l2capecredreconfigure from an...

5.3AI score0.00175EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/07/19 2:55 p.m.8 views

CVE-2026-63966

In the Linux kernel, the following vulnerability has been resolved: iio: imu: adis16550: fix stack leak in trigger handler adis16550triggerhandler declares the scan data array on the stack without initializing it. The memcpy at the bottom fills only the first 28 bytes TEMP + 6 channels of...

5.2AI score0.00198EPSS
SaveExploits0
CVE
CVE
added 2026/07/19 2:55 p.m.13 views

CVE-2026-63967

The CVE-2026-63967 entry fixes a stack leak in the Linux kernel’s IIO IMU driver for the ST LSM6DSX when using the tagged FIFO path. The iio_buff is allocated on the stack with __aligned(8) but, prior to the fix, was not zero-initialized, leaving a hole in the structure that could leak ST_LSM6DSX...

5.6AI score0.00211EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/19 2:55 p.m.8 views

CVE-2026-63967 iio: imu: st_lsm6dsx: fix stack leak in tagged FIFO buffer

In the Linux kernel, the following vulnerability has been resolved: iio: imu: stlsm6dsx: fix stack leak in tagged FIFO buffer The tagged FIFO path declares iiobuff on the stack with aligned8 but no initializer, but there is a hole in the structure, which will then leak to userspace as...

5.5AI score
SaveExploits0References11
CVE
CVE
added 2026/07/19 2:55 p.m.12 views

CVE-2026-63966

The CVE-2026-63966 issue affects the Linux kernel IIO imu driver for adis16550. The trigger handler allocates a scan data array on the stack but does not initialize it. A memcpy fills only the first 28 bytes (TEMP + 6 channels of GYRO/ACCEL), while a timestamp is written at offset 32, leaving byt...

5.4AI score0.00198EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/19 2:55 p.m.28 views

CVE-2026-63966 iio: imu: adis16550: fix stack leak in trigger handler

In the Linux kernel, the following vulnerability has been resolved: iio: imu: adis16550: fix stack leak in trigger handler adis16550triggerhandler declares the scan data array on the stack without initializing it. The memcpy at the bottom fills only the first 28 bytes TEMP + 6 channels of...

0.00198EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/19 2:55 p.m.34 views

CVE-2026-63967 iio: imu: st_lsm6dsx: fix stack leak in tagged FIFO buffer

In the Linux kernel, the following vulnerability has been resolved: iio: imu: stlsm6dsx: fix stack leak in tagged FIFO buffer The tagged FIFO path declares iiobuff on the stack with aligned8 but no initializer, but there is a hole in the structure, which will then leak to userspace as...

0.00211EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/19 2:55 p.m.10 views

EUVD-2026-45739

In the Linux kernel, the following vulnerability has been resolved: iio: imu: adis16550: fix stack leak in trigger handler adis16550triggerhandler declares the scan data array on the stack without initializing it. The memcpy at the bottom fills only the first 28 bytes TEMP + 6 channels of...

5.4AI score0.00198EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/07/19 2:55 p.m.10 views

CVE-2026-63967

In the Linux kernel, the following vulnerability has been resolved: iio: imu: stlsm6dsx: fix stack leak in tagged FIFO buffer The tagged FIFO path declares iiobuff on the stack with aligned8 but no initializer, but there is a hole in the structure, which will then leak to userspace as...

5.4AI score0.00211EPSS
SaveExploits0
OSV
OSV
added 2026/07/19 2:55 p.m.5 views

CVE-2026-63966 iio: imu: adis16550: fix stack leak in trigger handler

In the Linux kernel, the following vulnerability has been resolved: iio: imu: adis16550: fix stack leak in trigger handler adis16550triggerhandler declares the scan data array on the stack without initializing it. The memcpy at the bottom fills only the first 28 bytes TEMP + 6 channels of...

5.3AI score
SaveExploits0References6
Rows per page
Query Builder