What is CVE-2026-74469?
The CVE-2026-74469 vulnerability in the Linux kernel involves an integer overflow in the SCTP peer transport counter. The 16-bit transport_count in sctp_assoc_add_peer() wraps to zero after adding the 65,536th peer, potentially leading to information leaks or instability through SCTP sock_diag. Affected systems should be patched with the latest kernel updates.
Azərbaycanca: Linux kernel-də tapılan CVE-2026-74469 zəifliyi SCTP protokolunda peer transport sayğacının daşması ilə bağlıdır. sctp_assoc_add_peer() funksiyasında 16-bit transport_count dəyəri 65,536-cı peer-də sıfırlanır ki, bu da SCTP sock_diag vasitəsilə məlumat sızmasına və ya sistemin qeyri-sabit işləməsinə səbəb ola bilər. Təsirə məruz qalan sistemlərdə kernel yeniləməsi tətbiq edilməlidir.
Related CVEs
link basis: same weakness class CWE-190
FAQ1
How can CVE-2026-74469 lead to an information leak in SCTP?
The vulnerability occurs because the 16-bit transport_count in sctp_assoc_add_peer() wraps to zero after adding the 65,536th peer. This overflow can cause information leaks through SCTP sock_diag.
See also6
This explainer is AI-written from source data — skopnix's own reporting on this CVE; CVSS scores, vendors and versions are never invented. See NVD for the official record.