CVE-2022-49183: net/sched: act_ct: fix ref leak when switching zones
In the Linux kernel, the following vulnerability has been resolved:
net/sched: act_ct: fix ref leak when switching zones
When switching zones or network namespaces without doing a ct clear in
between, it is now leaking a reference to the old ct entry. That's
because tcf_ct_skb_nfct_cached() returns false and
tcf_ct_flow_table_lookup() may simply overwrite it.
The fix is to, as the ct entry is not reusable, free it already at
tcf_ct_skb_nfct_cached().
Security readout for executives and security teams
Plain-English summary
CVE-2022-49183 is a Linux kernel availability issue in traffic-control connection tracking. A local user with some privileges may trigger a reference leak when connection tracking zones or network namespaces are switched, potentially exhausting resources and disrupting service. The supplied sources do not show data theft, integrity impact, or active exploitation.
Executive priority
Treat as a moderate operational risk. It is not currently evidenced as actively exploited, but affected Linux hosts could suffer service disruption. Prioritize patching internet-facing infrastructure, shared compute, container platforms, and systems with untrusted local users.
Technical view
The bug is in net/sched act_ct. When switching zones or network namespaces without clearing conntrack state, the old conntrack entry reference can be leaked because lookup may overwrite it. The upstream fix frees the non-reusable entry earlier in tcf_ct_skb_nfct_cached(). CVSS is 5.5: local, low privilege, no user interaction, high availability impact.
Likely exposure
Exposure is most relevant on Linux systems using traffic control act_ct, conntrack zones, or network namespaces, including container or network-heavy hosts. The CVSS vector requires local access with low privileges. Exact exposure depends on distro backports and whether affected kernel code is present.
Exploitation context
The CVE bundle marks KEV as false and provides no cited evidence of active exploitation. The issue is availability-focused and local-access only under the supplied CVSS vector. Evidence is insufficient to claim remote exploitation or public weaponization.
Researcher notes
The supplied affected-version data is limited and appears tied to upstream commits and stable branches. Validate against vendor kernel advisories and backport metadata. Do not infer broader product impact beyond Linux kernel act_ct behavior documented in the CVE bundle.
Mitigation direction
Update to a vendor-supported kernel containing the referenced upstream stable fixes.
Check Linux distribution advisories for backported fixes before relying on upstream version numbers.
Prioritize container hosts, network appliances, and systems using tc act_ct or conntrack zones.
Reduce untrusted local access where kernel updates cannot be applied promptly.
Validation and detection
Inventory Linux kernel versions and distro patch levels across affected assets.
Confirm whether vendor kernels include the referenced act_ct reference leak fix.
Review hosts using traffic control, conntrack zones, or network namespaces.
After patching, verify the running kernel matches the remediated vendor build.
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-49183 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.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.