First published: Sat Jan 11 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: net/smc: check smcd_v2_ext_offset when receiving proposal msg When receiving proposal msg in server, the field smcd_v2_ext_offset in proposal msg is from the remote client and can not be fully trusted. Once the value of smcd_v2_ext_offset exceed the max value, there has the chance to access wrong address, and crash may happen. This patch checks the value of smcd_v2_ext_offset before using it.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Red Hat Kernel-devel | ||
debian/linux | <=5.10.223-1<=5.10.234-1 | 6.1.129-1 6.1.128-1 6.12.19-1 6.12.20-1 |
debian/linux-6.1 | 6.1.128-1~deb11u1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-47408 is classified as a medium severity vulnerability in the Linux kernel.
To fix CVE-2024-47408, users should update their Linux kernel to the latest patched version provided by their distribution.
CVE-2024-47408 is caused by inadequate validation of the smcd_v2_ext_offset field in a proposal message received from a remote client.
All versions of the Linux kernel that handle SMC (Shared Memory Communication) are affected by CVE-2024-47408.
The impact of CVE-2024-47408 includes potential denial of service or arbitrary code execution due to improper validation.