Lucene search
+L

27 matches found

RedHat Linux
RedHat Linux
added 2026/08/10 10:43 a.m.6 views

kernel: iio: event: Fix event FIFO reset race

A flaw was found in the Linux kernel's Industrial I/O IIO event subsystem. A local user can exploit a race condition during the reset of the event FIFO First-In, First-Out buffer. This occurs when another thread accesses a newly allocated file descriptor before the FIFO reset is complete. This ca...

7.1CVSS5.2AI score0.00126EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/07/30 3:31 a.m.10 views

CVE-2026-64498

A flaw was found in the Linux kernel's Industrial I/O IIO subsystem, specifically within the hardware consumer buffer hw-consumer. Due to an oversight in memory management, a dedicated memory region scanmask was not properly released when its associated buffer was freed. A local attacker with low...

6AI score0.00155EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/07/25 3:58 p.m.10 views

SUSE CVE-2026-64503

In the Linux kernel, the following vulnerability has been resolved: iio: accel: kxsd9: fix runtime PM imbalance on writeraw error kxsd9writeraw takes a runtime PM reference with pmruntimegetsync but returns -EINVAL directly when a scale with a non-zero integer part is requested, skipping the...

5.8AI score0.00177EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/25 10:17 a.m.16 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...

0.00155EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/25 8:51 a.m.30 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
Debian CVE
Debian CVE
added 2026/07/25 8:51 a.m.12 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
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-64501

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - iio: adc: adsigmadelta: fix CS held asserted and state leaks In adsigmadeltasingleconversion, setmodeADSDMODEIDLE and disableone were called from the out: block...

7.1CVSS5.4AI score0.00116EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/07/21 9:45 p.m.9 views

CVE-2026-63931

A flaw was found in the Linux kernel's iio: chemical: scd30 driver. A local user can trigger a denial of service DoS by writing a zero fractional part to the samplingfrequency sysfs attribute. This action leads to a division-by-zero error within the kernel, causing the system to crash...

5.3AI score0.00211EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/21 2:15 p.m.18 views

CVE-2026-63930

A flaw was found in the Linux kernel's Industrial I/O IIO hardware consumer buffer component. This use-after-free vulnerability occurs in the errputbuffers cleanup path of iiohwconsumeralloc. During buffer cleanup, the code incorrectly uses listforeachentry to iterate through buffers while...

7.8CVSS6AI score0.0016EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/07/21 1:02 p.m.10 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
Debian CVE
Debian CVE
added 2026/07/19 2:55 p.m.10 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
EUVD
EUVD
added 2026/07/19 2:55 p.m.11 views

EUVD-2026-45703

In the Linux kernel, the following vulnerability has been resolved: iio: buffer: hw-consumer: fix use-after-free in error path In the errputbuffers cleanup path of iiohwconsumeralloc, the code was using listforeachentry to iterate through buffers while calling iiobufferput which can free the...

5.6AI score0.0016EPSS
SaveExploits0References8
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.7 views

Astra Linux – Vulnerability in Linux 5.10, Linux, Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: The iio object was freed before atomindexiio was called by atomparse, and it wasn’t released when the driver was shut down. This issue was fixed by releasing the iio object in radeonatombiosfini. Unreferenced object:...

5.5CVSS6.1AI score0.00146EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.6 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: iio: light: cm3605: Fixed an error handling path in cm3605probe. The commit in “Fixes” also introduced a new error handling path, which should replace the existing one. Otherwise, some resources may be leaked...

5.5CVSS5.2AI score0.00179EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/05/11 11:39 a.m.30 views

CVE-2026-43356

A flaw was found in the Linux kernel's Industrial I/O IIO subsystem, specifically within the Analog Devices ADIS Inertial Measurement Unit IMU drivers adis16480, adis16490, adis16545. When these drivers are initialized, a NULL pointer dereference occurs in the adisinit function because the adis-o...

5.5CVSS5.8AI score0.00121EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/02/05 12:24 a.m.10 views

SUSE CVE-2026-23092

In the Linux kernel, the following vulnerability has been resolved: iio: dac: ad3552r-hs: fix out-of-bound write in ad3552rhswritedatasource When simplewritetobuffer succeeds, it returns the number of bytes actually copied to the buffer. The code incorrectly uses 'count' as the index for null...

7.8CVSS5.5AI score0.00186EPSS
SaveExploits0References3
NVD
NVD
added 2026/02/04 5:16 p.m.11 views

CVE-2025-71198

In the Linux kernel, the following vulnerability has been resolved: iio: imu: stlsm6dsx: fix iiochanspec for sensors without event detection The stlsm6dsxaccchannels array of struct iiochanspec has a non-NULL eventspec field, indicating support for IIO events. However, event detection is not...

0.00168EPSS
SaveExploits0References4
CVE
CVE
added 2026/02/04 4:07 p.m.26 views

CVE-2025-71199

The CVE-2025-71199 issue affects the Linux kernel IIO ADC driver for sama5d2 (at91-sama5d2_adc). A use-after-free can occur when at91_adc_interrupt schedules work (via the workqueue) and at91_adc_remove frees the indio_dev later through iio_device_unregister, allowing a worker to access freed mem...

5.2AI score0.00173EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2026/01/15 12:00 a.m.6 views

Unity Linux 20.1060e / 20.1070e Security Update: kernel (UTSA-2026-002298)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-002298 advisory. An issue was discovered in drivers/iio/dac/ad5755.c in the Linux kernel before 4.8.6. There is an out of bounds write in the function ad5755parsedt. Tenable has...

7.8CVSS7.9AI score0.00402EPSS
SaveExploits0References7
AstraLinux
AstraLinux
added 2026/01/13 2:01 p.m.4 views

Astra Linux – Vulnerability found in Linux 6.12, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: iio: light: opt3001: fixed a deadlock caused by concurrent flag access. The threaded IRQ function in this driver reads the flag twice: once to lock a mutex and once to unlock it. Although the code that sets the flag is designed t...

5.5CVSS6AI score0.00151EPSS
SaveExploits0References4
Rows per page
Query Builder