CVE-2026-53040

HIGHPre-NVD 7.17.1
EchelonGraph scoreMEDIUM confidence

Score 7.1 from GitHub Security Advisory (severity: HIGH) published 2026-06-24. the CNA's CVSS baseline 7.1; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: cna:linux, epss, ghsa
7.1EG
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.1Exploit: None knownExposed: 0

A fix is available — apply it.

In the Linux kernel, the following vulnerability has been resolved:

ocfs2: validate bg_bits during freefrag scan

[BUG] A crafted filesystem can trigger an out-of-bounds bitmap walk when OCFS2_IOC_INFO is issued with OCFS2_INFO_FL_NON_COHERENT.

BUG: KASAN: use-after-free in instrument_atomic_read include/linux/instrumented.h:68 [inline] BUG: KASAN: use-after-free in _test_bit include/asm-generic/bitops/instrumented-non-atomic.h:141 [inline] BUG: KASAN: use-after-free in test_bit_le include/asm-generic/bitops/le.h:21 [inline] BUG: KASAN: use-after-free in ocfs2_info_freefrag_scan_chain fs/ocfs2/ioctl.c:495 [inline] BUG: KASAN: use-after-free in ocfs2_info_freefrag_scan_bitmap fs/ocfs2/ioctl.c:588 [inline] BUG: KASAN: use-after-free in ocfs2_info_handle_freefrag fs/ocfs2/ioctl.c:662 [inline] BUG: KASAN: use-after-free in ocfs2_info_handle_request+0x1c66/0x3370 fs/ocfs2/ioctl.c:754 Read of size 8 at addr ffff888031bce000 by task syz.0.636/1435 Call Trace: __dump_stack lib/dump_stack.c:94 [inline] dump_stack_lvl+0xbe/0x130 lib/dump_stack.c:120 print_address_description mm/kasan/report.c:378 [inline] print_report+0xd1/0x650 mm/kasan/report.c:482 kasan_report+0xfb/0x140 mm/kasan/report.c:595 check_region_inline mm/kasan/generic.c:186 [inline] kasan_check_range+0x11c/0x200 mm/kasan/generic.c:200 __kasan_check_read+0x11/0x20 mm/kasan/shadow.c:31 instrument_atomic_read include/linux/instrumented.h:68 [inline] _test_bit include/asm-generic/bitops/instrumented-non-atomic.h:141 [inline] test_bit_le include/asm-generic/bitops/le.h:21 [inline] ocfs2_info_freefrag_scan_chain fs/ocfs2/ioctl.c:495 [inline] ocfs2_info_freefrag_scan_bitmap fs/ocfs2/ioctl.c:588 [inline] ocfs2_info_handle_freefrag fs/ocfs2/ioctl.c:662 [inline] ocfs2_info_handle_request+0x1c66/0x3370 fs/ocfs2/ioctl.c:754 ocfs2_info_handle+0x18d/0x2a0 fs/ocfs2/ioctl.c:828 ocfs2_ioctl+0x632/0x6e0 fs/ocfs2/ioctl.c:913 vfs_ioctl fs/ioctl.c:51 [inline] __do_sys_ioctl fs/ioctl.c:597 [inline] __se_sys_ioctl fs/ioctl.c:583 [inline] __x64_sys_ioctl+0x197/0x1e0 fs/ioctl.c:583 ...

[CAUSE] ocfs2_info_freefrag_scan_chain() uses on-disk bg_bits directly as the bitmap scan limit. The coherent path reads group descriptors through ocfs2_read_group_descriptor(), which validates the descriptor before use. The non-coherent path uses ocfs2_read_blocks_sync() instead and skips that validation, so an impossible bg_bits value can drive the bitmap walk past the end of the block.

[FIX] Compute the bitmap capacity from the filesystem format with ocfs2_group_bitmap_size(), report descriptors whose bg_bits exceeds that limit, and clamp the scan to the computed capacity. This keeps the freefrag report going while avoiding reads beyond the buffer.

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

Published

June 24, 2026

Last Modified

August 5, 2026

Advisory Details (8)

Auto-updated Jun 30, 2026
No patch confirmed yet.
generic

ocfs2: validate bg_bits during freefrag scan - kernel/git/stable/linux.git - Linux kernel stable tree

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

ocfs2: validate bg_bits during freefrag scan - kernel/git/stable/linux.git - Linux kernel stable tree

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

ocfs2: validate bg_bits during freefrag scan - kernel/git/stable/linux.git - Linux kernel stable tree

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

ocfs2: validate bg_bits during freefrag scan - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/8f687eeed3da3012152b0f9473f578869de0cd7b
generic

ocfs2: validate bg_bits during freefrag scan - kernel/git/stable/linux.git - Linux kernel stable tree

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

ocfs2: validate bg_bits during freefrag scan - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/3e167e230d19cd273108bab2e4c61800fc335ae8
generic

ocfs2: validate bg_bits during freefrag scan - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/0998674eec138c55e9e349b9cbd9dbc5129a9cc8
generic

ocfs2: validate bg_bits during freefrag scan - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/05d0cbea41167b6b061c6ba5b70ee5a9a7a24c9e

Vendor Advisories for CVE-2026-53040(1)

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

Patch Availability(30)

Vendor / EcosystemFixed in / PatchReleasedSource
ubuntulinux-virtual-hwe-26.04-edge (7.0.0-28.28) @ resolute2026-08-30ubuntu
ubuntulinux-tools-realtime-hwe-22.04 (6.8.1-1056.57~22.04.2) @ jammy2026-08-30ubuntu
ubuntulinux-tools-oem-7.0 (7.0.0-1009.9) @ resolute2026-08-30ubuntu
ubuntulinux-virtual-hwe-24.04-edge (7.0.0-28.28~24.04.1) @ noble2026-08-30ubuntu
ubuntulinux-tools-gcp-fips-6.8 (6.8.0-1064.72+fips1) @ noble2026-08-30ubuntu
ubuntulinux-xilinx-zynqmp-tools-5.15.0-1075 (5.15.0-1075.79) @ jammy2026-08-30ubuntu
ubuntulinux-tools-nvidia-tegra-rt-5.15 (5.15.0.1064.66~20.04.1) @ focal2026-08-30ubuntu
ubuntulinux-tools-oracle-7.0 (7.0.0-1008.8) @ resolute2026-08-30ubuntu
ubuntulinux-tools-oracle-lts-24.04 (6.8.0-1058.61) @ noble2026-08-30ubuntu
ubuntulinux-tools-oracle-edge (6.8.0-1058.61~22.04.1) @ jammy2026-08-30ubuntu
ubuntulinux-tools-nvidia-lowlatency-64k-6.8 (6.8.0-1059.62.1) @ noble2026-08-30ubuntu
ubuntulinux-tools-aws-edge (5.15.0.1112.119~20.04.1) @ focal2026-08-30ubuntu
ubuntulinux-tools-nvidia-tegra-rt-5.15 (5.15.0.1064.64) @ jammy2026-08-30ubuntu
ubuntulinux-xilinx-zynqmp (6.8.0.1033.34) @ noble2026-08-30ubuntu
ubuntulinux-virtual-hwe-22.04-edge (6.8.0-136.136~22.04.1) @ jammy2026-08-30ubuntu
ubuntulinux-tools-oracle-edge (5.15.0.1109.115~20.04.1) @ focal2026-08-30ubuntu
ubuntulinux-tools-gcp-edge (5.15.0.1112.122~20.04.1) @ focal2026-08-30ubuntu
ubuntulinux-tools-azure-fips-6.8 (6.8.0-1063.71+fips2) @ noble2026-08-30ubuntu
ubuntulinux-tools-oracle-lts-22.04 (5.15.0.1109.105) @ jammy2026-08-30ubuntu
ubuntulinux-tools-azure-fde-lts-22.04 (5.15.0.1117.126) @ jammy2026-08-30ubuntu
ubuntulinux-tools-raspi-realtime-7.0 (7.0.0-1015.15) @ resolute2026-08-30ubuntu
ubuntulinux-tools-intel-iotg-5.15 (5.15.0.1107.106) @ jammy2026-08-30ubuntu
ubuntulinux-tools-raspi-realtime-6.8 (6.8.0-2050.52) @ noble2026-08-30ubuntu
ubuntulinux-tools-nvidia-hwe-24.04-edge (7.0.0-1016.16) @ resolute2026-08-30ubuntu
ubuntulinux-tools-nvidia-hwe-26.04 (7.0.0-2016.16) @ resolute2026-08-30ubuntu
ubuntulinux-tools-aws-fips-6.8 (6.8.0-1061.64+fips1) @ noble2026-08-30ubuntu
ubuntulinux-tools-azure-fips-5.15 (5.15.0.1117.102) @ jammy2026-08-30ubuntu
ubuntulinux-tools-intel-iotg-edge (5.15.0.1107.113~20.04.1) @ focal2026-08-30ubuntu
ubuntulinux-tools-azure-fde-7.0 (7.0.0-1009.9) @ resolute2026-08-30ubuntu
ubuntulinux-tools-aws-lts-24.04 (6.8.0-1061.64+1) @ noble2026-08-30ubuntu

Patches are aggregated from vendor advisories (Red Hat, Microsoft, Cisco, GitHub) and package ecosystems (OSV, GHSA). Multiple rows for the same upstream release have been deduplicated.

Affected Packages

(5 across 4 ecosystems)
Debian:11(2)
PackageVulnerable rangeFixed inDependents
linux5.10.103-1 ... 5.10.92-2 (54 versions)5.10.259-1
linux-6.16.1.106-3~deb11u1 ... 6.1.174-1~deb11u1 (20 versions)6.1.176-1~deb11u1
Debian:12(1)
PackageVulnerable rangeFixed inDependents
linux6.1.106-1 ... 6.1.99-1 (53 versions)6.1.176-1
Debian:13(1)
PackageVulnerable rangeFixed inDependents
linux6.12.38-1 ... 6.12.94-1~bpo12+1 (27 versions)6.12.94-1
Debian:14(1)
PackageVulnerable rangeFixed inDependents
linux6.12.100-1 ... 7.0.9-1~bpo13+1 (140 versions)7.0.10-1

Weakness Classification(1)

MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.

All Vendor Advisories

(25)

Every vendor that published an advisory referencing this CVE — pulled from our cve_vendor_advisories aggregation. Click any row for the vendor's original advisory page.

Data Freshness Timeline

(refreshed 5× in last 7d / 81× 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 265 total refreshes for this CVE.

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

Frequently asked(5)

What is CVE-2026-53040?
CVE-2026-53040 is a high vulnerability published on June 24, 2026. In the Linux kernel, the following vulnerability has been resolved: ocfs2: validate bg_bits during freefrag scan [BUG] A crafted filesystem can trigger an out-of-bounds bitmap walk when OCFS2IOCINFO is issued with OCFS2INFOFLNONCOHERENT. BUG: KASAN: use-after-free in instrumentatomicread…
When was CVE-2026-53040 disclosed?
CVE-2026-53040 was first published in the National Vulnerability Database on June 24, 2026, with the most recent update on August 5, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-53040 actively exploited?
CVE-2026-53040 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.7% of all scored CVEs.
What is the CVSS score of CVE-2026-53040?
CVE-2026-53040 has a CVSS v4.0 base score of 7.1 (CNA self-assessment; NVD's own analysis pending).
How do I remediate CVE-2026-53040?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-53040, 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-53040

Explore →

Is Your Infrastructure Affected by CVE-2026-53040?

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