Ubuntu-focal-kernel/net/tipc
Shigeru Yoshida 9d50be1d0b tipc: Return non-zero value from tipc_udp_addr2str() on error
BugLink: https://bugs.launchpad.net/bugs/2078388

[ Upstream commit fa96c6baef1b5385e2f0c0677b32b3839e716076 ]

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.

Fixes: d0f91938be ("tipc: add ip/udp media type")
Signed-off-by: Shigeru Yoshida <syoshida@redhat.com>
Reviewed-by: Tung Nguyen <tung.q.nguyen@endava.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Koichiro Den <koichiro.den@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
2024-09-27 10:50:16 +02:00
..
Kconfig
Makefile
addr.c
addr.h
bcast.c
bcast.h
bearer.c tipc: Check the bearer type before calling tipc_udp_nl_bearer_add() 2024-03-28 15:18:40 +01:00
bearer.h
core.c tipc: improve throughput between nodes in netns 2023-02-01 15:23:47 +01:00
core.h tipc: improve throughput between nodes in netns 2023-02-01 15:23:47 +01:00
diag.c
discover.c tipc: fix use-after-free in tipc_disc_rcv() 2023-02-01 15:23:51 +01:00
discover.h
eth_media.c
group.c
group.h
ib_media.c
link.c tipc: Fix potential OOB in tipc_link_proto_rcv() 2023-02-01 15:21:58 +01:00
link.h
monitor.c tipc: fix shift wrapping bug in map_get() 2022-11-24 10:28:14 +01:00
monitor.h
msg.c tipc: fix UAF in error path 2024-07-05 10:51:54 +02:00
msg.h tipc: Add a missing case of TIPC_DIRECT_MSG type 2023-02-01 15:23:51 +01:00
name_distr.c tipc: improve throughput between nodes in netns 2023-02-01 15:23:47 +01:00
name_distr.h
name_table.c
name_table.h
net.c
net.h
netlink.c tipc: Change nla_policy for bearer-related names to NLA_NUL_STRING 2024-02-02 14:13:05 +01:00
netlink.h
netlink_compat.c tipc: Fix kernel-infoleak due to uninitialized TLV value 2024-02-02 14:13:09 +01:00
node.c tipc: call tipc_lxc_xmit without holding node_read_lock 2023-02-01 15:23:51 +01:00
node.h tipc: improve throughput between nodes in netns 2023-02-01 15:23:47 +01:00
socket.c tipc: Add a missing case of TIPC_DIRECT_MSG type 2023-02-01 15:23:51 +01:00
socket.h
subscr.c
subscr.h
sysctl.c
topsrv.c tipc: add an extra conn_get in tipc_conn_alloc 2023-02-01 15:21:24 +01:00
topsrv.h
trace.c
trace.h
udp_media.c tipc: Return non-zero value from tipc_udp_addr2str() on error 2024-09-27 10:50:16 +02:00
udp_media.h