In the Linux kernel, the following vulnerability has been resolved:
iio: adc: ad_sigma_delta: fix clear_pending_event for registerless devices
ad_sigma_delta_clear_pending_event() falls through to the status register read path for devices with has_registers = false and no rdy_gpiod. For such devices, ad_sd_read_reg() skips the address byte entirely and clocks raw MISO bytes with no address phase — making it byte-for-byte identical to reading conversion data. If a pending conversion result is present, this partially consumes it and corrupts the data stream for the subsequent ad_sd_read_reg() call in ad_sigma_delta_single_conversion().
Furthermore, with num_resetclks = 0 on these devices, data_read_len evaluates to 0. If the clocked byte has bit 7 clear, pending_event is set and the code attempts memset(data + 2, 0xff, 0 - 1), overflowing to SIZE_MAX and corrupting the heap.
Fix by returning 0 immediately when neither rdy_gpiod nor has_registers is set. This is safe for all current registerless devices: ad7191 and ad7780 (with powerdown GPIO) are reset between conversions by CS deassertion, so there is no stale result to drain; ad7780 (without powerdown GPIO) and max11205 are continuously-converting and cycle ~DRDY at the output data rate regardless of whether the previous result was read, so the next falling edge fires naturally.
A future registerless device that holds ~DRDY asserted until data is read would be broken by this early return and would require either num_resetclks set or a rdy-gpio.
The same heap corruption is reachable on any device with rdy_gpiod set but num_resetclks = 0: if the GPIO indicates a pending event, the drain path executes memset(data + 2, 0xff, 0 - 1) regardless of has_registers. Add an explicit data_read_len == 0 guard after the pending event check; the stale result is then consumed by the first ad_sd_read_reg() call in ad_sigma_delta_single_conversion().
CVSS Details
- CVSS 3.1 Base Score: 7.8
- CVSS 3.1 Vector: (CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)
Covered by Rapid7
| Product | Vendor Advisory | Solution File | Added | Published |
|---|---|---|---|---|
| Ubuntu | — | Upgrade linux-image-nvidia-hwe-26.04Upgrade linux-image-7.0.0-1011-gcpUpgrade linux-image-7.0.0-31-generic-64kUpgrade linux-image-nvidia-64k-7.0Upgrade linux-image-realtime-64k-7.0Upgrade linux-image-gcp-7.0Upgrade linux-image-virtual-7.0Upgrade linux-image-nvidia-64k-hwe-26.04Upgrade linux-image-7.0.0-1013-ibmUpgrade linux-image-ibmUpgrade linux-image-7.0.0-2018-nvidia-bos-64kUpgrade linux-image-ibm-7.0Upgrade linux-image-7.0.0-2018-nvidia-bosUpgrade linux-image-aws-64kUpgrade linux-image-realtime-hwe-26.04Upgrade linux-image-nvidiaUpgrade linux-image-realtime-64k-hwe-26.04Upgrade linux-image-7.0.0-1006-gkeUpgrade linux-image-7.0.0-31-genericUpgrade linux-image-virtual-hwe-24.04Upgrade linux-image-gcpUpgrade linux-image-generic-64k-hwe-24.04Upgrade linux-image-generic-hwe-24.04Upgrade linux-image-7.0.0-31-realtime-64kUpgrade linux-image-virtual-hwe-26.04Upgrade linux-image-raspi-realtimeUpgrade linux-image-gke-hwe-26.04Upgrade linux-image-nvidia-64kUpgrade linux-image-virtualUpgrade linux-image-7.0.0-1012-aws-64kUpgrade linux-image-gkeUpgrade linux-image-nvidia-bos-7.0Upgrade linux-image-7.0.0-1006-gke-64kUpgrade linux-image-7.0.0-1019-raspi-realtimeUpgrade linux-image-oem-26.04bUpgrade linux-image-generic-64k-7.0Upgrade linux-image-gke-64k-hwe-26.04Upgrade linux-image-realtime-64kUpgrade linux-image-generic-64k-hwe-26.04Upgrade linux-image-generic-hwe-26.04Upgrade linux-image-7.0.0-1011-gcp-64kUpgrade linux-image-gke-64kUpgrade linux-image-aws-64k-7.0Upgrade linux-image-7.0.0-1012-awsUpgrade linux-image-nvidia-bosUpgrade linux-image-gke-64k-7.0Upgrade linux-image-awsUpgrade linux-image-raspi-realtime-7.0Upgrade linux-image-generic-7.0Upgrade linux-image-oem-26.04aUpgrade linux-image-gke-7.0Upgrade linux-image-raspi-7.0Upgrade linux-image-oem-7.0Upgrade linux-image-raspiUpgrade linux-image-realtime-7.0Upgrade linux-image-7.0.0-1019-raspiUpgrade linux-image-genericUpgrade linux-image-gcp-64kUpgrade linux-image-7.0.0-1018-nvidia-64kUpgrade linux-image-realtimeUpgrade linux-image-7.0.0-1018-nvidiaUpgrade linux-image-oem-26.04Upgrade linux-image-nvidia-7.0Upgrade linux-image-aws-7.0Upgrade linux-image-7.0.0-1013-oemUpgrade linux-image-generic-64kUpgrade linux-image-7.0.0-31-realtimeUpgrade linux-image-gcp-64k-7.0Upgrade linux-image-nvidia-bos-64k-7.0Upgrade linux-image-nvidia-bos-64k | Sep 14, 2026 | Sep 7, 2026 |
Prioritise with Active Threat Intelligence
With curated Threat Intelligence, you can see which vulnerabilities truly put you at risk, prioritize what matters most, and act before attackers do.
Explore Intelligence Hub