NULL pointer dereference in Linux kernel - CVE-2026-53034

 

NULL pointer dereference in Linux kernel - CVE-2026-53034

Published: June 25, 2026


Vulnerability identifier: #VU135330
CSH Severity: Low
CVSS v4.0: CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U/U:Clear
CVE-ID: CVE-2026-53034
CWE-ID: CWE-476
Exploitation vector: Local access
Exploit availability: No public exploit available
Vendor: Linux Foundation
Affected software:
Linux kernel

Detailed vulnerability description

The vulnerability allows a local user to cause a denial of service.

The vulnerability exists due to a null pointer dereference in unix_stream_bpf_update_proto() when updating a sockmap for an af_unix stream socket during a concurrent connect operation. A local user can trigger a race condition via a bpf sockmap update to cause a denial of service.

The issue occurs in a race window where the socket state is set to established before the peer pointer is assigned.


How to mitigate CVE-2026-53034

Install security update from vendor's repository.

Sources