CVE-2026-74513

HIGHPre-NVD 7.87.8
EchelonGraph scoreHIGH confidence

Score 7.8 from GitHub Security Advisory (severity: HIGH) published 2026-08-15. 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:

dibs: fix use-after-free of dmb_node in loopback attach/detach/unregister

dibs_lo_attach_dmb(), dibs_lo_detach_dmb() and dibs_lo_unregister_dmb() look up the dmb_node under dmb_ht_lock, drop the lock and only then operate on the node's refcount. Nothing keeps the node alive across that window: __dibs_lo_unregister_dmb() removes the node from the hash table under the write lock and immediately frees it.

A concurrent final put can therefore free the node between the lookup and the refcount operation:

CPU0 (attach) CPU1 (owner unregisters)

read_lock_bh(&dmb_ht_lock) find dmb_node (refcnt == 1) read_unlock_bh(&dmb_ht_lock) refcount_dec_and_test() 1 -> 0 write_lock_bh(&dmb_ht_lock) hash_del(&dmb_node->list) write_unlock_bh(&dmb_ht_lock) kfree(dmb_node) refcount_inc_not_zero(&dmb_node->refcnt) <-- use-after-free

The same window exists for the refcount_dec_and_test() calls in the detach and unregister paths.

Close the race structurally by making hash table membership and the refcount transitions atomic with respect to each other:

  • Perform the final refcount_dec_and_test() and hash_del() in a single
dmb_ht_lock write-side critical section, in both the unregister and the detach path. Freeing the node still happens after the lock is dropped, which is safe because a node whose refcount reached zero has left the hash table and can no longer be found.
  • This establishes the invariant that any node found in the hash table
holds at least one reference, and that the final reference can only be dropped under the write lock. dibs_lo_attach_dmb() can thus take its reference with a plain refcount_inc() while still holding the read lock; refcount_inc_not_zero() is no longer needed.

__dibs_lo_unregister_dmb() no longer touches the hash table and is renamed to dibs_lo_free_dmb() accordingly.

Note: commit cc21191b584c ("dibs: Move data path to dibs layer") moved the code to its current location; the race was introduced earlier by commit c3a910f2380f ("net/smc: implement DMB-merged operations of loopback-ism").

Tested SMC-D via ISM and dibs loopback.

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

Published

August 15, 2026

Last Modified

August 17, 2026

Advisory Details (3)

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

dibs: fix use-after-free of dmb_node in loopback attach/detach/unregister - kernel/git/stable/linux.git - Linux kernel stable tree

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

dibs: fix use-after-free of dmb_node in loopback attach/detach/unregister - kernel/git/stable/linux.git - Linux kernel stable tree

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

dibs: fix use-after-free of dmb_node in loopback attach/detach/unregister - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/48c073f88c93707089a4214f21cb4c3de5aea6e4

Vendor Advisories for CVE-2026-74513(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 / 29× 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 03:13 UTCEG score recompute
  2. 2026-08-21 03:12 UTCGHSA enrichment
  3. 2026-08-20 22:56 UTCEPSS rescore
  4. 2026-08-20 14:02 UTCGHSA enrichment
  5. 2026-08-20 00:16 UTCEG score recompute
  6. 2026-08-20 00:16 UTCGHSA enrichment
  7. 2026-08-19 17:04 UTCEPSS rescore
  8. 2026-08-19 11:05 UTCGHSA enrichment
  9. 2026-08-18 21:54 UTCEG score recompute
  10. 2026-08-18 21:54 UTCGHSA enrichment
  11. 2026-08-18 13:49 UTCEPSS rescore
  12. 2026-08-18 13:49 UTCEPSS rescore
  13. 2026-08-18 08:44 UTCGHSA enrichment
  14. 2026-08-17 19:34 UTCEG score recompute
  15. 2026-08-17 19:34 UTCGHSA enrichment
  16. 2026-08-17 13:47 UTCEPSS rescore
  17. 2026-08-17 06:24 UTCEG score recompute
  18. 2026-08-17 06:24 UTCGHSA enrichment
  19. 2026-08-17 05:55 UTCEG score recompute 7.80
  20. 2026-08-17 05:55 UTCGHSA enrichment
  21. 2026-08-17 05:54 UTCMITRE cvelistV5CVSS v3 → 7.8 · severity → HIGH
  22. 2026-08-17 05:39 UTCEG score recompute
  23. 2026-08-17 05:39 UTCGHSA enrichment
  24. 2026-08-17 05:39 UTCMITRE cvelistV5
  25. 2026-08-16 14:56 UTCEPSS rescore
Show 4 more
  1. 2026-08-16 14:56 UTCEPSS rescore
  2. 2026-08-15 13:27 UTCNVD update
  3. 2026-08-15 12:39 UTCEG score recompute
  4. 2026-08-15 12:37 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-74513?
CVE-2026-74513 is a high vulnerability published on August 15, 2026. In the Linux kernel, the following vulnerability has been resolved: dibs: fix use-after-free of dmb_node in loopback attach/detach/unregister dibsloattachdmb(), dibslodetachdmb() and dibslounregister_dmb() look up the dmbnode under dmbht_lock, drop the lock and only then operate on the node's…
When was CVE-2026-74513 disclosed?
CVE-2026-74513 was first published in the National Vulnerability Database on August 15, 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-74513 actively exploited?
CVE-2026-74513 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-74513?
CVE-2026-74513 has a CVSS v3 base score of 7.8 (NVD).
How do I remediate CVE-2026-74513?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-74513, 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-74513

Explore →

Is Your Infrastructure Affected by CVE-2026-74513?

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