CVE-2025-21792
CVE-2025-21792 affects the AX25 path in the Linux kernel. When binding an AX25 device to a socket, either via ax25_bind() or the SO_BINDTODEVICE option, the kernel may leak refcounts due to missing increments for the bound device’s refcount, leading to memory leaks in ax25_release(). The fixIncre...