Back to overview

CVE-2026-64497

Description
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(). The current variable declaration and initializations are barely readable and use comma separations across multiple lines. Refactor the initializations so that mantissa and exp have separate declarations and sign gets initialized later. In addition (and due to the nature of the cleanup), fix a sign-extension bug where, float32 would get bitwise anded with ~BIT(31) (which is 0xFFFFFFFF7FFFFFFF) which corrupted the exponent.

Metadata

CVE ID
CVE-2026-64497
State
PUBLISHED
Assigner
Linux
Reserved
2026-07-19 15:36 UTC
Published
2026-07-25 08:51 UTC
Last updated
2026-07-25 08:51 UTC
Vendor / Product
Linux / Linux
Sources
cve.org  ·  NVD

Severity & Metrics

No CVSS data available.

Affected products (2)
VendorProductPlatformVersions
Linux Linux 64b3d8b1b0f5c16c19045785e4da8391ae35ec99 < 0ccff849bde90973e6c13a666f6ceab5c55b30d4, 64b3d8b1b0f5c16c19045785e4da8391ae35ec99 < 1821bcacd8ac5b214c53be16cbb8172bf193f0b6, 64b3d8b1b0f5c16c19045785e4da8391ae35ec99 < 40bb0fdb37f441c9c9f52bf58bbd8a0ca3cc9598, 64b3d8b1b0f5c16c19045785e4da8391ae35ec99 < b131f0011dfef72350f4e3f11df94dc3e6b46065 …
Linux Linux 5.9, 0 < 5.9, 5.10.261 ≤ 5.10.*, 5.15.212 ≤ 5.15.* …
Back to overview