CVE-2026-80556

HIGHPre-NVD 7.87.8
EchelonGraph scoreHIGH confidence

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

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 5 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

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

In the Linux kernel, the following vulnerability has been resolved:

mmc: atmel-mci: Fix use-after-free in atmci_remove due to race condition

In atmci_probe, &host->bh_work is bound with atmci_work_func, and atmci_interrupt, atmci_timeout_timer and atmci_dma_complete can all queue this work on system_bh_wq.

If we remove the module, atmci_remove makes cleanup and the memory allocated for host with devm_kzalloc() is released after the remove callback returns, while the work mentioned above may still be pending or running. The sequence of operations that may lead to a UAF bug is as follows:

CPU0 CPU1

| atmci_interrupt | queue_work(system_bh_wq, | &host->bh_work) atmci_remove | atmci_cleanup_slot(...) | atmci_writel(host, ATMCI_IDR, ~0UL) | timer_delete_sync(&host->timer) | dma_release_channel(host->dma.chan) | free_irq(platform_get_irq(pdev, 0), host) | | atmci_work_func | // use host // devm resources released after | // remove returns, host is freed | | // use host (use-after-free)

Fix it by canceling the work after all the sources that can schedule it (IRQ handler, timeout timer and DMA completion callback) have been stopped, and before proceeding with the remaining cleanup in atmci_remove.

CVSS v3
7.8
EG Score
7.8(high)
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

August 26, 2026

Last Modified

August 27, 2026

Advisory Details (4)

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

mmc: atmel-mci: Fix use-after-free in atmci_remove due to race condition - kernel/git/stable/linux.git - Linux kernel stable tree

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

mmc: atmel-mci: Fix use-after-free in atmci_remove due to race condition - kernel/git/stable/linux.git - Linux kernel stable tree

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

mmc: atmel-mci: Fix use-after-free in atmci_remove due to race condition - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/7599a73ff66d195a908f5d88b427933a9fb1c02a
generic

mmc: atmel-mci: Fix use-after-free in atmci_remove due to race condition - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/22aecf6c4721727a2f724ca0438bc7d4b609bf3f

Vendor Advisories for CVE-2026-80556(1)

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

Data Freshness Timeline

(refreshed 17× in last 7d / 17× 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.

  1. 2026-08-30 05:10 UTCEG score recompute
  2. 2026-08-30 05:10 UTCGHSA enrichment
  3. 2026-08-30 01:22 UTCEPSS rescore
  4. 2026-08-29 17:23 UTCGHSA enrichment
  5. 2026-08-29 05:34 UTCEG score recompute
  6. 2026-08-29 05:33 UTCGHSA enrichment
  7. 2026-08-28 21:42 UTCEPSS rescore
  8. 2026-08-28 17:44 UTCGHSA enrichment
  9. 2026-08-28 05:54 UTCGHSA enrichment
  10. 2026-08-27 18:06 UTCEG score recompute
  11. 2026-08-27 18:05 UTCGHSA enrichment
  12. 2026-08-27 14:25 UTCEPSS rescore
  13. 2026-08-27 06:19 UTCEG score recompute 7.80
  14. 2026-08-27 06:11 UTCMITRE cvelistV5CVSS v3 → 7.8 · severity → HIGH
  15. 2026-08-26 15:43 UTCNVD update
  16. 2026-08-26 14:42 UTCEG score recompute
  17. 2026-08-26 14:41 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-80556?
CVE-2026-80556 is a high vulnerability published on August 26, 2026. In the Linux kernel, the following vulnerability has been resolved: mmc: atmel-mci: Fix use-after-free in atmci_remove due to race condition In atmciprobe, &host->bhwork is bound with atmciworkfunc, and atmciinterrupt, atmcitimeouttimer and atmcidma_complete can all queue this work on systembhwq.…
When was CVE-2026-80556 disclosed?
CVE-2026-80556 was first published in the National Vulnerability Database on August 26, 2026, with the most recent update on August 27, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-80556 actively exploited?
CVE-2026-80556 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 97.5% of all scored CVEs.
What is the CVSS score of CVE-2026-80556?
CVE-2026-80556 has a CVSS v3 base score of 7.8 (NVD).
How do I remediate CVE-2026-80556?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-80556, 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

Explore the affected products and dependency analysis for CVE-2026-80556

Explore →

Is Your Infrastructure Affected by CVE-2026-80556?

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