CVE-2026-63813

HIGHPre-NVD 7.87.8
EchelonGraph scoreMEDIUM confidence

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

Revert "f2fs: remove non-uptodate folio from the page cache in move_data_block"

This reverts commit 9609dd704725a40cd63d915f2ab6c44248a44598.

The kernel panics are keeping to be reported especially when the f2fs partition get almost full. By investigation, we find that the reason is one f2fs page got freed to buddy without being deleted from LRU and the root cause is the race happened in [2] which is enrolled by this commit.

There are 3 race processes in this scenario, please find below for their main activities.

The changed code in move_data_block() lets the GC path evict the tail-end folio from the page cache through folio_end_dropbehind(). Once folio_unmap_invalidate() removes the folio from mapping->i_pages, the page-cache references for all pages in the folio are dropped. The folio is then kept alive only by temporary external references, which allows a later split to operate on a folio whose subpages are no longer protected by page-cache references.

After the page-cache references are gone, split_folio_to_order() can split the big folio into individual pages and put the resulting subpages back on the LRU. For tail pages beyond EOF, split removes them from the page cache and drops their page-cache references. A tail page can then remain on the LRU with PG_lru set while holding only the split caller's temporary reference. When free_folio_and_swap_cache() drops that final reference, the page enters the final folio_put() release path.

In parallel, folio_isolate_lru() can observe the same tail page with a non-zero refcount and PG_lru set. It clears PG_lru before taking its own reference. If this races with the final folio_put() from the split path, __folio_put() sees PG_lru already cleared and skips lruvec_del_folio(). The page is then freed back to the allocator while its lru links are still present in the LRU list. A later LRU operation on a neighboring page detects the stale link and reports list corruption.

[1] [ 22.486082] list_del corruption. next->prev should be fffffffec10e0ac8, but was dead000000000122. (next=fffffffec10e0a88) [ 22.486130] ------------[ cut here ]------------ [ 22.486134] kernel BUG at lib/list_debug.c:67! [ 22.486141] Internal error: Oops - BUG: 00000000f2000800 [#1] SMP [ 22.488502] Tainted: [W]=WARN, [O]=OOT_MODULE [ 22.488506] Hardware name: Spreadtrum UMS9230 1H10 SoC (DT) [ 22.488511] pstate: 604000c5 (nZCv daIF +PAN -UAO -TCO -DIT -SSBS BTYPE=--) [ 22.488517] pc : __list_del_entry_valid_or_report+0x14c/0x154 [ 22.488531] lr : __list_del_entry_valid_or_report+0x14c/0x154 [ 22.488539] sp : ffffffc08006b830 [ 22.488542] x29: ffffffc08006b868 x28: 0000000000003020 x27: 0000000000000000 [ 22.488553] x26: 0000000000000000 x25: 0000000000000004 x24: fffffffec10e0ac0 [ 22.488564] x23: 00000000000000e8 x22: 0000000000000024 x21: dead000000000122 [ 22.488574] x20: fffffffec10e0a88 x19: fffffffec10e0ac8 x18: ffffffc080061060 [ 22.488585] x17: 20747562202c3863 x16: 6130653031636566 x15: 0000000000000058 [ 22.488595] x14: 0000000000000004 x13: ffffff80f91e0000 x12: 0000000000000003 [ 22.488605] x11: 0000000000000003 x10: 0000000000000001 x9 : ffe85721f0e25f00 [ 22.488615] x8 : ffe85721f0e25f00 x7 : 0000000000000000 x6 : 6c65645f7473696c [ 22.488625] x5 : ffffffed39b23026 x4 : 0000000000000000 x3 : 0000000000000010 [ 22.488636] x2 : 0000000000000000 x1 : 0000000000000000 x0 : 000000000000006d [ 22.488647] Call trace: [ 22.488651] __list_del_entry_valid_or_report+0x14c/0x154 (P) [ 22.488661] __folio_put+0x2bc/0x434 [ 22.488670] folio_put+0x28/0x58 [ 22.488678] do_garbage_collect+0x1a34/0x2584 [ 22.488689] f2fs_gc+0x230/0x9b4 [ 22.488697] f2fs_fallocate+0xb90/0xdf4 [ 22.488706] vfs_fallocate+0x1b4/0x2bc [ 22.488716] __arm64_sys_fallocate+0x44/0x78 [ 22.488725] invoke_syscall+0x58/0xe4 [ 22.488732] do_el0_svc+0x48/0xdc [ 22.488739] el0 ---truncated---

CVSS v3
7.8
EG Score
7.8(medium)
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
7%
KEV
Not listed

Published

July 19, 2026

Last Modified

August 17, 2026

Advisory Details (3)

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

Revert "f2fs: remove non-uptodate folio from the page cache in move_data_block" - kernel/git/stable/linux.git - Linux kernel stable tree

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

Revert "f2fs: remove non-uptodate folio from the page cache in move_data_block" - kernel/git/stable/linux.git - Linux kernel stable tree

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

Revert "f2fs: remove non-uptodate folio from the page cache in move_data_block" - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/1991d49433e90b2202de2fe90be3c24161873d7c

Vendor Advisories for CVE-2026-63813(1)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Affected Packages

(1 across 1 ecosystem)
Debian:14(1)
PackageVulnerable rangeFixed inDependents
linux6.12.100-1 ... 7.1~rc7-1~exp1 (153 versions)7.1.3-1

Data Freshness Timeline

(refreshed 19× in last 7d / 106× 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.

Showing the most recent 100 of 149 total refreshes for this CVE.

  1. 2026-08-30 03:03 UTCEG score recompute
  2. 2026-08-30 03:03 UTCGHSA enrichment
  3. 2026-08-28 21:42 UTCEPSS rescore
  4. 2026-08-28 01:45 UTCEG score recompute
  5. 2026-08-28 01:45 UTCGHSA enrichment
  6. 2026-08-27 14:25 UTCEPSS rescore
  7. 2026-08-27 11:58 UTCGHSA enrichment
  8. 2026-08-26 22:29 UTCEG score recompute
  9. 2026-08-26 22:29 UTCGHSA enrichment
  10. 2026-08-26 14:46 UTCEPSS rescore
  11. 2026-08-26 08:59 UTCGHSA enrichment
  12. 2026-08-25 20:21 UTCEG score recompute
  13. 2026-08-25 20:20 UTCGHSA enrichment
  14. 2026-08-25 13:49 UTCEPSS rescore
  15. 2026-08-25 07:38 UTCGHSA enrichment
  16. 2026-08-24 19:11 UTCEG score recompute
  17. 2026-08-24 19:11 UTCGHSA enrichment
  18. 2026-08-24 03:44 UTCGHSA enrichment
  19. 2026-08-23 14:29 UTCGHSA enrichment
  20. 2026-08-23 02:02 UTCEG score recompute
  21. 2026-08-23 02:02 UTCGHSA enrichment
  22. 2026-08-23 00:19 UTCEPSS rescore
  23. 2026-08-22 13:36 UTCGHSA enrichment
  24. 2026-08-22 01:08 UTCEG score recompute
  25. 2026-08-22 01:08 UTCGHSA enrichment
Show 75 more
  1. 2026-08-21 23:49 UTCEPSS rescore
  2. 2026-08-21 12:41 UTCGHSA enrichment
  3. 2026-08-21 00:11 UTCEG score recompute
  4. 2026-08-21 00:11 UTCGHSA enrichment
  5. 2026-08-20 22:55 UTCEPSS rescore
  6. 2026-08-20 11:43 UTCGHSA enrichment
  7. 2026-08-19 23:15 UTCEG score recompute
  8. 2026-08-19 23:15 UTCGHSA enrichment
  9. 2026-08-19 17:04 UTCEPSS rescore
  10. 2026-08-19 10:46 UTCGHSA enrichment
  11. 2026-08-18 22:16 UTCEG score recompute
  12. 2026-08-18 22:16 UTCGHSA enrichment
  13. 2026-08-18 13:48 UTCEPSS rescore
  14. 2026-08-18 09:37 UTCGHSA enrichment
  15. 2026-08-17 21:11 UTCEG score recompute
  16. 2026-08-17 21:11 UTCGHSA enrichment
  17. 2026-08-17 05:23 UTCGHSA enrichment
  18. 2026-08-16 23:33 UTCEG score recompute
  19. 2026-08-16 23:33 UTCGHSA enrichment
  20. 2026-08-16 14:56 UTCEPSS rescore
  21. 2026-08-16 11:06 UTCEG score recompute
  22. 2026-08-16 11:06 UTCGHSA enrichment
  23. 2026-08-15 22:40 UTCGHSA enrichment
  24. 2026-08-15 10:13 UTCEG score recompute
  25. 2026-08-15 10:13 UTCGHSA enrichment
  26. 2026-08-15 01:30 UTCEPSS rescore
  27. 2026-08-14 21:46 UTCGHSA enrichment
  28. 2026-08-14 09:20 UTCEG score recompute
  29. 2026-08-14 09:20 UTCGHSA enrichment
  30. 2026-08-13 22:00 UTCEPSS rescore
  31. 2026-08-13 20:53 UTCGHSA enrichment
  32. 2026-08-13 08:27 UTCGHSA enrichment
  33. 2026-08-12 20:01 UTCEG score recompute
  34. 2026-08-12 20:01 UTCGHSA enrichment
  35. 2026-08-12 13:51 UTCEPSS rescore
  36. 2026-08-12 07:34 UTCGHSA enrichment
  37. 2026-08-11 19:07 UTCEG score recompute
  38. 2026-08-11 19:07 UTCGHSA enrichment
  39. 2026-08-11 06:32 UTCEG score recompute
  40. 2026-08-11 06:31 UTCGHSA enrichment
  41. 2026-08-11 00:00 UTCEPSS rescore
  42. 2026-08-10 18:05 UTCGHSA enrichment
  43. 2026-08-10 05:30 UTCGHSA enrichment
  44. 2026-08-09 17:03 UTCEG score recompute
  45. 2026-08-09 17:03 UTCGHSA enrichment
  46. 2026-08-09 13:47 UTCEPSS rescore
  47. 2026-08-09 04:37 UTCEG score recompute
  48. 2026-08-09 04:37 UTCGHSA enrichment
  49. 2026-08-08 16:37 UTCEPSS rescore
  50. 2026-08-08 16:11 UTCGHSA enrichment
  51. 2026-08-08 03:44 UTCEG score recompute
  52. 2026-08-08 03:44 UTCGHSA enrichment
  53. 2026-08-07 15:17 UTCGHSA enrichment
  54. 2026-08-07 02:50 UTCGHSA enrichment
  55. 2026-08-06 14:24 UTCEG score recompute
  56. 2026-08-06 14:24 UTCGHSA enrichment
  57. 2026-08-06 13:47 UTCEPSS rescore
  58. 2026-08-06 01:57 UTCEG score recompute
  59. 2026-08-06 01:57 UTCGHSA enrichment
  60. 2026-08-05 19:17 UTCEPSS rescore
  61. 2026-08-05 19:17 UTCEPSS rescore
  62. 2026-08-05 13:30 UTCEG score recompute
  63. 2026-08-05 13:30 UTCGHSA enrichment
  64. 2026-08-05 02:19 UTCEG score recompute
  65. 2026-08-05 02:19 UTCGHSA enrichment
  66. 2026-08-04 15:10 UTCEPSS rescore
  67. 2026-08-04 13:45 UTCEG score recompute
  68. 2026-08-04 13:45 UTCGHSA enrichment
  69. 2026-08-04 10:39 UTCEPSS rescore
  70. 2026-08-04 01:19 UTCGHSA enrichment
  71. 2026-08-03 12:52 UTCGHSA enrichment
  72. 2026-08-03 00:12 UTCGHSA enrichment
  73. 2026-08-02 11:44 UTCEG score recompute
  74. 2026-08-02 11:44 UTCGHSA enrichment
  75. 2026-08-02 02:27 UTCEPSS rescore

Frequently asked(5)

What is CVE-2026-63813?
CVE-2026-63813 is a high vulnerability published on July 19, 2026. In the Linux kernel, the following vulnerability has been resolved: Revert "f2fs: remove non-uptodate folio from the page cache in movedatablock" This reverts commit 9609dd704725a40cd63d915f2ab6c44248a44598. The kernel panics are keeping to be reported especially when the f2fs partition get almost…
When was CVE-2026-63813 disclosed?
CVE-2026-63813 was first published in the National Vulnerability Database on July 19, 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-63813 actively exploited?
CVE-2026-63813 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 93.2% of all scored CVEs.
What is the CVSS score of CVE-2026-63813?
CVE-2026-63813 has a CVSS v3 base score of 7.8 (NVD).
How do I remediate CVE-2026-63813?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-63813, 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

See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-63813

Explore →

Is Your Infrastructure Affected by CVE-2026-63813?

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