Skip to content

CVE-2024-1086

Use After Free — is CVE-2024-1086real, exploitable, or a false positive? Here's the community ground truth.

High · CVSS 7.8EPSS 23.6%CISA KEVCWE-416 · Use After Free

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

A use-after-free vulnerability in the Linux kernel's netfilter: nf_tables component can be exploited to achieve local privilege escalation. The nft_verdict_init() function allows positive values as drop error within the hook verdict, and hence the nf_hook_slow() function can cause a double free vulnerability when NF_DROP is issued with a drop error which resembles NF_ACCEPT. We recommend upgrading past commit f342de4e2f33e0e39165d8639387aa6c19dff660.

Published

Embed this verdict
TruePositive verdict for CVE-2024-1086
Markdown
[![TruePositive verdict](https://www.truepositive.app/cve/CVE-2024-1086/badge.svg)](https://www.truepositive.app/cve/CVE-2024-1086)
HTML
<a href="https://www.truepositive.app/cve/CVE-2024-1086"><img src="https://www.truepositive.app/cve/CVE-2024-1086/badge.svg" alt="TruePositive verdict for CVE-2024-1086"></a>

Live badge — updates automatically as the community verdict changes.

Community ground truth

Community verdict

2 verdicts
Not a real issue

Includes TruePositive's curated baseline from public sources — community verdicts accrue on top.

Pick your verdict — we'll save it right after a quick sign-in.

Community real-world severity: Critical (Critical 2) — CVSS base score 7.8

Practitioners rate this higher than its CVSS — treat with extra caution.

Field notes & remediation

Verdicts are the quick signal — notes are the evidence and fixes behind them.

  • 0
    Field note · Tomáš NovákCurated

    Linux Kernel Use-After-Free Vulnerability — Linux kernel contains a use-after-free vulnerability in the netfilter: nf_tables component that allows an attacker to achieve local privilege escalation. Listed in the CISA KEV catalog (added 2024-05-30) — confirmed exploited in the wild, not theoretical. It is linked to known ransomware campaigns. FIRST EPSS puts the chance of exploitation in the next 30 days at ~24%. Treat it as real and prioritize remediation over triage.

  • 0
    Remediation · Lin WeiCurated

    Required action for Linux Kernel: Apply mitigations per vendor instructions or discontinue use of the product if mitigations are unavailable. CISA set a federal remediation due date of 2024-06-20. After patching, verify the vulnerable path is no longer reachable before closing the finding.

Same weaknessCWE-416 · Use After Free.