Lucene search
+L

23 matches found

RedhatCVE
RedhatCVE
•added 2026/07/29 6:43 p.m.•16 views

CVE-2026-64497

A flaw was found in the Linux kernel's iio: chemical: scd30 driver, which manages a specific type of sensor. This vulnerability involves an error in how the driver processes numerical data, specifically a 'sign-extension bug' that can corrupt a part of a floating-point number called the exponent...

5.8AI score0.0022EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2026/07/25 3:58 p.m.•26 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.0022EPSS
SaveExploits0References3
NVD
NVD
•added 2026/07/25 10:17 a.m.•20 views

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

0.0022EPSS
SaveExploits0References8
OSV
OSV
•added 2026/07/25 10:17 a.m.•13 views

UBUNTU-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.7AI score0.0022EPSS
SaveExploits0References21
UbuntuCve
UbuntuCve
•added 2026/07/25 10:17 a.m.•10 views

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.5AI score0.0022EPSS
SaveExploits0References20
Debian CVE
Debian CVE
•added 2026/07/25 8:51 a.m.•18 views

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.7AI score0.0022EPSS
SaveExploits0
Cvelist
Cvelist
•added 2026/07/25 8:51 a.m.•39 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.0022EPSS
SaveExploits0References8
attackerkb
attackerkb
•added 2026/07/25 8:51 a.m.•12 views

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.8AI score0.0022EPSS
SaveExploits0References9Affected Software1
OSV
OSV
•added 2026/07/25 8:51 a.m.•14 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.•67 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.0022EPSS
SaveExploits0References8
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/07/25 12:00 a.m.•0 views

CVE-2026-64497: Undefined Security Weakness

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 score0.0022EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
•added 2026/07/25 12:00 a.m.•29 views

PT-2026-64718

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A sign-extension bug exists in the scd30 chemical IIO driver. The issue occurs when a float32 value is bitwise ANDed with BIT31, resulting in a value of 0xFFFFFFFF7FFFFFFF that corrupts...

5.5AI score0.0022EPSS
SaveExploits0
RedhatCVE
RedhatCVE
•added 2026/07/21 9:45 p.m.•11 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.0022EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2026/07/21 1:03 p.m.•17 views

SUSE 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.5CVSS5.3AI score0.0022EPSS
SaveExploits0References17
Tenable Nessus
Tenable Nessus
•added 2026/07/20 12:00 a.m.•10 views

Linux Distros Unpatched Vulnerability : CVE-2026-63931

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - 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 writin...

5.5AI score0.0022EPSS
SaveExploits0References2
NVD
NVD
•added 2026/07/19 4:17 p.m.•19 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...

0.0022EPSS
SaveExploits0References8
Debian CVE
Debian CVE
•added 2026/07/19 2:55 p.m.•12 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.0022EPSS
SaveExploits0
CVE
CVE
•added 2026/07/19 2:55 p.m.•47 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.0022EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2026/07/19 2:55 p.m.•42 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.0022EPSS
SaveExploits0References8
OSV
OSV
•added 2026/07/19 2:55 p.m.•13 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...

5.3AI score
SaveExploits0References11
Rows per page
Query Builder