CVE-2026-68330

HIGHPre-NVD 7.87.8
EchelonGraph scoreHIGH confidence

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

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

net: airoha: Fix DMA direction for NPU mailbox buffer

airoha_npu_send_msg() always maps the mailbox buffer with DMA_TO_DEVICE, but some callers expect the NPU to write response data back into the same buffer:

  • airoha_npu_wlan_msg_get() (NPU_OP_GET): NPU writes response into
the buffer, then the caller reads it via memcpy()
  • airoha_npu_ppe_stats_setup() (NPU_OP_SET): NPU writes back
npu_stats_addr field in the response

On non-cache-coherent architectures like EN7581 (Cortex-A53 without hardware cache coherency for NPU DMA), DMA_TO_DEVICE unmap is a no-op — it does not invalidate the CPU cache. If the NPU-written cache line is still present in the CPU cache when the caller reads the buffer, the CPU observes stale data instead of the NPU response.

This is a timing-sensitive bug: small mailbox buffers (~24 bytes) typically fit in a single cache line and may survive in the cache until the caller reads them, producing silent data corruption rather than a crash. The bug is more likely to trigger when the caller reads the response immediately after dma_unmap_single() without intervening cache-evicting operations.

Fix by using DMA_BIDIRECTIONAL for both map and unmap, which ensures dma_unmap_single() invalidates the CPU cache on non-coherent systems. The mailbox buffers are small so there is no performance concern.

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

Published

August 10, 2026

Last Modified

August 17, 2026

Advisory Details (3)

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

net: airoha: Fix DMA direction for NPU mailbox buffer - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/76fc5604308a109bf5838c2a0a0eb3ac6819f1ea
generic

net: airoha: Fix DMA direction for NPU mailbox buffer - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/6f884eb87a79e0c482baef2ad96c96b81d024235
generic

net: airoha: Fix DMA direction for NPU mailbox buffer - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/4c4d866a64f36718cbcdf20add372a599dd44311

Vendor Advisories for CVE-2026-68330(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 29× in last 7d / 41× 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-21 01:31 UTCEG score recompute
  2. 2026-08-21 01:31 UTCGHSA enrichment
  3. 2026-08-20 22:56 UTCEPSS rescore
  4. 2026-08-20 12:35 UTCGHSA enrichment
  5. 2026-08-19 23:39 UTCEG score recompute
  6. 2026-08-19 23:39 UTCGHSA enrichment
  7. 2026-08-19 17:04 UTCEPSS rescore
  8. 2026-08-19 10:42 UTCGHSA enrichment
  9. 2026-08-18 21:40 UTCEG score recompute
  10. 2026-08-18 21:39 UTCGHSA enrichment
  11. 2026-08-18 13:49 UTCEPSS rescore
  12. 2026-08-18 13:49 UTCEPSS rescore
  13. 2026-08-18 08:26 UTCGHSA enrichment
  14. 2026-08-17 19:29 UTCEG score recompute
  15. 2026-08-17 19:29 UTCGHSA enrichment
  16. 2026-08-17 13:47 UTCEPSS rescore
  17. 2026-08-17 06:32 UTCGHSA enrichment
  18. 2026-08-17 05:24 UTCGHSA enrichment
  19. 2026-08-16 16:21 UTCEG score recompute
  20. 2026-08-16 16:21 UTCGHSA enrichment
  21. 2026-08-16 14:56 UTCEPSS rescore
  22. 2026-08-16 03:26 UTCEG score recompute
  23. 2026-08-16 03:26 UTCGHSA enrichment
  24. 2026-08-15 14:31 UTCGHSA enrichment
  25. 2026-08-15 01:35 UTCEG score recompute
Show 16 more
  1. 2026-08-15 01:35 UTCGHSA enrichment
  2. 2026-08-15 01:30 UTCEPSS rescore
  3. 2026-08-14 12:40 UTCEG score recompute
  4. 2026-08-14 12:40 UTCGHSA enrichment
  5. 2026-08-13 23:45 UTCEG score recompute
  6. 2026-08-13 23:45 UTCGHSA enrichment
  7. 2026-08-13 23:04 UTCEG score recompute 7.80
  8. 2026-08-13 23:04 UTCGHSA enrichment
  9. 2026-08-13 23:03 UTCMITRE cvelistV5CVSS v3 → 7.8 · severity → HIGH
  10. 2026-08-13 22:00 UTCEPSS rescore
  11. 2026-08-13 14:47 UTCEG score recompute
  12. 2026-08-13 14:47 UTCGHSA enrichment
  13. 2026-08-12 13:51 UTCEPSS rescore
  14. 2026-08-10 13:24 UTCNVD update
  15. 2026-08-10 12:19 UTCEG score recompute
  16. 2026-08-10 12:17 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-68330?
CVE-2026-68330 is a high vulnerability published on August 10, 2026. In the Linux kernel, the following vulnerability has been resolved: net: airoha: Fix DMA direction for NPU mailbox buffer airohanpusendmsg() always maps the mailbox buffer with DMATO_DEVICE, but some callers expect the NPU to write response data back into the same buffer: airohanpuwlanmsgget()…
When was CVE-2026-68330 disclosed?
CVE-2026-68330 was first published in the National Vulnerability Database on August 10, 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-68330 actively exploited?
CVE-2026-68330 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 94.1% of all scored CVEs.
What is the CVSS score of CVE-2026-68330?
CVE-2026-68330 has a CVSS v3 base score of 7.8 (NVD).
How do I remediate CVE-2026-68330?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-68330, 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-68330

Explore →

Is Your Infrastructure Affected by CVE-2026-68330?

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