CVE-2026-93268

Source
https://cve.org/CVERecord?id=CVE-2026-93268
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93268.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-93268
Downstream
Published
2026-09-24T15:52:07Z
Modified
2026-09-25T03:48:54Z
Summary
ext4: skip extra isize expansion during mount to prevent deadlock
Details

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

ext4: skip extra isize expansion during mount to prevent deadlock

ext4_try_to_expand_extra_isize() is called from __ext4_mark_inode_dirty() while holding an active jbd2 handle. During mount (!SB_ACTIVE), the expand path may move xattrs to external blocks and release ea_inodes via iput(). When !SB_ACTIVE, iput() calls write_inode_now() which acquires s_writepages_rwsem, creating a circular lock dependency:

s_writepages_rwsem --> jbd2_handle --> xattr_sem --> s_writepages_rwsem

This can be triggered via:

ext4_process_orphan() -> ext4_truncate() -> ext4_mark_inode_dirty() -> ext4_try_to_expand_extra_isize()

or:

ext4_evict_inode() -> ext4_mark_inode_dirty() -> ext4_try_to_expand_extra_isize()

Skip expansion when !SB_ACTIVE. This is a minor loss of functionality (extra isize won't grow for these inodes during mount), which e2fsck can resolve later if needed.

Database specific
{
    "cna_assigner":  "Linux",
    "osv_generated_from":  "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/93xxx/CVE-2026-93268.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
c8585c6fcaf2011de54c3592e80a634a2b9e1a7f
Fixed
41897f1bcf4ace5f1f28d0be784b6f4f0e929641
Fixed
9c3469377b1d8caba6bec6ef3c460810bbfb02cc
Fixed
1dd4882dbdc8bfdf2182fa388883c143fac0902a
Fixed
7ba09330d9ea6e996228316719eae812d7e04983
Fixed
c5e6434cc55f30220b228be237bb666351f9f4dd
Fixed
7ace189b9ea79cf78df9c32b940ce12735f9459a
Fixed
2fb8ff81659a57c42bb7b49e8339a2be2a318ef8
Fixed
7461c60b9c6a839b13ad4c3490681a0cf5aa0637

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.7.0
Fixed
5.10.270
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.221
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.188
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.157
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.110
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.52
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.6

Database specific

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