CVE-2026-64084

HIGHPre-NVD 7.87.8
EchelonGraph scoreMEDIUM confidence

Score 7.8 from GitHub Security Advisory (severity: HIGH) published 2026-07-19. the CNA's CVSS baseline 7.8; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: cna:linux, epss, ghsa
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:

hwmon: (pmbus/adm1266) cap PDIO scan in get_multiple at ADM1266_PDIO_NR

adm1266_gpio_get_multiple() iterates the PDIO portion of the caller-supplied mask using

for_each_set_bit_from(gpio_nr, mask, ADM1266_GPIO_NR + ADM1266_PDIO_STATUS) { ... }

where ADM1266_PDIO_STATUS is the PMBus command code (0xE9, i.e. 233), not the number of PDIO pins. The intended upper bound is ADM1266_GPIO_NR + ADM1266_PDIO_NR = 25.

gpiolib hands in a mask sized for gc.ngpio (= 25 bits on this chip), so the iteration walks find_next_bit() up to 242, reading up to 217 extra bits (a handful of unsigned-long words: four on 64-bit, seven on 32-bit) of whatever lives past the end of the mask in the caller's stack. Any incidental set bit in that range then drives a set_bit(gpio_nr, bits) call that writes past the end of the caller-supplied bits array too -- both out-of-bounds.

Substitute ADM1266_PDIO_NR for the constant so the scan stops at the last real PDIO bit.

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
4%
KEV
Not listed

Published

July 19, 2026

Last Modified

August 5, 2026

Advisory Details (8)

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

hwmon: (pmbus/adm1266) cap PDIO scan in get_multiple at ADM1266_PDIO_NR - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/fa7ca363069a70b0d1aa51e8892e3095fe2ac1ec
generic

hwmon: (pmbus/adm1266) cap PDIO scan in get_multiple at ADM1266_PDIO_NR - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/d7834d92251baade796812876e95555e2066fa9f
generic

hwmon: (pmbus/adm1266) cap PDIO scan in get_multiple at ADM1266_PDIO_NR - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/d0593e15fdeb56048a72c5c6e720f702759d0ccd
generic

hwmon: (pmbus/adm1266) cap PDIO scan in get_multiple at ADM1266_PDIO_NR - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/b96c7f0bc0713dc6403912f6527d4ff9168d6fe6
generic

hwmon: (pmbus/adm1266) cap PDIO scan in get_multiple at ADM1266_PDIO_NR - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/4d1da9a6be5a8156c532d571c2ed237169f99244
generic

hwmon: (pmbus/adm1266) cap PDIO scan in get_multiple at ADM1266_PDIO_NR - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/2aef8f08c479f4cbc83e1e6b19d1c94d4dd24f17
generic

hwmon: (pmbus/adm1266) cap PDIO scan in get_multiple at ADM1266_PDIO_NR - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/299efd14c2eda7e5fd40025e54addd4151a01081
generic

hwmon: (pmbus/adm1266) cap PDIO scan in get_multiple at ADM1266_PDIO_NR - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/17cee2f59029039416e8f6303050038eb59ba149

Vendor Advisories for CVE-2026-64084(1)

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

Patch Availability(16)

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

(4 across 4 ecosystems)
Debian:11(1)
PackageVulnerable rangeFixed inDependents
linux5.10.103-1 ... 5.10.92-2 (54 versions)5.10.259-1
Debian:12(1)
PackageVulnerable rangeFixed inDependents
linux6.1.106-1 ... 6.1.99-1 (53 versions)6.1.176-1
Debian:13(1)
PackageVulnerable rangeFixed inDependents
linux6.12.38-1 ... 6.12.94-1~bpo12+1 (27 versions)6.12.94-1
Debian:14(1)
PackageVulnerable rangeFixed inDependents
linux6.12.100-1 ... 7.0.9-1~bpo13+1 (138 versions)7.0.12-1

All Vendor Advisories

(16)

Data Freshness Timeline

(refreshed 30× in last 7d / 162× 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 216 total refreshes for this CVE.

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

Frequently asked(5)

What is CVE-2026-64084?
CVE-2026-64084 is a high vulnerability published on July 19, 2026. In the Linux kernel, the following vulnerability has been resolved: hwmon: (pmbus/adm1266) cap PDIO scan in getmultiple at ADM1266PDIO_NR adm1266gpioget_multiple() iterates the PDIO portion of the caller-supplied mask using foreachsetbitfrom(gpio_nr, mask, ADM1266GPIONR + ADM1266PDIOSTATUS) { ... }…
When was CVE-2026-64084 disclosed?
CVE-2026-64084 was first published in the National Vulnerability Database on July 19, 2026, with the most recent update on August 5, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-64084 actively exploited?
CVE-2026-64084 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 96.5% of all scored CVEs.
What is the CVSS score of CVE-2026-64084?
CVE-2026-64084 has a CVSS v4.0 base score of 7.8 (CNA self-assessment; NVD's own analysis pending).
How do I remediate CVE-2026-64084?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-64084, 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-64084

Explore →

Is Your Infrastructure Affected by CVE-2026-64084?

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