Centos-kernel-stream-9/net/tipc
Rado Vrbovsky 30ef146f95 Merge: tipc: Fix use-after-free of kernel socket in cleanup_bearer().
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/6142

JIRA: https://issues.redhat.com/browse/RHEL-72258
CVE: CVE-2024-56642
Tested: compile only

The first patch is the commit for this CVE, and the second patch is a follow-up of the first patch.

Signed-off-by: Xin Long <lxin@redhat.com>

Approved-by: Hangbin Liu <haliu@redhat.com>
Approved-by: Antoine Tenart <atenart@redhat.com>
Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>

Merged-by: Rado Vrbovsky <rvrbovsk@redhat.com>
2025-01-23 13:15:18 +00:00
..
Kconfig net: tipc: remove redundant 'bool' from CONFIG_TIPC_{MEDIA_UDP,CRYPTO} 2024-05-13 12:34:04 -04:00
Makefile
addr.c
addr.h
bcast.c
bcast.h
bearer.c tipc: guard against string buffer overrun 2024-11-06 09:50:41 -05:00
bearer.h
core.c
core.h minmax: add in_range() macro 2024-10-01 11:20:16 -04:00
crypto.c
crypto.h
diag.c
discover.c
discover.h
eth_media.c
group.c
group.h
ib_media.c
link.c minmax: add in_range() macro 2024-10-01 11:20:16 -04:00
link.h
monitor.c
monitor.h
msg.c tipc: fix UAF in error path 2024-06-21 13:52:53 -04:00
msg.h
name_distr.c
name_distr.h
name_table.c
name_table.h
net.c
net.h
netlink.c
netlink.h
netlink_compat.c tipc: Remove redundant call to TLV_SPACE() 2024-05-13 12:34:03 -04:00
node.c tipc: force a dst refcount before doing decryption 2024-06-22 15:34:02 -04:00
node.h
socket.c net: change proto and proto_ops accept type 2024-12-02 11:12:33 -05:00
socket.h
subscr.c
subscr.h
sysctl.c
topsrv.c
topsrv.h
trace.c
trace.h
udp_media.c tipc: fix NULL deref in cleanup_bearer() 2025-01-12 10:24:54 -05:00
udp_media.h