You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
sdp conntrack
About this tag
The sdp conntrack tag on WindowsForum.com covers discussions about the Linux kernel's Session Description Protocol (SDP) connection tracking module, specifically the nf_conntrack_sip helper. Content includes analysis of CVE-2026-31427, a vulnerability where uninitialized RTP state can lead to incorrect SDP rewrites, potentially causing session disruption or information leaks. The tag focuses on kernel-level network security, SIP NAT traversal, and the technical details of how connection tracking handles SDP fields. While the tag is Linux-specific, it is relevant to Windows users who manage mixed environments or virtualized systems running Linux kernels.
CVE-2026-31427 is a small-looking Linux kernel bug with an outsized lesson: a stack variable meant to carry RTP address state can remain uninitialized, then get handed to the SIP NAT helper and used to rewrite SDP fields with whatever happens to be in memory. In the common case where stack...