Security Advisory

CVE-2024-42284

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-08-17 09:08:50
Last updated 2026-05-11 20:29:23
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: tipc: Return non-zero value from tipc_udp_addr2str() on error tipc_udp_addr2str() should return non-zero value if the UDP media address is invalid. Otherwise, a buffer overflow access can occur in tipc_media_addr_printf(). Fix this by returning 1 on an invalid UDP media address.