Lucene search
+L

19 matches found

SUSE CVE
SUSE CVE
added 2026/07/25 3:58 p.m.21 views

SUSE CVE-2026-64497

In the Linux kernel, the following vulnerability has been resolved: iio: chemical: scd30: Cleanup initializations and fix sign-extension bug Include linux/bitfield.h for FIELDGET. Create new macros for bit manipulation in combination with manual bit manipulation being replaced with FIELDGET. The...

5.5CVSS5.8AI score0.00177EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/25 8:51 a.m.33 views

CVE-2026-64497 iio: chemical: scd30: Cleanup initializations and fix sign-extension bug

In the Linux kernel, the following vulnerability has been resolved: iio: chemical: scd30: Cleanup initializations and fix sign-extension bug Include linux/bitfield.h for FIELDGET. Create new macros for bit manipulation in combination with manual bit manipulation being replaced with FIELDGET. The...

0.00177EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/25 8:51 a.m.10 views

CVE-2026-64497 iio: chemical: scd30: Cleanup initializations and fix sign-extension bug

In the Linux kernel, the following vulnerability has been resolved: iio: chemical: scd30: Cleanup initializations and fix sign-extension bug Include linux/bitfield.h for FIELDGET. Create new macros for bit manipulation in combination with manual bit manipulation being replaced with FIELDGET. The...

5.8AI score
SaveExploits0References11
CVE
CVE
added 2026/07/25 8:51 a.m.45 views

CVE-2026-64497

CVE-2026-64497 affects the Linux kernel in the iio: chemical scd30 driver. The issue stems from a sign-extension bug that could corrupt the exponent when processing float32, caused by bitwise operations involving ~BIT(31). The fix adds FIELD_GET() usage via linux/bitfield.h and introduces new mac...

5.8AI score0.00177EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/07/25 12:00 a.m.25 views

PT-2026-64718

In the Linux kernel, the following vulnerability has been resolved: iio: chemical: scd30: Cleanup initializations and fix sign-extension bug Include linux/bitfield.h for FIELD GET. Create new macros for bit manipulation in combination with manual bit manipulation being replaced with FIELD GET. Th...

5.8AI score0.00177EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/19 2:55 p.m.33 views

CVE-2026-63932 iio: chemical: mhz19b: reject oversized serial replies

In the Linux kernel, the following vulnerability has been resolved: iio: chemical: mhz19b: reject oversized serial replies mhz19breceivebuf appends each serdev chunk into the fixed MHZ19BCMDSIZE receive buffer and advances bufidx by len without checking that the chunk fits in the remaining space....

0.00198EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/19 2:55 p.m.12 views

EUVD-2026-45705

In the Linux kernel, the following vulnerability has been resolved: iio: chemical: mhz19b: reject oversized serial replies mhz19breceivebuf appends each serdev chunk into the fixed MHZ19BCMDSIZE receive buffer and advances bufidx by len without checking that the chunk fits in the remaining space....

5.6AI score0.00198EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/19 2:55 p.m.34 views

CVE-2026-63932

In the Linux kernel IIO chemical mhz19b driver, mhz19b_receive_buf() appends serdev chunks into a fixed MHZ19B_CMD_SIZE buffer and advances buf_idx without ensuring fit, enabling a potential overflow of st->buf from a large callback. The patch resets the reply state before each command and rej...

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

CVE-2026-63931

In the Linux kernel, the following vulnerability has been resolved: iio: chemical: scd30: fix division by zero in writeraw Add a zero check for val2 before using it as a divisor when setting the sampling frequency. A user writing a zero fractional part to the samplingfrequency sysfs attribute...

5.2AI score0.00211EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/07/19 2:55 p.m.35 views

CVE-2026-63931 iio: chemical: scd30: fix division by zero in write_raw

In the Linux kernel, the following vulnerability has been resolved: iio: chemical: scd30: fix division by zero in writeraw Add a zero check for val2 before using it as a divisor when setting the sampling frequency. A user writing a zero fractional part to the samplingfrequency sysfs attribute...

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

CVE-2026-63931

The CVE-2026-63931 vulnerability in the Linux kernel’s iio: chemical (scd30) driver was resolved by adding a zero check for val2 before using it as a divisor when setting the sampling_frequency sysfs attribute. Previously, a user writing a zero fractional part to sampling_frequency could trigger ...

5.4AI score0.00211EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/19 2:55 p.m.15 views

EUVD-2026-45704

In the Linux kernel, the following vulnerability has been resolved: iio: chemical: scd30: fix division by zero in writeraw Add a zero check for val2 before using it as a divisor when setting the sampling frequency. A user writing a zero fractional part to the samplingfrequency sysfs attribute...

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

PT-2026-61249

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the mhz19b receive buf function where serial data chunks are appended to the fixed MHZ19B CMD SIZE receive buffer without verifying if the chunk fits in the remaining...

5.6AI score0.00198EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/05/14 12:00 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2026-43476

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - iio: chemical: sps30i2c: fix buffer size in sps30i2creadmeas sizeofnum evaluates to sizeofsizet 8 bytes on 64-bit instead of the intended be32 element size 4...

7.8CVSS6AI score0.00121EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/05/13 6:30 p.m.21 views

EUVD-2026-30012

In the Linux kernel, the following vulnerability has been resolved: iio: chemical: sps30i2c: fix buffer size in sps30i2creadmeas sizeofnum evaluates to sizeofsizet 8 bytes on 64-bit instead of the intended be32 element size 4 bytes. Use sizeofmeas to correctly match the buffer element type...

5.9AI score0.00121EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2025/11/06 12:00 a.m.10 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2025-990419)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-990419 advisory. In the Linux kernel, the following vulnerability has been resolved: iio: chemical: bme680: Fix overflows in compensate functions There are cases in the compensate...

7.8CVSS6.2AI score0.00239EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/11/05 12:00 a.m.11 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2025-990341)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-990341 advisory. In the Linux kernel, the following vulnerability has been resolved: iio: chemical: bme680: Fix overflows in compensate functions There are cases in the compensate...

7.8CVSS6.2AI score0.00239EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/08/06 2:00 a.m.5 views

SUSE CVE-2024-42086

In the Linux kernel, the following vulnerability has been resolved: iio: chemical: bme680: Fix overflows in compensate functions There are cases in the compensate functions of the driver that there could be overflows of variables due to bit shifting ops. These implications were initially discusse...

6.3CVSS6.5AI score0.00239EPSS
SaveExploits0References13
RedhatCVE
RedhatCVE
added 2024/07/31 9:17 a.m.35 views

CVE-2024-42086

A flaw was found iniio: chemical: bme680 in the Linux kernel's driver for Bosch BME680 sensors. This issue occurs due to potential overflows in the compensate functions caused by improper bit-shifting operations. These overflows could lead to incorrect sensor data or system instability. Mitigatio...

5.3CVSS8.2AI score0.00239EPSS
SaveExploits0References4
Rows per page
Query Builder