Security readout for executives and security teams
Plain-English summary
CVE-2022-48810 is a Linux kernel networking bug in multicast routing cleanup. The kernel called cleanup code without the required RTNL lock on an error path. Public sources show a kernel warning found by syzkaller, but do not provide a CVSS score, confirmed business impact, or active exploitation evidence.
Executive priority
Handle through normal Linux kernel patch management unless your vendor rates it higher. Accelerate review for container platforms, multi-tenant Linux hosts, and systems with unexplained kernel networking warnings. Current public evidence does not support emergency action based on exploitation.
Technical view
The issue affects Linux kernel ipmr/ip6mr code. ip[6]mr_free_table() must run under the RTNL lock, but failure paths in multicast routing table initialization could call it without that lock. The reported trace occurs during network namespace creation and IPv6 multicast routing cleanup. Stable kernel commits add RTNL acquisition before the free operation.
Likely exposure
Exposure is limited to systems running affected Linux kernel versions or vendor kernels carrying the vulnerable code. Risk is more relevant where network namespaces or containerized workloads are used. The source bundle lists Linux as affected but does not identify specific distributions or appliances.
Exploitation context
No active exploitation is indicated by KEV, and the sources only show a syzkaller-discovered kernel warning. The bundle does not confirm remote exploitability, privilege requirements, denial-of-service impact, or data compromise. Treat exploitation context as incomplete until vendor advisories clarify impact.
Researcher notes
Sources lack CVSS, CWE, and explicit impact. The root condition is a missing RTNL lock around ipmr/ip6mr table cleanup on an initialization failure path. The crash trace is from syzkaller on Linux 5.16. Validate against exact vendor backports rather than upstream version numbers alone.
Mitigation direction
Check your Linux distribution or appliance vendor advisory for CVE-2022-48810.
Update to a kernel package containing the referenced stable fixes.
Prioritize multi-tenant, container-host, and namespace-heavy systems if vendors rate impact materially.
If no vendor fix exists, follow vendor guidance for supported kernel branches.
Validation and detection
Inventory running kernel versions across Linux hosts.
Compare kernels against vendor advisories and the referenced upstream stable commits.
Confirm patched systems booted into the updated kernel.
Review kernel logs for RTNL assertion warnings if investigating instability.
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-2022-48810 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.