CVE-2022-2586: It was discovered that a nft object or expression could reference a nft set on a different nft table, leadi...
It was discovered that a nft object or expression could reference a nft set on a different nft table, leading to a use-after-free once that table was deleted.
Security readout for executives and security teams
Plain-English summary
A flaw in Linux nftables can leave behind an invalid memory reference when a referenced table is deleted. A local attacker with some existing privileges could potentially disrupt the system or alter data. The strongest concern is availability: successful exploitation may crash or destabilize the affected host.
Executive priority
Treat this as a high-priority remediation because CISA lists it as known exploited. The medium CVSS score and local, high-complexity prerequisites support risk-based sequencing rather than an internet-wide emergency response. Address systems permitting untrusted local execution first, then complete fleet-wide vendor-guided validation.
Technical view
An nftables object or expression can reference a set belonging to another table without safe lifetime handling. Deleting that table can leave a dangling reference, causing a use-after-free. CVSS 3.1 rates it 5.3: local access, low privileges, high complexity, no user interaction, low integrity impact, high availability impact, and no confidentiality impact.
Likely exposure
Exposure is limited to Linux installations running vulnerable kernel packages. The bundle lists versions 3.16, 4.15, 4.20, 5.5, 5.11, 5.16, and 5.19. Distribution backports make version strings alone unreliable. Exploitation requires local access and low privileges, with high attack complexity.
Exploitation context
CISA KEV inclusion supports active exploitation. However, the supplied evidence provides no campaign, victim, or exploit-chain details. The local attack vector reduces direct remote exposure, but an attacker who already has local access could use the flaw to substantially affect system availability.
Researcher notes
The defect concerns cross-table nftables reference lifetime handling and CWE-416 use-after-free. Confirm affected and fixed package revisions through distribution advisories and the kernel discussion. The supplied version list is too coarse to determine exposure where vendors have backported fixes. Available evidence supports integrity and availability impact, but not confidentiality impact.
Mitigation direction
Consult the applicable Linux distributor advisory and install the fixed kernel package for the exact operating-system release.
Prioritize shared systems and hosts where untrusted or lower-privileged users can execute local code.
Use only vendor-documented temporary mitigations if immediate kernel updating is unavailable.
Ensure the updated kernel is activated according to the distributor's installation guidance.
Validation and detection
Record the running kernel version, distribution release, package revision, and architecture.
Compare the installed package revision against the applicable distributor advisory; do not rely solely on upstream version numbers.
Verify the remediated kernel is currently running, rather than merely installed.
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-416: 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.
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.
Exploitation: activeAutomatable: noTechnical Impact: total
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.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-416 · source CWE mapping
Use After Free
Use After Free represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.