LiveActive security incident?Get immediate response
CVE Record

CVE-2022-49358: netfilter: nf_tables: memleak flow rule from commit path

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: memleak flow rule from commit path Abort path release flow rule object, however, commit path does not. Update code to destroy these objects before releasing the transaction.

MediumCVSS 5.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2022-49358 is a Linux kernel memory leak in the nf_tables netfilter code. A local user with some privileges could potentially consume kernel memory and cause a denial of service. It is not listed in KEV, and the provided sources do not show active exploitation.

Executive priority

Treat as a scheduled but important Linux kernel maintenance item. It can affect availability, especially on shared hosts, but sources do not support emergency response unless your environment exposes local users or privileged workloads broadly.

Technical view

The issue is CWE-401 in nf_tables flow rule transaction handling. The abort path released flow rule objects, but the commit path did not. Kernel stable commits update the code to destroy these objects before releasing the transaction. CVSS 3.1 is 5.5: local, low complexity, low privileges, no user interaction, availability impact only.

Likely exposure

Exposure is most relevant to Linux systems running affected kernel builds with nf_tables/netfilter flow rule functionality available. Risk is higher on shared systems, container hosts, and environments where local users or workloads may have elevated network administration capabilities.

Exploitation context

The CVSS vector indicates local access and low privileges are required. The documented impact is availability loss, not data theft or code execution. The source bundle does not cite public exploitation or CISA KEV listing.

Researcher notes

Affected-version data in the source bundle is limited and includes kernel version markers plus stable commit references. Validate against distribution advisories because vendors frequently backport fixes without changing upstream version numbers.

Mitigation direction

  • Apply vendor kernel updates that include the referenced stable fixes.
  • Prioritize shared Linux hosts, container hosts, and internet-facing infrastructure with local user access.
  • Restrict unnecessary local privileges and network administration capabilities until patched.
  • If no package is available, monitor Linux distribution and kernel vendor guidance.

Validation and detection

  • Inventory Linux kernel versions across servers, appliances, and container hosts.
  • Confirm whether vendor kernels include the referenced nf_tables stable commits or backports.
  • Check whether nf_tables/netfilter flow rule features are enabled or used.
  • Track remediation through normal kernel package and reboot validation processes.
Prepared
Confidence
medium
Sources
8

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.

cwe · low confidence lookup

CWE-401: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2022-49358 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
5.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

1CVSS vectors
3Timeline events
1ADP providers
7Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

CVSS vector scores

1 official score

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.

ScoreVersionSeverityVectorExploitImpactSource
5.5CVSS 3.1MediumCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H1.83.6CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

5.5Medium
CVSS 3.1 vector shape for CVE-2022-49358Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
cvssV3_1other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinuxc9626a2cbdb20e26587b3fad99960520a023432b, c9626a2cbdb20e26587b3fad99960520a023432b, c9626a2cbdb20e26587b3fad99960520a023432b, c9626a2cbdb20e26587b3fad99960520a023432b, c9626a2cbdb20e26587b3fad99960520a023432b, c9626a2cbdb20e26587b3fad99960520a023432bunaffected
LinuxLinux5.3, 0, 5.4.198, 5.10.122, 5.15.47, 5.17.15, 5.18.4, 5.19affected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-401 · source CWE mapping

Missing Release of Memory after Effective Lifetime

Missing Release of Memory after Effective Lifetime represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.