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.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-08-17 09:15
Updated : 2024-08-19 19:47
NVD link : CVE-2024-42284
Mitre link : CVE-2024-42284
CVE.ORG link : CVE-2024-42284
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-754
Improper Check for Unusual or Exceptional Conditions