First published: Tue May 21 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: batman-adv: Avoid WARN_ON timing related checks The soft/batadv interface for a queued OGM can be changed during the time the OGM was queued for transmission and when the OGM is actually transmitted by the worker. But WARN_ON must be used to denote kernel bugs and not to print simple warnings. A warning can simply be printed using pr_warn.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | ||
Linux Kernel | >=3.14<4.4.293 | |
Linux Kernel | >=4.5<4.9.274 | |
Linux Kernel | >=4.10<4.14.238 | |
Linux Kernel | >=4.15<4.19.196 | |
Linux Kernel | >=4.20<5.4.128 | |
Linux Kernel | >=5.5<5.10.46 | |
Linux Kernel | >=5.11<5.12.13 | |
Linux Kernel | =5.13-rc1 | |
Linux Kernel | =5.13-rc2 | |
Linux Kernel | =5.13-rc3 | |
Linux Kernel | =5.13-rc4 | |
Linux Kernel | =5.13-rc5 | |
Linux Kernel | =5.13-rc6 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2021-47252 is classified as a medium severity vulnerability in the Linux kernel.
To fix CVE-2021-47252, update your Linux kernel to the latest version that has patched this vulnerability.
CVE-2021-47252 affects the Linux kernel, specifically systems utilizing the batman-adv networking protocol.
The impact of CVE-2021-47252 can include potential timing-related issues during packet transmission in the batman-adv protocol.
System administrators and maintainers of affected Linux installations are responsible for applying updates to mitigate CVE-2021-47252.