CVE-2026-64497
Last modified
CVE-2026-64497 is a vulnerability of currently unknown severity. 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..
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.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 64b3d8b1b0f5c16c19045785e4da8391ae35ec99, < 0ccff849bde90973e6c13a666f6ceab5c55b30d4; >= 64b3d8b1b0f5c16c19045785e4da8391ae35ec99, < 1821bcacd8ac5b214c53be16cbb8172bf193f0b6; >= 64b3d8b1b0f5c16c19045785e4da8391ae35ec99, < 40bb0fdb37f441c9c9f52bf58bbd8a0ca3cc9598; >= 64b3d8b1b0f5c16c19045785e4da8391ae35ec99, < b131f0011dfef72350f4e3f11df94dc3e6b46065; >= 64b3d8b1b0f5c16c19045785e4da8391ae35ec99, < 8d4a46e971cf846bda98b20d4cabfa21c1276e5f; >= 64b3d8b1b0f5c16c19045785e4da8391ae35ec99, < 82accdd57404399eddf3d56fd9beda7c61307388; >= 64b3d8b1b0f5c16c19045785e4da8391ae35ec99, < d49ff54b2784aa56a7c97982de713604de89d23a; >= 64b3d8b1b0f5c16c19045785e4da8391ae35ec99, < 60d877910a43c305b5165131b258a17b1d772d57 |
| Linux | Linux | 5.9 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-64497?
How severe is CVE-2026-64497?
How do I fix CVE-2026-64497?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-64491In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64492In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64493In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64494In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64495In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64496In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-64498In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64499In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6450A CRL critical extension bypass exists in ParseCRL_Extension…5.3
- CVE-2026-64500In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64501In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-64502In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-64497?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
