LiveBreach Intelligence: data breaches, leaks & ransomware, tracked as they surfaceOngoing protection: GalaxyWarden →
Recent BreachesData breach tracker

CVE-2022-2586: Linux Kernel Use-After-Free Vulnerability

RBRecent Breaches Vulnerability Intelligence·Jun 26, 2024
High⚠ Actively exploited (CISA KEV)
High
Severity
Active
CISA KEV
No
Ransomware use
Jul 17, 2024
Patch deadline
⚠ Exploited in the wild. CISA added CVE-2022-2586 to its Known Exploited Vulnerabilities catalog on Jun 26, 2024, with a federal patch deadline of Jul 17, 2024 — meaning attackers are actively using it. If you run the affected software, patch it immediately.

Linux Kernel contains a use-after-free vulnerability in the nft_object, allowing local attackers to escalate privileges.

CVE-2022-2586 is a use-after-free vulnerability in the Linux Kernel's nft_object component. It allows a local attacker to escalate privileges on an affected system. This matters for IT and security teams because successful exploitation can turn limited local access into full administrative control of the host, enabling further lateral movement or persistence in environments that rely on Linux kernels.

Public detail is limited to the CISA summary describing the issue in nft_object; teams should treat any unpatched Linux Kernel installation that includes the affected subsystem as potentially exposed until confirmed otherwise against the vendor advisory.

How it works

The flaw is classified as CWE-416 (Use-After-Free). In this class of weakness, memory is freed while a reference to it remains, and a subsequent use of that dangling reference can corrupt kernel state or allow arbitrary code execution in kernel context. According to the CISA summary, the vulnerability resides in the nft_object handling path of the Linux Kernel. A local attacker who can interact with the relevant netfilter/nftables interfaces can trigger the free-and-reuse sequence to escalate privileges. Exact trigger conditions and exploit mechanics are not provided in the available facts and must be confirmed against the vendor advisory; defenders should assume that any process able to exercise the nft_object code path is a potential vector.

Am I affected? How to find it in your systems

The vulnerability affects the Linux Kernel. Systems that load or use the nftables subsystem (common on modern distributions for firewalling and packet filtering) are the primary candidates. Inventory steps include:

Telemetry signs of exploitation are not detailed in the available facts. In general for local privilege-escalation use-after-free issues, look for unexpected privilege transitions, kernel oops or warning messages related to netfilter/nftables, or anomalous process activity that gains root after interacting with network-filter interfaces. Confirm any indicators against the vendor advisory and your own baseline.

How to remediate

Apply the vendor-supplied kernel updates that address CVE-2022-2586 as the primary remediation. Follow the CISA required action: apply updates per vendor instructions or discontinue use of the product if updates are unavailable. After patching, reboot into the updated kernel and verify the new version is running. Additional hardening for this class of kernel vulnerability includes:

Specific package names and fixed versions are not listed in the facts; always validate against the distribution or upstream vendor advisory.

If you can't patch immediately

Until the vendor update can be applied, reduce risk with compensating controls appropriate to a local privilege-escalation use-after-free in the kernel:

These measures buy time but do not eliminate the underlying memory-safety issue; prioritize the official update.

If your data may have been exposed

Actively exploited kernel privilege-escalation vulnerabilities can lead to full host compromise and subsequent data exposure. Known ransomware use of this CVE is not documented in the available facts. If you suspect compromise, isolate the host, preserve forensic evidence, and follow your incident-response process. Separately, you can run a free exposure scan of your email addresses against known breach data sets to determine whether credentials or personal information associated with your organization already appear in public breach corpora.

AICompiled with AI assistance from public sources and published under our editorial standards.

Details

AffectedLinux · Kernel
WeaknessCWE-416
Added to CISA KEVJun 26, 2024
Federal patch deadlineJul 17, 2024
Known ransomware useNot documented
Check if your data is exposed →

Official records: NVD · CISA KEV

← All actively-exploited vulnerabilities