CVE-2026-64501
Last modified
CVE-2026-64501 is a high-severity vulnerability rated 7.1/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: iio: adc: ad_sigma_delta: fix CS held asserted and state leaks In ad_sigma_delta_single_conversion(), set_mode(AD_SD_MODE_IDLE) and disable_one() were called from the out: block while keep_cs_asserted was still true. This caused any SPI transfer issued by those callbacks to carry cs_change=1, leaving CS permanently asserted after the conversion. EPSS estimates a 0.15% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: iio: adc: ad_sigma_delta: fix CS held asserted and state leaks In ad_sigma_delta_single_conversion(), set_mode(AD_SD_MODE_IDLE) and disable_one() were called from the out: block while keep_cs_asserted was still true. This caused any SPI transfer issued by those callbacks to carry cs_change=1, leaving CS permanently asserted after the conversion. Fix by moving both calls into the out_unlock: block, after keep_cs_asserted is cleared, matching the pattern already used in ad_sd_calibrate(). In the error path of ad_sd_buffer_postenable(), if an operation fails after set_mode(AD_SD_MODE_CONTINUOUS) has already succeeded (e.g. spi_offload_trigger_enable()), the device is left in continuous conversion mode with CS physically asserted. Additionally, bus_locked remaining true after spi_bus_unlock() causes subsequent SPI operations to call spi_sync_locked() without the bus lock actually held, allowing concurrent SPI access. Fix the error path by clearing keep_cs_asserted first, then calling set_mode(AD_SD_MODE_IDLE) to revert the device mode and deassert CS, then clearing bus_locked before releasing the bus. For devices that implement neither set_mode nor disable_one (such as MAX11205, which has no physical CS pin), no SPI transfer is issued during cleanup and the cs_change flag has no effect on any physical line.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 132d44dc6966c1cf841ffe0f6f048165687e870b, < c313bb7c38855e94ceef939d152dd75e5a904b5f; >= 132d44dc6966c1cf841ffe0f6f048165687e870b, < f1de829ee87a1198d3465493ce430d36c5fa029c; >= 132d44dc6966c1cf841ffe0f6f048165687e870b, < c72da0688575e5ef39c36bb44fed53aa18f8ae65 |
| Linux | Linux | 6.14 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-64501?
How severe is CVE-2026-64501?
How do I fix CVE-2026-64501?
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-64496In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-64497In the Linux kernel, the following vulnerability has been re…
- 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-64502In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64503In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64504In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64505In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64506In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64507In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-64501?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
