CVE-2026-74308

Source
https://cve.org/CVERecord?id=CVE-2026-74308
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74308.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-74308
Downstream
Published
2026-08-15T05:58:08Z
Modified
2026-08-18T03:30:56Z
Summary
ext4: fix kernel BUG in ext4_write_inline_data_end
Details

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

ext4: fix kernel BUG in ext4_write_inline_data_end

When the data=journal mount option is used, the ext4_journalled_write_end() function incorrectly calls ext4_write_inline_data_end() without checking if the EXT4_STATE_MAY_INLINE_DATA flag is still set on the inode.

If a previous attempt to convert the inline data to an extent failed (e.g. due to ENOSPC), the EXT4_STATE_MAY_INLINE_DATA flag is cleared, but the EXT4_INODE_INLINE_DATA flag remains set. In this scenario, the next call to ext4_write_begin() will not prepare the inline data xattr for writing, but ext4_journalled_write_end() will incorrectly attempt to write to it, triggering a BUG_ON(pos + len > EXT4_I(inode)->i_inline_size) in ext4_write_inline_data() since i_inline_size was not expanded.

Fix this by ensuring that ext4_journalled_write_end() only calls ext4_write_inline_data_end() if the EXT4_STATE_MAY_INLINE_DATA flag is set, mirroring the behavior of ext4_write_end() and ext4_da_write_end().

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74308.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
3fdcfb668fd78ec92d9bc2daddf1d41e2a8a30bb
Fixed
260830a9a706f5d335398236fc788ce32f220de1
Fixed
9808ae9fae996afa942bd963a39c9b1cdeebd0bd
Fixed
f00f5c0dd55319bc33b76f72c853bda0e0a32eda
Fixed
0ae42b51607240990614e0843f0d3529aaff62cc
Fixed
ad09aa45965d3fafaf9963bc78109b73c0f9ac8d

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74308.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.8.0
Fixed
6.6.145
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.97
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.40
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74308.json"