Lucene search

K
vulnrichmentLinuxVULNRICHMENT:CVE-2024-42284
HistoryAug 17, 2024 - 9:08 a.m.

CVE-2024-42284 tipc: Return non-zero value from tipc_udp_addr2str() on error

2024-08-1709:08:50
Linux
github.com
1
linux kernel
vulnerability resolved
tipc_udp_addr2str()
buffer overflow
tipc_media_addr_printf()
udp media address

AI Score

7.3

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

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.

AI Score

7.3

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial