CVE-2026-53082
CVE-2026-53082 concerns the Linux kernel net: hamradio 6pack code. The issue in sixpack_receive_buf occurs because the loop over the flags buffer does not advance the data pointer, causing sixpack_decode() to receive bytes that may be invalid when TTY errors are present. As a result, KMSAN can re...