CVE-2026-74363

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:

bpf: fix UAF by restoring RCU-delayed inode freeing in bpffs

commit 4f375ade6aa9 ("bpf: Avoid RCU context warning when unpinning htab with internal structs") moved inode cleanup from ->free_inode() into ->destroy_inode() to avoid sleeping in RCU context when calling bpf_any_put(). However this removed the RCU delay on freeing the inode itself and the cached symlink body (i_link), both of which can be accessed by RCU pathwalk (pick_link, may_lookup etc.).

This causes a use-after-free when a concurrent unlinkat() drops the last inode reference and destroy_inode() frees the inode immediately, while another task is still walking the path in RCU mode and reads inode->i_opflags (offset +2) inside current_time() -> is_mgtime().

KASAN reports: BUG: KASAN: slab-use-after-free in is_mgtime include/linux/fs.h:2313 Read of size 2 at addr ffff8880407e4282 (offset +2 = i_opflags)

The rules (per Al Viro): ->destroy_inode() called immediately, can sleep, use for blocking cleanup e.g. bpf_any_put() ->free_inode() called after RCU grace period, use for freeing inode and anything RCU-accessible e.g. i_link

Fix: split the two concerns properly:

  • keep bpf_any_put() in bpf_destroy_inode() since it is blocking
and needs to run promptly
  • introduce bpf_free_inode() to handle kfree(i_link) and
free_inode_nonrcu() with proper RCU delay, preventing the UAF

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 (7)

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

bpf: fix UAF by restoring RCU-delayed inode freeing in bpffs - kernel/git/stable/linux.git - Linux kernel stable tree

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

bpf: fix UAF by restoring RCU-delayed inode freeing in bpffs - kernel/git/stable/linux.git - Linux kernel stable tree

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

bpf: fix UAF by restoring RCU-delayed inode freeing in bpffs - kernel/git/stable/linux.git - Linux kernel stable tree

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

bpf: fix UAF by restoring RCU-delayed inode freeing in bpffs - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/61f19729728243c82476dee31315143ed3275e7f
generic

bpf: fix UAF by restoring RCU-delayed inode freeing in bpffs - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/5fecb71c10c28aef276ba49c718dc961745fdcf0
generic

bpf: fix UAF by restoring RCU-delayed inode freeing in bpffs - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/53649846e0437d1d9b7cb993cfe54c367addf7ae
generic

bpf: fix UAF by restoring RCU-delayed inode freeing in bpffs - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/0497ff765746d9b2d17445c8f7cc737b36c0152a

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

Frequently asked(5)

What is CVE-2026-74363?
CVE-2026-74363 is a high vulnerability published on August 15, 2026. In the Linux kernel, the following vulnerability has been resolved: bpf: fix UAF by restoring RCU-delayed inode freeing in bpffs commit 4f375ade6aa9 ("bpf: Avoid RCU context warning when unpinning htab with internal structs") moved inode cleanup from ->free_inode() into ->destroy_inode() to avoid…
When was CVE-2026-74363 disclosed?
CVE-2026-74363 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-74363 actively exploited?
CVE-2026-74363 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.3% of all scored CVEs.
What is the CVSS score of CVE-2026-74363?
CVE-2026-74363 has a CVSS v3 base score of 7.8 (NVD).
How do I remediate CVE-2026-74363?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-74363, 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-74363

Explore →

Is Your Infrastructure Affected by CVE-2026-74363?

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