First published: Wed Feb 26 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: net: remove two BUG() from skb_checksum_help() I have a syzbot report that managed to get a crash in skb_checksum_help() If syzbot can trigger these BUG(), it makes sense to replace them with more friendly WARN_ON_ONCE() since skb_checksum_help() can instead return an error code. Note that syzbot will still crash there, until real bug is fixed.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | ||
Linux Kernel | <5.10.121 | |
Linux Kernel | >=5.11<5.15.46 | |
Linux Kernel | >=5.16<5.17.14 | |
Linux Kernel | >=5.18<5.18.3 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2022-49497 is classified as a moderate severity vulnerability in the Linux kernel.
To address CVE-2022-49497, you should update your Linux kernel to a version that includes the fix, specifically versions above 5.10.121, 5.15.46, 5.17.14, or 5.18.3.
CVE-2022-49497 affects Linux kernel versions below 5.10.121, between 5.11 and 5.15.46, between 5.16 and 5.17.14, and between 5.18 and 5.18.3.
CVE-2022-49497 impacts the skb_checksum_help() function within the Linux kernel networking stack.
CVE-2022-49497 could potentially lead to crashes or unstable behavior in systems running vulnerable versions of the Linux kernel.