Lucene search
+L

35 matches found

astralinux
astralinux
added 2026/06/24 3:11 p.m.6 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: iio: sca3000: Fixed a resource leak in sca3000probe The variable spi-irq is not released after the requestthreadedirq function is called, when iiodeviceregister fails. Added a return value check and a jump to a common error handl...

5.5CVSS5.8AI score0.00156EPSS
Exploits0References2
susecve
susecve
added 2026/05/28 3:56 a.m.13 views

SUSE CVE-2026-45883

In the Linux kernel, the following vulnerability has been resolved: iio: sca3000: Fix a resource leak in sca3000probe spi-irq from requestthreadedirq not released when iiodeviceregister fails. Add an return value check and jump to a common error handler when iiodeviceregister fails...

5.5CVSS5.8AI score0.00156EPSS
Exploits0References3
osv
osv
added 2026/05/27 12:16 p.m.1 views

CVE-2026-45883 iio: sca3000: Fix a resource leak in sca3000_probe()

In the Linux kernel, the following vulnerability has been resolved: iio: sca3000: Fix a resource leak in sca3000probe spi-irq from requestthreadedirq not released when iiodeviceregister fails. Add an return value check and jump to a common error handler when iiodeviceregister fails...

5.5CVSS5.8AI score0.00156EPSS
Exploits0References11
astralinux
astralinux
added 2026/05/20 5:53 a.m.3 views

Astra Linux – Vulnerability found in Linux 5.15, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: iio: core: fix a memory leak in iiodeviceregistersysfs When iiodeviceregistersysfsgroup fails, we should free iiodevopaque-chanattrgroup.attrs to prevent potential memory leaks...

5.5CVSS6.2AI score0.00225EPSS
Exploits0References2
redhatcve
redhatcve
added 2026/05/01 10:42 p.m.5 views

CVE-2026-31761

A flaw was found in the Linux kernel's Industrial Input/Output IIO subsystem, specifically within the mpu3050 gyroscope driver. Incorrect placement of the iiodeviceregister function during device probing creates a race condition. This race condition could potentially lead to unexpected system...

7.8CVSS5.8AI score0.00104EPSS
Exploits0References4
cvelist
cvelist
added 2026/05/01 2:14 p.m.38 views

CVE-2026-31761 iio: gyro: mpu3050: Move iio_device_register() to correct location

In the Linux kernel, the following vulnerability has been resolved: iio: gyro: mpu3050: Move iiodeviceregister to correct location iiodeviceregister should be at the end of the probe function to prevent race conditions. Place iiodeviceregister at the end of the probe function and place...

7.8CVSS0.00104EPSS
Exploits0References8
ptsecurity
ptsecurity
added 2026/05/01 12:0 a.m.6 views

PT-2026-36396

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A race condition exists in the mpu3050 gyro driver. This occurs because the iio device register function is not called at the end of the probe function. Recommendations Move the iio devi...

7.8CVSS5.8AI score0.00104EPSS
Exploits0References19
cnnvd
cnnvd
added 2026/05/01 12:0 a.m.10 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from an improperly placed iiodeviceregister in the iio gyro mpu3050 driver, which could lead to a race condition...

7.8CVSS5.8AI score0.00104EPSS
Exploits0References1
cvelist
cvelist
added 2026/02/04 4:8 p.m.36 views

CVE-2026-23092 iio: dac: ad3552r-hs: fix out-of-bound write in ad3552r_hs_write_data_source

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...

0.00186EPSS
Exploits0References2
cve
cve
added 2025/12/24 10:55 a.m.18 views

CVE-2023-54027

CVE-2023-54027 Linux kernel IIO core: a regression from converting label retrieval to firmware node handles could trigger NULL pointer dereference when a device has no parent (observed in stock IIO dummy driver during configfs entry creation). The fix (commit 813665564b3d) prevents invalid memory...

6AI score0.00155EPSS
Exploits0References3
cnnvd
cnnvd
added 2025/12/24 12:0 a.m.5 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from an attempt by the IIO kernel to access a null pointer when the device has no parent, which could result in t...

6.2AI score0.00155EPSS
Exploits0References4
nessus
nessus
added 2025/10/27 12:0 a.m.2 views

Linux Distros Unpatched Vulnerability : CVE-2022-50561

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: fix memory leak in iiodeviceregistereventset When iiodeviceregistersysfsgroup returns...

5.9AI score0.00195EPSS
Exploits0References3
nvd
nvd
added 2025/10/22 2:15 p.m.7 views

CVE-2022-50561

In the Linux kernel, the following vulnerability has been resolved: iio: fix memory leak in iiodeviceregistereventset When iiodeviceregistersysfsgroup returns failed, iiodeviceregistereventset needs to free attrs array. Otherwise, kmemleak would scan & report memory leak as below: unreferenced...

0.00195EPSS
Exploits0References4
osv
osv
added 2025/10/22 2:15 p.m.4 views

UBUNTU-CVE-2022-50561

In the Linux kernel, the following vulnerability has been resolved: iio: fix memory leak in iiodeviceregistereventset When iiodeviceregistersysfsgroup returns failed, iiodeviceregistereventset needs to free attrs array. Otherwise, kmemleak would scan & report memory leak as below: unreferenced...

5.7AI score0.00195EPSS
Exploits0References7
osv
osv
added 2025/10/22 1:23 p.m.4 views

CVE-2022-50561 iio: fix memory leak in iio_device_register_eventset()

In the Linux kernel, the following vulnerability has been resolved: iio: fix memory leak in iiodeviceregistereventset When iiodeviceregistersysfsgroup returns failed, iiodeviceregistereventset needs to free attrs array. Otherwise, kmemleak would scan & report memory leak as below: unreferenced...

6.5AI score0.00195EPSS
Exploits0References7
cnnvd
cnnvd
added 2025/10/22 12:0 a.m.5 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a failure to free the attrs array when the iiodeviceregistersysfsgroup call fails in the...

6.1AI score0.00195EPSS
Exploits0References5
nessus
nessus
added 2025/09/16 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2022-50282

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - chardev: fix error handling in cdevdeviceadd While doing fault injection test, I got the following report: ------------ cut here ------------ kobject: 'null'...

5.5CVSS6.5AI score0.00169EPSS
Exploits0References3
bdu_fstec
bdu_fstec
added 2025/05/09 12:0 a.m.8 views

Vulnerability of the iio_device_unregister() function in the drivers/iio/industrialio-core.c module – The driver supports various types of built-in sensors in the Linux operating system, allowing a hacker to cause a service failure.

Vulnerability of the iiodeviceunregister function in the drivers/iio/industrialio-core.c module – The driver for supporting various types of embedded sensors in the Linux operating system is vulnerable because it involves the repeated release of previously released memory. Exploiting this...

5.5CVSS5.5AI score0.00222EPSS
Exploits0References11Affected Software1
nessus
nessus
added 2025/03/06 12:0 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2024-50198

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: light: veml6030: fix IIO device retrieval from embedded device The dev pointer that is...

5.5CVSS6.2AI score0.00207EPSS
Exploits0References2
nvd
nvd
added 2025/02/26 7:1 a.m.22 views

CVE-2022-49285

In the Linux kernel, the following vulnerability has been resolved: iio: accel: mma8452: use the correct logic to get mma8452data The original logic to get mma8452data is wrong, the dev point to the device belong to iiodev. we can't use this dev to find the correct i2cclient. The original logic...

5.5CVSS0.00243EPSS
Exploits0References3
Rows per page
Query Builder