THREATOPS
THREAT OPSThreat News › [NVD] CVE-2026-43198 (CRITICAL 9.8) — In the Linux kernel, the following vulnerability has been resolved: tcp: fix potential race in tcp_v6_syn_recv_sock() Code in tcp_v6_syn_recv_sock() after the call to tcp_v4_syn_recv_sock() is done too late. After tcp_v4_syn_recv_sock(), the child socket is already visible fro

[NVD] CVE-2026-43198 (CRITICAL 9.8) — In the Linux kernel, the following vulnerability has been resolved: tcp: fix potential race in tcp_v6_syn_recv_sock() Code in tcp_v6_syn_recv_sock() after the call to tcp_v4_syn_recv_sock() is done too late. After tcp_v4_syn_recv_sock(), the child socket is already visible fro

lownvdPublished 2026-05-06

CVE-2026-43198 CVSS: 9.8 CRITICAL Published: 2026-05-06T12:16:38.857

In the Linux kernel, the following vulnerability has been resolved:

tcp: fix potential race in tcp_v6_syn_recv_sock()

Code in tcp_v6_syn_recv_sock() after the call to tcp_v4_syn_recv_sock() is done too late.

After tcp_v4_syn_recv_sock(), the child socket is already visible from TCP ehash table and other cpus might use it.

Si

Indicators of compromise

Original source: https://nvd.nist.gov/vuln/detail/CVE-2026-43198