In the Linux kernel, the following vulnerability has been resolved:
nfs: handle failure of nfsgetlock_context in unlock path
When memory is insufficient, the allocation of nfslockcontext in nfsgetlockcontext() fails and returns -ENOMEM. If we mistakenly treat an nfs4unlockdata structure (whose lctx member has been set to -ENOMEM) as valid and proceed to execute rpcruntask(), this will trigger a NULL pointer dereference in nfs4locku_prepare. For example:
BUG: kernel NULL pointer dereference, address: 000000000000000c PGD 0 P4D 0 Oops: Oops: 0000 [#1] SMP PTI CPU: 15 UID: 0 PID: 12 Comm: kworker/u64:0 Not tainted 6.15.0-rc2-dirty #60 Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.16.3-2.fc40 Workqueue: rpciod rpcasyncschedule RIP: 0010:nfs4lockuprepare+0x35/0xc2 Code: 89 f2 48 89 fd 48 c7 c7 68 69 ef b5 53 48 8b 8e 90 00 00 00 48 89 f3 RSP: 0018:ffffbbafc006bdb8 EFLAGS: 00010246 RAX: 000000000000004b RBX: ffff9b964fc1fa00 RCX: 0000000000000000 RDX: 0000000000000000 RSI: fffffffffffffff4 RDI: ffff9ba53fddbf40 RBP: ffff9ba539934000 R08: 0000000000000000 R09: ffffbbafc006bc38 R10: ffffffffb6b689c8 R11: 0000000000000003 R12: ffff9ba539934030 R13: 0000000000000001 R14: 0000000004248060 R15: ffffffffb56d1c30 FS: 0000000000000000(0000) GS:ffff9ba5881f0000(0000) knlGS:00000000 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: 000000000000000c CR3: 000000093f244000 CR4: 00000000000006f0 Call Trace: <TASK> __rpcexecute+0xbc/0x480 rpcasyncschedule+0x2f/0x40 processonework+0x232/0x5d0 workerthread+0x1da/0x3d0 ? __pfxworkerthread+0x10/0x10 kthread+0x10d/0x240 ? __pfxkthread+0x10/0x10 retfrom_fork+0x34/0x50 ? __pfxkthread+0x10/0x10 retfromforkasm+0x1a/0x30 </TASK> Modules linked in: CR2: 000000000000000c ---[ end trace 0000000000000000 ]---
Free the allocated nfs4unlockdata when nfsgetlockcontext() fails and return NULL to terminate subsequent rpcruntask, preventing NULL pointer dereference.
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/38xxx/CVE-2025-38023.json"
}"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2025-38023.json"
[
{
"signature_type": "Line",
"deprecated": false,
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@da824f1271633bcb515ca8084cda3eda4b3ace51",
"target": {
"file": "fs/nfs/nfs4proc.c"
},
"id": "CVE-2025-38023-9f2dad6a",
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"270741892447316029406405266462377985165",
"110705245500583655720971575845600817775",
"150337736330599218860728673606072237736",
"331931685409323666661497979886550077143",
"68942133521898556589457714862807742576",
"17781465585089644969912998733844536658",
"16486013149293258503982620101095177828",
"173409114506363305231066342380580768371",
"198881699023784040456520240700321316400",
"281889186175098748713404679815143445733",
"240131849070578220318946124449943281351"
]
}
},
{
"signature_type": "Function",
"deprecated": false,
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@da824f1271633bcb515ca8084cda3eda4b3ace51",
"target": {
"function": "nfs4_alloc_unlockdata",
"file": "fs/nfs/nfs4proc.c"
},
"id": "CVE-2025-38023-cec133e2",
"signature_version": "v1",
"digest": {
"function_hash": "287835017438595369038738990501731579932",
"length": 728.0
}
}
]