CVE-2026-74518

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:

mm/hugetlb: fix list corruption in allocate_file_region_entries()

allocate_file_region_entries() tops up resv->region_cache with freshly allocated file_region descriptors. The allocation uses GFP_KERNEL, so resv->lock is dropped around it: the new entries are gathered on a stack-local list head, allocated_regions, and spliced into resv->region_cache once the lock is re-acquired.

The splice used list_splice(), which moves the entries but does not re-initialize the source head, so allocated_regions is left pointing at an entry that now lives on resv->region_cache. The top-up runs in a while loop that re-checks the cache deficit after re-acquiring the lock. For a shared mapping the resv_map is shared by every mapper of the hugetlbfs inode, so a concurrent region_chg()/region_add()/region_del() on the same resv_map can consume cache entries during the unlocked window and force a second iteration. That iteration calls list_add() on the stale head and corrupts the list; with CONFIG_DEBUG_LIST the __list_add_valid() check trips:

list_add corruption. next->prev should be prev (ffffc900011ff7f8), but was ffff88814c281460. (next=ffff88814c545640). kernel BUG at lib/list_debug.c:31! allocate_file_region_entries+0x191/0x420 region_chg+0x267/0x300 hugetlb_reserve_pages+0x387/0xc80 hugetlbfs_file_mmap+0x2ce/0x3f0 mmap_region+0x1348/0x1a80 do_mmap+0x85e/0xb90 vm_mmap_pgoff+0x18c/0x330 ksys_mmap_pgoff+0x2a1/0x3e0 do_syscall_64+0xd7/0x420

Without CONFIG_DEBUG_LIST the bad list_add() silently links a kernel-stack address into resv->region_cache, leading to later use-after-free.

This was observed as a real host panic on a dense KVM host where a QEMU guest-RAM hugetlbfs file was mapped MAP_SHARED by both QEMU and a separate SPDK/DPDK vhost-user target, generating concurrent region_* traffic on one shared resv_map.

Use list_splice_init() so the source head is re-initialized empty after each splice, making the retry loop safe.

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 19, 2026

Advisory Details (5)

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

mm/hugetlb: fix list corruption in allocate_file_region_entries() - kernel/git/stable/linux.git - Linux kernel stable tree

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

mm/hugetlb: fix list corruption in allocate_file_region_entries() - kernel/git/stable/linux.git - Linux kernel stable tree

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

mm/hugetlb: fix list corruption in allocate_file_region_entries() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/62e1c2741a4d923d9854efd5927a6212aad7a187
generic

mm/hugetlb: fix list corruption in allocate_file_region_entries() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/587a0accc2b4fccc5cf7baf0fe34e50efde51f9c
generic

mm/hugetlb: fix list corruption in allocate_file_region_entries() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/126a70bf1a08ddc9d79c471ebdaa2b08cfbab8df

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

Frequently asked(5)

What is CVE-2026-74518?
CVE-2026-74518 is a high vulnerability published on August 15, 2026. In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix list corruption in allocatefileregion_entries() allocatefileregionentries() tops up resv->regioncache with freshly allocated fileregion descriptors. The allocation uses GFPKERNEL, so resv->lock is dropped around it:…
When was CVE-2026-74518 disclosed?
CVE-2026-74518 was first published in the National Vulnerability Database on August 15, 2026, with the most recent update on August 19, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-74518 actively exploited?
CVE-2026-74518 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-74518?
CVE-2026-74518 has a CVSS v3 base score of 7.8 (NVD).
How do I remediate CVE-2026-74518?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-74518, 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-74518

Explore →

Is Your Infrastructure Affected by CVE-2026-74518?

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