CVE-2026-72225
Last modified
CVE-2026-72225 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: jbd2: fix integer underflow in jbd2_journal_initialize_fast_commit() jbd2_journal_initialize_fast_commit() validates journal capacity by checking (journal->j_last - num_fc_blks < JBD2_MIN_JOURNAL_BLOCKS). Both j_last and num_fc_blks are unsigned, so when num_fc_blks exceeds j_last the subtraction wraps to a large value, bypassing the bounds check. The resulting underflow corrupts j_last, j_fc_first, and j_free, leading to journal abort. Fix by checking num_fc_blks against j_last before the subtraction, returning -EFSCORRUPTED.. EPSS estimates a 0.22% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: jbd2: fix integer underflow in jbd2_journal_initialize_fast_commit() jbd2_journal_initialize_fast_commit() validates journal capacity by checking (journal->j_last - num_fc_blks < JBD2_MIN_JOURNAL_BLOCKS). Both j_last and num_fc_blks are unsigned, so when num_fc_blks exceeds j_last the subtraction wraps to a large value, bypassing the bounds check. The resulting underflow corrupts j_last, j_fc_first, and j_free, leading to journal abort. Fix by checking num_fc_blks against j_last before the subtraction, returning -EFSCORRUPTED.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 6866d7b3f2bb4f011041ba54c98b1584497fe2fd, < e144ad0250f77e23e28949587b8b57e40dc3b512; >= 6866d7b3f2bb4f011041ba54c98b1584497fe2fd, < 4b48dcb88bb9117e3d3f051175a9a8b7cff7f8b6; >= 6866d7b3f2bb4f011041ba54c98b1584497fe2fd, < fb9b49618ed7296ebfad62a3835da8945f727001; >= 6866d7b3f2bb4f011041ba54c98b1584497fe2fd, < 4450dcaadf7d4aae8b6e4223b5d6ee4eb77097a9; >= 6866d7b3f2bb4f011041ba54c98b1584497fe2fd, < 78955fdce8ff654e6d33a2fa90882a1e7eb26330; >= 6866d7b3f2bb4f011041ba54c98b1584497fe2fd, < a58fc10adf503969fec2007b5afe8987258046c4; >= 6866d7b3f2bb4f011041ba54c98b1584497fe2fd, < 289a2ca0c9b7eae74f93fc213b0b971669b8683d |
| Linux | Linux | 5.10 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72225?
How severe is CVE-2026-72225?
How do I fix CVE-2026-72225?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-7222A vulnerability was determined in code-projects Coaching Man…3.5
- CVE-2026-72220In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72221In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72222In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72223In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72224In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72226In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72227In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-72228In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72229In the Linux kernel, the following vulnerability has been re…
- CVE-2026-7223A vulnerability was identified in BigSweetPotatoStudio Hyper…7.3
- CVE-2026-72230In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-72225?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
