CVE-2026-64502

HIGHPre-NVD 7.87.8
EchelonGraph scoreMEDIUM confidence

Score 7.8 from GitHub Security Advisory (severity: HIGH) published 2026-07-25. a secondary CVSS source baseline 7.8; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 4 sources updated this week
7.8EG
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 7.8Exploit: None knownExposed: 0

A fix is available — apply it.

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 v3
7.8
EG Score
7.8(medium)
EG Risk
40(Track)
EG Risk 40/100SSVC: Track

EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).

How it’s computed
Severity78% × 45%
Exploitation0% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
2%
KEV
Not listed

Published

July 25, 2026

Last Modified

August 17, 2026

Advisory Details (3)

Auto-updated Jul 27, 2026
No patch confirmed yet.
generic

iio: adc: ad_sigma_delta: fix clear_pending_event for registerless devices - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/91bc6767a4f55dc470d8a56b55b9f2ea09094efe
generic

iio: adc: ad_sigma_delta: fix clear_pending_event for registerless devices - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/3bceb26dfaf7ba805b459e41c1d0ba916862dade
generic

iio: adc: ad_sigma_delta: fix clear_pending_event for registerless devices - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/3394e0b3328422431cadaf314fa58d3717ed4936

Vendor Advisories for CVE-2026-64502(1)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Patch Availability(3)

Vendor / EcosystemFixed in / PatchReleasedSource
ubuntulinux-tools-gcp-edge (7.0.0-1011.11~24.04.1) @ noble2026-09-15ubuntu
ubuntulinux-virtual-hwe-26.04-edge (7.0.0-31.31) @ resolute2026-09-15ubuntu
ubuntulinux-tools-oem-7.0 (7.0.0-1013.13) @ resolute2026-09-15ubuntu

Patches are aggregated from vendor advisories (Red Hat, Microsoft, Cisco, GitHub) and package ecosystems (OSV, GHSA). Multiple rows for the same upstream release have been deduplicated.

Affected Packages

(1 across 1 ecosystem)
Debian:14(1)
PackageVulnerable rangeFixed inDependents
linux6.12.100-1 ... 7.1~rc7-1~exp1 (158 versions)7.1.4-1

All Vendor Advisories

(3)

Every vendor that published an advisory referencing this CVE — pulled from our cve_vendor_advisories aggregation. Click any row for the vendor's original advisory page.

Data Freshness Timeline

(refreshed 32× in last 7d / 103× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

Showing the most recent 100 of 200 total refreshes for this CVE.

  1. 2026-09-15 09:18 UTCEG score recompute
  2. 2026-09-15 09:18 UTCVendor advisory
  3. 2026-09-15 09:18 UTCGHSA enrichment
  4. 2026-09-14 15:51 UTCVendor advisory
  5. 2026-09-14 15:51 UTCGHSA enrichment
  6. 2026-09-14 02:46 UTCEG score recompute
  7. 2026-09-14 02:46 UTCVendor advisory
  8. 2026-09-14 02:46 UTCGHSA enrichment
  9. 2026-09-13 15:44 UTCVendor advisory
  10. 2026-09-13 15:44 UTCGHSA enrichment
  11. 2026-09-13 04:45 UTCVendor advisory
  12. 2026-09-13 04:45 UTCGHSA enrichment
  13. 2026-09-12 17:39 UTCEG score recompute
  14. 2026-09-12 17:39 UTCVendor advisory
  15. 2026-09-12 17:39 UTCGHSA enrichment
  16. 2026-09-12 06:36 UTCVendor advisory
  17. 2026-09-12 06:36 UTCGHSA enrichment
  18. 2026-09-11 19:32 UTCEG score recompute
  19. 2026-09-11 19:32 UTCVendor advisory
  20. 2026-09-11 19:32 UTCGHSA enrichment
  21. 2026-09-11 14:53 UTCEPSS rescore
  22. 2026-09-11 09:37 UTCEPSS rescore
  23. 2026-09-11 08:32 UTCVendor advisory
  24. 2026-09-11 08:32 UTCGHSA enrichment
  25. 2026-09-10 21:32 UTCVendor advisory
Show 75 more
  1. 2026-09-10 21:32 UTCGHSA enrichment
  2. 2026-09-10 10:25 UTCEG score recompute
  3. 2026-09-10 10:25 UTCVendor advisory
  4. 2026-09-10 10:25 UTCGHSA enrichment
  5. 2026-09-09 08:29 UTCEG score recompute
  6. 2026-09-09 08:29 UTCVendor advisory
  7. 2026-09-09 08:29 UTCGHSA enrichment
  8. 2026-09-08 22:01 UTCEPSS rescore
  9. 2026-09-07 21:11 UTCEG score recompute
  10. 2026-09-07 21:11 UTCVendor advisory
  11. 2026-09-07 21:11 UTCGHSA enrichment
  12. 2026-09-07 16:01 UTCEPSS rescore
  13. 2026-09-06 18:55 UTCEG score recompute
  14. 2026-09-06 18:55 UTCGHSA enrichment
  15. 2026-09-06 13:47 UTCEPSS rescore
  16. 2026-09-06 07:56 UTCGHSA enrichment
  17. 2026-09-05 19:18 UTCEG score recompute
  18. 2026-09-05 19:18 UTCGHSA enrichment
  19. 2026-09-05 15:31 UTCEPSS rescore
  20. 2026-09-05 05:54 UTCEG score recompute
  21. 2026-09-05 05:54 UTCGHSA enrichment
  22. 2026-09-04 12:38 UTCEG score recompute
  23. 2026-09-04 12:38 UTCGHSA enrichment
  24. 2026-09-04 05:07 UTCEPSS rescore
  25. 2026-09-02 14:12 UTCEPSS rescore
  26. 2026-09-01 23:07 UTCEG score recompute
  27. 2026-09-01 23:07 UTCGHSA enrichment
  28. 2026-09-01 13:54 UTCEPSS rescore
  29. 2026-09-01 04:40 UTCEPSS rescore
  30. 2026-08-30 22:02 UTCEG score recompute
  31. 2026-08-30 22:02 UTCGHSA enrichment
  32. 2026-08-30 19:17 UTCEPSS rescore
  33. 2026-08-30 11:00 UTCGHSA enrichment
  34. 2026-08-30 00:01 UTCEG score recompute
  35. 2026-08-30 00:01 UTCGHSA enrichment
  36. 2026-08-28 21:42 UTCEPSS rescore
  37. 2026-08-27 21:04 UTCEG score recompute
  38. 2026-08-27 21:04 UTCGHSA enrichment
  39. 2026-08-27 09:56 UTCGHSA enrichment
  40. 2026-08-26 19:48 UTCEG score recompute
  41. 2026-08-26 19:48 UTCGHSA enrichment
  42. 2026-08-26 14:47 UTCEPSS rescore
  43. 2026-08-26 05:53 UTCGHSA enrichment
  44. 2026-08-25 18:53 UTCEG score recompute
  45. 2026-08-25 18:53 UTCGHSA enrichment
  46. 2026-08-25 13:49 UTCEPSS rescore
  47. 2026-08-25 07:54 UTCGHSA enrichment
  48. 2026-08-24 20:54 UTCEG score recompute
  49. 2026-08-24 20:54 UTCGHSA enrichment
  50. 2026-08-24 09:56 UTCEG score recompute
  51. 2026-08-24 09:56 UTCGHSA enrichment
  52. 2026-08-23 22:56 UTCGHSA enrichment
  53. 2026-08-23 11:57 UTCGHSA enrichment
  54. 2026-08-23 00:58 UTCEG score recompute
  55. 2026-08-23 00:58 UTCGHSA enrichment
  56. 2026-08-23 00:19 UTCEPSS rescore
  57. 2026-08-22 13:59 UTCGHSA enrichment
  58. 2026-08-22 02:59 UTCEG score recompute
  59. 2026-08-22 02:59 UTCGHSA enrichment
  60. 2026-08-21 23:49 UTCEPSS rescore
  61. 2026-08-21 15:58 UTCGHSA enrichment
  62. 2026-08-21 04:59 UTCEG score recompute
  63. 2026-08-21 04:59 UTCGHSA enrichment
  64. 2026-08-20 22:55 UTCEPSS rescore
  65. 2026-08-20 18:00 UTCGHSA enrichment
  66. 2026-08-20 07:00 UTCGHSA enrichment
  67. 2026-08-19 20:01 UTCEG score recompute
  68. 2026-08-19 20:01 UTCGHSA enrichment
  69. 2026-08-19 17:04 UTCEPSS rescore
  70. 2026-08-19 05:48 UTCGHSA enrichment
  71. 2026-08-18 18:49 UTCEG score recompute
  72. 2026-08-18 18:49 UTCGHSA enrichment
  73. 2026-08-18 13:48 UTCEPSS rescore
  74. 2026-08-18 03:40 UTCGHSA enrichment
  75. 2026-08-17 16:41 UTCGHSA enrichment

Frequently asked(5)

What is CVE-2026-64502?
CVE-2026-64502 is a high vulnerability published on July 25, 2026. In the Linux kernel, the following vulnerability has been resolved: iio: adc: adsigmadelta: fix clearpendingevent for registerless devices adsigmadeltaclearpending_event() falls through to the status register read path for devices with hasregisters = false and no rdygpiod. For such devices,…
When was CVE-2026-64502 disclosed?
CVE-2026-64502 was first published in the National Vulnerability Database on July 25, 2026, with the most recent update on August 17, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-64502 actively exploited?
CVE-2026-64502 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 0% probability of exploitation in the next 30 days, which ranks it in the top 98.0% of all scored CVEs.
What is the CVSS score of CVE-2026-64502?
CVE-2026-64502 has a CVSS v3 base score of 7.8 (NVD).
How do I remediate CVE-2026-64502?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-64502, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-64502

Explore →

Is Your Infrastructure Affected by CVE-2026-64502?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.