CVE-2026-63815

HIGHPre-NVD 8.48.4
EchelonGraph scoreMEDIUM confidence

Score 8.4 from GitHub Security Advisory (severity: HIGH) published 2026-07-19. a secondary CVSS source baseline 8.4; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 3 sources updated this week
8.4EG
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 8.4Exploit: 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:

f2fs: bound i_inline_xattr_size for non-inline-xattr inodes

When the flexible_inline_xattr feature is enabled, do_read_inode() loads the on-disk i_inline_xattr_size unconditionally:

if (f2fs_sb_has_flexible_inline_xattr(sbi)) fi->i_inline_xattr_size = le16_to_cpu(ri->i_inline_xattr_size);

but sanity_check_inode() only range-checks it when the inode also has the FI_INLINE_XATTR flag set. An inode that carries an inline dentry or inline data but not FI_INLINE_XATTR -- the normal layout for an inline directory -- therefore keeps a fully attacker-controlled i_inline_xattr_size from a crafted image.

get_inline_xattr_addrs() returns that value with no flag gating, so it feeds the inode geometry:

MAX_INLINE_DATA() = 4 * (CUR_ADDRS_PER_INODE - i_inline_xattr_size - 1) NR_INLINE_DENTRY() = MAX_INLINE_DATA() * BITS_PER_BYTE / (...) addrs_per_page() = CUR_ADDRS_PER_INODE - i_inline_xattr_size

A large i_inline_xattr_size drives MAX_INLINE_DATA() and NR_INLINE_DENTRY() negative, so make_dentry_ptr_inline() sets d->max (int) to a negative value. The inline directory walk then compares an unsigned long bit_pos against that negative d->max, which is promoted to a huge unsigned bound, and reads far past the inline area:

while (bit_pos < d->max) /* fs/f2fs/dir.c */ ... test_bit_le(bit_pos, d->bitmap) / d->dentry[bit_pos] ...

Mounting a crafted image and reading such a directory triggers an out-of-bounds read in f2fs_fill_dentries(); the same underflow also corrupts ADDRS_PER_INODE for regular files.

Validate i_inline_xattr_size against MAX_INLINE_XATTR_SIZE whenever the flexible_inline_xattr feature is enabled -- i.e. whenever the value is loaded from disk and consumed -- and keep the lower MIN_INLINE_XATTR_SIZE bound gated on inodes that actually carry an inline xattr, so legitimate inodes with i_inline_xattr_size == 0 are still accepted.

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

Published

July 19, 2026

Last Modified

August 17, 2026

Advisory Details (4)

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

f2fs: bound i_inline_xattr_size for non-inline-xattr inodes - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/4ce2d52f680c1d8bfdad7cce05b815ea7ca9790d
generic

f2fs: bound i_inline_xattr_size for non-inline-xattr inodes - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/378acf3cf19b6af6cba55e8dd1154c4e1504bae8
generic

f2fs: bound i_inline_xattr_size for non-inline-xattr inodes - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/2a9f9791653ba5ed3fb45bbffa8d63a7cd5cf706
generic

f2fs: bound i_inline_xattr_size for non-inline-xattr inodes - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/16bc237ce3c483b75575abea53cfb639745311ed

Vendor Advisories for CVE-2026-63815(2)

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

Affected Packages

(6 across 4 ecosystems)
Debian:11(2)
PackageVulnerable rangeFixed inDependents
linux5.10.103-1 ... 5.10.92-2 (55 versions)5.10.262-1
linux-6.16.1.106-3~deb11u1 ... 6.1.177-1~deb11u1 (22 versions)6.1.180-1~deb11u1
Debian:12(2)
PackageVulnerable rangeFixed inDependents
linux6.1.106-1 ... 6.1.99-1 (55 versions)6.1.180-1
linux-6.126.12.100-1~deb12u1
Debian:13(1)
PackageVulnerable rangeFixed inDependents
linux6.12.38-1 ... 6.12.95-1~bpo12+1 (30 versions)6.12.96-1
Debian:14(1)
PackageVulnerable rangeFixed inDependents
linux6.12.100-1 ... 7.1~rc7-1~exp1 (154 versions)7.1.3-1

Data Freshness Timeline

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

Frequently asked(5)

What is CVE-2026-63815?
CVE-2026-63815 is a high vulnerability published on July 19, 2026. In the Linux kernel, the following vulnerability has been resolved: f2fs: bound iinlinexattr_size for non-inline-xattr inodes When the flexibleinlinexattr feature is enabled, doreadinode() loads the on-disk iinlinexattr_size unconditionally: if (f2fssbhasflexibleinline_xattr(sbi))…
When was CVE-2026-63815 disclosed?
CVE-2026-63815 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-63815 actively exploited?
CVE-2026-63815 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 96.4% of all scored CVEs.
What is the CVSS score of CVE-2026-63815?
CVE-2026-63815 has a CVSS v3 base score of 8.4 (NVD).
How do I remediate CVE-2026-63815?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-63815, 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-63815

Explore →

Is Your Infrastructure Affected by CVE-2026-63815?

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