CVE-2026-64452

HIGHPre-NVD 7.17.1
EchelonGraph scoreMEDIUM confidence

This high-severity CVE scores 7.1 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.2%, top 92% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).

Triggered by: NVD CVSS baseline
Sources: epss, secondary
Trending — 5 sources updated this week
7.1EG
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.1Exploit: 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:

6lowpan: fix NHC entry use-after-free on error path

lowpan_nhc_do_uncompression() looks up an NHC descriptor while holding lowpan_nhc_lock. If the descriptor has no uncompress callback, the error path drops the lock before printing nhc->name.

lowpan_nhc_del() removes descriptors under the same lock and then relies on synchronize_net() before the owning module can be unloaded. That only waits for net RX RCU readers. lowpan_header_decompress() is also exported and can be reached from callers that are not necessarily covered by the net core RX critical section, for example the Bluetooth 6LoWPAN L2CAP receive path.

This leaves a race where one task drops lowpan_nhc_lock in the error path, another task unregisters and frees the matching descriptor after synchronize_net() returns, and the first task then dereferences nhc->name for the warning.

With the post-unlock window widened, KASAN reports:

BUG: KASAN: slab-use-after-free in lowpan_nhc_do_uncompression+0x1f4/0x220 Read of size 8 lowpan_nhc_do_uncompression lowpan_header_decompress

Fix this by printing the warning before dropping lowpan_nhc_lock, so the descriptor name is read while unregister is still excluded. The malformed packet is still rejected with -ENOTSUPP.

CVSS v3
7.1
EG Score
7.1(medium)
EG Risk
37(Track)
EG Risk 37/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
Severity71% × 45%
Exploitation0% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
8%
KEV
Not listed

Published

July 25, 2026

Last Modified

July 27, 2026

Advisory Details (8)

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

6lowpan: fix NHC entry use-after-free on error path - kernel/git/stable/linux.git - Linux kernel stable tree

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

6lowpan: fix NHC entry use-after-free on error path - kernel/git/stable/linux.git - Linux kernel stable tree

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

6lowpan: fix NHC entry use-after-free on error path - kernel/git/stable/linux.git - Linux kernel stable tree

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

6lowpan: fix NHC entry use-after-free on error path - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/9c2f5c0829a8c8b904dae36be6d8056b719ac605
generic

6lowpan: fix NHC entry use-after-free on error path - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/80b5c8779acee0550845394fb3e5176a398aa24c
generic

6lowpan: fix NHC entry use-after-free on error path - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/593b78bb3c7ef0c6e9ae6fdf5afa80a5f7573168
generic

6lowpan: fix NHC entry use-after-free on error path - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/1720db928e5a58ca7d75ac1d514c3b73fd7061a7
generic

6lowpan: fix NHC entry use-after-free on error path - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/0beccbcf50de125be5520d0ffc59af4bb8655482

Vendor Advisories for CVE-2026-64452(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 14× in last 7d / 14× 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-07-27 05:26 UTCEG score recompute
  2. 2026-07-27 05:26 UTCGHSA enrichment
  3. 2026-07-27 05:13 UTCEG score recompute 7.10
  4. 2026-07-27 05:13 UTCGHSA enrichment
  5. 2026-07-27 05:12 UTCMITRE cvelistV5CVSS v3 → 7.1 · severity → HIGH
  6. 2026-07-26 14:54 UTCEPSS rescore
  7. 2026-07-26 14:54 UTCEPSS rescore
  8. 2026-07-26 02:47 UTCEG score recompute
  9. 2026-07-26 02:47 UTCGHSA enrichment
  10. 2026-07-25 14:18 UTCEPSS rescore
  11. 2026-07-25 14:18 UTCEPSS rescore
  12. 2026-07-25 10:39 UTCNVD update
  13. 2026-07-25 09:26 UTCEG score recompute
  14. 2026-07-25 09:21 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-64452?
CVE-2026-64452 is a high vulnerability published on July 25, 2026. In the Linux kernel, the following vulnerability has been resolved: 6lowpan: fix NHC entry use-after-free on error path lowpannhcdo_uncompression() looks up an NHC descriptor while holding lowpannhclock. If the descriptor has no uncompress callback, the error path drops the lock before printing…
When was CVE-2026-64452 disclosed?
CVE-2026-64452 was first published in the National Vulnerability Database on July 25, 2026, with the most recent update on July 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-64452 actively exploited?
CVE-2026-64452 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 91.7% of all scored CVEs.
What is the CVSS score of CVE-2026-64452?
CVE-2026-64452 has a CVSS v3 base score of 7.1 (NVD).
How do I remediate CVE-2026-64452?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-64452, 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-64452

Explore →

Is Your Infrastructure Affected by CVE-2026-64452?

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