CVE-2026-43068: ext4: avoid allocate block from corrupted group in ext4_mb_find_by_goal()

Published May 5, 2026
·
Updated

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

ext4: avoid allocate block from corrupted group in ext4mbfindbygoal()

There's issue as follows: ... EXT4-fs (mmcblk0p1): Delayed block allocation failed for inode 206 at logical offset 0 with max blocks 1 with error 117 EXT4-fs (mmcblk0p1): This should not happen!! Data will be lost

EXT4-fs (mmcblk0p1): Delayed block allocation failed for inode 206 at logical offset 0 with max blocks 1 with error 117 EXT4-fs (mmcblk0p1): This should not happen!! Data will be lost

EXT4-fs (mmcblk0p1): Delayed block allocation failed for inode 206 at logical offset 0 with max blocks 1 with error 117 EXT4-fs (mmcblk0p1): This should not happen!! Data will be lost

EXT4-fs (mmcblk0p1): Delayed block allocation failed for inode 206 at logical offset 0 with max blocks 1 with error 117 EXT4-fs (mmcblk0p1): This should not happen!! Data will be lost

EXT4-fs (mmcblk0p1): Delayed block allocation failed for inode 2243 at logical offset 0 with max blocks 1 with error 117 EXT4-fs (mmcblk0p1): This should not happen!! Data will be lost

EXT4-fs (mmcblk0p1): Delayed block allocation failed for inode 2239 at logical offset 0 with max blocks 1 with error 117 EXT4-fs (mmcblk0p1): This should not happen!! Data will be lost

EXT4-fs (mmcblk0p1): error count since last fsck: 1 EXT4-fs (mmcblk0p1): initial error at time 1765597433: ext4mbgeneratebuddy:760 EXT4-fs (mmcblk0p1): last error at time 1765597433: ext4mbgeneratebuddy:760 ...

According to the log analysis, blocks are always requested from the corrupted block group. This may happen as follows: ext4mbfindbygoal ext4mbloadbuddy ext4mbloadbuddygfp ext4mbinitcache ext4readblockbitmapnowait ext4waitblockbitmap ext4validateblockbitmap if (!grp || EXT4MBGRPBBITMAPCORRUPT(grp)) return -EFSCORRUPTED; // There's no logs. if (err) return err; // Will return error ext4lockgroup(ac->acsb, group); if (unlikely(EXT4MBGRPBBITMAPCORRUPT(e4b->bdinfo))) // Unreachable goto out;

After commit 9008a58e5dce ("ext4: make the bitmap read routines return real error codes") merged, Commit 163a203ddb36 ("ext4: mark block group as corrupt on block bitmap error") is no real solution for allocating blocks from corrupted block groups. This is because if 'EXT4MBGRPBBITMAPCORRUPT(e4b->bdinfo)' is true, then 'ext4mbloadbuddy()' may return an error. This means that the block allocation will fail. Therefore, check block group if corrupted when ext4mbloadbuddy() returns error.

Affected Software

15 affected components
The Linux Foundation Linux kernel (ext4)
Linux Linux kernel>=3.12<5.10.253
Linux Linux kernel>=5.11<5.15.203
Linux Linux kernel>=5.16<6.1.168
Linux Linux kernel>=6.2<6.6.131
Linux Linux kernel>=6.7<6.12.80
Linux Linux kernel>=6.13<6.18.21
Linux Linux kernel>=6.19<6.19.11
Linux Linux kernel=7.0-rc1
Linux Linux kernel=7.0-rc2
Linux Linux kernel=7.0-rc3
Linux Linux kernel=7.0-rc4
Linux Linux kernel=7.0-rc5
Linux Linux kernel=7.0-rc6
Linux Linux kernel=7.0-rc7

Event History

May 5, 2026
CVE Published
via MITRE·03:23 PM
Data Sourced
via MITRE·03:23 PM
Description
Data Sourced
via NVD·04:16 PM
RemedyDescriptionSeverityWeaknessAffected Software
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-43068?

CVE-2026-43068 has been classified as a moderate severity vulnerability.

2

How do I fix CVE-2026-43068?

To fix CVE-2026-43068, update the Linux kernel to a version that includes the patch addressing this vulnerability.

3

What does CVE-2026-43068 affect?

CVE-2026-43068 affects the ext4 filesystem in the Linux kernel.

4

What are the potential risks of CVE-2026-43068?

The risks of CVE-2026-43068 include the possibility of data corruption and filesystem instability.

5

Is CVE-2026-43068 a local or remote vulnerability?

CVE-2026-43068 is primarily a local vulnerability that requires access to the affected system.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203