Linux Kernel Client Service Pointer Vulnerability in Network Module
CVE-2026-46098
What is CVE-2026-46098?
A vulnerability in the Linux kernel's network module impacts how client services are managed during teardown operations. Specifically, when the caif_connect() function is called to dismantle an existing client after a remote shutdown, it utilizes caif_disconnect_client() followed by caif_free_client(). Despite correctly freeing the service layer, the service pointer remains stale, which can lead to dereferencing issues when the corresponding socket is later destroyed. To mitigate this risk, the client and service links should be cleared prior to releasing the service object, ensuring that repeat teardown processes do not introduce security vulnerabilities.
Affected Version(s)
Linux 43e3692101086add8719c3b8b50b05c9ac5b14e1 < 914c6456fcfc21a3d553945dff62fd1621d6155d
Linux 43e3692101086add8719c3b8b50b05c9ac5b14e1 < 3ac6db584d9d420267bb8413115707eeec76d9cf
Linux 43e3692101086add8719c3b8b50b05c9ac5b14e1 < 63d21a3aa0108b9dde4e99b0d3d5d679ac68c0f9