CVE-2026-5590

A race condition during TCP connection teardown can cause tcp_recv() to operate on a connection that has already been released. If tcp_conn_search() returns NULL while processing a SYN packet, a NULL pointer derived from stale context data is passed to tcp_backlog_is_full() and dereferenced without validation, leading to a crash.
References
Configurations

Configuration 1 (hide)

cpe:2.3:o:zephyrproject:zephyr:*:*:*:*:*:*:*:*

History

No history.

Information

Published : 2026-04-05 04:16

Updated : 2026-07-24 20:10


NVD link : CVE-2026-5590

Mitre link : CVE-2026-5590

CVE.ORG link : CVE-2026-5590


JSON object : View

Products Affected

zephyrproject

  • zephyr
CWE
CWE-476

NULL Pointer Dereference