CVE-2026-64004
Received Received - Intake

Memory Corruption in Linux Kernel IUCV Socket

Vulnerability report for CVE-2026-64004, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-19

Last updated on: 2026-07-19

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: net/iucv: fix locking in .getsockopt Mirror iucv_sock_setsockopt() and wrap the whole switch in lock_sock()/release_sock(). The pre-existing SO_MSGLIMIT-only lock becomes redundant and is removed. Any AF_IUCV HIPER user can potentially crash the kernel by racing recvmsg() with getsockopt(SO_MSGSIZE): the SO_MSGSIZE arm dereferences iucv->hs_dev->mtu after iucv_sock_close() (called from the racing recvmsg()) has set hs_dev to NULL, producing a NULL pointer dereference oops.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-19
Last Modified
2026-07-19
Generated
2026-07-20
AI Q&A
2026-07-19
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a Linux kernel vulnerability where a race condition in the AF_IUCV socket code can lead to a NULL pointer dereference. The issue occurs when getsockopt(SO_MSGSIZE) is called while recvmsg() is racing with iucv_sock_close(), causing a kernel crash.

Detection Guidance

This vulnerability is specific to the Linux kernel's AF_IUCV HIPER socket implementation. Detection requires checking for kernel crashes or NULL pointer dereference errors in the iucv subsystem. Monitor system logs for oops messages or kernel panics related to AF_IUCV or iucv_sock_close. No direct commands are provided in the context to detect this issue.

Impact Analysis

An attacker with AF_IUCV HIPER privileges could exploit this to crash the kernel, leading to denial of service. Systems using AF_IUCV sockets may experience unexpected crashes or instability.

Compliance Impact

This vulnerability does not directly affect compliance with GDPR, HIPAA, or similar standards. It is a kernel-level issue in the Linux AF_IUCV subsystem that could allow local users to crash the system via a race condition, but there is no evidence it involves data exposure, unauthorized access, or privacy violations that would impact regulatory compliance.

Mitigation Strategies

Apply the Linux kernel patch that resolves this issue. Update to a kernel version that includes the fix for net/iucv locking in .getsockopt. Avoid using AF_IUCV HIPER sockets if possible until patched. Monitor vendor advisories for kernel updates addressing this CVE.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-64004. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart