CVE-2021-47252: batman-adv: Avoid WARN_ON timing related checks
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.
Security readout for executives and security teams
Plain-English summary
This Linux kernel issue affects batman-adv mesh networking. A timing race can trigger a kernel warning when a queued routing message is sent after its interface changed. The source describes a code-quality and stability fix, not data theft or remote code execution.
Executive priority
Treat this as routine kernel hygiene unless batman-adv is operationally important in your environment. Patch through normal maintenance, with higher priority for mesh-networking infrastructure or systems configured to react strongly to kernel warnings.
Technical view
In batman-adv, an Originator Message can be queued on one soft interface and transmitted later after that interface context changes. The fix replaces WARN_ON-based timing checks with pr_warn, because WARN_ON is for kernel bugs and can have stronger operational consequences than a simple warning.
Likely exposure
Exposure is mainly Linux systems running affected kernels with batman-adv enabled or in use for mesh networking. Systems not using the batman-adv module or feature are unlikely to have practical exposure based on the provided sources.
Exploitation context
The bundle does not show CISA KEV listing, public exploitation, exploit code, or a CVSS score. It describes a resolved kernel behavior issue caused by timing, with limited evidence of attacker-controlled impact.
Researcher notes
Evidence is narrow: the record identifies Linux kernel batman-adv timing behavior and stable kernel fixes, but provides no CVSS, CWE, exploitability analysis, or attacker prerequisites. Avoid overstating impact beyond warning behavior and potential operational stability concerns.
Mitigation direction
Inventory Linux hosts for batman-adv use or loaded modules.
Apply vendor kernel updates containing the referenced stable fixes.
Check distribution advisories for exact fixed package versions.
Prioritize exposed mesh-networking nodes over unrelated servers.
Validation and detection
Confirm current kernel version and distribution patch level.
Verify whether batman-adv is enabled, loaded, or required.
Map installed kernels against vendor fixed versions or stable commits.
Review kernel logs for related batman-adv warning events.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2021-47252 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.