First published: Sat Jan 11 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: net/smc: check iparea_offset and ipv6_prefixes_cnt when receiving proposal msg When receiving proposal msg in server, the field iparea_offset and the field ipv6_prefixes_cnt in proposal msg are from the remote client and can not be fully trusted. Especially the field iparea_offset, once exceed the max value, there has the chance to access wrong address, and crash may happen. This patch checks iparea_offset and ipv6_prefixes_cnt before using them.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | ||
debian/linux | <=5.10.223-1<=5.10.234-1 | 6.1.129-1 6.1.128-1 6.12.21-1 |
debian/linux-6.1 | 6.1.129-1~deb11u1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-49571 has been classified with a severity rating that reflects a potential security impact on the Linux kernel.
To address CVE-2024-49571, users should update their Linux kernel to the latest version where the vulnerability has been patched.
CVE-2024-49571 is a vulnerability in the Linux kernel related to improper handling of proposal messages during network communications.
CVE-2024-49571 affects specific versions of the Linux kernel that include the vulnerable implementation prior to the fix being applied.
The impact of CVE-2024-49571 can potentially allow for unauthorized access or manipulation of networking functions in the affected systems.