Security readout for executives and security teams
Plain-English summary
This is a Linux kernel crash bug in the XFRM networking path. Under specific packet transmission conditions involving an XFRM interface and missing destination device metadata, the kernel can dereference a null pointer. The source evidence supports denial-of-service risk, not data theft or remote code execution.
Executive priority
Schedule remediation through normal kernel patch cycles, with higher priority for systems using XFRM or IPsec networking. Escalate if those systems provide critical network services where kernel crashes would cause business disruption.
Technical view
The flaw is in xfrm_lookup_with_ifid() reached from xfrmi_xmit/xfrmi_xmit2 when transmitting an skb with metadata_dst where dst->dev is NULL. A loopback-device check dereferenced dst->dev without a null check. The fix treats a NULL device as not loopback and preserves normal Tx error accounting.
Likely exposure
Exposure is most likely on Linux systems running affected kernel versions that use XFRM interfaces, commonly associated with IPsec-style networking. Exact exposure depends on distro backports and kernel configuration. The provided affected-version data is incomplete and should be verified against vendor kernel advisories.
Exploitation context
The bundle reports no KEV listing and provides no evidence of active exploitation. The cited evidence is a kernel NULL pointer dereference call trace captured in a test environment. Treat this as a stability and availability issue unless vendor advisories state otherwise.
Researcher notes
Do not infer broad remote exploitability from the provided call trace. The trigger requires a specific transmit path with metadata_dst and dst->dev unset. The sources do not provide CVSS, CWE, exploit status, or complete product lifecycle mapping.
Mitigation direction
Update affected Linux kernels using vendor advisories or the referenced stable fixes.
Prioritize systems using XFRM interfaces or IPsec-related kernel networking features.
Check distro security notices for backported fixes before relying on upstream version numbers.
If immediate patching is unavailable, follow vendor guidance for supported operational mitigations.
Validation and detection
Inventory Linux kernel versions and vendor backport status for CVE-2022-50004.
Identify hosts using XFRM interfaces or IPsec-related networking paths.
Review kernel logs for NULL pointer dereference traces in xfrm_lookup_with_ifid or xfrmi_xmit.
Confirm patched kernels include one of the referenced upstream stable fixes.
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-50004 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.
0CVSS vectors
3Timeline events
0ADP providers
5Source links
Vulnerability timeline
Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.
CVE reservedCVE Program
The CVE ID was reserved by the assigning CNA.
CVE publishedCVE Program
The CVE record was published.
Jun 18, 2025, 11:01 UTC (UTC+00:00)
CVE updatedCVE Program
The CVE record metadata indicates this as the latest update time.