CVE-2025-38650

Source
https://nvd.nist.gov/vuln/detail/CVE-2025-38650
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-38650.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2025-38650
Downstream
Related
Published
2025-08-22T16:00:54.556Z
Modified
2025-11-27T19:34:22.622741Z
Summary
hfsplus: remove mutex_lock check in hfsplus_free_extents
Details

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

hfsplus: remove mutexlock check in hfsplusfree_extents

Syzbot reported an issue in hfsplus filesystem:

------------[ cut here ]------------ WARNING: CPU: 0 PID: 4400 at fs/hfsplus/extents.c:346 hfsplusfreeextents+0x700/0xad0 Call Trace: <TASK> hfsplusfiletruncate+0x768/0xbb0 fs/hfsplus/extents.c:606 hfspluswritebegin+0xc2/0xd0 fs/hfsplus/inode.c:56 contexpandzero fs/buffer.c:2383 [inline] contwritebegin+0x2cf/0x860 fs/buffer.c:2446 hfspluswritebegin+0x86/0xd0 fs/hfsplus/inode.c:52 genericcontexpandsimple+0x151/0x250 fs/buffer.c:2347 hfsplussetattr+0x168/0x280 fs/hfsplus/inode.c:263 notifychange+0xe38/0x10f0 fs/attr.c:420 dotruncate+0x1fb/0x2e0 fs/open.c:65 dosysftruncate+0x2eb/0x380 fs/open.c:193 dosyscallx64 arch/x86/entry/common.c:50 [inline] dosyscall64+0x3d/0xb0 arch/x86/entry/common.c:80 entrySYSCALL64afterhwframe+0x63/0xcd

To avoid deadlock, Commit 31651c607151 ("hfsplus: avoid deadlock on file truncation") unlock extree before hfsplusfreeextents(), and add check wheather extree is locked in hfsplusfreeextents().

However, when operations such as hfsplusfilerelease, hfsplussetattr, hfsplusunlink, and hfsplusgetblock are executed concurrently in different files, it is very likely to trigger the WARN_ON, which will lead syzbot and xfstest to consider it as an abnormality.

The comment above this warning also describes one of the easy triggering situations, which can easily trigger and cause xfstest&syzbot to report errors.

[task A] [task B] ->hfsplusfilerelease ->hfsplusfiletruncate ->hfsfindinit ->mutexlock ->mutexunlock ->hfspluswritebegin ->hfsplusgetblock ->hfsplusfileextend ->hfsplusextreadextent ->hfsfindinit ->mutexlock ->hfsplusfreeextents WARNON(mutexis_locked) !!!

Several threads could try to lock the shared extents tree. And warning can be triggered in one thread when another thread has locked the tree. This is the wrong behavior of the code and we need to remove the warning.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/blob/ee626f5d79d5817bb21d6f048dc0da4c4e383443/cves/2025/38xxx/CVE-2025-38650.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
31651c607151f1034cfb57e5a78678bea54c362b
Fixed
0807e4ac59a546f2346961c5e26a98901594b205
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
31651c607151f1034cfb57e5a78678bea54c362b
Fixed
fdd6aca652122d6e97787e88d7dd53ddc8b74e7e
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
31651c607151f1034cfb57e5a78678bea54c362b
Fixed
14922f0cc92e010b160121679c0a6ca072f4e975
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
31651c607151f1034cfb57e5a78678bea54c362b
Fixed
a19ce9230b22a0866313932e7964cf05557a6008
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
31651c607151f1034cfb57e5a78678bea54c362b
Fixed
084933961ecda7561dedfb78c4676ccb90c91ada
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
31651c607151f1034cfb57e5a78678bea54c362b
Fixed
5055b7db94110f228961dea6b74eed0a93a50b01
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
31651c607151f1034cfb57e5a78678bea54c362b
Fixed
9764b8bb9f5f94df105cd2ac43829dd0d2c82b9f
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
31651c607151f1034cfb57e5a78678bea54c362b
Fixed
314310166ba1fdff7660dfd9d18ea42d7058f7ae
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
31651c607151f1034cfb57e5a78678bea54c362b
Fixed
fcb96956c921f1aae7e7b477f2435c56f77a31b4

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.19.0
Fixed
5.4.297
Type
ECOSYSTEM
Events
Introduced
5.5.0
Fixed
5.10.241
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.190
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.148
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.102
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.42
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.15.10
Type
ECOSYSTEM
Events
Introduced
6.16.0
Fixed
6.16.1