CVE-2025-23150

Source
https://cve.org/CVERecord?id=CVE-2025-23150
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-23150.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2025-23150
Downstream
Related
Published
2025-05-01T12:55:38.190Z
Modified
2026-03-20T12:41:22.246219Z
Summary
ext4: fix off-by-one error in do_split
Details

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

ext4: fix off-by-one error in do_split

Syzkaller detected a use-after-free issue in ext4insertdentry that was caused by out-of-bounds access due to incorrect splitting in do_split.

BUG: KASAN: use-after-free in ext4insertdentry+0x36a/0x6d0 fs/ext4/namei.c:2109 Write of size 251 at addr ffff888074572f14 by task syz-executor335/5847

CPU: 0 UID: 0 PID: 5847 Comm: syz-executor335 Not tainted 6.12.0-rc6-syzkaller-00318-ga9cda7c0ffed #0 Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 10/30/2024 Call Trace: <TASK> __dumpstack lib/dumpstack.c:94 [inline] dump_stacklvl+0x241/0x360 lib/dumpstack.c:120 printaddressdescription mm/kasan/report.c:377 [inline] printreport+0x169/0x550 mm/kasan/report.c:488 kasanreport+0x143/0x180 mm/kasan/report.c:601 kasancheckrange+0x282/0x290 mm/kasan/generic.c:189 __asanmemcpy+0x40/0x70 mm/kasan/shadow.c:106 ext4insert_dentry+0x36a/0x6d0 fs/ext4/namei.c:2109 adddirenttobuf+0x3d9/0x750 fs/ext4/namei.c:2154 makeindexeddir+0xf98/0x1600 fs/ext4/namei.c:2351 ext4addentry+0x222a/0x25d0 fs/ext4/namei.c:2455 ext4addnondir+0x8d/0x290 fs/ext4/namei.c:2796 ext4symlink+0x920/0xb50 fs/ext4/namei.c:3431 vfssymlink+0x137/0x2e0 fs/namei.c:4615 dosymlinkat+0x222/0x3a0 fs/namei.c:4641 __dosyssymlink fs/namei.c:4662 [inline] __sesyssymlink fs/namei.c:4660 [inline] __x64syssymlink+0x7a/0x90 fs/namei.c:4660 dosyscallx64 arch/x86/entry/common.c:52 [inline] dosyscall64+0xf3/0x230 arch/x86/entry/common.c:83 entrySYSCALL64afterhwframe+0x77/0x7f </TASK>

The following loop is located right above 'if' statement.

for (i = count-1; i >= 0; i--) { /* is more than half of this entry in 2nd half of the block? */ if (size + map[i].size/2 > blocksize/2) break; size += map[i].size; move++; }

'i' in this case could go down to -1, in which case sum of active entries wouldn't exceed half the block size, but previous behaviour would also do split in half if sum would exceed at the very last block, which in case of having too many long name files in a single block could lead to out-of-bounds access and following use-after-free.

Found by Linux Verification Center (linuxtesting.org) with Syzkaller.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/23xxx/CVE-2025-23150.json",
    "cna_assigner": "Linux"
}
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
ea54176e5821936d109bb45dc2c19bd53559e735
Fixed
b96bd2c3db26ad0daec5b78c85c098b53900e2e1
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
5872331b3d91820e14716632ebb56b1399b34fe1
Fixed
515c34cff899eb5dae6aa7eee01c1295b07d81af
Fixed
2883e9e74f73f9265e5f8d1aaaa89034b308e433
Fixed
35d0aa6db9d93307085871ceab8a729594a98162
Fixed
2eeb1085bf7bd5c7ba796ca4119925fa5d336a3f
Fixed
16d9067f00e3a7d1df7c3aa9c20d214923d27e10
Fixed
17df39f455f1289319d4d09e4826aa46852ffd17
Fixed
ab0cc5c25552ae0d20eae94b40a93be11b080fc5
Fixed
94824ac9a8aaf2fb3c54b4bdde842db80ffa555d
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Last affected
059b1480105478c5f68cf664301545b8cad6a7cf
Last affected
539ae3e03875dacaa9c388aff141ccbb4ef4ecb5
Last affected
fbbfd55a40d5d0806b59ee0403c75d5ac517533f
Last affected
b3ddf6ba5e28a57729fff1605ae08e21be5c92e3
Last affected
e50fe43e3062e18846e99d9646b9c07b097eb1ed
Last affected
88e79f7a9841278fa8ff7ff6178bad12da002ffc

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-23150.json"