In the Linux kernel, the following vulnerability has been resolved:
net/iucv: fix locking in .getsockopt
Mirror iucvsocksetsockopt() and wrap the whole switch in locksock()/releasesock(). The pre-existing SO_MSGLIMIT-only lock becomes redundant and is removed.
Any AFIUCV HIPER user can potentially crash the kernel by racing recvmsg() with getsockopt(SOMSGSIZE): the SOMSGSIZE arm dereferences iucv->hsdev->mtu after iucvsockclose() (called from the racing recvmsg()) has set hs_dev to NULL, producing a NULL pointer dereference oops.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64004.json",
"cna_assigner": "Linux"
}